.page_page__hSIjY {
  min-height: 100vh;
  background: var(--c-cream-light);
}

/* ── Hero ── */
.page_hero__DvkCg {
  background: var(--surface-hero);
  padding: calc(var(--nav-height) + 80px) var(--page-gutter) 56px;
}

.page_heroInner__TfdPB {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.page_eyebrow__VF5FD {
  margin-bottom: 16px;
}

.page_h1__Z3GUH {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.8vw, 52px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.025em;
  line-height: 1.14;
  margin: 0 0 18px;
  text-wrap: balance;
}

.page_heroSub__SaXz4 {
  font-size: 17px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto;
  text-wrap: pretty;
}

/* ── Category jump row ── */
.page_jumpRow__6wtnL {
  max-width: var(--max-width-wide);
  margin: 0 auto;
  padding: 28px var(--page-gutter) 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.page_jumpChip__ofdev {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  padding: 8px 16px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--c-green-dark);
  background: #fff;
  text-decoration: none;
}

/* ── Sections ── */
.page_sections__uTw9a {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px var(--page-gutter) 0;
}

.page_section__vuPD9 {
  padding: 28px 0;
  scroll-margin-top: calc(var(--nav-height) + 16px);
}

/* Question-level deep links (/faq#how-much-does-nari-cost) target the native
   <details> rendered by the reused Accordion; account for the fixed nav. The
   `details` selector stays global (only .section is module-scoped). */
.page_section__vuPD9 details {
  scroll-margin-top: calc(var(--nav-height) + 16px);
}

.page_sectionHeading__orSoM {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0 0 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-border);
}

.page_learnMore__7BNyt {
  margin-top: 10px;
}

.page_learnMore__7BNyt a {
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--c-green-dark);
}

/* ── Still have a question ── */
.page_contact__5Adow {
  margin: 40px 0 8px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  text-align: center;
}

.page_contactTitle__7q1TR {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  color: var(--c-light-head);
  margin: 0 0 8px;
}

.page_contactBody__cdGr7 {
  font-size: 14.5px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.6;
  margin: 0 0 18px;
}

/* ── Closing CTA ── */
.page_ctaSection__YoPIg {
  margin-top: 40px;
  padding: 96px var(--page-gutter) 112px;
  background: var(--c-cream-light);
  position: relative;
  overflow: hidden;
}

.page_ctaSection__YoPIg::before {
  content: "";
  position: absolute;
  inset: 10% 20%;
  background: radial-gradient(
    ellipse at center,
    color-mix(in srgb, var(--c-warm-amber) 14%, transparent) 0%,
    transparent 65%
  );
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.page_ctaInner__2wE99 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page_ctaHeading__dxvyO {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0 0 14px;
  text-wrap: balance;
}

.page_ctaSub__6Kqqt {
  font-size: 14.5px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.6;
  margin: 0 0 32px;
  letter-spacing: 0.01em;
}

.page_ctaActions__u5jMm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .page_hero__DvkCg {
    padding: calc(var(--nav-height) + 56px) var(--page-gutter) 48px;
  }

  .page_section__vuPD9 {
    padding: 24px 0;
  }

  .page_ctaSection__YoPIg {
    padding: 80px var(--page-gutter) 96px;
  }

  .page_ctaActions__u5jMm {
    flex-direction: column;
    align-items: stretch;
  }

  .page_ctaActions__u5jMm > * {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ── Motion ── */
@media (prefers-reduced-motion: no-preference) {
  .page_jumpChip__ofdev {
    transition: background-color var(--dur-fast) var(--ease-out),
      border-color var(--dur-fast) var(--ease-out);
  }

  @supports (animation-timeline: view()) {
    .page_section__vuPD9,
    .page_contact__5Adow {
      animation: page_faqReveal__d_n1k :local(auto) linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 45%;
    }
  }
}

/* Hover affordance for the jump chips (color only, safe under reduced motion). */
.page_jumpChip__ofdev:hover {
  background: color-mix(in srgb, var(--c-green-dark) 8%, #fff);
  border-color: color-mix(in srgb, var(--c-green-dark) 28%, transparent);
}

@keyframes page_faqReveal__d_n1k {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

