@media (max-width: 520px) {
  .report-badge {
    transform: none;
  }
}

/* Ajustes aprobados durante el recorrido del Hero */
:root {
  --font-display: "Montserrat", Arial, sans-serif;
  --font-text: "Inter", Arial, sans-serif;
  --font-human: "Lato", Arial, sans-serif;
}

body,
button,
a {
  font-family: var(--font-text);
}

h1,
h2,
h3,
.brand,
.section-number {
  font-family: var(--font-display);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.email-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.button {
  gap: 10px;
}

.button .whatsapp-icon {
  margin-left: -2px;
}

.button-small .whatsapp-icon {
  width: 20px;
  height: 20px;
}

.button-small .email-icon {
  width: 19px;
  height: 19px;
}

.button-email {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 9px 26px rgba(21, 59, 74, 0.2);
}

.button-email:hover {
  background: var(--navy-deep);
  color: #fff;
  box-shadow: 0 13px 32px rgba(21, 59, 74, 0.27);
}

.site-menu .button {
  gap: 7px;
}

.hero-shade {
  background: linear-gradient(
    90deg,
    rgba(247, 247, 244, 0.99) 0%,
    rgba(247, 247, 244, 0.97) 35%,
    rgba(247, 247, 244, 0.86) 52%,
    rgba(247, 247, 244, 0.42) 65%,
    rgba(10, 29, 35, 0.04) 100%
  );
}

.site-header .brand {
  font-size: 15px;
  letter-spacing: 0.095em;
}

.brand-logo {
  display: block;
  width: 216px;
  height: auto;
}

.brand-logo-footer {
  width: 190px;
  border-radius: 2px;
}

.hero .eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-left: 3px solid var(--green);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  font-family: var(--font-text);
  backdrop-filter: blur(6px);
}

.hero .eyebrow > span {
  display: none;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  color: #61747b;
  font-size: 10px;
  font-weight: 600;
  font-family: var(--font-text);
}

.hero-assurances span {
  display: inline-flex;
  align-items: center;
}

.hero-assurances span:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 12px;
  border-radius: 50%;
  background: var(--green);
}

.play-link span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.floating-wa .whatsapp-icon {
  width: 23px;
  height: 23px;
}

.floating-wa span {
  width: 34px;
  height: 34px;
}

.email-alternative {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin-top: 22px;
  color: #e8faf6;
  font-size: 11px;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.2s, transform 0.2s;
}

.email-link:hover {
  border-color: #fff;
  transform: translateY(-1px);
}

.email-alternative small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.footer-email {
  color: #d5e5e8;
  font-weight: 600;
}

.footer-email:hover {
  color: #fff;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(42px, 4.9vw, 65px);
  margin-bottom: 17px;
}

.hero-hook {
  max-width: 570px;
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.hero-hook strong {
  color: var(--green-dark);
  font-weight: 700;
}

.hero-copy {
  width: min(660px, 58%);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions .play-link {
  margin-left: 8px;
}

.reason-card {
  padding-top: 35px;
  font-family: var(--font-human);
}

.intro .eyebrow {
  color: var(--green-dark);
  font-family: var(--font-human);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.intro-copy h2 {
  font-family: var(--font-human);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.intro-copy > p {
  font-family: var(--font-human);
  font-size: 15px;
  line-height: 1.8;
}

.reason-card > small {
  color: #9bd8cd;
  font-family: var(--font-human);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.reason-card ol {
  display: grid;
  gap: 18px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: reasons;
}

.reason-card li {
  display: grid;
  grid-template-columns: 9px 1fr;
  gap: 3px 11px;
  counter-increment: reasons;
}

.reason-card li::before {
  grid-row: 1 / 3;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--green);
}

.reason-card li b {
  font-family: var(--font-human);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.reason-card li span {
  color: #b8cdd2;
  font-family: var(--font-human);
  font-size: 11px;
  line-height: 1.55;
}

.section-heading h2 {
  max-width: 760px;
}

/* Mayor presencia visual en los pasos de Cómo funciona */
.process-list li {
  min-height: 330px;
}

.process-list .step-icon {
  width: 76px;
  height: 76px;
  margin: 34px auto 27px;
  border-width: 2px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 29px;
}

/* Mapa real de cobertura */
.coverage-map {
  position: relative;
  align-self: stretch;
  min-height: 420px;
  overflow: hidden;
  background: #dce7e6;
}

.coverage-map::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(21, 59, 74, 0.12);
  content: "";
  pointer-events: none;
}

.coverage-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.78) contrast(0.96);
}

.coverage-zone {
  position: absolute;
  left: 52%;
  top: 52%;
  width: 178px;
  height: 178px;
  border: 2px solid rgba(32, 165, 140, 0.88);
  border-radius: 50%;
  background: rgba(32, 165, 140, 0.2);
  box-shadow: 0 0 0 13px rgba(32, 165, 140, 0.08);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.coverage-zone span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 5px 16px rgba(13, 44, 56, 0.34);
  transform: translate(-50%, -50%);
}

.coverage-map-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  gap: 1px;
  padding: 11px 14px;
  background: rgba(13, 44, 56, 0.92);
  color: #fff;
  box-shadow: 0 8px 22px rgba(13, 44, 56, 0.2);
  backdrop-filter: blur(7px);
}

.coverage-map-label small {
  color: #9bd8cd;
  font-size: 8px;
  font-weight: 700;
}

.coverage-map-label strong {
  font-size: 13px;
}

.coverage-map-link {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 6px 20px rgba(13, 44, 56, 0.18);
  font-size: 10px;
  font-weight: 700;
}

.coverage-map-link:hover {
  color: var(--green-dark);
}

.coverage-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coverage-contact-actions .button {
  padding-inline: 16px;
}

.coverage-contact-actions .button-email {
  background: #fff;
  color: var(--navy);
  box-shadow: none;
}

.coverage-contact-actions .button-email:hover {
  background: var(--mist);
  color: var(--green-dark);
}

.cta-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.cta-contact-actions .button {
  min-width: 245px;
}

.cta-contact-address {
  margin: 15px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 11px !important;
  font-weight: 600;
}

.floating-contact {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 23px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.floating-contact .floating-wa,
.floating-email {
  position: static;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px 10px 10px;
  border-radius: 30px;
  font-size: 9px;
  font-weight: 800;
  transition: transform 0.2s;
}

.floating-contact .floating-wa {
  right: auto;
  bottom: auto;
}

.floating-email {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 30px rgba(8, 40, 51, 0.2);
}

.floating-email span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}

.floating-email:hover {
  transform: translateY(-3px);
}

@media (max-width: 520px) {
  .site-header .brand {
    font-size: 12px;
  }

  .brand-logo {
    width: 178px;
  }

  .brand-logo-footer {
    width: 190px;
  }

  .hero h1 {
    font-size: clamp(37px, 10.4vw, 49px);
  }

  .hero-hook {
    font-size: 18px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero .button-large {
    width: 100%;
    padding-inline: 17px;
  }

  .hero-actions .play-link {
    margin-left: 0;
  }

  .hero-assurances {
    display: grid;
    gap: 7px;
  }

  .hero-assurances span:not(:last-child)::after {
    display: none;
  }

  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(247, 247, 244, 0.99) 0%,
      rgba(247, 247, 244, 0.96) 72%,
      rgba(247, 247, 244, 0.45) 100%
    );
  }

  .email-link {
    font-size: 12px;
  }

  .process-list li {
    min-height: auto;
  }

  .process-list .step-icon {
    width: 66px;
    height: 66px;
    margin: 25px auto 21px;
    font-size: 25px;
  }

  .coverage-map {
    min-height: 330px;
  }

  .coverage-zone {
    width: 145px;
    height: 145px;
  }

  .cta-contact-actions {
    display: grid;
  }

  .cta-contact-actions .button {
    width: 100%;
    min-width: 0;
  }

  .floating-contact {
    right: 15px;
    bottom: 15px;
  }

  .floating-contact .floating-wa,
  .floating-email {
    padding: 7px;
  }

  .floating-contact b {
    display: none;
  }
}
