/* =========================
   BASE
========================= */
.transfer-content {
  background: #f9fafb;
}

/* =========================
   HERO (ok così, solo refine)
========================= */
.transfer-hero {
  height: 65vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.transfer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.transfer-hero .container {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 640px;
}

.hero-label {
  display: inline-block;
  color: #fcb900;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: .5rem;
}

.transfer-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #fff;
}

.breadcrumb a,
.breadcrumb-item {
  color: #fff;
}


/* =========================
   TESTI
========================= */
.transfer-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

.transfer-lead {
  color: #555;
  line-height: 1.7;
}

/* =========================
   FEATURES
========================= */
.transfer-features {
  list-style: none;
  padding: 0;
}

.transfer-features li {
  margin-bottom: .6rem;
  color: #444;
}

.transfer-features i {
  color: #fcb900;
  margin-right: .5rem;
}

/* =========================
   INFO BOX (DESTRA)
========================= */
.transfer-info {
  background: #fbfbfb;
  border: 1px solid rgba(0,0,0,.06);
  padding: 1.8rem;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.05);
}

.transfer-info p {
  margin-bottom: .7rem;
}

.transfer-info i {
  color: #fcb900;
  margin-right: .4rem;
}

/* =========================
   WIDGET – SOTTO, FULL WIDTH
========================= */
.transfer-widget{
  width: 100%;
  padding: 0 !important;
}

.transfer-widget iframe{
  width: 100% !important;
  height: 1050px;   /* aumenta se serve */
  border: 0;
  display: block;
}

/* se il contenitore parent limita la larghezza */
.container, .container-fluid{
  max-width: 100% !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .transfer-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 768px) {
  .transfer-hero {
    height: 45vh;
  }

  .transfer-hero h1 {
    font-size: 2.2rem;
  }

  .hero-content {
    text-align: center;
    margin: 0 auto;
  }

}

.transfer-content {
  padding: 4rem 0;
  background: #fff;
}
