:root{--bg: #f5f0e8;--surface: #ffffff;--surface-2: #f8f5ef;--surface-3: #e9e1d5;--ink: #20231f;--ink-soft: #56584f;--ink-faint: #747267;--line: #e5ddd1;--line-strong: #d3c8b8;--gold: #8a7045;--gold-soft: #eee3ce;--future: #52705b;--future-soft: #e9f0ea;--risk: #a85f45;--risk-soft: #f5e9e2;--radius: 24px;--radius-sm: 14px;--radius-pill: 999px;--pad: clamp(20px, 4.5vw, 30px);--gap-page: clamp(34px, 7vw, 52px);--shadow: 0 1px 2px rgba(32, 35, 31, .04), 0 18px 50px rgba(65, 55, 40, .07);--ctrl-h: 50px;--ease: cubic-bezier(.22, .61, .36, 1);--maxw: 820px}*{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;background-image:radial-gradient(circle at 8% 0%,rgba(195,166,116,.16),transparent 30rem),radial-gradient(circle at 100% 32%,rgba(108,139,115,.1),transparent 28rem);background-attachment:fixed}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;color:var(--ink);display:flex;align-items:baseline;gap:9px}.topbar__name{font-family:Fraunces,serif;font-size:21px;font-weight:600;letter-spacing:-.02em}.topbar__byline{font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-faint)}.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:clamp(26px,7vw,62px) 0 4px;position:relative}.lead__title{font-size:clamp(34px,8.5vw,50px);line-height:1.06;max-width:15ch}.lead__sub{margin-top:20px;font-size:clamp(17px,3vw,20px);color:var(--ink-soft);max-width:47ch}.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__input--error,.field__input--error:focus{border-color:var(--risk);box-shadow:0 0 0 3px var(--risk-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)}.field__error{font-size:13px;color:var(--risk);font-weight:600}.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__form{display:flex;flex-direction:column;gap:clamp(18px,4vw,26px)}.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}.lead__kicker{color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:24px}.lead .coach__greeting{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--ink-faint);letter-spacing:0;margin-bottom:12px}.lead .lead__title{font-size:clamp(42px,9vw,68px);line-height:.99;max-width:12ch;text-wrap:balance}.trust-strip{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:28px;padding-top:19px;border-top:1px solid var(--line-strong);color:var(--ink-faint);font-size:12.5px;font-weight:600}.trust-strip span{display:inline-flex;align-items:center;gap:8px}.trust-strip span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--future)}.chooser{gap:24px}.chooser__head .eyebrow{margin-bottom:2px}.chooser__question{font-size:clamp(27px,5vw,36px);max-width:20ch}.chooser__sub{font-size:15px;color:var(--ink-soft)}.chooser__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.choice{--choice-accent: var(--gold);--choice-tint: var(--gold-soft);position:relative;isolation:isolate;overflow:hidden;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;min-height:176px;padding:22px 22px 20px;border-color:#7164512e;box-shadow:0 14px 38px #4137280e}.choice:after{content:"";position:absolute;z-index:-1;width:150px;height:150px;right:-70px;top:-82px;border-radius:50%;background:var(--choice-tint);transition:transform .35s var(--ease)}.choice:hover{border-color:var(--choice-accent);transform:translateY(-3px)}.choice:hover:after{transform:scale(1.16)}.choice--car{--choice-accent: #9a654f;--choice-tint: #f0ded4}.choice--home{--choice-accent: #607482;--choice-tint: #dfe7e9}.choice--debt{--choice-accent: #9a6546;--choice-tint: #efe0d3}.choice--freedom{--choice-accent: #55735e;--choice-tint: #dfe9e1}.choice--cost{--choice-accent: #8a7045;--choice-tint: #eee3ce;grid-column:1 / -1;min-height:150px}.choice__meta{grid-column:1 / -1;display:flex;align-items:center;gap:9px;color:var(--choice-accent);align-self:start}.choice__index{font-family:Fraunces,serif;font-size:14px;font-weight:600}.choice__label{text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:700}.choice__title{grid-row:2;align-self:end;font-size:18px;max-width:23ch}.choice__hint{grid-row:3;font-size:13.5px}.choice__arrow{grid-row:2 / span 2;color:var(--choice-accent);align-self:end}.examples{background:linear-gradient(145deg,#292d28,#1f221f);color:#fff;border:0;box-shadow:0 22px 55px #23221d2b}.examples .eyebrow{color:#d1b982}.examples__title{color:#fff;font-size:clamp(25px,5vw,32px);max-width:19ch}.examples__sub{color:#ffffffab}.example{background:#ffffff12;border-color:#ffffff21}.example:hover{border-color:#d1b982;background:#ffffff1c}.example__title{color:#fff}.example__price{color:#fff9}.why-ai{border-top:0;border-left:2px solid var(--line-strong);padding:3px 4px 3px 20px}.footer__brand span{font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:var(--ink-faint)}.tool{--tool-accent: var(--gold);--tool-soft: var(--gold-soft)}.tool--car{--tool-accent: #9a654f;--tool-soft: #f0ded4}.tool--home{--tool-accent: #607482;--tool-soft: #dfe7e9}.tool--debt{--tool-accent: #9a6546;--tool-soft: #efe0d3}.tool--freedom{--tool-accent: #55735e;--tool-soft: #dfe9e1}.tool--cost{--tool-accent: #8a7045;--tool-soft: #eee3ce}.tool__head{position:relative;overflow:hidden;padding:clamp(24px,5vw,38px);background:linear-gradient(135deg,var(--tool-soft),rgba(255,255,255,.72));border:1px solid rgba(113,100,81,.12);border-radius:var(--radius)}.tool__head:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:var(--tool-accent);opacity:.08;right:-62px;top:-75px}.tool__title{color:var(--ink);font-size:clamp(38px,8vw,54px)}.tool__intro{max-width:46ch}.tool .flow__progress,.tool .eyebrow{color:var(--tool-accent)}.tool .field__input:focus{border-color:var(--tool-accent);box-shadow:0 0 0 3px var(--tool-soft)}.tool .choice{--choice-accent: var(--tool-accent);--choice-tint: var(--tool-soft)}.tool .result-card{border-top:4px solid var(--tool-accent);background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--tool-soft) 42%,white))}.tool .stat{background:color-mix(in srgb,var(--tool-soft) 56%,white);border:1px solid color-mix(in srgb,var(--tool-accent) 13%,transparent)}.tool .stat__value{letter-spacing:-.025em}.tool .button{box-shadow:0 8px 22px #20231f24}@media (max-width: 600px){body{background-attachment:scroll}.page{padding:18px 16px 56px}.topbar{padding:12px 16px}.topbar__byline{display:none}.lead{padding-top:22px}.lead__kicker{margin-bottom:20px}.lead .lead__title{font-size:clamp(39px,12vw,54px)}.trust-strip{display:grid;gap:8px}.chooser__grid{grid-template-columns:1fr}.choice,.choice--cost{grid-column:auto;min-height:146px;padding:19px 20px}.choice__title{font-size:17px}.examples__grid{grid-template-columns:1fr}.example{flex-direction:row;justify-content:space-between;align-items:baseline}.tool__head{padding:24px 22px}}:root{--bg: #f7f8f6;--surface: #ffffff;--surface-2: #f1f3f0;--surface-3: #e6e9e5;--ink: #17201b;--ink-soft: #4f5a53;--ink-faint: #707a73;--line: #e1e6e2;--line-strong: #cdd5cf;--gold: #927344;--gold-soft: #f5efe4;--future: #37664d;--future-soft: #e8f1eb;--risk: #a1513d;--risk-soft: #f7ebe7;--radius: 17px;--radius-sm: 11px;--pad: clamp(18px, 3vw, 26px);--gap-page: clamp(30px, 5vw, 46px);--shadow: 0 1px 2px rgba(23, 32, 27, .03), 0 10px 28px rgba(23, 32, 27, .055);--maxw: 1120px}body{background:var(--bg);background-image:none;font-size:16px}h1,h2,h3{font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:-.035em}.page{padding:34px 24px 72px}.topbar{padding:0 24px;min-height:64px;background:#ffffffe0;border-bottom-color:var(--line)}.topbar__inner{width:100%;max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.topbar__brand{gap:8px}.topbar__name{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.035em}.topbar__byline{font-size:9px;letter-spacing:.13em}.topbar .print-button{min-height:38px;padding:0 15px;font-size:13px}.lead{padding:36px 0 8px;max-width:760px;display:grid;grid-template-columns:1fr;gap:0}.lead .coach__greeting{order:1;font-size:13px;margin:0 0 8px;color:var(--ink-faint)}.lead__kicker{order:2;margin:0 0 12px;color:var(--future);font-size:11px;letter-spacing:.12em}.lead .lead__title{order:3;font-family:Inter,system-ui,sans-serif;font-size:clamp(38px,5vw,56px);line-height:1.02;letter-spacing:-.055em;max-width:15ch;font-weight:700}.lead .lead__sub{order:4;margin-top:16px;max-width:58ch;font-size:17px;line-height:1.55}.trust-strip{order:5;margin-top:20px;padding:0;border:0;gap:8px}.trust-strip span{padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;font-size:11.5px;font-weight:600}.trust-strip span:before{width:4px;height:4px}.chooser{gap:18px}.chooser__head{gap:3px}.chooser__head .eyebrow{margin-bottom:3px;color:var(--future)}.chooser__question{font-size:clamp(25px,3.2vw,34px)}.chooser__sub{font-size:14px}.chooser__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.choice,.choice--cost{grid-column:span 2;min-height:132px;padding:18px;grid-template-rows:auto 1fr auto;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 5px 18px #17201b0a;border-top:3px solid var(--choice-accent);background:var(--surface)}.choice:nth-child(4),.choice:nth-child(5){grid-column:span 3}.choice:after{display:none}.choice:hover{transform:translateY(-2px);box-shadow:0 10px 25px #17201b14}.choice__meta{gap:7px}.choice__index{font-family:Inter,system-ui,sans-serif;font-size:10px;font-weight:700}.choice__label{font-size:9px}.choice__title{align-self:end;font-size:16px;letter-spacing:-.018em}.choice__hint{font-size:12.5px}.choice__arrow{font-size:18px}.examples{padding:24px;gap:16px;color:var(--ink);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.examples .eyebrow{color:var(--gold)}.examples__title{color:var(--ink);font-family:Inter,system-ui,sans-serif;font-size:22px;max-width:none}.examples__sub{color:var(--ink-soft)}.example{background:var(--surface-2);border-color:var(--line);padding:12px 14px}.example:hover{background:var(--gold-soft);border-color:var(--gold)}.example__title{color:var(--ink)}.example__price{color:var(--ink-faint)}.trust-note{margin-top:-16px}.why-ai{max-width:72ch}.tool{max-width:820px;width:100%;margin:0 auto}.tool__head{padding:22px 24px;border-radius:var(--radius);overflow:visible;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--tool-accent);box-shadow:0 4px 16px #17201b09}.tool__head:after{display:none}.tool__title{font-size:clamp(30px,5vw,40px)}.tool__intro{font-size:15px}.tool .choice,.tool .choice:nth-child(4),.tool .choice:nth-child(5){grid-column:auto;min-height:118px}.tool .result-card{border-top-width:3px;background:var(--surface);box-shadow:var(--shadow)}.tool .stat{background:var(--surface-2);border-color:var(--line)}.card,.section,.calc,.result-card,.dashboard,.tip,.whatif__panel,.goal,.history,.details{box-shadow:0 5px 20px #17201b0b}.flow__question{font-family:Inter,system-ui,sans-serif;font-size:clamp(24px,4vw,31px)}.stat__value,.dashboard__score,.history__saved-value,.goal__projected-value{font-family:Inter,system-ui,sans-serif}.footer__brand{font-family:Inter,system-ui,sans-serif}@media (max-width: 760px){.page{padding:24px 16px 56px}.topbar{padding:0 16px}.lead{padding-top:24px}.lead .lead__title{font-size:clamp(35px,10.5vw,47px)}.chooser__grid{grid-template-columns:1fr}.choice,.choice--cost,.choice:nth-child(4),.choice:nth-child(5){grid-column:auto;min-height:116px;padding:16px}.tool .chooser__grid{grid-template-columns:1fr}.topbar__back{display:none}}:root{--bg: #f2f4f0;--ink: #132019;--future: #2e6b4c;--future-soft: #e3f0e7;--gold: #8b6935;--gold-soft: #f3ead7;--radius: 18px;--maxw: 1160px}.page{gap:52px;padding-top:28px}.lead{max-width:none;padding:clamp(30px,5vw,58px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(34px,5vw,68px);align-items:center;background:#17241d;color:#f8faf7;border-radius:28px;box-shadow:0 24px 70px #13201929;overflow:hidden}.lead__content{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.lead .coach__greeting{order:initial;margin:0 0 9px;color:#f8faf79e;font-size:12.5px}.lead .lead__kicker{order:initial;margin:0 0 18px;color:#d9bd7a;font-size:10.5px}.lead .lead__title{order:initial;max-width:12.5ch;color:#fff;font-size:clamp(39px,4.4vw,61px);line-height:1.01;letter-spacing:-.058em}.lead .lead__sub{order:initial;margin-top:19px;max-width:50ch;color:#f8faf7b8;font-size:16.5px;line-height:1.58}.lead__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:27px}.hero-button{min-height:49px;padding:0 20px;border:0;border-radius:11px;background:#e7cc8e;color:#17241d;font-weight:700;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:20px;box-shadow:0 8px 24px #00000024;transition:transform .18s var(--ease),background .18s var(--ease)}.hero-button:hover{background:#f0dcae;transform:translateY(-2px)}.hero-button:active{transform:translateY(0)}.hero-link{min-height:45px;padding:0 12px;border:0;background:transparent;color:#ffffffc7;font-size:13.5px;font-weight:600;cursor:pointer}.hero-link:hover{color:#fff}.lead .trust-strip{order:initial;margin-top:26px;gap:9px;color:#f8faf7ab}.lead .trust-strip span{background:#ffffff0e;border-color:#ffffff21;padding:5px 9px;font-size:10.5px}.lead .trust-strip span:before{background:#83b998}.product-preview{position:relative;padding:22px;border-radius:20px;background:#f8faf7;color:var(--ink);min-width:0;box-shadow:0 24px 70px #00000038;transform:rotate(1deg)}.product-preview:before{content:"";position:absolute;top:8px;right:-18px;bottom:-18px;left:18px;z-index:-1;border-radius:20px;background:#294335;opacity:.72}.product-preview__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-preview__label{color:var(--ink-faint);font-size:9px;font-weight:700;letter-spacing:.13em}.product-preview__status{padding:5px 8px;border-radius:999px;background:var(--future-soft);color:var(--future);font-size:9.5px;font-weight:700}.product-preview__title{margin-top:14px;font-size:clamp(19px,2vw,25px);letter-spacing:-.035em}.product-preview__chart{position:relative;margin-top:17px;padding-bottom:19px}.product-preview__chart svg{display:block;width:100%;height:auto;overflow:visible}.preview-grid{fill:none;stroke:#e4e9e5;stroke-width:1}.preview-area{fill:#e3f0e7}.preview-line{fill:none;stroke:#397858;stroke-width:3;stroke-linecap:round}.preview-dot{fill:#397858;stroke:#fff;stroke-width:3}.product-preview__now,.product-preview__goal{position:absolute;bottom:0;font-size:9.5px;color:var(--ink-faint);font-weight:600}.product-preview__now{left:0}.product-preview__goal{right:0;color:var(--future)}.product-preview__steps{list-style:none;margin:18px 0 0;padding:15px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-preview__steps li{display:grid;grid-template-columns:20px 1fr;gap:1px 7px;align-items:center}.product-preview__steps li>span{grid-row:1 / span 2;width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:#17241d;color:#fff;font-size:9px;font-weight:700}.product-preview__steps strong{font-size:10px;line-height:1.2}.product-preview__steps small{color:var(--ink-faint);font-size:8.5px}.chooser{scroll-margin-top:90px}.chooser__head{max-width:620px}.chooser__question{font-size:clamp(30px,4vw,44px);letter-spacing:-.05em}.chooser__sub{margin-top:4px;font-size:15px}.chooser__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.choice,.choice--cost,.choice:nth-child(4),.choice:nth-child(5){grid-column:span 2;min-height:142px;padding:19px;border-top:0;border-color:#dde3de;box-shadow:0 8px 25px #1320190b}.choice:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:0 3px 3px 0;background:var(--choice-accent)}.choice:nth-child(1){grid-column:span 4;min-height:158px;background:#e3f0e7;border-color:#ccdfd1;--choice-accent: #2e6b4c;--choice-tint: #e3f0e7}.choice:nth-child(1) .choice__title{font-size:clamp(20px,2.2vw,27px)}.choice:nth-child(2){grid-column:span 2;min-height:158px;background:#f3ead7;border-color:#e7d8b8}.choice__meta{align-self:start}.choice__title{align-self:end;font-size:17px}.choice__hint{max-width:37ch}.tool .chooser__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool .choice,.tool .choice:nth-child(1),.tool .choice:nth-child(2),.tool .choice:nth-child(4),.tool .choice:nth-child(5){grid-column:auto;min-height:118px;background:var(--surface);border-color:var(--line)}.tool .choice:nth-child(1) .choice__title{font-size:17px}.examples{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:30px;padding:28px 30px}.examples__title{max-width:24ch;font-size:21px}.examples__grid{grid-template-columns:repeat(3,1fr)}.example{min-height:72px;justify-content:center}.data-tools{border-top:1px solid var(--line);padding-top:16px;color:var(--ink-faint)}.data-tools summary{cursor:pointer;font-size:12.5px;font-weight:600}.data-tools[open]{display:flex;flex-direction:column;gap:15px}.data-tools .trust-note{margin:0;padding:0}.data-tools .actions{flex-direction:row;align-items:center}.data-tools .print-button{min-height:40px;padding:0 16px;font-size:12px}@media (max-width: 900px){.lead{grid-template-columns:1fr}.lead__content{max-width:670px}.product-preview{transform:none;max-width:620px}}@media (max-width: 700px){.page{gap:38px;padding-top:16px}.lead{margin:0 -4px;padding:28px 22px 30px;border-radius:22px;gap:32px}.lead .lead__title{font-size:clamp(36px,10vw,48px)}.lead__actions{align-items:stretch;width:100%}.hero-button{flex:1 1 100%;justify-content:space-between}.hero-link{flex:1 1 100%;text-align:left;padding-left:0}.lead .trust-strip{display:flex}.product-preview{padding:18px}.product-preview:before{display:none}.product-preview__steps{grid-template-columns:1fr}.product-preview__steps li{grid-template-columns:24px 1fr}.chooser__grid{grid-template-columns:1fr}.choice,.choice--cost,.choice:nth-child(1),.choice:nth-child(2),.choice:nth-child(4),.choice:nth-child(5){grid-column:auto;min-height:124px}.choice:nth-child(1) .choice__title{font-size:20px}.tool .chooser__grid{grid-template-columns:1fr}.examples{grid-template-columns:1fr;padding:22px;gap:18px}.examples__grid{grid-template-columns:1fr}.data-tools .actions{align-items:flex-start;flex-direction:column}}:root{--bg: #f6f4ef;--surface: #fffefa;--surface-2: #f2f1ec;--surface-3: #e8e6df;--ink: #202722;--ink-soft: #545d56;--ink-faint: #747c75;--line: #dedfd9;--line-strong: #c9ccc5;--gold: #8b6d3f;--gold-soft: #f2eadc;--future: #496757;--future-soft: #e9f0eb;--risk: #9d5743;--risk-soft: #f5e9e4;--radius: 18px;--radius-sm: 11px;--maxw: 960px;--gap-page: 34px;--shadow: 0 1px 2px rgba(32,39,34,.03), 0 14px 38px rgba(32,39,34,.055)}body{background:var(--bg);background-image:none}.page{max-width:var(--maxw);padding:32px 22px 68px;gap:var(--gap-page)}.topbar{min-height:62px;background:#f6f4efe8;border-bottom:1px solid var(--line)}.topbar__inner{max-width:var(--maxw)}.topbar__name{font-family:Fraunces,Georgia,serif;font-size:20px;font-weight:600;letter-spacing:-.025em}.topbar__byline{color:var(--ink-faint)}.lead{display:block;max-width:720px;padding:clamp(34px,7vw,72px) 0 24px;margin:0;color:var(--ink);background:transparent;border-radius:0;box-shadow:none;overflow:visible}.lead .lead__kicker{margin:0 0 16px;color:var(--gold);font-size:10.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.lead .lead__title{max-width:10ch;margin:0;color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:clamp(45px,7vw,66px);font-weight:500;line-height:.98;letter-spacing:-.045em}.lead .lead__sub{max-width:56ch;margin-top:20px;color:var(--ink-soft);font-size:clamp(16px,2vw,18px);line-height:1.58}.lead .trust-strip{display:flex;flex-wrap:wrap;gap:0;margin-top:22px;color:var(--ink-faint)}.lead .trust-strip span{padding:0 14px;border:0;border-left:1px solid var(--line-strong);border-radius:0;background:none;font-size:11.5px;font-weight:600}.lead .trust-strip span:first-child{padding-left:0;border-left:0}.lead .trust-strip span:before{display:none}#kalkulatorer{display:block;overflow:hidden;scroll-margin-top:78px;background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}#kalkulatorer .chooser__head{max-width:none;padding:27px 28px 24px}#kalkulatorer .chooser__head .eyebrow{margin-bottom:7px;color:var(--future)}#kalkulatorer .chooser__question{font-family:Fraunces,Georgia,serif;font-size:clamp(27px,4vw,38px);font-weight:500;letter-spacing:-.035em}#kalkulatorer .chooser__sub{margin-top:7px;font-size:14px;color:var(--ink-soft)}#kalkulatorer .chooser__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line)}#kalkulatorer .choice,#kalkulatorer .choice--cost,#kalkulatorer .choice:nth-child(1),#kalkulatorer .choice:nth-child(2),#kalkulatorer .choice:nth-child(4),#kalkulatorer .choice:nth-child(5){--choice-accent: var(--gold);position:relative;display:grid;grid-template-columns:62px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:3px 16px;grid-column:span 1;min-height:104px;padding:20px 23px;text-align:left;background:var(--surface);border:0;border-radius:0;border-bottom:1px solid var(--line);box-shadow:none;transform:none}#kalkulatorer .choice:nth-child(3),#kalkulatorer .choice:nth-child(5){border-left:1px solid var(--line)}#kalkulatorer .choice--debt{--choice-accent: var(--future);grid-column:1 / -1;min-height:112px;background:var(--future-soft)}#kalkulatorer .choice:nth-last-child(-n+2){border-bottom:0}#kalkulatorer .choice:before,#kalkulatorer .choice:after{display:none}#kalkulatorer .choice:hover{background:#f8f7f3;box-shadow:inset 3px 0 0 var(--choice-accent);transform:none}#kalkulatorer .choice--debt:hover{background:#e2ece5}#kalkulatorer .choice__meta{grid-column:1;grid-row:1 / span 2;align-self:center;display:flex;flex-direction:column;align-items:flex-start;gap:3px;color:var(--choice-accent)}#kalkulatorer .choice__index{font-family:Fraunces,Georgia,serif;font-size:15px}#kalkulatorer .choice__label{font-size:8.5px;letter-spacing:.12em}#kalkulatorer .choice__title{grid-column:2;grid-row:1;align-self:end;font-size:15.5px;font-weight:600;color:var(--ink)}#kalkulatorer .choice--debt .choice__title{font-size:18px}#kalkulatorer .choice__hint{grid-column:2;grid-row:2;font-size:12.5px;color:var(--ink-faint)}#kalkulatorer .choice__arrow{grid-column:3;grid-row:1 / span 2;align-self:center;color:var(--choice-accent);font-size:18px}.examples{display:block;padding:0;color:var(--ink);background:transparent;border:1px solid var(--line);border-radius:var(--radius);box-shadow:none}.examples__summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:17px 20px;cursor:pointer;color:var(--ink-soft);font-size:13px;font-weight:600}.examples__summary::-webkit-details-marker{display:none}.examples__summary span:last-child{color:var(--gold);font-size:20px;font-weight:400}.examples[open] .examples__summary{border-bottom:1px solid var(--line)}.examples[open] .examples__summary span:last-child{transform:rotate(45deg)}.examples__body{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);align-items:center;gap:24px;padding:22px 20px}.examples__title{font-size:18px}.examples__sub{font-size:13px}.examples__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.example{min-height:62px;padding:10px 12px}.data-tools{margin-top:-10px}.footer{max-width:var(--maxw)}@media (max-width: 680px){.page{padding:20px 15px 52px;gap:26px}.topbar{padding:0 15px}.lead{padding:30px 4px 18px}.lead .lead__title{font-size:clamp(42px,13vw,56px)}.lead .lead__sub{font-size:16px}.lead .trust-strip{display:grid;gap:6px}.lead .trust-strip span,.lead .trust-strip span:first-child{padding:0;border:0}#kalkulatorer{border-radius:18px}#kalkulatorer .chooser__head{padding:23px 20px 20px}#kalkulatorer .chooser__grid{grid-template-columns:1fr}#kalkulatorer .choice,#kalkulatorer .choice--cost,#kalkulatorer .choice:nth-child(1),#kalkulatorer .choice:nth-child(2),#kalkulatorer .choice:nth-child(4),#kalkulatorer .choice:nth-child(5){grid-column:auto;grid-template-columns:48px minmax(0,1fr) auto;min-height:92px;padding:17px 18px;border-left:0;border-bottom:1px solid var(--line)}#kalkulatorer .choice:last-child{border-bottom:0}#kalkulatorer .choice--debt .choice__title{font-size:16px}#kalkulatorer .choice__hint{line-height:1.35}.examples__body,.examples__grid{grid-template-columns:1fr}}#kalkulatorer .chooser__primary{border-top:1px solid var(--line)}#kalkulatorer .chooser__primary .choice{border-bottom:0}.other-tools{border-top:1px solid var(--line)}.other-tools>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 28px;cursor:pointer;color:var(--ink-soft);font-size:13px;font-weight:600}.other-tools>summary::-webkit-details-marker{display:none}.other-tools>summary span:last-child{color:var(--gold);font-size:20px;font-weight:400;transition:transform .16s var(--ease)}.other-tools[open]>summary{border-bottom:1px solid var(--line)}.other-tools[open]>summary span:last-child{transform:rotate(45deg)}#kalkulatorer .other-tools .chooser__grid{border-top:0}#kalkulatorer .other-tools .choice,#kalkulatorer .other-tools .choice:nth-child(1),#kalkulatorer .other-tools .choice:nth-child(2),#kalkulatorer .other-tools .choice:nth-child(3),#kalkulatorer .other-tools .choice:nth-child(4){grid-column:span 1;min-height:98px;background:var(--surface);border-left:0;border-bottom:1px solid var(--line)}#kalkulatorer .other-tools .choice:nth-child(2),#kalkulatorer .other-tools .choice:nth-child(4){border-left:1px solid var(--line)}#kalkulatorer .other-tools .choice:nth-child(3),#kalkulatorer .other-tools .choice:nth-child(4){border-bottom:0}.core-flow{display:flex;flex-direction:column;gap:18px}.core-step{display:flex;align-items:flex-start;gap:13px;padding:0 4px}.core-step--result{margin-top:12px}.core-step__number{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:12px;font-weight:700}.core-step__title{font-family:Inter,system-ui,sans-serif;font-size:19px;font-weight:600;letter-spacing:-.025em}.core-step__hint{margin-top:3px;color:var(--ink-faint);font-size:13.5px}.core-flow .debt-list,.core-flow .calc{box-shadow:none}.core-flow .debt-list{padding:18px}.core-flow .debt-row{background:var(--surface-2)}.core-flow .debt-row__summary{display:none}.core-flow .calc{background:var(--surface)}.core-flow .calc__inputs{padding-bottom:18px;border-bottom:1px solid var(--line)}.core-flow .stat-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.core-flow .stat{padding:16px}.core-flow .stat__value{font-size:clamp(19px,3.6vw,25px)}.plan-details{border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.plan-details>summary{list-style:none;cursor:pointer;padding:14px 16px;color:var(--ink-soft);font-size:13px;font-weight:600}.plan-details>summary::-webkit-details-marker{display:none}.plan-details>summary:after{content:"+";float:right;color:var(--gold);font-size:18px}.plan-details[open]>summary{border-bottom:1px solid var(--line)}.plan-details[open]>summary:after{content:"–"}.plan-details__body{display:flex;flex-direction:column;gap:16px;padding:16px}.plan-details__interest{color:var(--ink-soft);font-size:13.5px}.plan-details__interest strong{color:var(--ink)}.advanced-hub{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden;box-shadow:none}.advanced-hub>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;cursor:pointer}.advanced-hub>summary::-webkit-details-marker{display:none}.advanced-hub>summary>span:first-child{display:flex;flex-direction:column;gap:3px;color:var(--ink-faint);font-size:12px}.advanced-hub>summary strong{color:var(--ink);font-size:15px}.advanced-hub>summary>span:last-child{color:var(--gold);font-size:23px;font-weight:400}.advanced-hub[open]>summary{border-bottom:1px solid var(--line)}.advanced-hub[open]>summary>span:last-child{transform:rotate(45deg)}.advanced-hub__body{display:flex;flex-direction:column;gap:20px;padding:20px}.advanced-hub__tabs{display:flex;gap:6px;padding:4px;overflow-x:auto;background:var(--surface-2);border-radius:12px}.advanced-hub__tab{flex:1 0 auto;min-height:38px;padding:0 13px;border:0;border-radius:9px;background:transparent;color:var(--ink-soft);font-size:12.5px;font-weight:600;cursor:pointer}.advanced-hub__tab--active{background:var(--surface);color:var(--ink);box-shadow:0 2px 8px #20272212}.advanced-hub .whatif__panel,.advanced-hub .goal,.advanced-hub .history{box-shadow:none}@media (max-width: 680px){.other-tools>summary{padding:15px 20px}#kalkulatorer .other-tools .chooser__grid{grid-template-columns:1fr}#kalkulatorer .other-tools .choice,#kalkulatorer .other-tools .choice:nth-child(1),#kalkulatorer .other-tools .choice:nth-child(2),#kalkulatorer .other-tools .choice:nth-child(3),#kalkulatorer .other-tools .choice:nth-child(4){grid-column:auto;border-left:0;border-bottom:1px solid var(--line)}#kalkulatorer .other-tools .choice:last-child{border-bottom:0}.core-flow .stat-grid--three{grid-template-columns:1fr}.core-flow .stat{flex-direction:row;align-items:baseline;justify-content:space-between}.core-flow .stat__value{text-align:right;font-size:20px}.advanced-hub__body{padding:15px}.advanced-hub__tabs{justify-content:flex-start}.advanced-hub__tab{flex:0 0 auto}}
