/* Ajustes da primeira dobra — FisioMaps */
main > .bg-offerbar {
  font-size: clamp(0.84rem, 2.1vw, 1.15rem);
  line-height: 1.45;
  padding: 0.8rem 1rem;
}

main > section:first-of-type > div {
  padding-top: 1.35rem;
  padding-bottom: 3rem;
}

.fisio-hero-title {
  margin-top: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.fisio-name {
  color: var(--color-orange);
  font-size: clamp(2.05rem, 9.4vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.fisio-count {
  margin-top: 0.65rem;
  color: var(--color-turquoise);
  font-size: clamp(1.62rem, 7.7vw, 3.7rem);
  line-height: 1.06;
}

.fisio-subtitle {
  margin-top: 1.15rem;
  color: var(--color-navy);
  font-size: clamp(1.18rem, 5.4vw, 3rem);
  line-height: 1.08;
}

main > section:first-of-type p.mt-6 {
  margin-top: 1.25rem;
  max-width: 43rem;
  font-size: clamp(0.96rem, 2.4vw, 1.16rem);
  line-height: 1.5;
}

main > section:first-of-type p.mt-6 + div.mt-10 {
  margin-top: 1.15rem;
}

.hero-cta-wrap {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.hero-cta-wrap .btn-primary,
.hero-cta-wrap .btn-ghost {
  width: min(100%, 21rem);
}

a[aria-disabled="true"] {
  cursor: default;
}

.hero-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2.4rem;
  color: rgb(30 41 59 / 72%);
  text-align: center;
}

.hero-stars {
  flex: 0 0 auto;
  color: var(--color-orange);
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.hero-proof-text {
  max-width: 42rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.offer-single {
  max-width: 38rem;
  margin-inline: auto;
}

.btn-primary,
.btn-orange,
.btn-ghost {
  min-height: 3.25rem;
  max-width: 100%;
  padding: 0.9rem 1.1rem;
  justify-content: center;
  white-space: nowrap;
  font-size: clamp(0.76rem, 3.35vw, 0.9rem);
  line-height: 1;
  letter-spacing: 0.01em;
}

main {
  overflow-x: clip;
}

footer > div:last-child {
  max-width: 64rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  line-height: 1.55;
}

/* Os cards originais trazem um pequeno selo incorporado na arte. */
.flex-1:has(> img[src*="/img/amostra-"]) {
  position: relative;
}

.flex-1:has(> img[src*="/img/amostra-"])::after {
  content: "+250\A MAPAS";
  position: absolute;
  top: 0.72rem;
  left: 0.72rem;
  display: grid;
  width: 2.15rem;
  height: 2.5rem;
  place-content: center;
  white-space: pre;
  border: 1px solid rgb(11 31 58 / 16%);
  border-radius: 0.35rem;
  background: rgb(255 255 255 / 96%);
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: 0.42rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  box-shadow: 0 2px 7px rgb(11 31 58 / 12%);
}

@media (max-width: 639px) {
  .hero-bar-break {
    display: block;
  }

  main > section:first-of-type > div {
    padding-inline: 1rem;
  }

  main > section:first-of-type p.mt-6 + div.mt-10 .relative.mx-auto {
    max-width: 22rem;
  }

  main > section:first-of-type .mt-12.grid {
    margin-top: 2.5rem;
  }

  .hero-proof {
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 2.65rem;
    padding-inline: 0.35rem;
  }

  .hero-stars {
    font-size: 1.08rem;
    letter-spacing: 0.16em;
  }

  .hero-proof-text {
    max-width: 20rem;
    font-size: 0.9rem;
  }

  section > div.mx-auto,
  footer > div.mx-auto {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #planos .offer-single .p-8 {
    padding: 1.35rem;
  }

  #planos .offer-single .text-5xl {
    font-size: 2.65rem;
  }
}

@media (min-width: 640px) {
  main > section:first-of-type > div {
    padding-top: 2.25rem;
    padding-bottom: 4rem;
  }

  .fisio-count {
    margin-top: 0.8rem;
  }

  .fisio-subtitle {
    margin-top: 1.35rem;
  }

  main > section:first-of-type p.mt-6 + div.mt-10 {
    margin-top: 1.8rem;
  }

  .hero-cta-wrap {
    margin-top: 1.15rem;
  }
}
