/* HERO 02 — BLOQUE 4. Banda editorial de transición; texto HTML real únicamente. */
.hero-02-block-04 {
  width: 100%;
  min-height: 220px;
  margin: 0;
  padding: 28px 24px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000000;
}

.hero-02-block-04__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.hero-02-block-04__headline {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 12px;
  font-family: "Bodoni Moda", "Libre Bodoni", Didot, serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: center;
}

.hero-02-block-04__headline-gold {
  color: #EFC164;
  font-weight: 600;
  text-shadow: 0 0 18px rgba(239,193,100,0.08);
}

.hero-02-block-04__headline-light {
  color: #F7F4EE;
  font-weight: 500;
}

.hero-02-block-04__subtitle {
  max-width: 1120px;
  margin: 0 auto 22px;
  font-family: "Bodoni Moda", "Libre Bodoni", Didot, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #F4F1EA;
  text-align: center;
  text-transform: uppercase;
}

.hero-02-block-04__support {
  max-width: 1050px;
  margin: 0 auto;
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #E5AE32;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(229,174,50,0.06);
}

@media (max-width: 1024px) {
  .hero-02-block-04__headline {
    font-size: clamp(44px, 4.7vw, 48px);
  }

  .hero-02-block-04__headline > span {
    white-space: nowrap;
  }

  .hero-02-block-04__subtitle {
    font-size: clamp(19px, 2vw, 20px);
  }

  .hero-02-block-04__support {
    font-size: clamp(17px, 1.8vw, 18px);
  }
}

@media (max-width: 767px) {
  .hero-02-block-04 {
    min-height: 0;
    padding: 30px 20px;
  }

  .hero-02-block-04__headline {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.02;
  }

  .hero-02-block-04__subtitle {
    max-width: 580px;
    margin-bottom: 22px;
    font-size: clamp(17px, 4.6vw, 18px);
    line-height: 1.3;
  }

  .hero-02-block-04__support {
    max-width: 560px;
    font-size: clamp(15px, 4vw, 16px);
    line-height: 1.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-02-block-04,
  .hero-02-block-04 * {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 390px) {
  .hero-02-block-04__headline {
    font-size: 36px;
  }

  .hero-02-block-04__headline > span {
    white-space: normal;
  }
}
