body { overflow-x: hidden; }

.skip-link { position: fixed; z-index: 100; top: var(--ay-space-3); left: var(--ay-space-3); padding: .7rem 1rem; background: var(--ay-color-paper); color: var(--ay-color-navy); font-weight: 750; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 1rem; z-index: 50; width: min(calc(100% - 2rem), 96rem); height: 4.5rem; margin: 1rem auto; border: 1px solid rgba(9,43,76,.18); border-radius: 14px; background: var(--ay-color-paper); box-shadow: 0 .75rem 2.2rem rgba(9,43,76,.12); }
.site-nav { width: 100%; max-width: none; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--ay-space-5); margin: 0; padding-inline: .75rem; }
.brand { min-height: var(--ay-target); display: inline-flex; align-items: center; gap: var(--ay-space-3); color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.35rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand-mark { position: relative; width: 2rem; height: 2rem; flex: 0 0 auto; border: 1px solid var(--ay-color-gold); border-radius: 50%; }
.brand-mark::before, .brand-mark::after, .brand-mark span::before, .brand-mark span::after { position: absolute; top: 50%; left: 50%; width: 1.25rem; height: 1px; background: var(--ay-color-gold); content: ""; }
.brand-mark::before { transform: translate(-50%,-50%); }
.brand-mark::after { transform: translate(-50%,-50%) rotate(90deg); }
.brand-mark span::before { transform: translate(-50%,-50%) rotate(45deg); }
.brand-mark span::after { transform: translate(-50%,-50%) rotate(-45deg); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.65rem, 1.3vw, 1.45rem); font-size: clamp(.88rem, 1vw, 1rem); }
.nav-links > a:not(.ay-button) { min-height: var(--ay-target); display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap; }
.nav-links > a:not(.ay-button):hover { text-decoration: underline; text-decoration-thickness: .12em; }
.nav-cta { padding-inline: 1rem; white-space: nowrap; }
.menu-button { display: none; align-items: center; gap: var(--ay-space-3); padding: .45rem .7rem; border: var(--ay-border); border-radius: var(--ay-radius-control); background: transparent; color: var(--ay-color-navy); font-weight: 750; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 1.3rem; height: 2px; display: block; background: currentColor; content: ""; }
.menu-lines { position: relative; }
.menu-lines::before { position: absolute; top: -.38rem; }
.menu-lines::after { position: absolute; top: .38rem; }

.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #092b4c; }
.hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: #092b4c; }
.hero__bg::before { position: absolute; inset: 0; background-image: var(--hero-photo, url("../../images/hero-porch-senior.jpg")); background-size: cover; background-position: var(--hero-photo-position, 68% 30%); filter: blur(1.5px); transform: scale(1.12); content: ""; }
.hero__bg::after { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(9,37,58,.72) 0%, rgba(9,37,58,.5) 30%, rgba(9,37,58,.22) 55%, rgba(9,37,58,.12) 100%); content: ""; }
.ambient-paths { position: absolute; z-index: 0; inset: -6%; opacity: .9; pointer-events: none; }
.ambient-paths__layer { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; }
.ambient-paths__layer--gold { color: #f0cf87; transform: translate(1%, -2%) rotate(-1deg); }
.ambient-paths__layer--sage { color: #9fcdb9; transform: translate(-2%, 3%) rotate(2deg); opacity: .7; }
.ambient-path { fill: none; stroke: currentColor; stroke-linecap: round; opacity: var(--ambient-opacity, .16); }
.hero__inner { position: relative; z-index: 1; padding-block: 3.25rem 3.75rem; display: grid; grid-template-columns: .82fr 1.18fr; gap: 2.25rem; align-items: center; }
.hero__eyebrow { display: inline-block; margin-bottom: 1.125rem; padding: .375rem .875rem; border: 1px solid rgba(255,255,255,.3); border-radius: var(--ay-radius-round); background: rgba(255,255,255,.16); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hero__eyebrow--loud { border-color: var(--ay-color-gold); background: var(--ay-color-gold); color: #3a2700; font-weight: 800; box-shadow: var(--ay-shadow-gold); }
.hero__title { max-width: 17ch; margin: 0 0 1rem; color: #fff; font-family: var(--ay-font-display); font-size: clamp(2.4rem, 3.7vw, 3.05rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.05; text-shadow: 0 1px 3px rgba(0,0,0,.45); text-wrap: balance; }
.hero__title em { color: var(--ay-color-gold); font-style: italic; }
.hero__lede { max-width: 34rem; margin: 0 0 1.75rem; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.1vw, 1.18rem); line-height: 1.55; }

/* The product's real weight, sitting under the call to action. */
.hero__stats { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; margin: 0; padding: 0; list-style: none; }
.hero__stats li { display: flex; align-items: baseline; gap: .4rem; }
.hero__stats b { color: var(--ay-color-gold); font-family: var(--ay-font-display); font-size: 1.6rem; font-weight: 700; letter-spacing: -.01em; line-height: 1.1; }
.hero__stats span { color: rgba(255,255,255,.9); font-size: .9rem; font-weight: 600; line-height: 1.3; }
.hero__stats em { color: #fff; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; margin: 0 0 1.1rem; }
.hero__btn { display: inline-flex; align-items: center; justify-content: center; min-height: var(--ay-target); padding: 1rem 1.8rem; border: 0; border-radius: var(--ay-radius-round); background: var(--ay-color-gold); box-shadow: var(--ay-shadow-gold); color: #3a2700; font-weight: 800; font-size: 1.05rem; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: transform 180ms var(--ay-ease-out), box-shadow 180ms var(--ay-ease-out); }
.hero__btn:hover { background: var(--ay-color-gold-dark); transform: translateY(-.1rem); }
.hero__link { background: none; border: 0; padding: 0; font: inherit; color: #fff; font-size: .98rem; font-weight: 700; text-decoration: none; white-space: nowrap; cursor: pointer; }
.hero__link:hover { text-decoration: underline; text-underline-offset: .22em; }
.hero__scale { margin: 0; color: rgba(255,255,255,.85); font-size: .92rem; line-height: 1.4; }
.hero__scale b { color: #fff; font-weight: 800; }
.hero-proof { border-bottom: 1px solid #d7d0c2; background: var(--ay-color-sage-soft); }
.hero__trust { min-height: 5.25rem; display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ay-color-ink-muted); font-size: 1rem; line-height: 1.4; }
.hero__trust > div { display: grid; align-content: center; padding: .8rem 1.5rem; border-right: var(--ay-border); }
.hero__trust > div:last-child { border-right: 0; }
.hero__trust b { display: block; color: var(--ay-color-navy); font-family: var(--ay-font-body); font-size: 1.15rem; font-weight: 800; }

.hero__panel { position: relative; width: min(42.5rem, 100%); border-top: .4rem solid var(--ay-color-gold); border-radius: 1rem; background: #fffdf8; box-shadow: 0 1.4rem 3.2rem rgba(9,37,58,.3), 0 .25rem .75rem rgba(9,37,58,.14); scroll-margin-top: 7rem; }
@keyframes plannerPanelHighlight {
  0% { box-shadow: 0 1.4rem 3.2rem rgba(9,37,58,.3), 0 .25rem .75rem rgba(9,37,58,.14), 0 0 0 0 rgba(197,139,32,.55); }
  30% { box-shadow: 0 1.4rem 3.2rem rgba(9,37,58,.3), 0 .25rem .75rem rgba(9,37,58,.14), 0 0 0 .5rem rgba(197,139,32,.35); }
  100% { box-shadow: 0 1.4rem 3.2rem rgba(9,37,58,.3), 0 .25rem .75rem rgba(9,37,58,.14), 0 0 0 0 rgba(197,139,32,0); }
}
.hero__panel.is-highlighted { animation: plannerPanelHighlight 1.6s ease-out 2; }
/* Loud offer flag, overhanging the panel like a price tag. */
.panel__flag { position: absolute; z-index: 3; top: -1rem; right: 1.25rem; padding: .45rem 1rem; border: 2px solid var(--ay-color-gold); border-radius: var(--ay-radius-round); background: var(--ay-color-paper); box-shadow: 0 .5rem 1.25rem rgba(9,37,58,.18); color: #8a5600; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.panel__head { padding: 1.25rem 1.125rem 1.05rem; border-bottom: 1px solid #ece3d1; text-align: center; }
.panel__head strong { display: block; margin-bottom: .3125rem; color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.4rem; font-weight: 800; line-height: 1.15; }
.panel__head span { display: block; color: var(--ay-color-ink-muted); font-size: 1rem; line-height: 1.45; }
.resume-reset { display: inline-flex; align-items: center; gap: .35rem; min-height: 2.25rem; margin: .5rem auto 0; padding: .3rem 1rem; border: 1.5px solid #f3b6b6; border-radius: var(--ay-radius-round); background: #fee2e2; color: #b91c1c; font-weight: 800; font-size: .92rem; text-decoration: none; cursor: pointer; }
.resume-reset:hover { background: #fecaca; border-color: #e69595; }
.resume-reset::before { content: "↺"; font-size: 1.05em; }
.panel__dots { display: flex; justify-content: center; gap: .375rem; padding: .875rem 1.125rem 0; }
.panel__dots span:not(.ay-sr-only) { width: 1.875rem; height: .3125rem; border-radius: .1875rem; background: var(--ay-color-line-strong); transition: background 200ms var(--ay-ease-out); }
.panel__dots span:not(.ay-sr-only).is-done { background: var(--ay-color-gold); }
.panel__body { padding: 1.125rem 1.125rem 1rem; }
#preview-form { margin-top: 0; }
.question-fieldset { min-width: 0; padding: 0; border: 0; }
.question-fieldset legend, .question-title { width: 100%; margin: 0 0 .5rem; padding: 0; color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.45rem; font-weight: 800; line-height: 1.18; text-align: center; }
.question-help { margin: 0 0 .875rem; color: var(--ay-color-ink-muted); font-size: 1rem; line-height: 1.5; text-align: center; }
.answer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5625rem; }
.answer-grid button, .radio-option { position: relative; min-height: var(--ay-target); display: flex; flex-direction: column; align-items: flex-start; gap: .125rem; padding: .6875rem .75rem; border: 2px solid var(--ay-color-line-strong); border-radius: .8125rem; background: var(--ay-color-paper); box-shadow: 0 .15rem 0 rgba(9,37,58,.07); color: var(--ay-color-navy); font-size: 1rem; font-weight: 700; line-height: 1.25; text-align: left; transition: border-color 120ms var(--ay-ease-out), background 120ms var(--ay-ease-out), transform 120ms var(--ay-ease-out); }
.answer-grid__title { font-size: 1rem; font-weight: 700; color: var(--ay-color-navy); }
.answer-grid__sub { font-size: 1rem; font-weight: 500; color: var(--ay-color-ink-muted); line-height: 1.35; }
.answer-grid button:hover, .radio-option:hover { border-color: var(--ay-color-gold); background: var(--ay-color-gold-soft); transform: translateY(-.1rem); }
.answer-grid button.is-selected[aria-pressed="true"], .radio-option:has(input:checked) { border-color: var(--ay-color-navy); background: var(--ay-color-sage-soft); }
.radio-option { flex-direction: row; align-items: center; gap: 0; }
.radio-option input { position: absolute; inset: 0; margin: 0; opacity: 0; }
.radio-option:has(input:focus-visible) { outline: 3px solid var(--ay-color-focus); outline-offset: 2px; }
.state-field { display: grid; gap: .5rem; }
.state-field label, .concern-field label { color: var(--ay-color-navy); font-weight: 700; }
.concern-field { display: grid; gap: .45rem; margin-top: .7rem; }
.concern-field textarea { min-height: 4.7rem; resize: vertical; }
.question-error { margin: .55rem 0 0; padding: .55rem .7rem; background: var(--ay-color-danger-soft); font-size: 1rem; line-height: 1.4; }
.planner-actions { min-height: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: .875rem; }
.back-button { min-width: var(--ay-target); min-height: var(--ay-target); padding: .55rem .75rem; border: 0; background: transparent; color: var(--ay-color-ink-muted); font-weight: 600; text-decoration: none; }
.panel__submit { width: auto; min-height: var(--ay-target); margin-left: auto; padding: .85rem 1.9rem; border: 0; border-radius: 999px; background: var(--ay-color-gold); box-shadow: var(--ay-shadow-gold); color: #3a2700; font-weight: 800; font-size: 1.08rem; cursor: pointer; transition: transform 180ms var(--ay-ease-out), box-shadow 180ms var(--ay-ease-out); }
.panel__submit:hover { background: var(--ay-color-gold-dark); transform: translateY(-.1rem); }
.planner-live { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.result-preview { padding-top: .1rem; }
.result-confirmation { margin: 0 0 .85rem; padding: .65rem .75rem; border: 1px solid #b7c9bb; border-radius: .25rem; background: #edf2ed; color: var(--ay-color-success); font-size: 1rem; font-weight: 700; line-height: 1.4; }
.result-preview h2 { margin: 0 0 .65rem; color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.25rem; line-height: 1.2; }
.result-list { display: grid; gap: 0; margin: 0 0 .85rem; padding: 0; border-top: 1px solid #d8d0c1; list-style: none; }
.result-list li { display: grid; grid-template-columns: 10.5rem 1fr; gap: .65rem; align-items: center; min-height: var(--ay-target); border-bottom: 1px solid #e6dfd3; color: var(--ay-color-navy); font-size: 1rem; line-height: 1.3; }
.result-list li > span:first-child { min-width: 0; color: var(--ay-color-sage); font-size: 1rem; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; overflow-wrap: break-word; }
.panel__submit-link { width: 100%; }
.demo-note { margin: .5rem auto 0; max-width: 34rem; color: var(--ay-color-ink-muted); font-size: 1rem; line-height: 1.4; text-align: center; }
.question-count { margin: 0 0 .3rem; color: var(--ay-color-sage); font-size: 1rem; font-weight: 800; letter-spacing: .02em; text-align: center; text-transform: uppercase; }

.unlock-panel { padding-top: .1rem; text-align: center; }
.unlock-panel h2 { margin: 0 0 .65rem; color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.25rem; line-height: 1.2; }
.unlock-copy { margin: 0 0 .9rem; color: var(--ay-color-ink-muted); font-size: 1rem; line-height: 1.5; }
.unlock-price { margin: 0 0 1rem; color: var(--ay-color-gold-dark); font-size: 1.9rem; font-weight: 800; line-height: 1; }
.unlock-price span { display: block; margin-top: .3rem; color: var(--ay-color-ink-muted); font-size: 1rem; font-weight: 600; text-transform: none; }

.review-panel { padding-top: .1rem; }
.review-panel h2 { margin: 0 0 .5rem; color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.25rem; line-height: 1.2; }
.review-boundary { margin: 0 0 1rem; padding: .65rem .75rem; border: 1px solid var(--ay-color-line-strong); border-radius: .5rem; background: var(--ay-color-sage-soft); color: var(--ay-color-navy); font-size: 1rem; line-height: 1.45; }
.review-lists { display: grid; gap: 1rem; margin-bottom: 1rem; }
.review-section h3 { margin: 0 0 .4rem; color: var(--ay-color-navy); font-size: 1rem; font-weight: 800; }
.review-section ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .35rem; }
.review-section li { padding-left: 1rem; border-left: 2px solid var(--ay-color-gold); color: var(--ay-color-ink); font-size: 1rem; line-height: 1.45; }
.review-actions { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.review-actions .hero__btn { margin-left: auto; }

.success-panel { padding-top: .1rem; text-align: center; }
.success-panel h2 { margin: 0 0 .65rem; color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.25rem; line-height: 1.2; }
.success-panel p { margin: 0 0 1rem; color: var(--ay-color-ink-muted); font-size: 1rem; line-height: 1.5; }

.alternatives { min-height: 4.5rem; border-bottom: var(--ay-border); background: #f4f3ec; }
.alternatives-grid { min-height: 4.5rem; display: grid; grid-template-columns: 1.2fr repeat(2, 1fr); border-top: 1px solid #d7d0c2; }
.alternatives-grid > * { min-width: 0; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: .7rem clamp(1rem, 2vw, 1.6rem); border-right: var(--ay-border); }
.alternatives-grid > :first-child { padding-left: 0; color: var(--ay-color-ink-muted); }
.alternatives-grid > :last-child { border-right: 0; }
.alternatives-grid a { color: var(--ay-color-navy); text-decoration: none; }
.alternatives-grid a:hover span { text-decoration: underline; text-decoration-thickness: .12em; text-underline-offset: .2em; }
.alternatives-grid span { font-weight: 800; }
.alternatives-grid small { margin-top: .2rem; color: var(--ay-color-ink-muted); font-size: .9rem; line-height: 1.35; }

.feature-showcase, .path-section, .privacy-section, .faq-section { padding-block: var(--ay-space-8); }
.feature-showcase { background-image: linear-gradient(139deg, var(--ay-color-ivory) -12%, var(--ay-color-gold-soft) 53%, var(--ay-color-sage-soft) 110%); background-size: 240% 240%; animation: feature-showcase-gradient-shift 12s ease infinite; }
@keyframes feature-showcase-gradient-shift { 0% { background-position: 0 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }
@media (prefers-reduced-motion: reduce) { .feature-showcase { animation: none; background-position: 50% 50%; } }
.section-eyebrow { margin: 0 0 .6rem; color: var(--ay-color-sage); font-size: .85rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-eyebrow--on-navy { color: var(--ay-color-sage); }

.feature-showcase__intro { max-width: 48rem; margin-bottom: var(--ay-space-6); }
.feature-showcase__intro .ay-heading, .privacy-layout .ay-heading, .faq-layout > .ay-heading { margin-top: 0; }
.feature-showcase__intro .ay-heading em, .pricing-intro .ay-heading em, .faq-layout .ay-heading em { color: var(--ay-color-sage); font-style: italic; }
.pricing-intro .ay-heading em { color: var(--ay-color-sage); }
.feature-showcase__intro .ay-copy { max-width: 44rem; }
.boundary-note { margin: var(--ay-space-6) 0 0; padding-top: var(--ay-space-5); border-top: var(--ay-border); color: var(--ay-color-ink-muted); font-size: var(--ay-step--1); }
.feature-deck {
  position: relative;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.75rem, 3.5vw, 2.5rem);
  border: 2px solid transparent;
  border-radius: 2.25rem;
  background-image: linear-gradient(rgba(255,253,248,.88), rgba(255,253,248,.88)), linear-gradient(90deg, var(--ay-color-gold) 0%, #fff 25%, var(--ay-color-gold) 50%, #fff 75%, var(--ay-color-gold) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100% 100%, 300% 100%;
  box-shadow: 0 1.5rem 3rem -1.5rem rgba(9,43,76,.16);
  animation: feature-deck-gold-shimmer 7s linear infinite;
}
@keyframes feature-deck-gold-shimmer {
  0% { background-position: 0 0, 0% 0; }
  100% { background-position: 0 0, 300% 0; }
}
@media (prefers-reduced-motion: reduce) { .feature-deck { animation: none; } }
.feature-tabs { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #fffdf8; border-top: 1px solid #d9d0c0; border-bottom: 1px solid #d9d0c0; box-shadow: var(--ay-shadow-control); }
.feature-tab { min-height: 5.25rem; display: flex; align-items: center; gap: .75rem; padding: 1rem clamp(.8rem, 1.5vw, 1.4rem); border: 0; border-right: 1px solid #d9d0c0; background: transparent; color: var(--ay-color-ink-muted); font: inherit; font-size: 1rem; font-weight: 700; line-height: 1.25; text-align: left; cursor: pointer; }
.feature-tab:last-child { border-right: 0; }
.feature-tab > span { width: 2rem; height: 2rem; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #b9ad98; border-radius: 50%; color: var(--ay-color-sage); font-size: .92rem; }
.feature-tab[aria-selected="true"] { background: #f3eee2; color: var(--ay-color-navy); }
.feature-tab[aria-selected="true"] > span { border-color: var(--ay-color-gold); background: var(--ay-color-gold); color: var(--ay-color-navy); }
.feature-stage { position: relative; isolation: isolate; min-height: 28rem; overflow: hidden; border-bottom: 1px solid #d9d0c0; background: #f5efe3; }
.feature-route { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; fill: none; pointer-events: none; }
.feature-route path { stroke: rgba(191,135,34,.3); stroke-width: 1.2; }
.feature-route path + path { stroke: rgba(14,90,110,.22); }
.feature-panel { position: relative; z-index: 1; min-height: 26rem; display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(31rem, 1.28fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; padding: clamp(2rem, 3.4vw, 3.25rem); }
.feature-panel + .feature-panel { border-top: 1px solid #ddd3c2; }
.feature-panel__copy { max-width: 31rem; color: var(--ay-color-ink); }
.feature-panel__copy h3 { margin: 0 0 1rem; color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 650; letter-spacing: -.03em; line-height: 1.05; text-wrap: balance; }
.feature-panel__copy p { margin: 0; color: var(--ay-color-ink-muted); font-size: clamp(1.05rem, 1.35vw, 1.2rem); line-height: 1.62; }
.feature-panel__copy .feature-panel__note { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid #ddd3c2; color: var(--ay-color-sage); font-weight: 700; }
.feature-panel__action { margin-top: 1.5rem; }
.feature-art { position: relative; width: min(100%, 43rem); min-height: 22rem; justify-self: end; padding: clamp(1.35rem, 2.4vw, 2rem); border: 1px solid #ddd3c2; background: var(--ay-color-paper); color: var(--ay-color-ink); box-shadow: 0 1.5rem 3.5rem -2rem rgba(9,43,76,.28); }
.feature-document__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 2px solid var(--ay-color-navy); color: var(--ay-color-navy); }
.feature-document__head strong { font-family: var(--ay-font-display); font-size: clamp(1.35rem, 2vw, 1.8rem); }
.feature-document__head span { color: var(--ay-color-sage); font-size: .95rem; font-weight: 750; }
.feature-intake-list { margin: 0; }
.feature-intake-list > div { display: grid; grid-template-columns: minmax(8rem, .42fr) 1fr; gap: 1.1rem; padding: .72rem 0; border-bottom: var(--ay-border); }
.feature-intake-list dt { color: var(--ay-color-sage); font-weight: 800; }
.feature-intake-list dd { margin: 0; color: var(--ay-color-ink-muted); }
.feature-art__privacy { margin: 1rem 0 0; padding: .9rem 1rem; border-left: 3px solid var(--ay-color-gold); background: #f7f1e6; color: var(--ay-color-ink-muted); font-size: .95rem; font-weight: 650; line-height: 1.45; }
.feature-priority-list { margin: 0; padding: 0; list-style: none; }
.feature-priority-list li { display: grid; grid-template-columns: 4.2rem 1fr; gap: .9rem 1.2rem; padding: 1rem 0; border-bottom: var(--ay-border); }
.feature-priority-list li > span { grid-row: 1 / 3; align-self: start; color: var(--ay-color-sage); font-size: .9rem; font-weight: 800; text-transform: uppercase; }
.feature-priority-list strong { color: var(--ay-color-navy); font-size: 1.05rem; line-height: 1.35; }
.feature-priority-list small { color: var(--ay-color-ink-muted); font-size: .95rem; line-height: 1.45; }
.feature-review-list { margin: .4rem 0 0; padding: 0; list-style: none; }
.feature-review-list li { display: grid; grid-template-columns: 1.4rem 1fr; gap: 1rem; padding: .85rem 0; border-bottom: var(--ay-border); }
.feature-review-list li > span { position: relative; width: 1.35rem; height: 1.35rem; margin-top: .2rem; border-radius: 50%; background: var(--ay-color-sage); }
.feature-review-list li > span::after { position: absolute; top: .25rem; left: .43rem; width: .3rem; height: .58rem; border: solid var(--ay-color-paper); border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.feature-review-list strong, .feature-review-list small { display: block; }
.feature-review-list strong { color: var(--ay-color-navy); line-height: 1.35; }
.feature-review-list small { margin-top: .18rem; color: var(--ay-color-ink-muted); font-size: .95rem; line-height: 1.45; }
.feature-art--contents { min-height: 24rem; }
.feature-contents-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; padding-top: 1.25rem; }
.feature-contents-grid section { min-width: 0; }
.feature-contents-grid h4 { margin: 0 0 .75rem; color: var(--ay-color-sage); font-size: 1rem; line-height: 1.35; }
.feature-contents-grid ul { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.feature-contents-grid li { position: relative; padding-inline-start: 1.15rem; color: var(--ay-color-ink-muted); font-size: .98rem; line-height: 1.45; }
.feature-contents-grid li::before { position: absolute; inset-block-start: .58em; inset-inline-start: 0; width: .42rem; height: .42rem; border-radius: 50%; background: var(--ay-color-gold); content: ""; }
.feature-art--delivery { min-height: 27rem; display: grid; place-items: center; overflow: hidden; background: #e8e1d4; }
.feature-paper { position: absolute; width: min(70%, 23rem); aspect-ratio: 4 / 5.15; background: var(--ay-color-paper); box-shadow: 0 1.8rem 3.8rem -2.2rem rgba(9,43,76,.5); }
.feature-paper--back { transform: translate(16%, 4%) rotate(7deg); opacity: .56; }
.feature-paper--middle { transform: translate(8%, 2%) rotate(3deg); opacity: .78; }
.feature-paper--front { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; border: 1px solid #d7c9ae; color: var(--ay-color-navy); text-align: center; }
.feature-paper--front::before { position: absolute; inset: .9rem; border: 1px solid rgba(191,135,34,.6); content: ""; pointer-events: none; }
.feature-paper--front > span { color: var(--ay-color-sage); font-size: .9rem; font-weight: 800; }
.feature-paper--front > strong { margin: 1.3rem 0 1rem; font-family: var(--ay-font-display); font-size: clamp(1.45rem, 2.4vw, 2.25rem); line-height: 1.05; }
.feature-paper--front > small { max-width: 19rem; color: var(--ay-color-ink-muted); font-size: .82rem; line-height: 1.45; }
.feature-paper--front > b { margin-top: 1.25rem; color: var(--ay-color-sage); font-size: .85rem; }
.feature-paper__route { width: 55%; height: 1px; margin-top: 1.3rem; background: var(--ay-color-gold); transform: rotate(-3deg); }
.feature-boundary { max-width: 62rem; margin-top: var(--ay-space-7); }
.feature-deck.is-enhanced .feature-panel[hidden] { display: none; }
.feature-deck.is-changing .feature-panel:not([hidden]) .feature-panel__copy { animation: feature-copy-in 420ms cubic-bezier(.16,1,.3,1) both; }
.feature-deck.is-changing .feature-panel:not([hidden]) .feature-art { animation: feature-art-in 520ms cubic-bezier(.16,1,.3,1) both; }
.feature-deck.is-changing .feature-route path { animation: feature-route-in 620ms cubic-bezier(.16,1,.3,1) both; }
@keyframes feature-copy-in { from { opacity: .3; transform: translateX(-1rem); } to { opacity: 1; transform: translateX(0); } }
@keyframes feature-art-in { from { opacity: .5; clip-path: inset(0 0 12% 0); transform: translateY(1rem); } to { opacity: 1; clip-path: inset(0); transform: translateY(0); } }
@keyframes feature-route-in { from { stroke-dasharray: 1; stroke-dashoffset: 1; } to { stroke-dasharray: 1; stroke-dashoffset: 0; } }

.pricing-section { position: relative; isolation: isolate; overflow: hidden; padding-block: var(--ay-space-8); background: var(--ay-color-ivory); color: var(--ay-color-ink); }
.pricing-lines { position: absolute; z-index: -1; inset: 0; overflow: hidden; opacity: .5; pointer-events: none; }
.pricing-lines span { position: absolute; display: block; background: rgba(240,162,2,.34); }
.pricing-lines span:nth-child(1), .pricing-lines span:nth-child(2) { right: -4rem; left: -4rem; height: 1px; transform: rotate(-4deg); }
.pricing-lines span:nth-child(1) { top: 18%; }
.pricing-lines span:nth-child(2) { bottom: 19%; transform: rotate(3deg); background: rgba(94,168,184,.32); }
.pricing-lines span:nth-child(3), .pricing-lines span:nth-child(4) { top: -5rem; bottom: -5rem; width: 1px; transform: rotate(8deg); }
.pricing-lines span:nth-child(3) { left: 16%; }
.pricing-lines span:nth-child(4) { right: 17%; background: rgba(94,168,184,.28); }
.pricing-intro { max-width: 56rem; margin: 0 auto var(--ay-space-6); text-align: center; }
.pricing-intro .ay-heading { margin: 0; color: var(--ay-color-navy); font-size: clamp(2.35rem, 4vw, 4.4rem); }
.pricing-intro p { max-width: 49rem; margin: var(--ay-space-4) auto 0; color: var(--ay-color-ink-muted); font-size: var(--ay-step-0); line-height: 1.62; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); align-items: stretch; }
.offer-card { display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding: clamp(1.6rem, 3vw, 2.6rem); border: 2px solid var(--ay-color-gold); border-radius: 14px; background: var(--ay-color-paper); box-shadow: 0 1.5rem 3.5rem -2rem rgba(9,43,76,.3); }
.offer-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem; margin: 0 0 1rem; }
.offer-card__price strong { color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: clamp(2.6rem, 4vw, 3.6rem); font-weight: 650; letter-spacing: -.035em; line-height: 1; }
.offer-card__price span { color: var(--ay-color-ink-muted); font-size: 1rem; font-weight: 700; }
.offer-card .pricing-list { margin: 0; }
.offer-card__act { display: grid; gap: .9rem; justify-items: stretch; }
.offer-card__note { margin: 0; color: var(--ay-color-ink-muted); font-size: .95rem; line-height: 1.45; text-align: center; }
.pricing-card { min-width: 0; min-height: 35rem; display: flex; flex-direction: column; justify-content: space-between; gap: var(--ay-space-6); padding: clamp(1.5rem, 2.4vw, 2.2rem); border: 1px solid #ddd3c2; border-radius: 14px; background: var(--ay-color-paper); color: var(--ay-color-ink); }
.pricing-card--featured { position: relative; border: 2px solid var(--ay-color-gold); background: var(--ay-color-paper); color: var(--ay-color-ink); box-shadow: 0 2rem 4.5rem -2.2rem rgba(9,43,76,.42); transform: translateY(-.8rem); }
.pricing-card__flag { width: fit-content; margin: -2.2rem 0 1.25rem; padding: .5rem .95rem; border: 0; border-radius: 999px; background: var(--ay-color-gold); color: #3a2700; font-size: .9rem; font-weight: 800; line-height: 1.2; }
.pricing-card h3 { margin: 0; color: inherit; font-family: var(--ay-font-display); font-size: clamp(1.75rem, 2.4vw, 2.35rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.08; }
.pricing-card__description { min-height: 6.3rem; margin: 1rem 0 0; color: var(--ay-color-ink-muted); font-size: 1.03rem; line-height: 1.55; }
.pricing-card--featured .pricing-card__description { color: var(--ay-color-ink-muted); }
.pricing-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem; margin: 1.4rem 0 0; }
.pricing-card__price strong { color: inherit; font-family: var(--ay-font-display); font-size: clamp(2.4rem, 3vw, 3.3rem); font-weight: 650; letter-spacing: -.035em; line-height: 1; }
.pricing-card__price span { color: var(--ay-color-ink-muted); font-size: 1rem; font-weight: 700; }
.pricing-card--featured .pricing-card__price span { color: var(--ay-color-ink-muted); }
.pricing-list { margin: var(--ay-space-6) 0 0; padding: 0; list-style: none; }
.pricing-list li { position: relative; min-height: 2.8rem; padding: .65rem 0 .65rem 2rem; border-top: 1px solid #e4dccd; color: var(--ay-color-ink); font-size: 1rem; line-height: 1.45; }
.pricing-card--featured .pricing-list li { border-color: #ddd4c4; color: var(--ay-color-ink); }
.pricing-list li::before { position: absolute; top: .84rem; left: .15rem; width: .9rem; height: .48rem; border: solid var(--ay-color-sage); border-width: 0 0 2px 2px; content: ""; transform: rotate(-45deg); }
.pricing-card--featured .pricing-list li::before { border-color: var(--ay-color-sage); }
.pricing-button { min-height: 3.6rem; display: flex; align-items: center; justify-content: center; padding: .9rem 1.1rem; border: 0; border-radius: 999px; background: var(--ay-color-gold); box-shadow: var(--ay-shadow-gold); color: #3a2700; font-size: 1.04rem; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: transform 180ms var(--ay-ease-out), box-shadow 180ms var(--ay-ease-out); }
.pricing-button:hover { background: var(--ay-color-gold-dark); transform: translateY(-.1rem); }
.pricing-button--quiet { border: 2px solid var(--ay-color-navy); background: transparent; box-shadow: none; color: var(--ay-color-navy); }
.pricing-button--quiet:hover { border-color: var(--ay-color-navy); background: var(--ay-color-sage-soft); }
.pricing-free { min-height: 4.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: var(--ay-space-4) var(--ay-space-6); margin-top: var(--ay-space-6); padding-top: var(--ay-space-5); border-top: 1px solid #ddd3c2; }
.pricing-free > div { margin-right: auto; }
.pricing-free div { display: grid; gap: .25rem; }
.pricing-free strong { color: var(--ay-color-navy); font-family: var(--ay-font-display); font-size: 1.45rem; }
.pricing-free span { color: var(--ay-color-ink-muted); font-size: 1rem; }
.pricing-free a { min-height: var(--ay-target); display: inline-flex; align-items: center; padding: .7rem 1rem; color: var(--ay-color-sage); font-size: 1.04rem; font-weight: 800; text-underline-offset: .22em; }
.privacy-section { background: var(--ay-color-sage-soft); }
.privacy-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.privacy-layout p { margin: 0; }
.safety-copy { padding: var(--ay-space-6); border: 1px solid var(--ay-color-sage); border-radius: var(--ay-radius-panel); background: var(--ay-color-paper); color: var(--ay-color-ink); }
.faq-section { background: var(--ay-color-paper); }
.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 2px solid var(--ay-color-navy); }
.faq-list details { border-bottom: var(--ay-border); }
.faq-list summary { min-height: 4.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 0; color: var(--ay-color-navy); font-size: 1.1rem; font-weight: 600; line-height: 1.4; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { width: .72rem; height: .72rem; flex: 0 0 auto; margin-right: .35rem; border: solid var(--ay-color-sage); border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg) translate(-.08rem, -.08rem); transform-origin: center; transition: transform 220ms cubic-bezier(.16,1,.3,1); }
.faq-list summary:hover { color: var(--ay-color-sage); text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .22em; }
.faq-list details[open] summary::after { transform: rotate(225deg) translate(-.08rem, -.08rem); }
.faq-list .faq-answer { overflow: hidden; }
.faq-list details[open] .faq-answer { animation: faq-answer-in 300ms cubic-bezier(.16,1,.3,1) both; }
.faq-list p { max-width: 66ch; margin: 0; padding: .15rem 3rem 1.4rem 0; color: var(--ay-color-ink-muted); line-height: 1.65; }
@keyframes faq-answer-in { from { opacity: .35; clip-path: inset(0 0 28% 0); transform: translateY(-.35rem); } to { opacity: 1; clip-path: inset(0); transform: translateY(0); } }
.site-footer { overflow: hidden; padding-top: clamp(3.5rem, 7vw, 6.5rem); border-top: 1px solid rgba(255,255,255,.14); background: var(--ay-color-brand-navy); color: #f8f3e8; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(26rem, .85fr); gap: clamp(3rem, 9vw, 9rem); }
.footer-intro { max-width: 34rem; }
.footer-brand { width: fit-content; margin-bottom: 1.15rem; color: #fffdf8; font-size: clamp(1.45rem, 2vw, 1.8rem); }
.footer-brand .brand-mark { border-color: var(--ay-color-gold); }
.footer-intro p { max-width: 30rem; margin: 0 0 1.5rem; color: #c9d5df; font-size: 1.08rem; line-height: 1.65; }
.footer-support { display: inline-flex; min-height: var(--ay-target); align-items: center; color: #fffdf8; font-weight: 700; text-decoration-color: var(--ay-color-gold); text-decoration-thickness: .1em; text-underline-offset: .28em; }
.footer-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); }
.footer-columns nav { display: grid; align-content: start; gap: .5rem; }
.footer-columns h2 { margin: 0 0 .8rem; color: var(--ay-color-gold); font-family: var(--ay-font-body); font-size: 1rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-columns a { min-height: 2.55rem; display: flex; align-items: center; color: #f4f0e7; font-size: 1.05rem; text-decoration: none; }
.footer-columns a:hover, .footer-columns a:focus-visible { color: var(--ay-color-gold); text-decoration: underline; text-underline-offset: .25em; }
.footer-boundary { display: flex; justify-content: space-between; gap: 2rem; margin-top: clamp(3rem, 7vw, 6rem); padding-block: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); color: #b9c8d4; }
.footer-boundary p { max-width: 58rem; margin: 0; font-size: .95rem; line-height: 1.6; }
.footer-boundary p:last-child { flex: 0 0 auto; }
.footer-wordmark { width: 100%; margin: clamp(1.5rem, 4vw, 3.5rem) auto -.09em; color: rgba(255,253,248,.105); font-family: var(--ay-font-display); font-size: clamp(3.8rem, 12.9vw, 15rem); font-weight: 700; letter-spacing: -.04em; line-height: .78; text-align: center; white-space: nowrap; user-select: none; }

@media (max-width: 76rem) {
  .nav-links { gap: .65rem; }
  .hero__inner { grid-template-columns: minmax(0, 1fr) minmax(24rem, .82fr); }
  .pricing-card { min-height: 37rem; }
}

@media (max-width: 76rem) {
  .site-header { top: .5rem; width: calc(100% - 1rem); height: auto; min-height: 4.5rem; margin-block: .5rem; }
  .site-nav { min-height: 4.5rem; flex-wrap: wrap; padding-block: .55rem; }
  .menu-button { display: inline-flex; }
  .nav-links { width: 100%; display: grid; gap: 0; padding: .25rem .25rem .65rem; border-top: var(--ay-border); }
  .nav-links[hidden] { display: none; }
  .nav-links > a, .nav-links > a:nth-child(n) { min-height: var(--ay-target); display: flex; padding-inline: .6rem; border-top: 0; border-radius: 8px; }
  .nav-links > a:not(.ay-button):hover { background: var(--ay-color-ivory); }
  .nav-links .nav-cta { margin-top: .5rem; justify-content: center; border-top: 0; }
  .hero__inner { display: block; width: 100%; min-height: 0; padding-inline: 1rem; }
  .hero__copy { width: min(calc(100% - 1rem), var(--ay-shell)); margin-inline: auto; padding-block: var(--ay-space-7) var(--ay-space-6); }
  .hero__title { max-width: 15ch; font-size: clamp(2.4rem, 10vw, 3.6rem); }
  .hero__panel { width: min(30rem, 100%); margin-inline: auto; }
  .hero__trust { grid-template-columns: 1fr; }
  .hero__trust > div { min-height: 4.5rem; padding-inline: 0; border-right: 0; border-bottom: var(--ay-border); }
  .hero__trust > div:last-child { border-bottom: 0; }
  .alternatives-grid { grid-template-columns: 1fr; }
  .alternatives-grid > * { min-height: 5rem; padding-inline: 0; border-right: 0; border-bottom: var(--ay-border); }
  .alternatives-grid > :last-child { border-bottom: 0; }
  .privacy-layout, .faq-layout { grid-template-columns: 1fr; gap: var(--ay-space-7); }
  .feature-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-tab:nth-child(2) { border-right: 0; }
  .feature-tab:nth-child(n+3) { border-top: 1px solid #d9d0c0; }
  .feature-panel { grid-template-columns: 1fr; min-height: 0; gap: 2rem; padding: 2rem; }
  .feature-art { justify-self: stretch; width: 100%; min-height: 22rem; }
  .pricing-grid { max-width: 42rem; grid-template-columns: 1fr; margin-inline: auto; }
  .pricing-card, .pricing-card--featured { min-height: 0; transform: none; }
  .pricing-card__description { min-height: 0; }
  .pricing-card__flag { margin: -2rem 0 1.25rem; }
  .pricing-free { max-width: 42rem; margin-inline: auto; }
  .footer-main { grid-template-columns: 1fr; gap: var(--ay-space-7); }
}

@media (prefers-color-scheme: dark) {
  .site-header, .hero__panel { background: var(--ay-color-paper); }
  .hero__panel { box-shadow: 0 1.2rem 3rem rgba(0,0,0,.35); }
  .panel__head { border-bottom-color: var(--ay-color-line); }
  .answer-grid button, .radio-option, .feature-art, .feature-paper--front, .safety-copy { background: var(--ay-color-paper); }
  .alternatives { background: var(--ay-color-ivory); }
  .alternatives-grid { border-top-color: var(--ay-color-line); }
  .faq-section { background: var(--ay-color-ivory); }
  .feature-tabs { background: var(--ay-color-paper); border-color: var(--ay-color-line); }
  .feature-tab { border-color: var(--ay-color-line); }
  .feature-tab[aria-selected="true"] { background: var(--ay-color-sage-soft); }
  .pricing-card { background: #0d2b46; }
  .pricing-card--featured { background: var(--ay-color-paper); }
  .feature-art--delivery { background: #22343d; }
  .result-confirmation { border-color: #47705a; background: #17352a; }
  .path-section { background: #f3eee4; }
}

@media (min-width: 52.01rem) and (max-height: 48rem) {
  .hero__inner { min-height: auto; padding-block: 2.25rem; }
  .hero__title { font-size: clamp(2.2rem, 3.8vw, 3.4rem); }
}

@media (max-width: 30rem) {
  .brand { font-size: 1.15rem; }
  .hero__cta { display: grid; }
  .question-fieldset legend, .question-title { font-size: 1.15rem; }
  .answer-grid { grid-template-columns: 1fr 1fr; }
  .result-list li { grid-template-columns: 1fr; gap: .05rem; }
  .footer-columns { grid-template-columns: 1fr; gap: var(--ay-space-6); }
  .footer-boundary { display: grid; gap: 1rem; }
  .footer-wordmark { margin-top: 2.5rem; font-size: clamp(3rem, 18vw, 5rem); white-space: normal; line-height: .82; }
  .feature-showcase { padding-block: var(--ay-space-8); }
  .feature-showcase__intro { margin-bottom: var(--ay-space-6); }
  .feature-tabs { grid-template-columns: 1fr; }
  .feature-tab, .feature-tab:nth-child(n) { min-height: 4.25rem; border-right: 0; border-top: 1px solid #d9d0c0; }
  .feature-tab:first-child { border-top: 0; }
  .feature-panel { padding: 1.5rem 1rem; }
  .feature-panel__copy h3 { font-size: 2rem; }
  .feature-art { min-height: 0; padding: 1.2rem; }
  .feature-contents-grid { grid-template-columns: 1fr; }
  .feature-intake-list > div { grid-template-columns: 1fr; gap: .25rem; }
  .feature-priority-list li { grid-template-columns: 1fr; }
  .feature-priority-list li > span { grid-row: auto; }
  .feature-art--delivery { min-height: 23rem; }
  .feature-paper { width: 82%; }
  .pricing-section { padding-block: var(--ay-space-8); }
  .path-card { padding: 1.5rem; }
  .pricing-intro { text-align: left; }
  .pricing-free { align-items: flex-start; flex-direction: column; gap: var(--ay-space-4); }
  .pricing-free a { padding-inline: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link { transition: none; }
  .ambient-path { opacity: .11; }
  .faq-list summary::after { transition: none; }
  .faq-list details[open] .faq-answer { animation: none; }
  .feature-deck.is-changing .feature-panel:not([hidden]) .feature-panel__copy,
  .feature-deck.is-changing .feature-panel:not([hidden]) .feature-art,
  .feature-deck.is-changing .feature-route path { animation: none !important; }
}

@media (forced-colors: active) {
  .brand-mark, .answer-grid button, .radio-option, .safety-copy { border: 1px solid CanvasText; }
  .hero__bg, .feature-stage { background: Canvas; color: CanvasText; }
  .ambient-paths { display: none; }
  .panel__head strong, .question-fieldset legend, .question-title, .feature-panel__copy h3 { color: CanvasText; }
  .feature-panel__copy p { color: CanvasText; }
  .feature-art { border: 1px solid CanvasText; }
  .pricing-section, .pricing-card, .pricing-card--featured { background: Canvas; color: CanvasText; }
  .pricing-card, .pricing-card--featured, .pricing-button, .pricing-button--quiet { border-color: CanvasText; }
  .pricing-card__description, .pricing-card--featured .pricing-card__description, .pricing-list li, .pricing-card--featured .pricing-list li, .pricing-free span { color: CanvasText; }
}

/* ── Reviews rail (manual arrows, light cards) ── */
.reviews-rail { padding-block: 3.5rem var(--ay-space-7); background: var(--ay-color-ivory); border-bottom: var(--ay-border); }
.reviews-rail__head { display: flex; align-items: center; justify-content: space-between; gap: var(--ay-space-5); margin-bottom: var(--ay-space-4); }
.reviews-rail__eyebrow { margin: 0; color: var(--ay-color-sage); font-family: var(--ay-font-body); font-size: .85rem; font-weight: 800; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.reviews-rail__controls { display: flex; flex: 0 0 auto; gap: .6rem; }
.reviews-rail__controls button { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1.5px solid var(--ay-color-line-strong); border-radius: 50%; background: var(--ay-color-paper); color: var(--ay-color-navy); font-size: 1.2rem; cursor: pointer; transition: border-color 160ms var(--ay-ease-out), background 160ms var(--ay-ease-out); }
.reviews-rail__controls button:hover:not(:disabled) { border-color: var(--ay-color-navy); background: var(--ay-color-sage-soft); }
.reviews-rail__controls button:disabled { opacity: .38; cursor: default; }

.reviews-rail__track { --rail-inset: max(calc((100% - var(--ay-shell)) / 2), calc(clamp(2rem, 7vw, 7.5rem) / 2)); display: flex; gap: var(--ay-space-4); overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--rail-inset); scroll-behavior: smooth; scrollbar-width: none; padding: .25rem var(--ay-space-4) 1.5rem var(--rail-inset); }
.reviews-rail__track::-webkit-scrollbar { display: none; }

.review-card { flex: 0 0 clamp(17rem, 24vw, 21rem); scroll-snap-align: start; display: flex; flex-direction: column; padding: var(--ay-space-5); border: var(--ay-border); border-radius: 14px; background: var(--ay-color-paper); box-shadow: 0 .5rem 1.5rem rgba(11,42,58,.07); }
.review-card__stars { display: flex; gap: .2rem; color: var(--ay-color-gold); }
.review-card__stars svg { width: 1.05rem; height: 1.05rem; }
.review-card__quote { display: -webkit-box; margin: var(--ay-space-4) 0 var(--ay-space-5); overflow: hidden; color: var(--ay-color-ink); font-size: var(--ay-step--1); line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.review-card__quote[data-expanded="true"] { display: block; overflow: visible; }
.review-card__more { align-self: flex-start; min-height: 2.75rem; margin: -.5rem 0 var(--ay-space-4); padding: 0; border: 0; border-bottom: 1.5px solid var(--ay-color-gold); background: transparent; color: var(--ay-color-navy); font-family: inherit; font-size: .9rem; font-weight: 800; cursor: pointer; }
.review-card__person { display: flex; align-items: center; justify-content: space-between; gap: var(--ay-space-4); margin-top: auto; }
.review-card__name { color: var(--ay-color-navy); font-size: .95rem; font-weight: 800; }
.review-card__name span { display: block; margin-top: .1rem; color: var(--ay-color-ink-muted); font-weight: 500; }
.review-card__avatar { width: 3.25rem; height: 3.25rem; flex: 0 0 3.25rem; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--ay-color-sage-soft); color: var(--ay-color-sage); font-size: .95rem; font-weight: 800; }
.review-card__avatar img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 60rem) {
  .reviews-rail__head { align-items: flex-start; flex-direction: column; }
  .reviews-rail__controls { align-self: flex-end; }
}

@media (max-width: 40rem) {
  .reviews-rail { padding-block: var(--ay-space-6); }
  .review-card { flex-basis: min(82vw, 20rem); }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-rail__track { scroll-behavior: auto; }
}
