.page_page___svW2 {
  max-width: var(--max-width-dashboard);
  margin: 0 auto;
  padding: calc(var(--nav-height) + 32px) var(--page-gutter) 64px;
}

/* Shared coach avatar: tinted-initials circle, or the coach photo clipped to
   the same circle. Sizing is driven by the --avatar-size CSS var so one
   component serves every surface (44 / 64 / 72 / 84 px today). Tokens and the
   serif-500 initials match the prior per-surface avatar styling. */
.coach-avatar_avatar__iUC7f {
  width: var(--avatar-size, 64px);
  height: var(--avatar-size, 64px);
  border-radius: var(--radius-pill);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
  color: var(--cream-light);
  font-family: var(--font-serif);
  /* Initials scale with the avatar (64px wrapper renders ~24px, matching the
     previous fixed sizing). */
  font-size: calc(var(--avatar-size, 64px) * 0.375);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  -webkit-user-select: none;
          user-select: none;
}

.coach-avatar_img__clnty {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  /* Gentle fade-in once the photo paints. Disabled under reduced motion. */
  animation: coach-avatar_coachAvatarFade__cnwE2 200ms ease both;
}

@keyframes coach-avatar_coachAvatarFade__cnwE2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coach-avatar_img__clnty {
    animation: none;
  }
}

/* Deterministic tones (mirror coach-list): a coach keeps one colour everywhere.
   The soft drop shadow also reads as a subtle lift under a photo. */
.coach-avatar_toneForest__mPMUB {
  background: var(--green-dark);
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--green-dark) 70%, transparent);
}

.coach-avatar_toneAmber__HIey3 {
  background: var(--golden-sand);
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--golden-sand) 65%, transparent);
}

.coach-avatar_toneOak__Hf84v {
  background: var(--wood-oak);
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--wood-oak) 65%, transparent);
}

.coach-avatar_toneSage__PNWj4 {
  background: var(--warm-amber);
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--warm-amber) 65%, transparent);
}

.book-session-dialog_content__UxuxQ {
  padding: var(--space-7) var(--space-7) var(--space-6);
}

.book-session-dialog_title__7OMkK {
  font-family: var(--font-serif);
  font-size: var(--fs-xl);
  font-weight: 500;
  color: var(--light-head);
  letter-spacing: -0.02em;
  line-height: var(--lh-tight);
  margin: 0;
}

.book-session-dialog_subtitle__x85Wa {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  color: var(--light-mute);
  line-height: var(--lh-snug);
  margin: var(--space-2) 0 var(--space-5);
}

.book-session-dialog_list___WSCo {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.book-session-dialog_row__sgbl_ {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) 0;
}

.book-session-dialog_meta__sk83w {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1;
}

.book-session-dialog_name__xyGFp {
  font-family: var(--font-serif);
  font-size: var(--fs-md);
  font-weight: 500;
  color: var(--light-head);
  margin: 0;
}

.book-session-dialog_role__buOjw {
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  color: var(--light-mute);
  margin: 0;
}

/* Loading / empty state */
.book-session-dialog_state__DvmJI {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  color: var(--light-mute);
  text-align: center;
  padding: var(--space-5) 0;
  margin: 0;
}

.book-session-dialog_note__7RgQw {
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  color: var(--light-mute);
  margin: var(--space-4) 0 0;
}

.book-session-dialog_foot__7qjP1 {
  margin-top: var(--space-6);
  padding-top: var(--space-5);
  border-top: 1px solid var(--border);
}

.coach-card_root__ISSLH {
  background: var(--cream-light);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: var(--shadow);
}

.coach-card_head__mSGof {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: center;
}

.coach-card_info__SmBQx {
  min-width: 0;
}

.coach-card_nameRow__4XuXO {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}

.coach-card_name__7nbw_ {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--light-head);
  margin: 0;
}

.coach-card_pick__L0wmQ {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--cream-dark);
  color: var(--light-body);
  font-size: 10.5px;
  font-weight: 500;
}

.coach-card_role__z142L {
  font-size: 12.5px;
  color: var(--light-mute);
  margin-bottom: 8px;
}

.coach-card_footer__Yl46S {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

/* Member-facing coach card (Services tab + coach profile preview).
   Spacing follows the DS SpacingSpec usage map:
   large card padding -> --space-5 · card inner gap -> --space-3 ·
   tight pairs -> --space-1 · pill gap -> --space-2 */

/* Card primitive owns border / radius-lg / shadow / hover lift. */
.coach-public-card_card__11nrK {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  width: 100%;
  height: 100%;
  padding: var(--space-5);
}

/* ── Heading (serif name + sans subtitle, tight pair) ────────────────────── */
.coach-public-card_heading__nsYkM {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.coach-public-card_name__m_101 {
  font-family: var(--font-serif);
  font-size: var(--fs-xl);
  font-weight: 500;
  color: var(--light-head);
  letter-spacing: -0.02em;
  line-height: var(--lh-tight);
  margin: 0;
}

.coach-public-card_role__E7win {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  color: var(--light-mute);
  margin: 0;
}

/* ── Body copy (DM Sans) ─────────────────────────────────────────────────── */
.coach-public-card_quote__uaGS6 {
  font-family: var(--font-sans);
  font-size: var(--fs-md);
  font-weight: 400;
  color: var(--light-body);
  line-height: var(--lh-snug);
  margin: 0;
  text-wrap: pretty;
}

/* ── Focus pills ─────────────────────────────────────────────────────────── */
.coach-public-card_tags__9eg55 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

/* Divider spacing comes from the card's --space-3 gap, not its own margin. */
.coach-public-card_divider__qwo_c {
  margin: 0;
}

/* ── Outside of coaching (tight label + body pair) ───────────────────────── */
.coach-public-card_outside__b3ama {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.coach-public-card_outsideLabel__qnbzj {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow);
  color: var(--wood-oak);
  margin: 0;
}

.coach-public-card_outsideText__sKtic {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  color: var(--light-body);
  line-height: var(--lh-normal);
  margin: 0;
}

/* Bio-pending coaches: a gentle placeholder instead of the full body. */
.coach-public-card_pending___LcrE {
  font-family: var(--font-sans);
  font-size: var(--fs-md);
  color: var(--light-mute);
  line-height: var(--lh-snug);
  font-style: italic;
  margin: 0;
  text-wrap: pretty;
}

/* ── Footer actions (pinned to the card bottom so buttons align in a row) ── */
.coach-public-card_foot__efEtQ {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

/* Not-bookable coach: a clear, readable status chip (replaces the old 10px
   ghost note). AA: --light-body on --cream. */
.coach-public-card_availNote__QDZ07 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  margin: 0;
  padding: var(--space-2) var(--space-3);
  background: var(--cream);
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  font-weight: 500;
  color: var(--light-body);
}

.coach-public-card_availIcon__l6vRI {
  flex-shrink: 0;
  color: var(--light-mute);
  display: inline-flex;
}

/* List-level layout only; the card itself lives in coach-public-card.module.css.
   Spacing follows the DS SpacingSpec usage map: grid gutter -> --space-4. */
.coach-list_grid__YDe3V {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  /* Two balanced columns (4 coaches → tidy 2×2, not a stranded 3 + 1). */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  /* Equal-height cards per row (default grid stretch) so the "View profile"
     buttons line up across the row regardless of differing copy length. */
}

.coach-list_item__tCmjy {
  display: flex;
}

.coach-list_loading__d0TZT {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  color: var(--light-mute);
  margin: 0;
}

@media (max-width: 560px) {
  .coach-list_grid__YDe3V {
    grid-template-columns: 1fr;
  }
}

.services-tab_root__JiuUh {
  display: flex;
  flex-direction: column;
  /* Label → content within a section. */
  gap: var(--space-5);
}

/* Trial gate: shown to members in the free-trial window, above the services
   grid. Paid coaching is reserved for converted members; the card CTAs below
   switch to a disabled "Paid members only" state. */
.services-tab_trialGate__vV9Ef {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding: 20px 24px;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  background: var(--c-cream-light);
}

.services-tab_trialGateText__EpMxy {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--c-light-body);
}

/* Between grouped sections → --space-7 (32px) per the DS SpacingSpec.
   Root gap (20) + this margin (12) = 32 before "Meet your coaches". */
.services-tab_coachesLabel__5xDuQ {
  margin-top: var(--space-3);
}

.services-tab_grid___LQru {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* Grid gutter → --space-4 (16px) per the DS SpacingSpec. */
  gap: var(--space-4);
}

@media (max-width: 960px) {
  .services-tab_grid___LQru {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .services-tab_grid___LQru {
    grid-template-columns: 1fr;
  }
}

/* ── Card shell ──────────────────────────────────────────────────────────── */

.services-tab_svc__zjMRb {
  position: relative;
  padding: 28px 24px 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
  overflow: hidden;
  min-height: 460px;
}

.services-tab_svc__zjMRb:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(30, 20, 10, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .services-tab_svc__zjMRb,
  .services-tab_svc__zjMRb:hover {
    transition: none;
    transform: none;
  }
}

.services-tab_ribbon__3WV73 {
  position: absolute;
  top: 16px;
  right: -36px;
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 5px 40px;
  z-index: 1;
}

.services-tab_badge__Maj6w {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: #2a1d0a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 999px;
}

.services-tab_head__161C1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.services-tab_ic__y7N1_ {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  opacity: 0.9;
  flex-shrink: 0;
}

.services-tab_ic__y7N1_ svg {
  width: 20px;
  height: 20px;
}

.services-tab_title__m2SJW {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.services-tab_price__2EQLm {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin: 2px 0 0;
}

.services-tab_unit__VeF8J {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
  opacity: 0.8;
}

.services-tab_sub__IdGJU {
  font-size: 13.5px;
  font-weight: 500;
  opacity: 0.95;
  margin: -4px 0 0;
}

.services-tab_desc__5_41S {
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
  opacity: 0.9;
  text-wrap: pretty;
}

.services-tab_section__QCdPf {
  margin-top: 4px;
}

.services-tab_label__Ay2I1 {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.services-tab_checks__xbFrx {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13.5px;
}

.services-tab_checks__xbFrx li {
  padding-left: 22px;
  position: relative;
  line-height: 1.4;
}

.services-tab_checks__xbFrx li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 10px;
  height: 6px;
  border-left: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.85;
}

.services-tab_bullets__zThDk {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13.5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.services-tab_bullets__zThDk li {
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}

.services-tab_bullets__zThDk li::before {
  content: "·";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 18px;
  opacity: 0.8;
}

.services-tab_specBox__4KVw2 {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.services-tab_specRow__KvPnS {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.services-tab_specRow__KvPnS span:first-child {
  opacity: 0.8;
}

.services-tab_specRow__KvPnS span:last-child {
  font-weight: 500;
}

.services-tab_tierList__gKNpK {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 2px;
}

.services-tab_tierRow__amUQk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  font-size: 13.5px;
}

.services-tab_tierRow__amUQk span:last-child {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 500;
}

.services-tab_delivery__1RGyR {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  opacity: 0.85;
}

.services-tab_subOffer__augEM {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin-top: 4px;
}

.services-tab_subOfferIc__vbTZQ {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
}

.services-tab_subOfferT__qSNsi {
  font-family: var(--font-serif);
  font-size: 14.5px;
  font-weight: 500;
  margin: 0 0 2px;
}

.services-tab_subOfferL__RBzZJ {
  font-size: 12.5px;
  opacity: 0.8;
  line-height: 1.45;
}

.services-tab_subOfferLem__QUbDF {
  font-style: italic;
  opacity: 0.7;
}

.services-tab_usage__vqACs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  font-size: 12.5px;
  margin-top: auto;
}

.services-tab_cream__qdPyb .services-tab_usage__vqACs,
.services-tab_rust__ayPiZ .services-tab_usage__vqACs {
  background: rgba(255, 255, 255, 0.3);
}

.services-tab_usageDot__3o7Ge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3cb371;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.services-tab_usageEmpty__OhB1f .services-tab_usageDot__3o7Ge {
  background: #e06666;
}

.services-tab_cta__ON3QZ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.92);
  margin-top: auto;
  transition: background 0.18s var(--ease-out), transform 0.18s var(--ease-out),
    box-shadow 0.18s var(--ease-out);
  text-decoration: none;
}

.services-tab_cta__ON3QZ:hover {
  background: #fff;
  transform: translateY(-1px);
}

.services-tab_cta__ON3QZ:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.45);
}

.services-tab_cream__qdPyb .services-tab_cta__ON3QZ:focus-visible {
  outline-color: #2a1d0a;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.7);
}

.services-tab_cta__ON3QZ:disabled {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(0, 0, 0, 0.55);
}

.services-tab_cta__ON3QZ:disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.78);
}

@media (prefers-reduced-motion: reduce) {
  .services-tab_cta__ON3QZ,
  .services-tab_cta__ON3QZ:hover {
    transition: none;
    transform: none;
  }
}

.services-tab_srOnly__8hJo7 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* When card also has usage pill, CTA should not push to bottom */
.services-tab_usage__vqACs + .services-tab_cta__ON3QZ {
  margin-top: 0;
}

/* Color variants */

.services-tab_green__bQFrM {
  background: linear-gradient(160deg, #2a4213 0%, #1a2c0a 100%);
  color: #e8ecd9;
}
.services-tab_green__bQFrM .services-tab_title__m2SJW,
.services-tab_green__bQFrM .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_green__bQFrM .services-tab_cta__ON3QZ,
.services-tab_green__bQFrM .services-tab_badge__Maj6w {
  color: #2a4213;
}

.services-tab_purple__Gp9ae {
  background: linear-gradient(160deg, #6b2dab 0%, #4b1c85 100%);
  color: #ece0ff;
}
.services-tab_purple__Gp9ae .services-tab_title__m2SJW,
.services-tab_purple__Gp9ae .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_purple__Gp9ae .services-tab_cta__ON3QZ,
.services-tab_purple__Gp9ae .services-tab_badge__Maj6w {
  color: #4b1c85;
}

.services-tab_blue__aNMc0 {
  background: linear-gradient(160deg, #2b4fb5 0%, #1e3a8a 100%);
  color: #d9e3ff;
}
.services-tab_blue__aNMc0 .services-tab_title__m2SJW,
.services-tab_blue__aNMc0 .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_blue__aNMc0 .services-tab_cta__ON3QZ,
.services-tab_blue__aNMc0 .services-tab_badge__Maj6w {
  color: #1e3a8a;
}

.services-tab_magenta__FqMEq {
  background: linear-gradient(160deg, #a61b5a 0%, #751042 100%);
  color: #ffd9e9;
}
.services-tab_magenta__FqMEq .services-tab_title__m2SJW,
.services-tab_magenta__FqMEq .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_magenta__FqMEq .services-tab_cta__ON3QZ,
.services-tab_magenta__FqMEq .services-tab_badge__Maj6w {
  color: #751042;
}

.services-tab_rust__ayPiZ {
  background: linear-gradient(160deg, #b84a1f 0%, #8a2e0d 100%);
  color: #ffe4d1;
}
.services-tab_rust__ayPiZ .services-tab_title__m2SJW,
.services-tab_rust__ayPiZ .services-tab_price__2EQLm {
  color: #fff;
}
.services-tab_rust__ayPiZ .services-tab_cta__ON3QZ,
.services-tab_rust__ayPiZ .services-tab_badge__Maj6w {
  color: #8a2e0d;
}

.services-tab_cream__qdPyb {
  background: linear-gradient(160deg, #faeacb 0%, #f0d9a9 100%);
  color: #4a3520;
}
.services-tab_cream__qdPyb .services-tab_title__m2SJW,
.services-tab_cream__qdPyb .services-tab_price__2EQLm {
  color: #2a1d0a;
}
.services-tab_cream__qdPyb .services-tab_cta__ON3QZ,
.services-tab_cream__qdPyb .services-tab_badge__Maj6w {
  color: #4a3520;
}
.services-tab_cream__qdPyb .services-tab_cta__ON3QZ {
  background: rgba(255, 255, 255, 0.6);
}
.services-tab_cream__qdPyb .services-tab_cta__ON3QZ:hover {
  background: rgba(255, 255, 255, 0.85);
}
.services-tab_cream__qdPyb .services-tab_ribbon__3WV73 {
  background: rgba(74, 53, 32, 0.85);
  color: #f0d9a9;
}
.services-tab_cream__qdPyb .services-tab_subOffer__augEM {
  background: rgba(255, 255, 255, 0.55);
}

.how-it-works-tab_root__0KXot {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-it-works-tab_sub__QV_7S {
  font-size: 13px;
  color: var(--light-mute);
  line-height: 1.55;
  margin: 0 0 14px;
  max-width: 620px;
}

.how-it-works-tab_steps__OH9K8 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 860px) {
  .how-it-works-tab_steps__OH9K8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .how-it-works-tab_steps__OH9K8 {
    grid-template-columns: 1fr;
  }
}

.how-it-works-tab_step__7Qyyl {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--cream-light);
}

.how-it-works-tab_stepNum__7dyJ_ {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-faint);
  color: var(--green-dark);
  font-family: var(--font-serif);
  font-size: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.how-it-works-tab_stepTitle__Rq9rT {
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--light-head);
  margin: 0 0 5px;
}

.how-it-works-tab_stepDesc__5_Qtz {
  font-size: 12.5px;
  color: var(--light-mute);
  line-height: 1.5;
  margin: 0;
}

.how-it-works-tab_flow__yvn_f {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
  color: var(--light-body);
  line-height: 1.55;
}

.how-it-works-tab_flow__yvn_f li {
  padding-left: 14px;
  position: relative;
}

.how-it-works-tab_flow__yvn_f li::before {
  content: "·";
  position: absolute;
  left: 2px;
  top: -3px;
  font-size: 20px;
  color: var(--green-dark);
}

.how-it-works-tab_tags__DaZhX {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.accordion_root__9EkFZ {
  display: flex;
  flex-direction: column;
}

.accordion_summary__ZMH8b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 4px;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
          user-select: none;
}

.accordion_summary__ZMH8b::-webkit-details-marker {
  display: none;
}

.accordion_title__fqVqc {
  font-family: var(--font-sans);
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: var(--lh-snug);
  color: var(--c-light-head);
}

.accordion_chevron__h0JLc {
  flex-shrink: 0;
  color: var(--c-light-mute);
  transition: transform var(--dur-fast) var(--ease-out);
}

details[open] > .accordion_summary__ZMH8b .accordion_chevron__h0JLc {
  transform: rotate(180deg);
}

.accordion_content__zvcMo {
  padding: 0 4px 16px;
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  color: var(--c-light-body);
}

.accordion_content__zvcMo p {
  margin: 0 0 10px;
}

.accordion_content__zvcMo p:last-child {
  margin-bottom: 0;
}

.faq-tab_root__tygnY {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-tab_closing__G9_ou {
  text-align: center;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.faq-tab_closingTitle__4bhgy {
  font-family: var(--font-serif);
  font-size: var(--fs-lg);
  line-height: var(--lh-snug);
  color: var(--c-light-head);
}

.faq-tab_closingBody__SRL7P {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  color: var(--c-light-mute);
  margin: 0 0 8px;
  max-width: 480px;
}

.coaching-tweaks_toggle__pfF6K {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--green-dark);
  color: var(--cream-light);
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 12.5px;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(30, 20, 10, 0.2);
  z-index: 98;
}

.coaching-tweaks_panel__KMQmw {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 280px;
  background: var(--cream-light);
  border: 1px solid var(--border-mid);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 40px rgba(30, 20, 10, 0.15);
  z-index: 99;
  font-family: var(--font-sans);
}

.coaching-tweaks_head__46SzW {
  font-family: var(--font-serif);
  font-size: 15px;
  color: var(--light-head);
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coaching-tweaks_close__IOgql {
  background: none;
  border: 0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: var(--light-mute);
  padding: 0;
  width: 24px;
  height: 24px;
}

.coaching-tweaks_close__IOgql:hover {
  color: var(--light-head);
}

.coaching-tweaks_group__cXoPW {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.coaching-tweaks_label__T1fKK {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--light-mute);
  margin-bottom: 4px;
  font-weight: 500;
}

.coaching-tweaks_derived__d2Jhm {
  color: var(--green-dark);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.coaching-tweaks_opts___f7ZK {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.coaching-tweaks_opt__Qpy2Z {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12.5px;
  color: var(--light-body);
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  font-family: inherit;
  transition: all 0.15s;
}

.coaching-tweaks_opt__Qpy2Z:hover {
  background: var(--cream-dark);
}

.coaching-tweaks_optActive__DzWIZ {
  background: var(--green-faint);
  color: var(--green-dark);
  border-color: var(--border-mid);
  font-weight: 500;
}

.coaching-tweaks_reset__aKvx_ {
  margin-top: 4px;
  background: none;
  border: 0;
  font-size: 11.5px;
  color: var(--green-dark);
  text-align: left;
  padding: 4px 10px;
  cursor: pointer;
  font-family: inherit;
}

.coaching-tweaks_reset__aKvx_:hover {
  text-decoration: underline;
}

.coaching-shell_hero__EBNaG {
  margin-bottom: 24px;
}

.coaching-shell_tabBar__6N02a {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 28px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.coaching-shell_tab__Wn3iX {
  all: unset;
  cursor: pointer;
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--c-light-mute);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition:
    color var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out);
}

.coaching-shell_tab__Wn3iX:hover {
  color: var(--c-light-head);
}

.coaching-shell_tab__Wn3iX:focus-visible {
  outline: 2px solid var(--c-green-dark);
  outline-offset: -2px;
  border-radius: 2px;
}

.coaching-shell_tabActive__rDHMR {
  color: var(--c-green-dark);
  border-bottom-color: var(--c-green-dark);
}

.coaching-shell_panel__vXl_o {
  min-height: 0;
}

/* ════════════════════════════════════════════════════════════════════════
   What Nari Does — unified showcase
   Section header + three numbered blocks (Resume / Coaching / Community)
   ──────────────────────────────────────────────────────────────────────── */

.feature-section_showcase__Ey60H {
  padding-block: clamp(72px, 9vw, 120px);
  padding-inline: var(--page-gutter);
  background: var(--c-cream-light);
  scroll-margin-top: calc(var(--nav-height) + 44px + 8px);
}

.feature-section_showcaseInner__RFvYf {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 80px);
}

/* ── Section header ── */
.feature-section_showcaseHeader__MzOAx {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.feature-section_showcaseHeading__Z5nWP {
  font-family: var(--font-heading, "Lora", serif);
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.025em;
  line-height: 1.14;
  margin: 0;
  text-wrap: balance;
}

.feature-section_showcaseHeadingAccent__RUI3e {
  font-family: var(--font-heading, "Lora", serif);
  font-style: italic;
  font-weight: 500;
  color: var(--c-green-dark);
}

.feature-section_showcaseIntro__lfUHG {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 17px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.65;
  margin: 0;
  max-width: 580px;
  text-wrap: pretty;
}

/* ── Numbered block (Resume / Coaching) ── */
.feature-section_block__00gQc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

/* Resume block: center the resume preview against the tall copy column. */
.feature-section_blockResume__nDn1L {
  align-items: center;
}

.feature-section_blockCopy__v0emw {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.feature-section_blockNumRow__1nH2l {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-section_blockNum__nCdNu {
  font-family: var(--font-heading, "Lora", serif);
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 500;
  line-height: 1;
  color: color-mix(in srgb, var(--c-green-dark) 22%, transparent);
  letter-spacing: -0.02em;
}

.feature-section_blockHeading__gdP3g {
  font-family: var(--font-heading, "Lora", serif);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
  text-wrap: balance;
}

.feature-section_blockDivider__U3s3X {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--c-border) 18%,
    var(--c-border) 82%,
    transparent
  );
  margin: 0;
}

/* ── Community block (full-width) ── */
.feature-section_communityBlock__3vFeS {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.feature-section_communityBlockHead__kadU3 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.feature-section_mockWrap__92HIk {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.feature-section_eyebrow__7b_RD {
  margin-bottom: 4px;
}

.feature-section_headingAccent__1PFPe {
  font-family: var(--font-heading, "Lora", serif);
  font-style: italic;
  font-weight: 500;
  color: var(--c-green-dark);
}

/* Coaching block accent picks up the wood-oak tone of its eyebrow. */
.feature-section_coachingAccent__9Bsdn {
  color: var(--c-wood-oak);
}

.feature-section_lead__NV2RN {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.65;
  margin: 0;
  max-width: 480px;
  text-wrap: pretty;
}

.feature-section_ctaRow__9witY {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* ── Resume Engine: comparison, interactive demo, resume preview ────────── */
/* ── Small mono section label (What changes / How it works / What's included) ─ */
.feature-section_stripLabel__TbwmP {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: var(--fs-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label, 0.12em);
  color: var(--c-light-mute);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-section_stripLabel__TbwmP::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-green);
  flex-shrink: 0;
}

/* ── Resume Engine: "What changes" comparison ──────────────────────────────── */
.feature-section_compareWrap__jlpU3 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 4px;
}

.feature-section_compare__qS5Fa {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.feature-section_compareHead__s0ps8 {
  width: 40%;
  text-align: left;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: var(--fs-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--c-light-mute);
  padding: 12px 16px 10px 0;
  border-bottom: 1px solid var(--c-border);
}
.feature-section_compareHeadNari__QlnNf {
  width: 60%;
  color: var(--c-green-dark);
  border-bottom-color: color-mix(in srgb, var(--c-green-dark) 32%, transparent);
  background: color-mix(in srgb, var(--c-green-dark) 6%, transparent);
  padding: 12px 16px 10px;
}

.feature-section_compareGeneric__CF32F,
.feature-section_compareNari__w9S8T {
  padding: 0;
  vertical-align: top;
  border-bottom: 1px solid var(--c-border);
}
.feature-section_compareGeneric__CF32F {
  color: var(--c-light-mute);
}
.feature-section_compareNari__w9S8T {
  color: var(--c-light-head);
  background: color-mix(in srgb, var(--c-green-dark) 5%, transparent);
}

/* Equal-height rows with centered content for an even rhythm; the icon + text
   sit in a flex row so multi-line copy hangs cleanly beside the glyph. */
.feature-section_compareCell__VQARz {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 6px 0;
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 13px;
  line-height: 1.4;
}
.feature-section_compareGeneric__CF32F .feature-section_compareCell__VQARz {
  padding-right: 16px;
}
.feature-section_compareNari__w9S8T .feature-section_compareCell__VQARz {
  padding-inline: 16px;
  font-weight: 500;
}

/* Check / cross glyphs sit in soft tonal circles so the Nari column reads as
   the winning side at a glance. */
.feature-section_compareIcon__KGIQP {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-light-mute) 14%, transparent);
  color: var(--c-light-mute);
}
.feature-section_compareIconNari__eTU_k {
  background: color-mix(in srgb, var(--c-green-dark) 16%, transparent);
  color: var(--c-green-dark);
}

/* ── Resume Engine: "How it works" interactive demo ────────────────────────── */
.feature-section_demo__NZldd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.feature-section_demoFrame__HUPD2 {
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--c-cream-light);
  box-shadow: 0 14px 36px -16px rgba(30, 20, 10, 0.24),
    0 2px 8px rgba(30, 20, 10, 0.05);
}

.feature-section_demoTabs__jiElf {
  display: flex;
  gap: 2px;
  border-bottom: 1px solid var(--c-border);
  background: color-mix(in srgb, var(--c-cream-dark) 34%, var(--c-cream-light));
  padding: 4px 4px 0;
  overflow-x: auto;
}

/* Equal-width, fixed-height tabs so every tab is identical and the strip never
   reflows when the active label bolds. */
.feature-section_demoTab__eZbXW {
  flex: 1 1;
  min-width: 0;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: border-color var(--dur-fast, 120ms) var(--ease-out, ease),
    color var(--dur-fast, 120ms) var(--ease-out, ease);
}
.feature-section_demoTab__eZbXW:hover .feature-section_demoTabLabel__Sqbq1 {
  color: var(--c-light-head);
}
.feature-section_demoTab__eZbXW:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--c-green-dark);
  border-radius: var(--radius-xs);
}
.feature-section_demoTabActive__kvQhH {
  border-bottom-color: var(--c-green-dark);
}

.feature-section_demoTabNum__n7CQN {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--c-light-mute);
}
.feature-section_demoTabActive__kvQhH .feature-section_demoTabNum__n7CQN {
  color: color-mix(in srgb, var(--c-green-dark) 60%, transparent);
}

.feature-section_demoTabLabel__Sqbq1 {
  font-family: var(--font-sans, "DM Sans", sans-serif);
  font-size: var(--fs-base);
  font-weight: 500;
  color: var(--c-light-mute);
  transition: color var(--dur-fast, 120ms) var(--ease-out, ease);
}
.feature-section_demoTabActive__kvQhH .feature-section_demoTabLabel__Sqbq1 {
  color: var(--c-green-dark);
  font-weight: 600;
}

.feature-section_demoPanels__SjBfY {
  background: var(--c-cream-light);
  overflow: hidden;
}
.feature-section_demoPanelsInner__9V4Xa {
  padding: var(--space-5);
  min-height: 150px;
}

/* Only the active step renders; its height drives the animated pane height. */
.feature-section_cardPanel__tHLrh {
  display: none;
  flex-direction: column;
  gap: var(--space-3);
}
.feature-section_cardPanelActive__YaIoR {
  display: flex;
}
@media (prefers-reduced-motion: no-preference) {
  /* Smoothly grow / shrink the pane between steps. */
  .feature-section_demoPanels__SjBfY {
    transition: height var(--dur-med, 320ms)
      var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
  }
  /* Stagger the active step's content in. */
  .feature-section_cardPanelActive__YaIoR > * {
    animation: feature-section_demoItemIn__fDLEL 380ms var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1))
      both;
  }
  .feature-section_cardPanelActive__YaIoR > *:nth-child(2) {
    animation-delay: 45ms;
  }
  .feature-section_cardPanelActive__YaIoR > *:nth-child(3) {
    animation-delay: 90ms;
  }
  .feature-section_cardPanelActive__YaIoR > *:nth-child(4) {
    animation-delay: 135ms;
  }
  .feature-section_cardPanelActive__YaIoR > *:nth-child(5) {
    animation-delay: 180ms;
  }
  @keyframes feature-section_demoItemIn__fDLEL {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}

.feature-section_cardTitle__hJSx8 {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: var(--fs-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow);
  color: var(--c-wood-oak);
  margin: 0;
}

.feature-section_cardDesc__YMvm0 {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 12.5px;
  color: var(--c-light-body);
  line-height: 1.5;
  margin: 4px 0 2px;
}

/* ── Resume Engine: finished-resume preview (right column) ──────────────────── */
.feature-section_resumeCol__vja67 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Warm glow behind the document for depth. */
.feature-section_resumeCol__vja67::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 36px -24px 0 4px;
  background: radial-gradient(
    ellipse at 50% 38%,
    color-mix(in srgb, var(--c-golden-sand) 16%, transparent),
    transparent 70%
  );
  filter: blur(40px);
  pointer-events: none;
}
/* Lift the label, document, and caption above the glow. */
.feature-section_resumeCol__vja67 > * {
  position: relative;
  z-index: 1;
}

/* The finished one-page resume in a fixed-aspect frame matching the image, so
   the full page shows with no crop. */
.feature-section_resumeFrame__5mumA {
  position: relative;
  width: 100%;
  aspect-ratio: 1499 / 1938;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--c-border);
  box-shadow: 0 22px 60px -20px rgba(30, 20, 10, 0.3),
    0 4px 14px rgba(30, 20, 10, 0.08);
}

/* The resume image fills the frame (next/image fill). */
.feature-section_resumePage__GqTiK {
  object-fit: cover;
  object-position: top center;
}

.feature-section_resumeCaption__dOgS1 {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 11px;
  color: var(--c-light-mute);
  margin: 0;
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  .feature-section_resumeFrame__5mumA {
    transition: transform var(--dur-med, 320ms) var(--ease-out, ease),
      box-shadow var(--dur-med, 320ms) var(--ease-out, ease);
  }
  .feature-section_resumeFrame__5mumA:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 70px -22px rgba(30, 20, 10, 0.34),
      0 6px 18px rgba(30, 20, 10, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-section_demoTab__eZbXW {
    transition: none;
  }
}

@media (max-width: 560px) {
  .feature-section_demoPanelsInner__9V4Xa {
    padding: var(--space-4);
  }
  /* Tabs scroll instead of squeezing on small screens; the active tab is
     scrolled into view from the component. */
  .feature-section_demoTab__eZbXW {
    flex: 0 0 auto;
    justify-content: flex-start;
    min-height: 44px;
  }
  /* Tighten the comparison so the longer Nari copy still breathes. */
  .feature-section_compareCell__VQARz {
    min-height: 48px;
    font-size: 12.5px;
  }
  .feature-section_compareGeneric__CF32F .feature-section_compareCell__VQARz {
    padding-right: 12px;
  }
  .feature-section_compareNari__w9S8T .feature-section_compareCell__VQARz {
    padding-inline: 12px;
  }
  .feature-section_compareHead__s0ps8 {
    padding: 10px 12px 8px 0;
  }
  .feature-section_compareHeadNari__QlnNf {
    padding: 10px 12px 8px;
  }
}

.feature-section_rawList__0f8ei {
  list-style: disc outside;
  margin: 0;
  padding: 0 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.feature-section_rawList__0f8ei li {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 12px;
  color: var(--c-light-mute);
  line-height: 1.45;
}

.feature-section_nariBadge__T30f0 {
  align-self: flex-start;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 9.5px;
  font-weight: 500;
  color: var(--c-green-dark);
  background: var(--c-green-faint);
  padding: 4px 9px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feature-section_nariSummary__dsgBf {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 12.5px;
  color: var(--c-light-body);
  line-height: 1.55;
  margin: 0;
}

.feature-section_nariList__cQiTq {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-section_nariList__cQiTq li {
  position: relative;
  padding-left: 16px;
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 12.5px;
  color: var(--c-light-body);
  line-height: 1.5;
}

.feature-section_nariList__cQiTq li::before {
  content: "▪";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-golden-sand);
}

/* ── Review panel: original vs Nari, side by side ──────────────────────── */
.feature-section_reviewCols__aQuOZ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.feature-section_reviewCol__ffD0x {
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 10px 11px;
  background: color-mix(in srgb, var(--c-cream-dark) 28%, var(--c-cream-light));
}

.feature-section_reviewColNari__MzC88 {
  border-color: color-mix(in srgb, var(--c-green-dark) 30%, transparent);
  background: var(--c-green-faint);
}

.feature-section_reviewColLabel__OaHuS {
  display: block;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 9.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-light-mute);
  margin-bottom: 6px;
}

.feature-section_reviewColNari__MzC88 .feature-section_reviewColLabel__OaHuS {
  color: var(--c-green-dark);
}

.feature-section_reviewColText__dcnJC {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 12px;
  color: var(--c-light-body);
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 520px) {
  .feature-section_reviewCols__aQuOZ {
    grid-template-columns: 1fr;
  }
}

/* ── Refine panel: an editable field with a restore hint ───────────────── */
.feature-section_refineField__j_WfS {
  border: 1px solid color-mix(in srgb, var(--c-green-dark) 30%, transparent);
  border-radius: 8px;
  padding: 10px 11px;
  background: var(--c-cream-light);
  box-shadow: 0 0 0 3px var(--c-green-faint);
}

.feature-section_refineText__sYi9S {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 12.5px;
  color: var(--c-light-body);
  line-height: 1.5;
  margin: 0;
}

.feature-section_refineCaret__SMPpg {
  display: inline-block;
  width: 1.5px;
  height: 1.05em;
  background: var(--c-green-dark);
  vertical-align: text-bottom;
  margin-left: 1px;
}

.feature-section_refineHint__dLc7A {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 10px;
  color: var(--c-light-mute);
  margin: 8px 0 0;
}

/* ════════════════════════════════════════════════════════════════════════
   Coaching block, full-width: header + free-access callout, services strip,
   live-coach cards, CTA.
   ──────────────────────────────────────────────────────────────────────── */
.feature-section_coachingBlock__LGuAd {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 56px);
}

/* Hopeful warm light pooled at the top of the block, behind heading + callout. */
.feature-section_coachingBlock__LGuAd::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  inset: -40px -6% auto -6%;
  height: 420px;
  background: radial-gradient(
    ellipse 70% 100% at 50% 0%,
    color-mix(in srgb, var(--c-golden-sand) 9%, transparent) 0%,
    transparent 70%
  );
  filter: blur(48px);
}
.feature-section_coachingBlock__LGuAd > * {
  position: relative;
  z-index: 1;
}

/* Header row: heading + lead on the left, free-access callout on the right. */
.feature-section_coachingHead__lGT7N {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}

.feature-section_coachingHeadMain__rmCev {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.feature-section_calloutBox___9m9m {
  border: 1px solid var(--c-border-mid);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--c-golden-sand) 7%, var(--c-cream-light)),
    var(--c-cream-light)
  );
  box-shadow: var(--shadow);
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-section_calloutTag__KohUu {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: var(--fs-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label, 0.12em);
  color: var(--c-green-dark);
}
.feature-section_calloutDot__OoDnf {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-green);
}
.feature-section_calloutText__hizUP {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--c-light-body);
  margin: 0;
  text-wrap: pretty;
}
.feature-section_calloutText__hizUP strong {
  font-weight: 600;
  color: var(--c-light-head);
}

/* ── Strip wrappers + labels ── */
.feature-section_servicesWrap__Ayq_R,
.feature-section_coachesWrap__zN5c7 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feature-section_stripLabelRow__52a6b {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.feature-section_stripSub__oDUEC {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: var(--c-light-mute);
  margin: 0;
  text-wrap: pretty;
}

/* ── Services strip: 3 cards on a hairline grid, accent bar by access ──
   A 2px gap over a border-coloured background draws the dividers, so the
   cards read as one structured grid with no nested boxes. */
.feature-section_servicesGrid__hefU9,
.feature-section_coachesGrid__PUS2S {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  /* Faintly golden hairline dividers + a soft float off the cream page. */
  background: color-mix(in srgb, var(--c-golden-sand) 10%, var(--c-border));
  border: 1px solid var(--c-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-section_serviceCard__Yb0Qo {
  /* Lit-from-above surface for warmth. */
  background: linear-gradient(180deg, #fff, var(--c-cream-light));
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 3px solid transparent;
}
/* Accent bar encodes access at a glance: green = free, amber = members. */
.feature-section_serviceFree__5ug6G {
  border-top-color: var(--c-green);
}
.feature-section_serviceMembers__4LswA {
  border-top-color: var(--c-golden-sand);
}

.feature-section_servicePill__eSqxg {
  align-self: flex-start;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 9.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-light-mute);
  border: 1px solid var(--c-border-mid);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
}

.feature-section_serviceTitle__qJD3N {
  font-family: var(--font-serif, "Lora", serif);
  font-size: var(--fs-xl);
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.01em;
  margin: 2px 0 0;
  text-wrap: balance;
}

.feature-section_serviceValue__lSw_h {
  font-family: var(--font-sans, "DM Sans", sans-serif);
  font-size: var(--fs-md);
  font-weight: 400;
  color: var(--c-light-head);
  line-height: 1.5;
  margin: 2px 0;
  text-wrap: balance;
}

/* flex:1 so the meta + link still pin to the card bottom (equal-height cards). */
.feature-section_serviceFeatures__eX5_w {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1;
}

.feature-section_serviceFeature__6IuAa {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--font-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--c-light-body);
  text-wrap: pretty;
}

.feature-section_serviceFeatureIcon__xkUzP {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--c-green-dark) 14%, transparent);
  color: var(--c-green-dark);
}

.feature-section_serviceMeta__53F3_ {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 11px;
  color: var(--c-light-mute);
  margin: 0;
}

.feature-section_serviceLink__zHW8n {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-green-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.feature-section_serviceLink__zHW8n span {
  transition: transform var(--dur-fast, 120ms) var(--ease-out, ease);
}
.feature-section_serviceLink__zHW8n:hover span,
.feature-section_serviceLink__zHW8n:focus-visible span {
  transform: translateX(3px);
}
.feature-section_serviceLink__zHW8n:focus-visible {
  outline: 2px solid var(--c-green-dark);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ── Coaches strip: live-coach cards ── */
.feature-section_coachCard___q1gR {
  background: linear-gradient(180deg, #fff, var(--c-cream-light));
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature-section_coachCardHead__veYVX {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature-section_coachCardName__ayUmK {
  font-family: var(--font-serif, "Lora", serif);
  font-size: var(--fs-lg);
  font-weight: 500;
  color: var(--c-light-head);
  margin: 0;
  line-height: 1.2;
  min-width: 0;
}

.feature-section_coachStyle__jDklD {
  font-family: var(--font-serif, "Lora", serif);
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-light-head);
  margin: 0;
  text-wrap: balance;
}
.feature-section_coachStyle__jDklD::before {
  content: "\201C";
}
.feature-section_coachStyle__jDklD::after {
  content: "\201D";
}

.feature-section_coachTags__NPJ0N {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.feature-section_coachTag__56kTw {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 11.5px;
  font-weight: 400;
  color: var(--c-wood-oak);
  background: color-mix(in srgb, var(--c-golden-sand) 9%, transparent);
  border-radius: var(--radius-sm);
  padding: 4px 9px;
}

.feature-section_coachQuote__QuHxL {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--c-border);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* One decorative opening quote so the non-italic testimonial still reads as a
   quotation, without the heavy italic-serif treatment that made the card busy. */
.feature-section_coachQuote__QuHxL::before {
  content: "\201C";
  font-family: var(--font-serif, "Lora", serif);
  font-size: 30px;
  line-height: 0.5;
  color: color-mix(in srgb, var(--c-golden-sand) 45%, transparent);
}

/* Readable sans (not italic serif), bounded so long testimonials stay
   scannable and the cards stay balanced. */
.feature-section_coachQuoteText__eLdOp {
  font-family: var(--font-sans, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--c-light-body);
  margin: 0;
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.feature-section_coachQuoteCite__v3_GB {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.feature-section_coachQuoteLabel__Zwxai {
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 9.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-light-mute);
}
.feature-section_coachQuoteContext__FEis6 {
  font-family: var(--font-sans, "DM Sans", sans-serif);
  font-size: 11.5px;
  color: var(--c-light-mute);
  line-height: 1.4;
}

/* ── Coaching CTA ── */
.feature-section_coachingCta__jjZHT {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.feature-section_coachingCtaNote__t20ul {
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: var(--c-light-mute);
}

/* ── Coaching responsive ── */
@media (max-width: 900px) {
  .feature-section_coachingHead__lGT7N {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .feature-section_servicesGrid__hefU9,
  .feature-section_coachesGrid__PUS2S {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .feature-section_serviceCard__Yb0Qo,
  .feature-section_coachCard___q1gR {
    padding: var(--space-5);
  }
  /* Comfortable touch target for the card link. */
  .feature-section_serviceLink__zHW8n {
    min-height: 44px;
    align-items: center;
  }
  /* Keep the glow from overhanging the narrow viewport. */
  .feature-section_coachingBlock__LGuAd::before {
    height: 300px;
    inset: -24px -4% auto -4%;
  }
}

/* ── Enhancements (motion-safe): subtle hover + scroll reveal ──
   Hover stays inside the hairline-grid aesthetic (no lift that would clip
   against overflow:hidden), just a faint surface warm. */
@media (prefers-reduced-motion: no-preference) {
  .feature-section_serviceCard__Yb0Qo,
  .feature-section_coachCard___q1gR {
    transition: background var(--dur-base, 200ms) var(--ease-out, ease),
      box-shadow var(--dur-base, 200ms) var(--ease-out, ease);
  }
  /* Clip-safe hover (no lift, which would clip against overflow:hidden): warm
     the surface and add an inset golden ring. */
  .feature-section_serviceCard__Yb0Qo:hover,
  .feature-section_coachCard___q1gR:hover {
    background: linear-gradient(
      180deg,
      #fff 0%,
      color-mix(in srgb, var(--c-golden-sand) 5%, var(--c-cream-light)) 100%
    );
    box-shadow: inset 0 0 0 1px
      color-mix(in srgb, var(--c-golden-sand) 30%, transparent);
  }

  @supports (animation-timeline: view()) {
    @keyframes feature-section_featureReveal__6RZNp {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: none;
      }
    }
    .feature-section_compareWrap__jlpU3,
    .feature-section_demo__NZldd,
    .feature-section_resumeCol__vja67,
    .feature-section_calloutBox___9m9m {
      animation: feature-section_featureReveal__6RZNp :local(auto) linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 45%;
    }

    /* Per-card staggered reveal for the services + coaches grids. Opacity only
       (no translate) so nothing clips against the grids' overflow:hidden; the
       stagger comes from per-position scroll ranges. */
    @keyframes feature-section_featureCardReveal__8gpiW {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    .feature-section_serviceCard__Yb0Qo,
    .feature-section_coachCard___q1gR {
      animation: feature-section_featureCardReveal__8gpiW :local(auto) linear both;
      animation-timeline: view();
    }
    .feature-section_serviceCard__Yb0Qo:nth-child(1),
    .feature-section_coachCard___q1gR:nth-child(1) {
      animation-range: entry 0% entry 36%;
    }
    .feature-section_serviceCard__Yb0Qo:nth-child(2),
    .feature-section_coachCard___q1gR:nth-child(2) {
      animation-range: entry 0% entry 46%;
    }
    .feature-section_serviceCard__Yb0Qo:nth-child(3),
    .feature-section_coachCard___q1gR:nth-child(3) {
      animation-range: entry 0% entry 56%;
    }
  }
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .feature-section_block__00gQc {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .feature-section_showcase__Ey60H {
    padding-block: 64px;
  }
  .feature-section_ctaRow__9witY {
    flex-direction: column;
    align-items: stretch;
  }
  .feature-section_ctaRow__9witY > * {
    width: 100%;
    justify-content: center;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   Community block (moved from the homepage so the whole 'What Nari Does'
   showcase lives in one component / one CSS module).
   ══════════════════════════════════════════════════════════════════════════ */
/* ── Community ── */
.feature-section_communityInner__GmbFJ {
  max-width: var(--max-width-wide);
  margin: 0 auto;
}

.feature-section_communityHeader__lLDqF {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.feature-section_communityHeading__inX47 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--c-light-head);
  margin: 14px 0 22px;
  text-wrap: balance;
}

.feature-section_communityHeadingAccent__YGUku {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  color: var(--c-green-dark);
}

.feature-section_communityLead__kilUC {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--c-light-body);
  margin: 0 auto;
  max-width: 600px;
  text-wrap: pretty;
}

.feature-section_communityLeadAccent__8ezId {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  color: var(--c-green-dark);
}

/* ── Community pinboard ── */
.feature-section_communityPinboard__RgV8I {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 1.35fr) minmax(220px, 1fr);
  grid-template-rows: auto auto;
  gap: 32px 36px;
  max-width: 1120px;
  margin: 0 auto 64px;
  align-items: center;
  justify-items: center;
}

.feature-section_communityPinboard__RgV8I::before {
  content: "";
  position: absolute;
  inset: -20px 4% -20px 4%;
  background:
    radial-gradient(
      ellipse 60% 70% at 50% 50%,
      color-mix(in srgb, var(--c-warm-amber) 8%, transparent) 0%,
      transparent 70%
    );
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.feature-section_communityCards__HJzPy {
  display: contents;
}

/* Illustration — center, spans both rows */
.feature-section_communityFigure__FJ4BC {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 466px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.feature-section_communityIllustrationWrap__YF_HI {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.feature-section_communityIllustrationWrap__YF_HI::before {
  content: "";
  position: absolute;
  inset: 8% 6%;
  background: radial-gradient(
    ellipse at center,
    color-mix(in srgb, var(--c-warm-amber) 14%, transparent) 0%,
    transparent 70%
  );
  filter: blur(24px);
  z-index: 0;
  pointer-events: none;
}

.feature-section_communityIllustration__TQTap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 466px;
  height: auto;
  z-index: 1;
}

.feature-section_communityFigureCaption__C50XN {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 14px;
  color: var(--c-wood-oak);
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

/* Pin positions — card placement + static rotation */
.feature-section_pinTopLeft__BAnmH {
  grid-column: 1;
  grid-row: 1;
  transform: rotate(-1.8deg);
}

.feature-section_pinTopRight__QqA0G {
  grid-column: 3;
  grid-row: 1;
  transform: rotate(1.4deg);
}

.feature-section_pinBottomLeft__6wB0c {
  grid-column: 1;
  grid-row: 2;
  transform: rotate(1.2deg);
}

.feature-section_pinBottomRight__Wd1G2 {
  grid-column: 3;
  grid-row: 2;
  transform: rotate(-1.6deg);
}

@media (max-width: 900px) {
  .feature-section_communityPinboard__RgV8I {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
  .feature-section_communityFigure__FJ4BC {
    grid-column: 1;
    grid-row: auto;
    order: -1;
    max-width: 420px;
  }
  .feature-section_pinTopLeft__BAnmH,
  .feature-section_pinTopRight__QqA0G,
  .feature-section_pinBottomLeft__6wB0c,
  .feature-section_pinBottomRight__Wd1G2 {
    grid-column: 1;
    grid-row: auto;
    transform: none;
  }
}

/* ── Pinned cards — scrapbook feel ── */
.feature-section_communityCard__3IOT2 {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(26, 43, 30, 0.08),
    0 18px 36px -22px rgba(26, 43, 30, 0.22);
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 280px;
  transform-origin: 50% 0%;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.3, 1.1),
    box-shadow 0.3s ease;
  z-index: 1;
}

/* Thumbtack at top-center */
.feature-section_communityCard__3IOT2::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 30%,
    #e5b778 0%,
    #a8762f 55%,
    #6b471b 100%
  );
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

/* Paper-edge highlight for lift */
.feature-section_communityCard__3IOT2::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
  mix-blend-mode: overlay;
}

.feature-section_communityIconWrap__FC0tK {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  transition: transform 0.3s ease;
}

/* ── Tinted card variants (full fill, not white) ── */
.feature-section_communityCardGreen__E_pT_ {
  background: color-mix(in srgb, var(--c-green-dark) 12%, #fdf8ea 88%);
}
.feature-section_communityCardGreen__E_pT_ .feature-section_communityIconWrap__FC0tK {
  color: var(--c-green-dark);
}
.feature-section_communityCardGreen__E_pT_ .feature-section_communityCardTitle__Psbgo {
  color: var(--c-green-dark);
}

.feature-section_communityCardAmber__6tv8v {
  background: color-mix(in srgb, var(--c-warm-amber) 22%, #fdf4e3 78%);
}
/* Deliberate dark-amber (no DS token exists for it): --c-warm-amber fails AA
   on this light-amber card for small text, so we darken to clear 4.5:1. */
.feature-section_communityCardAmber__6tv8v .feature-section_communityIconWrap__FC0tK {
  color: #8f5a15;
}
.feature-section_communityCardAmber__6tv8v .feature-section_communityCardTitle__Psbgo {
  color: #8f5a15;
}

.feature-section_communityCardOak__ZVnqC {
  background: color-mix(in srgb, var(--c-wood-oak) 15%, #fbf3e6 85%);
}
.feature-section_communityCardOak__ZVnqC .feature-section_communityIconWrap__FC0tK {
  color: var(--c-wood-oak);
}
.feature-section_communityCardOak__ZVnqC .feature-section_communityCardTitle__Psbgo {
  color: var(--c-wood-oak);
}

.feature-section_communityCardRose__XFv4c {
  background: color-mix(in srgb, var(--c-red, #b54a4a) 12%, #fceee8 88%);
}
.feature-section_communityCardRose__XFv4c .feature-section_communityIconWrap__FC0tK {
  color: var(--c-red, #b54a4a);
}
.feature-section_communityCardRose__XFv4c .feature-section_communityCardTitle__Psbgo {
  color: var(--c-red, #b54a4a);
}

.feature-section_communityCardTitle__Psbgo {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.005em;
}

.feature-section_communityCardText__MiC0b {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--c-light-head);
  margin: 0;
}

/* ── Closing block ── */
.feature-section_communityClose__nwaTi {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.feature-section_communityCloseLine__rOlYG {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  color: var(--c-light-head);
  margin: 0 0 28px;
  text-wrap: balance;
}

.feature-section_communityCloseAccent__cbf1i {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  color: var(--c-green-dark);
}

.feature-section_communityCtaRow__NqZZO {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-section_communityTextLink__fjk3v {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  color: var(--c-green-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid color-mix(in srgb, var(--c-green-dark) 30%, transparent);
  padding-bottom: 3px;
  transition: gap 0.2s ease, border-color 0.2s ease;
}

.feature-section_communityTextLink__fjk3v:hover,
.feature-section_communityTextLink__fjk3v:focus-visible {
  gap: 10px;
  border-bottom-color: var(--c-green-dark);
  outline: none;
}

.feature-section_communityArrow__gLhUv {
  transition: transform 0.2s ease;
}

.feature-section_communityTextLink__fjk3v:hover .feature-section_communityArrow__gLhUv,
.feature-section_communityTextLink__fjk3v:focus-visible .feature-section_communityArrow__gLhUv {
  transform: translateX(2px);
}

@media (max-width: 720px) {
  .feature-section_communityGrid__sOZlV {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-section_communityCard__3IOT2 {
    padding: 24px 22px;
  }
}

/* ── Community — motion ── */
@media (prefers-reduced-motion: no-preference) {
  @keyframes feature-section_communityReveal__ncxF_ {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

  @keyframes feature-section_communityFade__aP2M5 {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  /* Hover: straighten + pop (override each per-card rotation) */
  .feature-section_communityCard__3IOT2:hover {
    transform: rotate(0deg) scale(1.04) translateY(-4px);
    box-shadow: 0 6px 12px rgba(26, 43, 30, 0.12),
      0 28px 48px -18px rgba(26, 43, 30, 0.28);
    z-index: 2;
  }

  .feature-section_communityCard__3IOT2:hover .feature-section_communityIconWrap__FC0tK {
    transform: rotate(-6deg) scale(1.08);
  }

  /* Subtle thumbtack glint on card hover */
  .feature-section_communityCard__3IOT2:hover::before {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3),
      inset 0 -1px 2px rgba(0, 0, 0, 0.2),
      0 0 0 3px color-mix(in srgb, #e5b778 22%, transparent);
  }

  @supports (animation-timeline: view()) {
    .feature-section_communityHeader__lLDqF,
    .feature-section_communityFigure__FJ4BC,
    .feature-section_communityClose__nwaTi {
      animation: feature-section_communityReveal__ncxF_ :local(auto) linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 55%;
    }

    /* Cards fade in via opacity only so the rotations survive */
    .feature-section_communityCard__3IOT2 {
      animation: feature-section_communityFade__aP2M5 :local(auto) linear both;
      animation-timeline: view();
    }

    .feature-section_communityCard__3IOT2:nth-child(1) { animation-range: entry 0% entry 52%; }
    .feature-section_communityCard__3IOT2:nth-child(2) { animation-range: entry 0% entry 60%; }
    .feature-section_communityCard__3IOT2:nth-child(3) { animation-range: entry 0% entry 68%; }
    .feature-section_communityCard__3IOT2:nth-child(4) { animation-range: entry 0% entry 76%; }
  }
}

/* Two-card monthly / annual pricing block. Card-interior styles (price block,
   feature list) live here so the selector owns its presentation; the route's
   page.module.css keeps the page, header, section, staff-notice, and FAQ. */

.pricing-plan-selector_selector__KTKXf {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.pricing-plan-selector_cards__riDaJ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
  align-items: stretch;
}

.pricing-plan-selector_card__Wyezf {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  padding: var(--space-7);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

/* Annual is the recommended plan: a green inner ring, no scale change so the
   two cards stay the same size. */
.pricing-plan-selector_featured__OSmSd {
  border-color: var(--c-green-dark);
  box-shadow: inset 0 0 0 2px var(--c-green-dark), var(--shadow);
}

.pricing-plan-selector_planName__OBOfS {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-wood-oak);
}

/* Price (rendered by PlanPriceBlock) */
.pricing-plan-selector_priceBlock__lFOTE {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.pricing-plan-selector_priceRow__HEY2e {
  display: flex;
  align-items: baseline;
  gap: var(--space-1);
  flex-wrap: wrap;
}

.pricing-plan-selector_price__q0UVg {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 500;
  color: var(--c-light-head);
  letter-spacing: -0.03em;
  line-height: 1;
}

.pricing-plan-selector_period__mQxi1 {
  font-size: 16px;
  font-weight: 300;
  color: var(--c-light-mute);
}

.pricing-plan-selector_saveTag___F9YU {
  align-self: baseline;
  margin-left: var(--space-2);
}

.pricing-plan-selector_priceNote__e_ie2 {
  font-size: 13px;
  font-weight: 300;
  color: var(--c-light-mute);
}

/* Feature list */
.pricing-plan-selector_featureList__V3SGa {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.pricing-plan-selector_featureItem__9vBUn {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  font-size: 14px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.4;
}

.pricing-plan-selector_featureCheck__a_FXP {
  color: var(--c-green-dark);
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Trust-signal callout, pinned to the bottom so the two cards' CTAs align even
   when feature lists differ in height. */
.pricing-plan-selector_callout__X6bi4 {
  margin-top: auto;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--c-light-mute);
  text-align: center;
}

@media (max-width: 640px) {
  .pricing-plan-selector_cards__riDaJ {
    grid-template-columns: 1fr;
  }
}

.checkout-button_wrapper__cv4SD {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.checkout-button_error__9Ttcs {
  font-size: 13px;
  color: var(--c-red);
  text-align: center;
}

/* Reassurance row under the membership CTA. Sits on the white plan card, so it
   uses the light muted token. Items are gap-separated (no visible separators),
   centered, and wrap cleanly on a narrow card. */

.trust-signals_root__Lg8XO {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 16px;
  font-size: 12px;
  font-weight: 300;
  color: var(--c-light-mute);
  text-align: center;
  line-height: 1.5;
}

.trust-signals_item__thY1I {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.trust-signals_lock__oY85O {
  flex-shrink: 0;
  color: var(--c-green-dark);
}

/*
 * NariDemoModal styles. Ported from the standalone draft to design-system
 * tokens. Two colors have no token and are scoped here as custom properties:
 * --demo-stat-green (bright positive green on dark panels) and --demo-red-soft
 * (the softer "generic AI output" red; the --c-red token reads as an error).
 *
 * No prefers-reduced-motion queries: the global html[data-motion="static"]
 * rule neutralizes every animation/transition tree-wide and is forced on
 * touch devices by lib/motion-preference. The Step 4 reveal is JS-timed, not
 * CSS, so its pacing is unaffected and kept everywhere.
 */

/* ── Shell ─────────────────────────────────────────────────────────────── */

.nari-demo-modal_overlay__9OI_s {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(11, 18, 25, 0.72);
}

.nari-demo-modal_sheet__7SDUf {
  --demo-stat-green: #7ab87a;
  --demo-red-soft: #b05050;

  position: fixed;
  z-index: 9001;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--c-cream);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -8px 40px rgba(11, 18, 25, 0.28);
  animation: nari-demo-modal_nariDemoSlideUp__hM1yv 0.32s cubic-bezier(0.32, 0.72, 0, 1) both;
}

@media (min-width: 600px) {
  .nari-demo-modal_sheet__7SDUf {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 460px;
    height: auto;
    max-height: 86vh;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow:
      0 1px 3px rgba(30, 20, 10, 0.12),
      0 18px 50px rgba(30, 20, 10, 0.22);
    /* Centering uses transform, so the entrance fades rather than slides to
       avoid overriding translate(-50%, -50%). */
    animation: nari-demo-modal_nariDemoFade__JS0Eu 0.22s ease both;
  }
}

/* ── Header ────────────────────────────────────────────────────────────── */

.nari-demo-modal_header__2TKDX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 12px;
  border-bottom: 1px solid var(--c-border);
  flex-shrink: 0;
}

.nari-demo-modal_dots__rji_D {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nari-demo-modal_dot__BtmMq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 28px;
  padding: 0 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.nari-demo-modal_dotPip__ffohl {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: color-mix(in srgb, var(--c-light-mute) 16%, transparent);
  transition: width 0.2s ease, background 0.2s ease;
}

.nari-demo-modal_dotPipActive__udomb {
  width: 18px;
  background: var(--c-green);
}

.nari-demo-modal_dotPipDone__Wegvy {
  background: color-mix(in srgb, var(--c-green) 27%, transparent);
}

.nari-demo-modal_headerRight__Bc6qH {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nari-demo-modal_counter__VTOQJ {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-light-mute);
}

.nari-demo-modal_close__1dEcd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-light-mute) 8%, transparent);
  border: none;
  cursor: pointer;
  color: var(--c-light-mute);
  font-size: 14px;
  line-height: 1;
}

.nari-demo-modal_close__1dEcd:hover {
  background: color-mix(in srgb, var(--c-light-mute) 16%, transparent);
}

/* ── Body ──────────────────────────────────────────────────────────────── */

.nari-demo-modal_body__S6qAl {
  flex: 1 1;
  overflow-y: auto;
  padding: 24px 20px 8px;
  -webkit-overflow-scrolling: touch;
  animation: nari-demo-modal_nariDemoFadeUp__CqkmJ 0.3s ease both;
}

/* The body receives programmatic focus on step change (it is not in the tab
   order), so it should not show a focus ring. */
.nari-demo-modal_body__S6qAl:focus {
  outline: none;
}

/* ── Footer ────────────────────────────────────────────────────────────── */

.nari-demo-modal_footer__gNB8T {
  display: flex;
  gap: 10px;
  padding: 14px 20px 20px;
  border-top: 1px solid var(--c-border);
  flex-shrink: 0;
}

.nari-demo-modal_back__N5dou {
  flex: 1 1;
  background: transparent;
  border: 1px solid var(--c-border-mid);
  color: var(--c-light-mute);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  border-radius: 10px;
  cursor: pointer;
}

.nari-demo-modal_next__qnpek {
  flex: 2 1;
  background: var(--c-navy);
  border: none;
  color: var(--c-cream);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
  border-radius: 10px;
  cursor: pointer;
}

.nari-demo-modal_nextFull__QEoWz {
  flex: 1 1;
}

.nari-demo-modal_footerLast__Xi_4W {
  padding: 8px 20px 14px;
  border-top: 1px solid var(--c-border);
  flex-shrink: 0;
}

.nari-demo-modal_backQuiet__zEMLP {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--c-light-mute);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  padding: 6px 0;
  cursor: pointer;
}

/* ── Shared step primitives ────────────────────────────────────────────── */

.nari-demo-modal_icon__VV18H {
  flex-shrink: 0;
}

.nari-demo-modal_sLabel__qotDA {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.nari-demo-modal_sLabelDiamond__pVJwY {
  width: 5px;
  height: 5px;
  border-radius: 1px;
  transform: rotate(45deg);
  flex-shrink: 0;
  background: var(--c-green);
}

.nari-demo-modal_sLabelText__IDE_F {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-green);
}

.nari-demo-modal_sLabelLine__nkOjk {
  flex: 1 1;
  height: 1px;
  background: var(--c-border);
}

.nari-demo-modal_sLabelDark__DBITz .nari-demo-modal_sLabelDiamond__pVJwY {
  background: var(--c-green-dark);
}

.nari-demo-modal_sLabelDark__DBITz .nari-demo-modal_sLabelText__IDE_F {
  color: var(--c-green-dark);
}

.nari-demo-modal_stepHeading__tVDrA {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  color: var(--c-light-head);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.nari-demo-modal_stepHeadingLg__OyKEt {
  font-size: 26px;
  margin-bottom: 6px;
}

.nari-demo-modal_stepHeadingXl__DY1TD {
  font-size: 28px;
  margin-bottom: 6px;
}

.nari-demo-modal_sub__TMqIe {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--c-light-mute);
  line-height: 1.65;
  margin-bottom: 22px;
}

.nari-demo-modal_subTight__3XSnR {
  margin-bottom: 20px;
}

.nari-demo-modal_bodyText__JTgfo {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.75;
}

.nari-demo-modal_monoLabel__m1XF2 {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-light-mute);
  margin-bottom: 8px;
}

.nari-demo-modal_panel__H_XdJ {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 14px 16px;
}

.nari-demo-modal_panelRaised__zNP6_ {
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow:
    0 1px 3px rgba(30, 20, 10, 0.06),
    0 4px 16px rgba(30, 20, 10, 0.04);
}

.nari-demo-modal_panelText__XGBxx {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.65;
  margin: 0;
}

.nari-demo-modal_callout__ZNtYR {
  background: var(--c-cream-dark);
  border-radius: 10px;
  border-left: 3px solid var(--c-green);
  padding: 14px 16px;
}

.nari-demo-modal_calloutText__OGx7H {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--c-light-body);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.nari-demo-modal_calloutStrong__Ituh1 {
  font-weight: 500;
}

.nari-demo-modal_calloutSub__X8vW5 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: var(--c-light-mute);
  line-height: 1.6;
  margin: 8px 0 0;
}

.nari-demo-modal_italicNote__S6GXp {
  font-family: var(--font-heading);
  font-size: 13px;
  font-style: italic;
  color: var(--c-light-mute);
  line-height: 1.65;
  margin: 0;
}

/* ── Step 1: Meet Claire ───────────────────────────────────────────────── */

.nari-demo-modal_statBlock__0BKeG {
  background: var(--c-green-deep);
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0 2px 16px rgba(27, 16, 51, 0.14);
}

.nari-demo-modal_statGrid__GAViz {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 18px;
}

.nari-demo-modal_statItem__PWmXc {
  text-align: center;
}

.nari-demo-modal_statNum__r_cJJ {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: var(--demo-stat-green);
}

.nari-demo-modal_statNumGold__rMmWL {
  color: var(--c-gold);
}

.nari-demo-modal_statLabel__KJyNf {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.5);
  margin-top: 5px;
}

.nari-demo-modal_statDivider__JO55a {
  width: 1px;
  height: 44px;
  margin: 0 16px;
  background: rgba(255, 255, 255, 0.08);
}

.nari-demo-modal_statRule__GyyS7 {
  height: 1px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.nari-demo-modal_statQuote__nS9Pe {
  font-family: var(--font-heading);
  font-size: 14px;
  font-style: italic;
  color: rgba(200, 224, 200, 0.72);
  text-align: center;
  line-height: 1.65;
  margin: 0;
}

/* ── Step 2: Generic AI ────────────────────────────────────────────────── */

.nari-demo-modal_flowArrow__6bN4m {
  text-align: center;
  font-size: 13px;
  color: var(--c-light-mute);
  opacity: 0.6;
  margin: 6px 0;
}

.nari-demo-modal_monoLabelRow__tJwMt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.nari-demo-modal_monoLabelRedText__KyEHi {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--demo-red-soft);
}

.nari-demo-modal_monoLabelGreenText__N02_X {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-green);
}

.nari-demo-modal_monoLabelLine__YP_Cy {
  flex: 1 1;
  height: 1px;
  background: var(--c-border);
}

.nari-demo-modal_monoLabelLineRed__Hl8n8 {
  background: color-mix(in srgb, var(--demo-red-soft) 13%, transparent);
}

.nari-demo-modal_panelRed__SktHA {
  background: color-mix(in srgb, var(--demo-red-soft) 3%, transparent);
  border: 1px solid color-mix(in srgb, var(--demo-red-soft) 13%, transparent);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.nari-demo-modal_gap10__pP_Ns {
  margin-bottom: 10px;
}

/* ── Step 3: Career context ────────────────────────────────────────────── */

.nari-demo-modal_tagRow__JULKL {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nari-demo-modal_tag__YK_6y {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
  padding: 5px 12px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  animation: nari-demo-modal_nariDemoFadeUp__CqkmJ 0.4s ease both;
}

/* ── Step 4: Generate ──────────────────────────────────────────────────── */

.nari-demo-modal_fadeBlock__6DEk5 {
  animation: nari-demo-modal_nariDemoFadeUp__CqkmJ 0.3s ease both;
  margin-bottom: 14px;
}

.nari-demo-modal_rawBullet__1G0Mh {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  color: var(--c-light-mute);
  line-height: 1.6;
  margin: 0 0 5px;
}

.nari-demo-modal_rawBulletLast__xaQpn {
  margin: 0;
}

.nari-demo-modal_rawMore__XL82r {
  font-family: var(--font-mono);
  font-size: 10px;
  color: color-mix(in srgb, var(--c-light-mute) 50%, transparent);
  margin: 6px 0 0;
}

.nari-demo-modal_genWrap__3YzXM {
  text-align: center;
  padding: 14px 0;
  animation: nari-demo-modal_nariDemoFadeUp__CqkmJ 0.25s ease both;
}

.nari-demo-modal_genPill__5dkCx {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--c-green-deep);
  color: rgba(168, 212, 168, 0.85);
  border-radius: 30px;
  padding: 11px 22px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.nari-demo-modal_genDot__E3dVW {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--demo-stat-green);
  animation: nari-demo-modal_nariDemoPulse__T5ozN 0.9s ease infinite;
}

.nari-demo-modal_outputBlock__CgKdL {
  animation: nari-demo-modal_nariDemoFadeUp__CqkmJ 0.45s ease both;
}

.nari-demo-modal_badge__a2btY {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  color: var(--c-green);
  background: color-mix(in srgb, var(--c-green) 7%, transparent);
  border-radius: 20px;
  padding: 2px 9px;
}

.nari-demo-modal_panelOutput__FWDPU {
  background: #fff;
  border: 1px solid var(--c-border-mid);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
  box-shadow:
    0 1px 3px rgba(30, 20, 10, 0.06),
    0 4px 16px rgba(30, 20, 10, 0.04);
}

.nari-demo-modal_outputSummary__EafJN {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--c-light-body);
  line-height: 1.72;
  margin: 0 0 12px;
}

.nari-demo-modal_panelRule__RXID8 {
  height: 1px;
  background: var(--c-border);
  margin: 0 0 12px;
}

.nari-demo-modal_outputBullet__O2b9K {
  margin-bottom: 14px;
  animation: nari-demo-modal_nariDemoFadeUp__CqkmJ 0.4s ease both;
}

.nari-demo-modal_outputBulletLast__Ghvi5 {
  margin-bottom: 0;
}

.nari-demo-modal_outputBulletText__VflfN {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  color: var(--c-light-body);
  line-height: 1.65;
  margin: 0 0 5px;
}

.nari-demo-modal_bulletChip__lMxVv {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: color-mix(in srgb, var(--c-green) 6%, transparent);
  border: 1px solid var(--c-border);
  border-radius: 20px;
  padding: 2px 10px;
}

.nari-demo-modal_bulletChipText__vT9bT {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--c-green);
}

/* ── Step 5 + 6: Community + coaching cards ────────────────────────────── */

.nari-demo-modal_cardStack__gqbCh {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}

.nari-demo-modal_cardGap__yDN_n {
  margin-bottom: 12px;
}

.nari-demo-modal_cardHead__ufSjc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.nari-demo-modal_cardHeadTight__Ujpyz {
  margin-bottom: 0;
}

.nari-demo-modal_cardTitle__UH9yn {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  color: var(--c-light-head);
  margin-bottom: 3px;
}

.nari-demo-modal_cardMeta__fwUHg {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--c-light-mute);
}

.nari-demo-modal_cardDesc__l_2np {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: var(--c-light-mute);
}

.nari-demo-modal_cardBody__I0y2D {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: var(--c-light-mute);
  line-height: 1.6;
  margin: 0 0 12px;
}

.nari-demo-modal_freePill__USSX5 {
  flex-shrink: 0;
  white-space: nowrap;
  background: color-mix(in srgb, var(--c-green) 7%, transparent);
  border: 1px solid var(--c-border);
  border-radius: 20px;
  padding: 3px 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--c-green);
}

.nari-demo-modal_cardChip__i2Dhz {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: var(--c-cream-dark);
  border-radius: 20px;
  padding: 4px 11px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--c-light-body);
}

.nari-demo-modal_priceWrap__FfxrD {
  text-align: right;
  flex-shrink: 0;
}

.nari-demo-modal_priceTag__GhXwv {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 500;
  color: var(--c-green-dark);
  line-height: 1;
}

.nari-demo-modal_priceLabel__CGo9M {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 300;
  color: var(--c-light-mute);
}

/* ── Step 7: CTA ───────────────────────────────────────────────────────── */

.nari-demo-modal_ctaIntro__vV23s {
  text-align: center;
  margin-bottom: 22px;
}

.nari-demo-modal_ctaCheck__FjWlz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background: color-mix(in srgb, var(--c-green) 7%, transparent);
  border: 1.5px solid var(--c-border);
}

.nari-demo-modal_ctaSub__poSUu {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  color: var(--c-light-mute);
  line-height: 1.6;
  margin: 0;
}

.nari-demo-modal_offerBlock__mDQNo {
  background: var(--c-green-deep);
  border-radius: 16px;
  padding: 22px 20px;
  margin-bottom: 14px;
}

.nari-demo-modal_offerHead__7OR8O {
  text-align: center;
  margin-bottom: 14px;
}

.nari-demo-modal_offerPrice__a_qcu {
  font-family: var(--font-mono);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: var(--demo-stat-green);
  margin-bottom: 4px;
}

.nari-demo-modal_offerPriceSub__asBH_ {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: rgba(200, 224, 200, 0.6);
}

.nari-demo-modal_offerRule__VKxL2 {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
}

.nari-demo-modal_offerRuleTop__kGVms {
  margin: 0 0 14px;
}

.nari-demo-modal_offerRuleBottom__S7GaR {
  margin: 14px 0 12px;
}

.nari-demo-modal_offerFeature__QK1zq {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}

.nari-demo-modal_offerFeatureLast__n8pYs {
  margin-bottom: 0;
}

.nari-demo-modal_offerFeatureText__14r3m {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: rgba(245, 242, 235, 0.75);
}

.nari-demo-modal_offerTrial__a8Hcz {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  color: rgba(200, 224, 200, 0.45);
  text-align: center;
  margin: 0;
}

.nari-demo-modal_ctaActions__hpXP6 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── Keyframes ─────────────────────────────────────────────────────────── */

@keyframes nari-demo-modal_nariDemoFadeUp__CqkmJ {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nari-demo-modal_nariDemoPulse__T5ozN {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

@keyframes nari-demo-modal_nariDemoSlideUp__hM1yv {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nari-demo-modal_nariDemoFade__JS0Eu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Shared proof-point stats (99% / 2,000+ / 3.2x) + provenance footnote.
 * Mirrors the homepage hero stat treatment so that surface is visually
 * unchanged; the `dark` tone adapts the same layout to the green-deep
 * /for-parents strip. Marketing token convention: --c-* colours, unprefixed
 * --space-/--fs-/--font-* scale. */

.proof-stats_list__RZ8KI {
  display: flex;
  gap: var(--space-8);
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.proof-stats_stat__s0Iv0 {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
}

.proof-stats_value__6_8a8 {
  font-family: var(--font-mono);
  font-size: var(--fs-xl);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
}

.proof-stats_label__upx_e {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
  margin: 0;
}

/* Positioning note: a single muted line under the stats, flush-left with the
   stat column (no bullet, so every line aligns under the first stat). Body sans
   for a clean, professional read; single source for both pages. */
.proof-stats_note__rmWP3 {
  margin: var(--space-5) 0 0;
  max-width: 62ch;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.6;
}

/* ── Tone: light (on cream) ──
 * Numbers use --c-green-dark (8.79:1 AA on cream), not the decorative
 * --c-green (3.94:1, fails AA at this 22px/500 size). */
.proof-stats_light__RXTh4 .proof-stats_value__6_8a8 {
  color: var(--c-green-dark);
}

.proof-stats_light__RXTh4 .proof-stats_label__upx_e,
.proof-stats_light__RXTh4 .proof-stats_note__rmWP3 {
  color: var(--c-light-mute);
}

/* ── Tone: dark (on green-deep) ──
 * Gold is AAA on green-deep; muted cream for the supporting copy. */
.proof-stats_dark__r3uZF .proof-stats_value__6_8a8 {
  color: var(--c-gold);
}

.proof-stats_dark__r3uZF .proof-stats_label__upx_e,
.proof-stats_dark__r3uZF .proof-stats_note__rmWP3 {
  color: var(--c-text-mute);
}

/* Opt-in "between" variant: spread the three stats across the width (used inside
   the pricing comparison card so they span it instead of clustering left). */
.proof-stats_between__l0WFo .proof-stats_list__RZ8KI {
  justify-content: space-between;
}

@media (max-width: 640px) {
  .proof-stats_list__RZ8KI {
    flex-wrap: wrap;
    gap: var(--space-6);
  }
}

