:root {
  --cream-50: #fdf7f4;
  --lavender-50: #f6ecf8;
  --blush-50: #fef5f5;
  --orchid-600: #a364b8;
  --gold-500: #c9a06a;
  --ink-950: #2a1428;
  --rose-600: #c4728e;
  --orchid-400: #b98dd0;
  --rose-300: #e0a4b8;
  --rose-200: #f0c6d4;
  --ivory-100: #faf0e8;
  --pink-accent: #e8829f;
  --blush-accent: #f4b8c8;
  --line-gold: rgba(201, 160, 106, 0.38);
  --line-orchid: rgba(163, 100, 184, 0.22);
  --line-rose: rgba(196, 114, 142, 0.28);
  --line-blush: rgba(240, 198, 212, 0.45);
  --petal-white: #fffafb;
  --petal-pink: #fff0f5;
  --petal-rose: #fbe0e9;
  --petal-lilac: #f7eef9;
  --font-display: "Fraunces", Georgia, serif;
  --font-script: "Parisienne", "Brush Script MT", cursive;
  --font-body: "Work Sans", Arial, sans-serif;
  --max-width: 1140px;
  --side-mobile: 24px;
  --side-desktop: 80px;
  --radius-card: 24px;
  --radius-button: 999px;
  --shadow-soft: 0 12px 36px rgba(196, 114, 142, 0.1);
  --shadow-glow: 0 8px 32px rgba(232, 130, 159, 0.12);
  --header-height: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: rgba(42, 20, 40, 0.84);
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(240, 198, 212, 0.28),
      transparent 36rem
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(163, 100, 184, 0.09),
      transparent 30rem
    ),
    radial-gradient(
      circle at 50% 60%,
      rgba(244, 184, 200, 0.08),
      transparent 40rem
    ),
    var(--cream-50);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--pink-accent);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 64px var(--side-mobile);
}

.section-inner,
.top-bar__inner,
.site-header__inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.stack > * + * {
  margin-top: 24px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink-950);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 9ch;
  font-size: clamp(54px, 13vw, 104px);
  line-height: 1.02;
}

h2 {
  font-size: clamp(38px, 8vw, 68px);
  line-height: 1.02;
}

h3 {
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.1;
}

p {
  color: rgba(42, 20, 40, 0.82);
}

.lead {
  color: rgba(42, 20, 40, 0.72);
  font-size: clamp(18px, 3.6vw, 22px);
  line-height: 1.55;
}

.display-soft {
  color: #b75e80;
  font-family: var(--font-script);
  font-size: clamp(38px, 8vw, 60px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.02;
}

.top-bar {
  border-bottom: 1px solid var(--line-blush);
  background: rgba(253, 247, 244, 0.88);
  backdrop-filter: blur(14px);
}

.top-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  min-height: 42px;
  padding: 8px var(--side-mobile);
}

.top-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(42, 20, 40, 0.68);
  font-size: 13px;
  font-weight: 600;
}

.top-bar i {
  color: var(--rose-600);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line-blush);
  background: rgba(253, 247, 244, 0.9);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px;
  min-height: var(--header-height);
  padding: 14px var(--side-mobile);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand__name {
  color: var(--ink-950);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.brand__subtitle {
  color: var(--rose-600);
  font-family: var(--font-script);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.9;
}

.menu-toggle {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-blush);
  border-radius: 999px;
  background: rgba(254, 245, 245, 0.82);
  color: var(--ink-950);
  transition:
    background 200ms ease,
    border-color 200ms ease;
}

.menu-toggle:hover {
  background: rgba(240, 198, 212, 0.3);
  border-color: var(--rose-300);
}

.site-nav {
  position: fixed;
  inset: calc(var(--header-height) + 42px) var(--side-mobile) auto;
  display: grid;
  gap: 8px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  transform: translateY(-12px);
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-card);
  background: rgba(253, 247, 244, 0.97);
  box-shadow: 0 16px 48px rgba(196, 114, 142, 0.12);
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

.site-nav.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.site-nav a {
  flex: 0 0 auto;
  border-radius: 14px;
  padding: 10px 12px;
  color: rgba(23, 11, 31, 0.76);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a:hover {
  background: rgba(240, 198, 212, 0.22);
  color: var(--ink-950);
}

.cta.header-cta {
  display: none;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: fit-content;
  border: 1px solid transparent;
  border-radius: var(--radius-button);
  background: linear-gradient(
    135deg,
    #ee93ad 0%,
    var(--pink-accent) 45%,
    #b95e81 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 10px 28px rgba(232, 130, 159, 0.28);
  color: var(--ink-950);
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    filter 280ms ease,
    border-color 280ms ease;
}

.cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(232, 130, 159, 0.36);
  filter: brightness(1.06);
}

.cta.secondary {
  background: rgba(255, 250, 251, 0.72);
  border-color: rgba(196, 114, 142, 0.55);
  box-shadow: none;
  color: var(--ink-950);
}

.cta.secondary:hover {
  background: var(--petal-pink);
  border-color: var(--rose-600);
}

.cta--large {
  min-height: 60px;
  padding-inline: 32px;
  font-size: 16px;
}

.hero {
  position: relative;
  min-height: auto;
  display: grid;
  align-items: center;
  padding-top: 48px;
  background: linear-gradient(
    180deg,
    rgba(253, 247, 244, 0),
    rgba(254, 245, 245, 0.52) 50%,
    rgba(240, 198, 212, 0.18) 100%
  );
  overflow: hidden;
}

/* Decorative organic blob — hero section */
.hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 62% 38% 46% 54% / 60% 44% 56% 40%;
  background: radial-gradient(
    circle,
    rgba(240, 198, 212, 0.3) 0%,
    rgba(232, 130, 159, 0.08) 60%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 44% 56% 62% 38% / 52% 64% 36% 48%;
  background: radial-gradient(
    circle,
    rgba(185, 141, 208, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.hero__grid,
.two-column,
.about__grid,
.reviews__grid,
.location__grid,
.faq__grid {
  display: grid;
  gap: 40px;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-button);
  background: rgba(254, 245, 245, 0.86);
  color: rgba(42, 20, 40, 0.72);
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 700;
}

.badge i {
  color: var(--rose-600);
}

.badge--rating {
  border-color: var(--line-gold);
  background: rgba(250, 246, 240, 0.72);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.image-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-blush);
  border-radius: calc(var(--radius-card) + 4px);
  box-shadow:
    var(--shadow-soft),
    0 0 0 3px rgba(240, 198, 212, 0.12);
  background: var(--blush-50);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) sepia(0.03) contrast(1.01) brightness(1.02);
}

.hero__media {
  aspect-ratio: 4 / 5;
}

.practice,
.symptoms,
.reviews,
.faq {
  background: linear-gradient(
    180deg,
    rgba(253, 247, 244, 0),
    rgba(254, 245, 245, 0.6) 36%,
    rgba(253, 247, 244, 0)
  );
}

.card {
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-card);
  background: linear-gradient(
    145deg,
    rgba(255, 253, 253, 0.96),
    rgba(255, 240, 245, 0.82)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}

.card:hover {
  border-color: var(--rose-300);
  background: linear-gradient(145deg, #fffdfd, #ffedf3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    var(--shadow-glow);
}

.practice__panel {
  padding: 28px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag-list span {
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-button);
  background: rgba(254, 245, 245, 0.62);
  color: rgba(42, 20, 40, 0.74);
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 700;
}

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

.section-heading > * + * {
  margin-top: 18px;
}

/* ─── Spotlight Section ─────────────────────────────────── */

.spotlight {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(253, 247, 244, 0) 0%,
    rgba(254, 245, 245, 0.55) 40%,
    rgba(253, 247, 244, 0) 100%
  );
}

/* Decorative blob for spotlight */
.spotlight::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 52% 48% 60% 40% / 58% 42% 58% 42%;
  background: radial-gradient(
    circle,
    rgba(240, 198, 212, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.spotlight-grid {
  display: grid;
  gap: 22px;
}

.spotlight-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid var(--line-blush);
  border-radius: calc(var(--radius-card) + 4px);
  padding: 32px 28px;
  background: linear-gradient(
    150deg,
    rgba(255, 253, 253, 0.97),
    rgba(255, 238, 244, 0.82)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 4px 24px rgba(196, 114, 142, 0.07);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
  z-index: 1;
}

.spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 44px rgba(196, 114, 142, 0.14);
  border-color: var(--rose-300);
}

/* Icon bubble */
.spotlight-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  border: 1.5px solid;
}

.spotlight-card--menopausa .spotlight-card__icon {
  border-color: var(--line-gold);
  background: rgba(199, 162, 92, 0.12);
  color: var(--gold-500);
}

.spotlight-card--perimenopausa .spotlight-card__icon {
  border-color: var(--line-orchid);
  background: rgba(138, 90, 168, 0.1);
  color: var(--orchid-600);
}

.spotlight-card--saude-intima .spotlight-card__icon {
  border-color: var(--line-rose);
  background: rgba(168, 90, 120, 0.1);
  color: var(--rose-600);
}

/* Body */
.spotlight-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.spotlight-card__body h3 {
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.1;
}

.spotlight-card__body > p {
  color: rgba(42, 20, 40, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

/* Symptom list — always visible */
.spotlight-symptoms {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.spotlight-symptoms li {
  position: relative;
  padding-left: 22px;
  color: rgba(42, 20, 40, 0.76);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.spotlight-symptoms li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.spotlight-card--menopausa .spotlight-symptoms li::before {
  background: var(--gold-500);
}

.spotlight-card--perimenopausa .spotlight-symptoms li::before {
  background: var(--orchid-600);
}

.spotlight-card--saude-intima .spotlight-symptoms li::before {
  background: var(--rose-600);
}

/* CTA link */
.spotlight-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  transition: gap 200ms ease;
}

.spotlight-card--menopausa .spotlight-card__cta {
  color: var(--gold-500);
}

.spotlight-card--perimenopausa .spotlight-card__cta {
  color: var(--orchid-600);
}

.spotlight-card--saude-intima .spotlight-card__cta {
  color: var(--rose-600);
}

.spotlight-card__cta:hover {
  gap: 14px;
}

.spotlight-card__cta i {
  font-size: 11px;
}

.treatment-grid {
  display: grid;
  gap: 20px;
}

.treatment-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px;
}

.treatment-card > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1.5px solid var(--line-blush);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--petal-white), var(--petal-rose));
  color: var(--rose-600);
  font-size: 20px;
}

.treatment-card h3 {
  font-size: 28px;
}

.treatment-card p {
  margin-top: 14px;
}

.treatment-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: var(--rose-600);
  font-weight: 700;
  transition: gap 200ms ease;
}

.treatment-card a:hover {
  gap: 12px;
}

.treatment-card a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
}

.services {
  padding: 5px var(--side-mobile) !important;
  margin-top: -50px;
}

.services__layout {
  display: grid;
  gap: 28px;
  padding: 28px;
}

.service-list {
  display: grid;
  gap: 10px;
  max-height: 220px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  list-style: none;
  transition: max-height 240ms ease;
}

.service-list.is-expanded {
  max-height: 900px;
}

.service-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(42, 20, 40, 0.74);
}

.service-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1.5px solid var(--rose-300);
  border-radius: 50%;
  background: rgba(240, 198, 212, 0.3);
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border: 0;
  background: transparent;
  color: var(--rose-600);
  padding: 0;
  font-weight: 700;
  transition: color 200ms ease;
}

.text-button:hover {
  color: var(--pink-accent);
}

.text-button i {
  font-size: 12px;
  transition: transform 220ms ease;
}

.text-button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid var(--line-blush);
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 253, 253, 0.96),
    rgba(255, 241, 246, 0.82)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: border-color 200ms ease;
}

.accordion-item:hover {
  border-color: var(--rose-300);
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink-950);
  padding: 20px;
  text-align: left;
  font-weight: 700;
}

.accordion-trigger span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.accordion-trigger span i {
  color: var(--rose-600);
}

.accordion-trigger > i {
  flex: 0 0 auto;
  color: var(--rose-600);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.accordion-trigger[aria-expanded="true"] + .accordion-panel {
  max-height: 1000px;
}

.accordion-panel ul,
.accordion-panel p {
  margin: 0;
  padding: 0 20px 20px;
}

.accordion-panel ul {
  display: grid;
  gap: 8px;
  padding-left: 40px;
}

.check-grid {
  display: grid;
  gap: 14px;
}

.check-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 92px;
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-card);
  background: rgba(254, 245, 245, 0.6);
  padding: 18px;
  color: rgba(42, 20, 40, 0.76);
  font-weight: 700;
}

.check-card i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-blush);
  border-radius: 50%;
  color: var(--rose-600);
  font-size: 12px;
}

.about__image {
  aspect-ratio: 4 / 4.7;
}

.credentials {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-color: var(--line-blush);
}

.credentials strong {
  color: var(--ink-950);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.1;
}

.credentials span {
  color: rgba(42, 20, 40, 0.66);
  font-weight: 700;
}

.formation-grid {
  display: grid;
  gap: 22px;
}

.formation-grid h3,
.site-footer h2 {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.formation-grid ul,
.site-footer ul,
.info-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.formation-grid li,
.site-footer li,
.info-list li {
  color: rgba(42, 20, 40, 0.68);
}

.course-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-card);
  background: linear-gradient(
    135deg,
    var(--rose-600) 0%,
    var(--pink-accent) 50%,
    var(--rose-300) 100%
  );
  padding: 18px 20px;
  color: var(--ink-950);
  font-weight: 700;
}

.course-strip a {
  border-bottom: 1px solid rgba(42, 20, 40, 0.56);
  color: var(--ink-950);
}

.review-score {
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-card);
  background: linear-gradient(145deg, var(--petal-white), var(--petal-lilac));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  padding: 28px;
}

.review-score strong {
  display: block;
  margin-top: 22px;
  color: var(--ink-950);
  font-family: var(--font-display);
  font-size: clamp(64px, 16vw, 120px);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
}

.stars {
  display: flex;
  gap: 5px;
  margin: 18px 0 12px;
  color: var(--gold-500);
}

.review-score .cta {
  margin-top: 24px;
}

.review-points h2 {
  text-align: center;
}

.point-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.point-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border: 1px solid var(--line-blush);
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 253, 253, 0.9),
    rgba(255, 240, 245, 0.72)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 14px 16px;
  color: rgba(42, 20, 40, 0.74);
  font-weight: 700;
}

.point-card i,
.info-list i,
.contact-grid i {
  color: var(--rose-600);
}

address {
  color: rgba(42, 20, 40, 0.74);
  font-style: normal;
}

address strong {
  color: var(--ink-950);
}

.info-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-list i {
  width: 15px;
}

.map-card {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line-blush);
  border-radius: calc(var(--radius-card) + 4px);
  box-shadow: var(--shadow-soft);
  background: var(--blush-50);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.faq__image {
  display: none;
  aspect-ratio: 4 / 5;
}

.final-cta {
  padding-bottom: 80px;
}

.final-cta__inner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-blush);
  border-radius: calc(var(--radius-card) + 8px);
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(240, 198, 212, 0.24),
      transparent 28rem
    ),
    radial-gradient(
      circle at 90% 100%,
      rgba(185, 141, 208, 0.12),
      transparent 24rem
    ),
    linear-gradient(
      180deg,
      rgba(254, 245, 245, 0.97),
      rgba(253, 247, 244, 0.94)
    );
  box-shadow:
    var(--shadow-soft),
    0 0 0 4px rgba(240, 198, 212, 0.08);
  padding: 34px 24px;
  text-align: center;
}

/* Decorative blob for final-cta */
.final-cta__inner::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 58% 42% 52% 48% / 46% 58% 42% 54%;
  background: radial-gradient(
    circle,
    rgba(240, 198, 212, 0.22) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.final-cta__inner h2 {
  max-width: 860px;
  margin: 18px auto 0;
}

.final-cta__inner p {
  max-width: 720px;
  margin: 18px auto 0;
}

.contact-grid {
  display: grid;
  gap: 10px;
  margin: 28px auto;
}

.contact-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-button);
  background: linear-gradient(
    135deg,
    rgba(255, 253, 253, 0.9),
    rgba(255, 240, 245, 0.74)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  padding: 12px 16px;
  color: rgba(42, 20, 40, 0.74);
  font-weight: 700;
  transition:
    background 200ms ease,
    border-color 200ms ease;
}

.contact-grid a:hover {
  background: var(--petal-pink);
  border-color: var(--rose-300);
}

.site-footer {
  border-top: 1px solid var(--line-blush);
  background: rgba(254, 245, 245, 0.72);
  padding: 48px var(--side-mobile) 34px;
}

.footer__grid {
  display: grid;
  gap: 28px;
}

.footer__brand {
  margin-bottom: 16px;
}

.site-footer p,
.site-footer a {
  color: rgba(42, 20, 40, 0.66);
}

.site-footer a:hover {
  color: var(--ink-950);
}

.footer__bottom {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line-blush);
}

.footer__bottom p {
  color: rgba(42, 20, 40, 0.58);
  font-size: 13px;
}

.fixed-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  transform: translateY(120%);
  border: 1px solid var(--line-blush);
  border-radius: var(--radius-button);
  background: rgba(253, 247, 244, 0.9);
  box-shadow: 0 8px 28px rgba(196, 114, 142, 0.14);
  backdrop-filter: blur(16px);
  color: var(--ink-950);
  font-weight: 700;
  transition: transform 280ms ease;
}

.fixed-cta.is-visible {
  transform: translateY(0);
}

.fixed-cta i {
  color: var(--rose-600);
}

@media (min-width: 760px) {
  .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .check-grid,
  .point-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .formation-grid,
  .services__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__grid {
    grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
  }
}

@media (min-width: 1150px) {
  .section {
    padding: 96px var(--side-desktop);
  }

  .top-bar__inner {
    justify-content: flex-end;
    padding-inline: var(--side-desktop);
  }

  .site-header__inner {
    grid-template-columns: 1fr auto auto;
    padding-inline: var(--side-desktop);
  }

  .menu-toggle {
    display: inline-grid;
  }

  .site-nav {
    inset: calc(var(--header-height) + 16px)
      max(var(--side-desktop), calc((100vw - var(--max-width)) / 2)) auto auto;
    width: min(340px, calc(100vw - 48px));
    max-height: calc(100vh - 130px);
  }

  .site-nav a {
    padding: 11px 13px;
    font-size: 14px;
  }

  .brand__name {
    font-size: 20px;
  }

  .cta.header-cta {
    display: inline-flex;
  }

  .hero {
    min-height: min(760px, calc(100vh - 126px));
    padding-top: 74px;
  }

  .hero__grid {
    grid-template-columns: 1.05fr 0.75fr;
    align-items: center;
  }

  .two-column,
  .about__grid,
  .reviews__grid,
  .location__grid,
  .faq__grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }

  .spotlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .spotlight-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 22px;
  }

  .spotlight-card__body h3 {
    font-size: 24px;
  }

  .treatment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .treatment-card {
    min-height: 300px;
    padding: 28px;
  }

  .treatment-card h3 {
    font-size: 26px;
  }

  .check-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq__image {
    display: block;
    margin-top: 36px;
  }

  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .final-cta__inner {
    padding: 58px;
  }

  .site-footer {
    padding-inline: var(--side-desktop);
  }

  .footer__bottom {
    grid-template-columns: 1fr auto;
  }

  .fixed-cta {
    display: none;
  }
}

@media (min-width: 1150px) {
  body.nav-open {
    overflow: auto;
  }
}

@media (max-width: 420px) {
  .section {
    padding-inline: 18px;
  }

  .top-bar__inner,
  .site-header__inner {
    padding-inline: 18px;
  }

  h1 {
    font-size: clamp(48px, 18vw, 64px);
  }

  h2 {
    font-size: clamp(34px, 13vw, 48px);
  }

  .brand__name {
    font-size: 20px;
  }

  .badge {
    align-items: flex-start;
    border-radius: 18px;
  }

  .hero__actions,
  .hero__actions .cta,
  .about .cta,
  .location .cta {
    width: 100%;
  }

  .accordion-trigger {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
