:root{--bg: #faf8f4;--surface: #ffffff;--surface-2: #f6f3ed;--surface-3: #ece6db;--ink: #1b1a18;--ink-soft: #524e45;--ink-faint: #6f695d;--line: #ece6dc;--line-strong: #dcd5c7;--gold: #9c7f4e;--gold-soft: #f3ecdc;--future: #4f7d63;--future-soft: #e9f0ea;--risk: #a85f45;--risk-soft: #f5e9e2;--radius: 22px;--radius-sm: 14px;--radius-pill: 999px;--pad: clamp(20px, 4.5vw, 30px);--gap-page: clamp(34px, 7vw, 52px);--shadow: 0 1px 2px rgba(27, 26, 24, .05), 0 14px 34px rgba(27, 26, 24, .06);--ctrl-h: 50px;--ease: cubic-bezier(.22, .61, .36, 1);--maxw: 680px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:17px;line-height:1.55;letter-spacing:-.006em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3{font-family:Fraunces,Georgia,serif;font-weight:500;letter-spacing:-.02em;line-height:1.1;margin:0;color:var(--ink)}p{margin:0}button{font-family:inherit}.tabular{font-variant-numeric:tabular-nums}:focus-visible{outline:2.5px solid var(--gold);outline-offset:2px;border-radius:8px}.app{min-height:100vh;display:flex;flex-direction:column}.page{width:100%;max-width:var(--maxw);margin:0 auto;padding:28px 20px 72px;display:flex;flex-direction:column;gap:var(--gap-page)}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#faf8f4d1;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--line)}.topbar__right{display:flex;align-items:center;gap:10px}.topbar__brand{border:0;background:none;cursor:pointer;padding:4px 0;font-family:Fraunces,serif;font-size:20px;font-weight:600;letter-spacing:-.01em;color:var(--ink)}.topbar__back{border:0;background:none;cursor:pointer;color:var(--ink-soft);font-size:15px;padding:8px 12px;border-radius:var(--radius-pill)}.topbar__back:hover{background:var(--surface-2);color:var(--ink)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:600;color:var(--gold);margin:0 0 12px}.lead{padding:8px 0 0}.lead__title{font-size:clamp(34px,8.5vw,50px);line-height:1.06;max-width:15ch}.lead__sub{margin-top:18px;font-size:18px;color:var(--ink-soft);max-width:36ch}.card,.section,.calc,.result-card,.dashboard,.tip,.whatif__panel,.goal,.history,.details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--pad)}.card--cream{background:var(--surface-2)}.dashboard,.calc,.result-card,.goal,.history,.whatif__panel,.section{display:flex;flex-direction:column;gap:clamp(18px,3.5vw,24px)}.dashboard__top{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.dashboard__ring-wrap{position:relative;width:128px;height:128px;flex:0 0 auto}.dashboard__ring{width:128px;height:128px;display:block}.dashboard__ring-track{fill:none;stroke:var(--surface-3);stroke-width:12}.dashboard__ring-value{fill:none;stroke:var(--gold);stroke-width:12;stroke-linecap:round;transition:stroke-dashoffset .9s var(--ease)}.dashboard__ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.dashboard__score{font-family:Fraunces,serif;font-size:42px;font-weight:600;line-height:1}.dashboard__outof{font-size:12px;color:var(--ink-faint);margin-top:3px}.dashboard__intro{flex:1 1 220px;min-width:200px}.dashboard__label{font-size:clamp(24px,6vw,30px);margin-bottom:8px}.dashboard__summary{color:var(--ink-soft);font-size:16px}.dashboard__factors{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.factor{display:grid;grid-template-columns:16px auto 1fr;align-items:baseline;gap:10px;padding:12px 0;border-top:1px solid var(--line);font-size:15px}.factor:first-child{border-top:0}.factor__dot{font-size:10px;line-height:1.6}.factor--good .factor__dot{color:var(--future)}.factor--warn .factor__dot{color:var(--gold)}.factor--bad .factor__dot{color:var(--risk)}.factor--neutral .factor__dot{color:var(--line-strong)}.factor__label{font-weight:600;color:var(--ink)}.factor__detail{color:var(--ink-soft);text-align:right}.dashboard__keys{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(16px,3vw,22px) 0}.dashboard__keys .stat{background:none;padding:0 16px;gap:7px}.dashboard__keys .stat+.stat{border-left:1px solid var(--line)}.dashboard__keys .stat__value{font-size:clamp(20px,6vw,30px)}@media (max-width: 460px){.dashboard__keys{grid-template-columns:1fr;padding:6px 0}.dashboard__keys .stat{flex-direction:row;align-items:baseline;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line)}.dashboard__keys .stat:first-child{border-top:0}.dashboard__keys .stat+.stat{border-left:0}.dashboard__keys .stat__label{flex:0 0 auto}.dashboard__keys .stat__value{font-size:22px;text-align:right}}.dashboard__action{background:var(--gold-soft);border-radius:var(--radius-sm);padding:18px 20px}.dashboard__action-label{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700;color:var(--gold);margin-bottom:7px}.dashboard__action-text{font-size:16px;color:var(--ink);line-height:1.5}.ai-note{background:var(--surface-2);border-radius:var(--radius-sm);padding:18px 20px;border-left:3px solid var(--gold)}.ai-note__badge{display:inline-flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700;color:var(--gold);margin-bottom:9px}.ai-note__dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}.ai-note__text{color:var(--ink);font-size:15.5px;line-height:1.62}.tip{background:linear-gradient(180deg,var(--gold-soft),var(--surface) 70%)}.tip__eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:var(--gold);margin-bottom:10px}.tip__title{font-family:Fraunces,serif;font-size:20px;font-weight:600;margin-bottom:8px}.tip__body{color:var(--ink-soft);font-size:15.5px}.chooser{display:flex;flex-direction:column;gap:18px}.chooser__question{font-size:clamp(24px,6vw,30px)}.chooser__grid{display:flex;flex-direction:column;gap:12px}.choice{display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px 16px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px;cursor:pointer;transition:transform .18s var(--ease),border-color .18s var(--ease);min-height:72px}.choice:hover{transform:translateY(-2px);border-color:var(--line-strong)}.choice:active{transform:translateY(0)}.choice__title{grid-column:1;font-size:17.5px;font-weight:600;color:var(--ink)}.choice__hint{grid-column:1;font-size:14px;color:var(--ink-faint)}.choice__arrow{grid-column:2;grid-row:1 / span 2;font-size:22px;color:var(--gold);transition:transform .18s var(--ease)}.choice:hover .choice__arrow{transform:translate(4px)}.block{display:flex;flex-direction:column;gap:18px}.block__title{font-size:clamp(22px,5.5vw,26px)}.block__subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin-top:6px}.tool{display:flex;flex-direction:column;gap:var(--gap-page)}.tool__back{align-self:flex-start;border:0;background:none;cursor:pointer;color:var(--ink-soft);font-size:15px;padding:8px 14px 8px 0}.tool__back:hover{color:var(--ink)}.tool__head{display:flex;flex-direction:column;gap:12px}.tool__title{font-size:clamp(30px,7.5vw,40px)}.tool__intro{color:var(--ink-soft);font-size:17px;max-width:40ch}.split{display:flex;flex-direction:column;gap:20px}.calc__inputs,.calc__results{display:flex;flex-direction:column;gap:18px}.section__head{margin-bottom:4px}.section__title{font-size:21px}.section__intro{color:var(--ink-soft);font-size:15px;margin-top:8px}.result-card__head{display:flex;flex-direction:column;gap:4px}.result-card__title{font-size:20px}.stat-grid{display:grid;gap:12px}.stat-grid--two{grid-template-columns:1fr 1fr}.stat-grid--three{grid-template-columns:1fr}.stat{background:var(--surface-2);border-radius:var(--radius-sm);padding:18px;display:flex;flex-direction:column;gap:7px;min-width:0}.stat__label{font-size:13px;color:var(--ink-faint)}.stat__value{font-family:Fraunces,serif;font-weight:600;color:var(--ink);line-height:1.08;font-size:clamp(20px,5.6vw,24px);overflow-wrap:anywhere}.stat__sub{font-size:12.5px;color:var(--ink-faint)}.stat--large .stat__value{font-size:clamp(24px,7vw,30px)}.stat--gold .stat__value{color:var(--gold)}.stat--risk .stat__value{color:var(--risk)}.stat--future .stat__value{color:var(--future)}@media (max-width: 360px){.stat-grid--two{grid-template-columns:1fr}}@media (min-width: 600px){.stat-grid--three{grid-template-columns:repeat(3,1fr)}}.callout{border-radius:var(--radius-sm);padding:16px 18px;font-size:14.5px}.callout__title{font-weight:600;margin-bottom:5px}.callout__body{color:var(--ink-soft)}.callout--info{background:var(--surface-2)}.callout--warning{background:var(--risk-soft)}.callout--warning .callout__title{color:#7e4630}.callout--next{background:var(--future-soft)}.callout--next .callout__title{color:#335a43}.whatif{display:flex;flex-direction:column;gap:14px}.whatif__title{font-family:Fraunces,serif;font-size:19px;font-weight:600}.whatif__line{font-size:15px;color:var(--ink-soft);line-height:1.55}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink-soft);border-radius:var(--radius-pill);padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;min-height:42px;transition:all .16s var(--ease)}.chip:hover{border-color:var(--gold);color:var(--ink)}.chip--active{background:var(--ink);border-color:var(--ink);color:#fff}.slider{display:flex;flex-direction:column;gap:12px}.slider__label{font-size:14px;color:var(--ink-soft)}.slider__label strong{color:var(--ink);font-variant-numeric:tabular-nums}.slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:5px;border-radius:5px;background:var(--surface-3);outline:none}.slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow);cursor:pointer}.slider input[type=range]::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow);cursor:pointer}.projection{display:flex;flex-direction:column;gap:16px}.projection__svg{width:100%;height:auto;aspect-ratio:320 / 180;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:6px}.projection__grid{stroke:var(--line);stroke-width:1}.projection__wealth{fill:none;stroke:var(--future);stroke-width:2.4;stroke-linejoin:round}.projection__debt{fill:none;stroke:var(--risk);stroke-width:2.2;stroke-linejoin:round}.projection__crossover{stroke:var(--gold);stroke-width:1.4;stroke-dasharray:4 4}.projection__axis{fill:var(--ink-faint);font-size:9px;text-anchor:middle;font-family:Inter,sans-serif}.projection__legend{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center}.legend{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--ink-soft)}.legend:before{content:"";width:14px;height:3px;border-radius:2px;background:currentColor}.legend--debt{color:var(--risk)}.legend--wealth{color:var(--future)}.legend--cross{color:var(--gold)}.legend--cross:before{height:0;border-top:2px dashed var(--gold);background:none}.projection__note{font-size:13.5px;color:var(--ink-faint)}.goal__head{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:flex-end}.goal__label{font-size:14px;color:var(--ink-soft);margin-bottom:9px}.goal__date{border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:0 14px;min-height:var(--ctrl-h);font-size:15px;font-family:inherit;background:var(--surface);color:var(--ink)}.goal__projected{text-align:right}.goal__projected-label{display:block;font-size:12px;color:var(--ink-faint);text-transform:uppercase;letter-spacing:.08em}.goal__projected-value{font-family:Fraunces,serif;font-size:17px;font-weight:600}.goal__bar{height:12px;background:var(--surface-3);border-radius:var(--radius-pill);overflow:hidden}.goal__bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--future));border-radius:var(--radius-pill);transition:width .7s var(--ease)}.goal__progress{font-size:13.5px;color:var(--ink-faint)}.goal__status{font-size:14.5px;border-radius:var(--radius-sm);padding:14px 16px}.goal__status--ok{background:var(--future-soft);color:#335a43}.goal__status--behind{background:var(--risk-soft);color:#7e4630}.history__saved{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.history__saved-label{display:block;font-size:13px;color:var(--ink-faint);margin-bottom:2px}.history__saved-value{font-family:Fraunces,serif;font-size:26px;font-weight:600;color:var(--future)}.history__empty{font-size:14.5px;color:var(--ink-faint)}.spark{width:100%;height:44px}.spark__line{fill:none;stroke:var(--gold);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.history__row{display:flex;justify-content:space-between;gap:10px;padding:12px 0;border-top:1px solid var(--line);flex-wrap:wrap;font-size:13.5px}.history__date{color:var(--ink);font-weight:600}.history__cells{display:flex;gap:14px;color:var(--ink-soft);flex-wrap:wrap}.details{padding:0;overflow:hidden}.details__summary{cursor:pointer;list-style:none;padding:22px var(--pad);font-weight:600;font-size:16px;display:flex;align-items:center;justify-content:space-between}.details__summary::-webkit-details-marker{display:none}.details__summary:after{content:"+";color:var(--gold);font-size:24px;font-weight:400}.details[open] .details__summary:after{content:"–"}.details__body{padding:0 var(--pad) calc(var(--pad) + 2px);display:flex;flex-direction:column;gap:20px}.field{display:flex;flex-direction:column;gap:8px}.field__label{font-size:14px;font-weight:600;color:var(--ink)}.field__input-wrap{position:relative;display:flex;align-items:center}.field__input{width:100%;min-height:var(--ctrl-h);border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:0 16px;font-size:16px;font-family:inherit;background:var(--surface);color:var(--ink);transition:border-color .16s var(--ease),box-shadow .16s var(--ease)}.field__input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft)}.field__suffix{position:absolute;right:16px;color:var(--ink-faint);font-size:14px;pointer-events:none}.field__hint{font-size:13px;color:var(--ink-faint)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid--narrow{grid-template-columns:1fr}.mini-field{display:flex;flex-direction:column;gap:6px}@media (max-width: 440px){.form-grid{grid-template-columns:1fr}}.segmented{display:inline-flex;background:var(--surface-2);border-radius:var(--radius-pill);padding:4px;gap:4px}.segmented__button{border:0;background:none;padding:10px 18px;border-radius:var(--radius-pill);font-size:14px;font-weight:600;color:var(--ink-soft);cursor:pointer;min-height:40px;transition:all .16s var(--ease)}.segmented__button--active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.debt-list{display:flex;flex-direction:column;gap:16px}.debt-list__rows{display:flex;flex-direction:column;gap:12px}.debt-row{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:16px;display:flex;flex-direction:column;gap:12px}.debt-row--risk{border-color:var(--risk)}.debt-row__summary{display:flex;align-items:center;gap:10px}.debt-row__rank{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:50%;font-size:13px;font-weight:600}.debt-row__name{font-weight:600;flex:1}.debt-row__meta{font-size:13px;color:var(--ink-faint)}.debt-row__remove{border:0;background:none;color:var(--ink-faint);font-size:22px;cursor:pointer;line-height:1;padding:4px 10px}.debt-row__remove:hover{color:var(--risk)}.debt-row__fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.debt-row__numbers{display:contents}.risk-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-soft)}.plan-order{display:flex;flex-direction:column;gap:12px}.plan-order__title{font-size:16px;font-weight:600}.plan-order__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.plan-order__item{display:flex;align-items:baseline;gap:10px;padding:13px 15px;background:var(--surface-2);border-radius:var(--radius-sm)}.plan-order__name{font-weight:600;flex:1}.plan-order__when{font-size:13px;color:var(--ink-faint)}.button,.button--soft,.print-button--solid{border:0;border-radius:var(--radius-pill);min-height:var(--ctrl-h);padding:0 24px;font-size:15px;font-weight:600;cursor:pointer;background:var(--ink);color:#fff;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s var(--ease),background .16s var(--ease)}.button:hover,.button--soft:hover,.print-button--solid:hover{background:#000}.button:active,.button--soft:active,.print-button--solid:active{transform:scale(.97)}.button--ok,.button--ok:hover{background:var(--future)}.print-button,.add-button{border-radius:var(--radius-pill);min-height:var(--ctrl-h);padding:0 22px;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--line-strong);color:var(--ink-soft);transition:border-color .16s var(--ease),color .16s var(--ease),transform .16s var(--ease)}.print-button:hover,.add-button:hover{border-color:var(--gold);color:var(--ink)}.print-button:active,.add-button:active{transform:scale(.97)}.print-button--solid{border:0}.add-button{width:100%;border-style:dashed}.link-button{border:0;background:none;color:var(--ink-faint);font-size:14px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:8px 0}.link-button:hover{color:var(--risk)}.actions{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.footer{border-top:1px solid var(--line);padding:36px 20px 56px;max-width:var(--maxw);margin:0 auto;width:100%;display:flex;flex-direction:column;gap:10px}.footer__brand{font-family:Fraunces,serif;font-weight:600;font-size:16px}.footer__disclaimer{font-size:12.5px;color:var(--ink-faint);line-height:1.55;max-width:60ch}.footer__saved{font-size:12px;color:var(--ink-faint);opacity:.8}.reveal{opacity:0;transform:translateY(14px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal--in{opacity:1;transform:none}@media (min-width: 720px){.split{flex-direction:row;align-items:start}.split>*{flex:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}@media print{.no-print,.topbar,.footer__saved{display:none!important}body{background:#fff;font-size:12pt}.page{max-width:none;padding:0;gap:24px}.reveal{opacity:1!important;transform:none!important}.card,.section,.calc,.result-card,.dashboard,.tip,.whatif__panel,.goal,.history,.details,.projection__svg{box-shadow:none;border:1px solid #ddd;break-inside:avoid}}.coach{display:flex;flex-direction:column;gap:6px;padding:clamp(8px,3vw,20px) 4px 4px}.coach__greeting{font-family:Fraunces,serif;font-weight:500;font-size:clamp(30px,8vw,44px);line-height:1.08;letter-spacing:-.02em;color:var(--ink)}.coach__status{font-size:18px;color:var(--ink-soft);margin-top:2px}.coach__headline{font-size:clamp(19px,5vw,23px);line-height:1.4;color:var(--ink);margin-top:20px;max-width:32ch}.coach__impact{font-size:16px;color:var(--gold);font-weight:600;margin-top:8px}.coach__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.coach__why{margin-top:16px}.keystrip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(16px,3.5vw,22px) 0}.keystrip .stat{background:none;padding:0 clamp(12px,3vw,20px);gap:7px}.keystrip .stat+.stat{border-left:1px solid var(--line)}.keystrip .stat__value{font-size:clamp(19px,5.4vw,28px)}@media (max-width: 460px){.keystrip{grid-template-columns:1fr;padding:6px clamp(14px,4vw,18px)}.keystrip .stat{flex-direction:row;align-items:baseline;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line)}.keystrip .stat:first-child{border-top:0}.keystrip .stat+.stat{border-left:0}.keystrip .stat__value{font-size:22px;text-align:right}}.trust-note{font-size:13px;color:var(--ink-faint);line-height:1.55;max-width:56ch;padding:0 4px;margin-top:-8px}.chooser__head{display:flex;flex-direction:column;gap:6px}.chooser__sub{font-size:15px;color:var(--ink-faint)}.details__body .dashboard{box-shadow:none;border:0;padding:0}.form-block{display:flex;flex-direction:column;gap:14px}.form-help{font-size:14px;color:var(--ink-soft)}.field__input::placeholder{color:var(--ink-faint);opacity:.7}.field__input:hover{border-color:var(--line-strong)}.auto-note{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-size:13.5px;color:var(--ink-soft);background:var(--surface-2);border-radius:var(--radius-pill);padding:8px 14px}.auto-note:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--future)}.flow{display:flex;flex-direction:column;gap:clamp(18px,4vw,26px)}.flow__progress{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:600;color:var(--gold)}.flow__question{font-family:Fraunces,serif;font-weight:500;font-size:clamp(26px,6.5vw,34px);line-height:1.12;letter-spacing:-.02em;max-width:20ch}.flow__hint{font-size:16px;color:var(--ink-soft);max-width:38ch;margin-top:-8px}.flow__field{max-width:420px}.flow__field .field__input{min-height:56px;font-size:18px}.flow__field .field__label{font-size:15px}.flow__choices{display:flex;flex-direction:column;gap:12px;max-width:520px}.flow__nav{display:flex;gap:12px;align-items:center;margin-top:4px}.flow__edit{align-self:flex-start;border:0;background:none;cursor:pointer;color:var(--ink-soft);font-size:15px;padding:6px 12px 6px 0}.flow__edit:hover{color:var(--ink)}.value-prop{font-size:16.5px;color:var(--ink-soft);line-height:1.55;max-width:52ch;margin-top:18px}.examples{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:var(--pad);display:flex;flex-direction:column;gap:18px}.examples__head{display:flex;flex-direction:column;gap:6px}.examples__title{font-family:Fraunces,serif;font-weight:500;font-size:clamp(22px,5vw,26px);letter-spacing:-.02em}.examples__sub{font-size:15px;color:var(--ink-soft);max-width:42ch}.examples__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 460px){.examples__grid{grid-template-columns:1fr}}.example{display:flex;flex-direction:column;align-items:flex-start;gap:4px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px 16px;cursor:pointer;text-align:left;transition:border-color .16s var(--ease),transform .16s var(--ease)}.example:hover{border-color:var(--gold);transform:translateY(-1px)}.example__title{font-weight:600;font-size:15px;color:var(--ink)}.example__price{font-size:13px;color:var(--ink-faint);font-variant-numeric:tabular-nums}.why-ai{border-top:1px solid var(--line);padding:22px 4px 0;max-width:60ch}.why-ai__title{font-size:17px;font-family:Inter,sans-serif;font-weight:600;margin-bottom:8px}.why-ai__body{font-size:14.5px;color:var(--ink-faint);line-height:1.6}
