@keyframes landing-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes landing-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes landing-blob{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.08)}66%{transform:translate(-20px,30px)scale(.94)}}@keyframes landing-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes landing-pulse-ring{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(2.4)}}@keyframes landing-pulse-soft{0%,to{opacity:1}50%{opacity:.45}}@keyframes landing-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes landing-scrollHint{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}@keyframes landing-barFill{to{width:var(--w,70%)}}@keyframes landing-cycleBar{0%,to{opacity:.65}50%{opacity:1}}.landing-root{font-family:var(--font-inter), "Inter", -apple-system, system-ui, sans-serif;background:var(--cream,#f6f1e8);color:var(--ink,#1a1720);--muted:#6b6573;--paper:#fff;--ink-soft:#2c2438;--hair:#1a17201a;--hair-soft:#1a17200f;--r-sm-l:12px;--r-l:18px;--r-lg-l:28px;--pill-l:999px;--ease-out-l:cubic-bezier(.16, 1, .3, 1);font-size:16px;line-height:1.55;overflow-x:hidden}.landing-root a{color:inherit;text-decoration:none}.landing-root .font-display{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.04em;font-weight:500;line-height:.92}.landing-root .font-italic-display{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.04em;font-style:italic;font-weight:400;line-height:.92}.landing-root .scroll-progress{z-index:100;transform-origin:0;background:linear-gradient(90deg, var(--sky-deep), var(--lavender-deep), var(--rose-deep), var(--peach-deep));pointer-events:none;height:3px;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}.landing-root .masthead{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(140%);background:#f6f1e8b8;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:16px 32px;transition:border-color .3s,background .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-root .masthead.scrolled{border-bottom-color:var(--hair-soft)}.landing-root .brand{letter-spacing:-.02em;align-items:center;gap:10px;font-size:17px;font-weight:700;display:flex}.landing-root .brand-mark{background:var(--ink);width:28px;height:28px;color:var(--mint);border-radius:8px;place-items:center;font-size:12px;font-weight:700;display:grid}.landing-root .nav-links{gap:28px;font-size:14px;display:flex}.landing-root .nav-links a{color:var(--ink-soft);opacity:.7;transition:opacity .15s}.landing-root .nav-links a:hover{opacity:1}.landing-root .nav-cta{align-items:center;gap:10px;display:flex}.landing-root .btn{border-radius:var(--pill-l);height:44px;color:var(--ink);transition:transform .2s var(--ease-out-l), background .2s, border-color .2s, box-shadow .2s;white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:8px;padding:0 22px;font-size:14px;font-weight:600;display:inline-flex}.landing-root .btn:hover{transform:translateY(-1px)}.landing-root .btn:active{transform:translateY(0)}.landing-root .btn-primary{background:var(--ink);color:var(--cream);box-shadow:0 8px 24px -8px #1a172066}.landing-root .btn-primary:hover{background:#0a0610;box-shadow:0 12px 32px -8px #1a17208c}.landing-root .btn-ghost{background:var(--paper,#fff);border-color:var(--hair);color:var(--ink)}.landing-root .btn-ghost:hover{background:var(--bone)}.landing-root .btn-link{color:var(--muted);background:0 0;height:auto;padding:0}.landing-root .btn-link:hover{color:var(--ink)}.landing-root .btn-link .arr{transition:transform .2s;display:inline-block}.landing-root .btn-link:hover .arr{transform:translate(4px)}.landing-root .cta-glow{background:var(--ink);color:var(--cream);border-radius:var(--pill-l);height:52px;transition:transform .25s var(--ease-out-l), box-shadow .25s;align-items:center;gap:10px;padding:0 30px;font-size:15px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 16px 40px -12px #1a172073}.landing-root .cta-glow:before{content:"";background:linear-gradient(120deg,#0000 30%,#c5e8cc2e 50%,#0000 70%) 0 0/200% 100%;animation:3.5s linear infinite landing-shimmer;position:absolute;inset:0}.landing-root .cta-glow:hover{transform:translateY(-2px);box-shadow:0 22px 48px -10px #1a17208c}.landing-root .cta-glow .arr{transition:transform .25s}.landing-root .cta-glow:hover .arr{transform:translate(4px)}.landing-root .wrap{max-width:1320px;margin:0 auto;padding:0 32px}.landing-root .section{padding:96px 0;position:relative}.landing-root .section-head{flex-direction:column;gap:18px;max-width:720px;margin-bottom:64px;display:flex}.landing-root .section-title{margin:0;font-size:clamp(40px,5vw,64px)}.landing-root .section-sub{color:var(--muted);max-width:560px;margin:0;font-size:18px;line-height:1.5}.landing-root .hero{align-items:center;min-height:92vh;padding:156px 0 100px;display:flex;position:relative;overflow:hidden}.landing-root .hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing-root .hero-bg .blob{filter:blur(80px);opacity:.55;will-change:transform;border-radius:50%;position:absolute}.landing-root .blob-1{background:var(--lavender);width:520px;height:480px;animation:22s ease-in-out infinite landing-blob;top:-80px;right:-60px}.landing-root .blob-2{background:var(--rose);width:480px;height:420px;animation:26s ease-in-out infinite reverse landing-blob;bottom:-100px;left:-80px}.landing-root .blob-3{background:var(--mint);opacity:.45;width:360px;height:320px;animation:18s ease-in-out infinite landing-blob;top:40%;left:12%}.landing-root .blob-4{background:var(--sky);opacity:.4;width:420px;height:320px;animation:24s ease-in-out infinite reverse landing-blob;top:50%;right:14%}.landing-root .hero-grid{grid-template-columns:1.4fr 1fr;align-items:center;gap:48px;display:grid;position:relative}.landing-root .hero-pill{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--hair);border-radius:var(--pill-l);letter-spacing:.2em;text-transform:uppercase;height:32px;color:var(--ink-soft);animation:landing-fadeUp .8s var(--ease-out-l) both;background:#fbf7eed9;align-items:center;gap:10px;margin-bottom:36px;padding:0 16px 0 12px;font-size:11px;font-weight:600;display:inline-flex}.landing-root .hero-pill .live-dot{background:var(--mint-deep);border-radius:50%;width:7px;height:7px;position:relative}.landing-root .hero-pill .live-dot:after{content:"";background:var(--mint-deep);border-radius:50%;animation:1.8s ease-out infinite landing-pulse-ring;position:absolute;inset:0}.landing-root .hero-title{animation:landing-fadeUp 1s var(--ease-out-l) both;margin:0 0 36px;font-size:clamp(72px,11vw,168px);animation-delay:80ms}.landing-root .hero-title .word-1,.landing-root .hero-title .word-2{display:block}.landing-root .hero-title .word-3{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;background:linear-gradient(95deg, var(--sky-deep) 0%, var(--lavender-deep) 30%, var(--rose-deep) 60%, var(--peach-deep) 100%);-webkit-text-fill-color:transparent;background-size:240%;-webkit-background-clip:text;background-clip:text;padding-right:.06em;font-style:italic;font-weight:400;animation:8s linear infinite landing-shimmer;display:inline-block}.landing-root .hero-sub{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;color:var(--muted);letter-spacing:-.01em;max-width:540px;animation:landing-fadeUp .9s var(--ease-out-l) both;margin:0 0 44px;font-size:clamp(20px,1.7vw,26px);font-weight:400;line-height:1.45;animation-delay:.22s}.landing-root .hero-cta{animation:landing-fadeUp .9s var(--ease-out-l) both;flex-wrap:wrap;align-items:center;gap:24px;animation-delay:.34s;display:flex}.landing-root .score-stack{perspective:1600px;height:540px;animation:landing-fadeUp 1.1s var(--ease-out-l) both;animation-delay:.44s;position:relative}.landing-root .score-card{background:var(--paper,#fff);border:1px solid var(--hair);border-radius:var(--r-l);width:360px;transition:transform .5s var(--ease-out-l), box-shadow .5s;will-change:transform;flex-direction:column;gap:14px;padding:28px;display:flex;position:absolute;box-shadow:0 30px 60px -30px #1a172040,0 8px 24px -16px #1a172026}.landing-root .score-card:hover{transform:translateY(-6px)rotate(0);box-shadow:0 40px 70px -30px #1a17204d}.landing-root .score-card-1{z-index:3;top:20px;right:60px;transform:rotate(-2.5deg)}.landing-root .score-card-2{z-index:2;top:200px;right:0;transform:rotate(2deg)}.landing-root .score-card-3{z-index:1;top:380px;right:80px;transform:rotate(-1.5deg)}.landing-root .score-head{justify-content:space-between;align-items:flex-start;display:flex}.landing-root .score-bureau{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}.landing-root .score-delta{border-radius:var(--pill-l);color:#2f6a40;letter-spacing:.06em;background:#7bbf8f38;padding:3px 10px;font-size:11px;font-weight:700}.landing-root .score-num{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.04em;font-size:76px;font-weight:500;line-height:1}.landing-root .score-card-1 .score-num{color:var(--lavender-deep)}.landing-root .score-card-2 .score-num{color:var(--rose-deep)}.landing-root .score-card-3 .score-num{color:var(--sky-deep)}.landing-root .score-bar{border-radius:var(--pill-l);background:#1a17200f;height:5px;overflow:hidden}.landing-root .score-bar>i{border-radius:inherit;--w:70%;height:100%;display:block}.landing-root .score-card-1 .score-bar>i{background:var(--lavender-deep);width:0;animation:landing-barFill 1.4s var(--ease-out-l) 1.2s forwards;--w:78%}.landing-root .score-card-2 .score-bar>i{background:var(--rose-deep);width:0;animation:landing-barFill 1.4s var(--ease-out-l) 1.4s forwards;--w:86%}.landing-root .score-card-3 .score-bar>i{background:var(--sky-deep);width:0;animation:landing-barFill 1.4s var(--ease-out-l) 1.6s forwards;--w:64%}.landing-root .score-meta{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.landing-root .scroll-hint{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);flex-direction:column;align-items:center;gap:6px;font-size:11px;animation:1s 1.5s both landing-fadeIn;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.landing-root .scroll-hint .arrow{font-size:14px;animation:2s ease-in-out infinite landing-scrollHint}.landing-root .ticker{border-top:1px solid var(--hair-soft);border-bottom:1px solid var(--hair-soft);background:var(--bone);padding:18px 0;overflow:hidden}.landing-root .ticker-track{gap:56px;width:max-content;animation:50s linear infinite landing-ticker;display:flex}.landing-root .ticker-item{color:var(--ink-soft);white-space:nowrap;align-items:center;gap:12px;font-size:13px;display:flex}.landing-root .ticker-item .ti-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.landing-root .ticker-item .ti-num{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.02em;color:var(--ink);font-size:18px;font-weight:500}.landing-root .marquee{background:var(--cream);padding:56px 0;overflow:hidden}.landing-root .marquee-label{text-align:center;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:28px;font-size:11px;font-weight:600}.landing-root .marquee-row{align-items:center;gap:64px;width:max-content;animation:38s linear infinite landing-ticker;display:flex}.landing-root .marquee-logo{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;color:var(--ink-soft);opacity:.55;white-space:nowrap;letter-spacing:-.02em;font-size:28px;font-weight:500;transition:opacity .2s}.landing-root .marquee-logo:hover{opacity:1}.landing-root .marquee-logo small{opacity:.7;margin-left:4px;font-family:Inter,sans-serif;font-size:11px}.landing-root .journey{background:var(--cream);position:relative}.landing-root .journey-sticky{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:56px;overflow:hidden}.landing-root .journey-spacer{height:320vh;position:relative}.landing-root .journey-stage{place-items:center;width:min(1100px,92vw);height:580px;display:grid;position:relative}.landing-root .journey-card{background:var(--paper,#fff);border:1px solid var(--hair);border-radius:var(--r-lg-l);transform-origin:50%;will-change:transform, opacity;backface-visibility:hidden;flex-direction:column;gap:16px;width:460px;height:300px;padding:32px;display:flex;position:absolute;box-shadow:0 40px 80px -30px #1a172040}.landing-root .journey-card .jc-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.landing-root .journey-card h3{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.03em;margin:0;font-size:38px;font-weight:500;line-height:1.05}.landing-root .journey-card p{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.landing-root .journey-card .jc-num{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;margin-top:auto;font-size:96px;line-height:1}.landing-root .jc-1 .jc-num{color:var(--sky-deep)}.landing-root .jc-2 .jc-num{color:var(--lavender-deep)}.landing-root .jc-3 .jc-num{color:var(--rose-deep)}.landing-root .jc-4 .jc-num{color:var(--mint-deep)}.landing-root .journey-counter{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);align-items:center;gap:12px;font-size:11px;display:flex;position:absolute;top:32px;left:32px}.landing-root .journey-counter .jc-dots{gap:6px;display:flex}.landing-root .journey-counter .jc-dot{background:#1a172026;border-radius:50%;width:6px;height:6px;transition:background .3s,transform .3s}.landing-root .journey-counter .jc-dot.on{background:var(--ink);transform:scale(1.3)}.landing-root .bento{grid-template-columns:1.4fr 1fr 1fr;grid-auto-rows:280px;gap:18px;display:grid}.landing-root .b-card{background:var(--paper,#fff);border:1px solid var(--hair);border-radius:var(--r-l);transition:transform .35s var(--ease-out-l), border-color .3s, box-shadow .3s;flex-direction:column;padding:28px;display:flex;position:relative;overflow:hidden}.landing-root .b-card:hover{border-color:#1a17202e;transform:translateY(-4px);box-shadow:0 30px 60px -25px #1a17202e}.landing-root .b-card-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:11px;font-weight:700}.landing-root .b-card h3{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.02em;margin:0 0 12px;font-size:28px;font-weight:500;line-height:1.1}.landing-root .b-card p{color:var(--muted);max-width:32ch;margin:0;font-size:14px;line-height:1.5}.landing-root .b-tinted-sky{background:linear-gradient(155deg, #ecf2fb 0%, var(--paper,#fff) 65%)}.landing-root .b-tinted-lavender{background:linear-gradient(155deg, #f1e9f6 0%, var(--paper,#fff) 65%)}.landing-root .b-tinted-mint{background:linear-gradient(155deg, #e2f1e5 0%, var(--paper,#fff) 65%)}.landing-root .b-tinted-peach{background:linear-gradient(155deg, #fbeee3 0%, var(--paper,#fff) 65%)}.landing-root .b-tinted-rose{background:linear-gradient(155deg, #fbe5eb 0%, var(--paper,#fff) 65%)}.landing-root .b-card-feature{grid-area:span 2/span 1}.landing-root .b-card-ink{background:var(--ink);color:var(--cream);border-color:var(--ink);grid-column:span 2}.landing-root .b-card-ink h3{color:var(--paper,#fff)}.landing-root .b-card-ink p{color:#ffffffa6}.landing-root .b-card-ink .b-card-eyebrow{color:var(--mint);opacity:.7}.landing-root .b-score-meter{width:100%;max-width:280px;margin-top:auto}.landing-root .b-meter-track{border-radius:var(--pill-l);background:#1a17200f;width:100%;height:8px;overflow:hidden}.landing-root .b-meter-fill{border-radius:inherit;background:linear-gradient(90deg, var(--rose-deep), var(--peach-deep), var(--mint-deep));width:0;height:100%;transition:width 1.2s var(--ease-out-l)}.landing-root .b-card.in-view .b-meter-fill{width:88%}.landing-root .b-meter-labels{color:var(--muted);justify-content:space-between;margin-top:8px;font-size:11px;display:flex}.landing-root .b-lender-stack{flex-direction:column;gap:8px;margin-top:auto;display:flex}.landing-root .b-lender-row{background:#1a172008;border-radius:10px;align-items:center;gap:12px;padding:8px 12px;font-size:12px;display:flex}.landing-root .b-lender-row .l-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing-root .b-lender-row .l-name{font-weight:600}.landing-root .b-lender-row .l-pct{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;margin-left:auto;font-size:16px}.landing-root .b-coach{background:var(--paper,#fff);border:1px solid var(--hair);border-radius:12px;align-items:flex-start;gap:12px;margin-top:auto;padding:14px;display:flex}.landing-root .b-coach .co-av{background:linear-gradient(135deg, var(--lavender), var(--mint));width:32px;height:32px;color:var(--ink);border-radius:50%;flex-shrink:0;place-items:center;font-size:12px;font-weight:700;display:grid}.landing-root .b-coach .co-msg{color:var(--ink-soft);font-size:13px;line-height:1.45}.landing-root .b-coach .co-typing{vertical-align:middle;gap:3px;margin-left:4px;display:inline-flex}.landing-root .b-coach .co-typing span{background:var(--muted);border-radius:50%;width:4px;height:4px;animation:1.2s infinite landing-pulse-soft}.landing-root .b-coach .co-typing span:nth-child(2){animation-delay:.15s}.landing-root .b-coach .co-typing span:nth-child(3){animation-delay:.3s}.landing-root .b-credit-card{width:280px;height:170px;color:var(--cream);transition:transform .5s var(--ease-out-l);background:linear-gradient(135deg,#1a1720 0%,#2c2438 100%);border-radius:16px;padding:18px;position:absolute;bottom:-20px;right:-20px;transform:rotate(-8deg);box-shadow:0 20px 50px -10px #1a172073}.landing-root .b-card:hover .b-credit-card{transform:rotate(-4deg)translate(-10px,-10px)}.landing-root .b-credit-card .cc-brand{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;font-size:16px}.landing-root .b-credit-card .cc-chip{background:linear-gradient(135deg, var(--peach), var(--peach-deep));border-radius:4px;width:32px;height:24px;margin:28px 0 24px}.landing-root .b-credit-card .cc-num{letter-spacing:.1em;opacity:.85;font-family:ui-monospace,monospace;font-size:13px}.landing-root .b-pro-tag{background:var(--mint);color:#1f4a2c;border-radius:var(--pill-l);letter-spacing:.12em;vertical-align:1px;margin-left:8px;padding:2px 8px;font-size:9px;font-weight:700;display:inline-block}.landing-root .b-card-ink h3 em{font-style:italic;font-family:var(--font-fraunces), "Fraunces", Georgia, serif;color:var(--mint)}.landing-root .b-cycle-rows{flex-direction:column;gap:10px;margin-top:auto;display:flex}.landing-root .b-cycle-row{grid-template-columns:90px 1fr 36px;align-items:center;gap:12px;font-size:11px;display:grid}.landing-root .b-cycle-row .cy-card{color:#ffffffc7;letter-spacing:.02em;font-weight:600}.landing-root .b-cycle-row .cy-pct{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;color:var(--mint);text-align:right;font-size:18px}.landing-root .cy-track{border-radius:var(--pill-l);background:#ffffff0d;height:18px;position:relative;overflow:hidden}.landing-root .cy-bar{border-radius:var(--pill-l);opacity:.85;animation:3s ease-in-out infinite landing-cycleBar;position:absolute;top:4px;bottom:4px}.landing-root .cy-tick{z-index:2;border-radius:1px;width:2px;position:absolute;top:0;bottom:0}.landing-root .cy-tick.cy-due{background:#f5ccd8d9}.landing-root .cy-tick.cy-close{background:#ffffffa6}.landing-root .cy-tick:after{content:"";background:inherit;border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;left:-3px}.landing-root .foundation-gate{background:var(--paper,#fff);border:1px solid var(--hair);border-radius:var(--r-lg-l);grid-template-columns:.7fr 1.3fr;align-items:start;gap:36px;margin-bottom:56px;padding:40px 36px;display:grid;position:relative;box-shadow:0 30px 60px -30px #1a172029}.landing-root .foundation-gate:before{content:"";border-radius:var(--pill-l);background:linear-gradient(180deg, var(--peach-deep), var(--rose-deep), var(--lavender-deep));width:3px;position:absolute;top:24px;bottom:24px;left:0}.landing-root .fg-head{flex-direction:column;gap:12px;display:flex}.landing-root .fg-tag{border-radius:var(--pill-l);background:var(--peach);color:#6e3a1d;letter-spacing:.18em;text-transform:uppercase;align-self:flex-start;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.landing-root .fg-title{letter-spacing:-.03em;font-size:36px;font-weight:500;line-height:1.05;font-family:var(--font-fraunces), "Fraunces", Georgia, serif;margin:0}.landing-root .fg-sub{color:var(--muted);grid-column:1;margin:0;font-size:14px;line-height:1.5}.landing-root .fg-list{grid-area:1/2/span 2;grid-template-columns:1fr 1fr;gap:16px 28px;margin:0;padding:0;list-style:none;display:grid}.landing-root .fg-list li{border-bottom:1px solid var(--hair-soft);align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.landing-root .fg-list li:nth-last-child(-n+2){border-bottom:0;padding-bottom:0}.landing-root .fg-list li:last-child{grid-column:1/-1;max-width:50%}.landing-root .fg-num{background:var(--cream);border:1px solid var(--hair);width:26px;height:26px;font-family:var(--font-fraunces), "Fraunces", Georgia, serif;color:var(--ink-soft);border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;font-weight:600;display:grid}.landing-root .fg-list li>span:last-child{flex-direction:column;gap:2px;display:flex}.landing-root .fg-list b{letter-spacing:-.01em;color:var(--ink);font-size:14px;font-weight:600}.landing-root .fg-list small{color:var(--muted);font-size:12px;line-height:1.45}.landing-root .method{background:var(--bone);border-top:1px solid var(--hair-soft);border-bottom:1px solid var(--hair-soft)}.landing-root .method-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;display:grid}.landing-root .method-card{background:var(--paper,#fff);border:1px solid var(--hair);border-radius:var(--r-l);transition:transform .3s var(--ease-out-l);flex-direction:column;gap:10px;padding:28px 24px;display:flex;position:relative}.landing-root .method-card:hover{border-color:#1a17202e;transform:translateY(-4px)}.landing-root .method-num{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.04em;font-size:48px;line-height:1}.landing-root .method-card-1 .method-num,.landing-root .method-card-9 .method-num{color:var(--sky-deep)}.landing-root .method-card-2 .method-num,.landing-root .method-card-10 .method-num{color:var(--lavender-deep)}.landing-root .method-card-3 .method-num,.landing-root .method-card-11 .method-num{color:var(--rose-deep)}.landing-root .method-card-4 .method-num,.landing-root .method-card-12 .method-num{color:var(--mint-deep)}.landing-root .method-card-5 .method-num{color:var(--peach-deep)}.landing-root .method-card-6 .method-num{color:var(--sky-deep)}.landing-root .method-card-7 .method-num{color:var(--lavender-deep)}.landing-root .method-card-8 .method-num{color:var(--rose-deep)}.landing-root .method-week{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.landing-root .method-title{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:600}.landing-root .method-desc{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.landing-root .pullquote{text-align:center;background:var(--cream);padding:144px 0}.landing-root .pullquote-text{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.02em;max-width:18ch;margin:0 auto 36px;font-size:clamp(36px,5vw,64px);font-weight:400;line-height:1.2}.landing-root .pullquote-text em{color:var(--lavender-deep);font-style:italic}.landing-root .pullquote-attr{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:600}.landing-root .stats-strip{background:var(--ink);color:var(--cream);padding:96px 0;position:relative;overflow:hidden}.landing-root .stats-strip:before{content:"";background:var(--lavender-deep);opacity:.18;filter:blur(80px);border-radius:50%;width:600px;height:600px;animation:22s ease-in-out infinite landing-blob;position:absolute;top:-200px;right:-150px}.landing-root .stats-strip:after{content:"";background:var(--mint-deep);opacity:.16;filter:blur(80px);border-radius:50%;width:500px;height:500px;animation:28s ease-in-out infinite reverse landing-blob;position:absolute;bottom:-180px;left:-120px}.landing-root .stats-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid;position:relative}.landing-root .stat-tile{border-left:1px solid #ffffff1f;flex-direction:column;gap:8px;padding-left:24px;display:flex}.landing-root .stat-num{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.04em;font-size:clamp(56px,7vw,96px);font-weight:500;line-height:.95}.landing-root .stat-num .pct{opacity:.6;font-size:.5em}.landing-root .stat-tile-1 .stat-num{color:var(--sky)}.landing-root .stat-tile-2 .stat-num{color:var(--lavender)}.landing-root .stat-tile-3 .stat-num{color:var(--rose)}.landing-root .stat-tile-4 .stat-num{color:var(--mint)}.landing-root .stat-label{color:#ffffffa6;max-width:24ch;font-size:13px;line-height:1.4}.landing-root .pricing-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.landing-root .price-card{background:var(--paper,#fff);border:1px solid var(--hair);border-radius:var(--r-l);transition:transform .35s var(--ease-out-l), border-color .3s, box-shadow .3s;flex-direction:column;gap:20px;padding:36px 32px;display:flex;position:relative}.landing-root .price-card:hover{border-color:#1a17202e;transform:translateY(-6px);box-shadow:0 30px 60px -25px #1a17202e}.landing-root .price-featured{background:var(--ink);color:var(--cream);border-color:var(--ink);transform:scale(1.02)}.landing-root .price-featured:hover{transform:scale(1.02)translateY(-6px)}.landing-root .price-name{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:700}.landing-root .price-featured .price-name{color:var(--mint)}.landing-root .price-amount{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.04em;align-items:baseline;gap:6px;font-size:64px;font-weight:500;line-height:1;display:flex}.landing-root .price-amount .price-cur{opacity:.6;font-size:28px}.landing-root .price-amount .price-period{opacity:.55;letter-spacing:0;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.landing-root .price-tag{border-radius:var(--pill-l);background:var(--mint);color:#1f4a2c;letter-spacing:.06em;align-self:flex-start;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.landing-root .price-features{flex-direction:column;gap:12px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.landing-root .price-features li{align-items:flex-start;gap:10px;line-height:1.4;display:flex}.landing-root .price-features li:before{content:"✓";color:var(--mint-deep);flex-shrink:0;margin-top:1px;font-weight:700}.landing-root .price-featured .price-features li:before{color:var(--mint)}.landing-root .price-card .btn{justify-content:center;margin-top:auto}.landing-root .price-featured .btn-primary{background:var(--mint);color:var(--ink)}.landing-root .price-featured .btn-primary:hover{background:#b3e0bb}.landing-root .final-cta{text-align:center;background:var(--cream);padding:144px 0;position:relative;overflow:hidden}.landing-root .final-cta:before{content:"";background:linear-gradient(135deg, var(--lavender), var(--rose));opacity:.3;filter:blur(80px);border-radius:50%;width:700px;height:700px;animation:18s ease-in-out infinite landing-blob;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-root .final-cta-inner{position:relative}.landing-root .final-cta h2{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;letter-spacing:-.04em;margin:0 0 24px;font-size:clamp(56px,8vw,120px);font-weight:500;line-height:.95}.landing-root .final-cta h2 em{color:var(--lavender-deep);font-style:italic}.landing-root .final-cta p{color:var(--muted);max-width:480px;margin:0 auto 40px;font-size:18px;line-height:1.5}.landing-root .foot{border-top:1px solid var(--hair-soft);background:var(--cream);padding:56px 0 48px}.landing-root .foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;display:grid}.landing-root .foot h4{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:11px;font-weight:700}.landing-root .foot ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.landing-root .foot a{color:var(--ink-soft);opacity:.7;font-size:14px;transition:opacity .15s}.landing-root .foot a:hover{opacity:1}.landing-root .foot-base{border-top:1px solid var(--hair-soft);color:var(--muted);justify-content:space-between;align-items:center;margin-top:56px;padding-top:24px;font-size:12px;display:flex}.landing-root .foot-tagline{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;max-width:32ch;color:var(--ink-soft);margin:16px 0 0;font-size:18px;line-height:1.4}.landing-root .reveal{opacity:0;transition:opacity .8s var(--ease-out-l), transform .8s var(--ease-out-l);transform:translateY(30px)}.landing-root .reveal.in-view{opacity:1;transform:none}.landing-root .journey-card{opacity:0}@media (prefers-reduced-motion:reduce){.landing-root *,.landing-root :before,.landing-root :after{transition:none!important;animation:none!important}.landing-root .reveal{opacity:1!important;transform:none!important}.landing-root .score-bar>i{width:var(--w)!important}.landing-root .journey-spacer{height:auto}.landing-root .journey-sticky{height:auto;padding:64px 0;position:static}.landing-root .journey-stage{flex-direction:column;gap:24px;width:min(900px,92vw);height:auto;display:flex}.landing-root .journey-card{width:100%;height:auto;min-height:240px;position:relative;opacity:1!important;transform:none!important}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (max-width:960px){.landing-root .hero-grid{grid-template-columns:1fr}.landing-root .score-stack{width:100%;max-width:380px;height:480px;margin:24px auto 0}.landing-root .score-card{width:min(360px,90%)}.landing-root .score-card-1{right:8%}.landing-root .score-card-2{right:0}.landing-root .score-card-3{right:12%}.landing-root .bento{grid-template-columns:1fr 1fr}.landing-root .b-card-feature,.landing-root .b-card-ink{grid-column:span 2}.landing-root .method-grid{grid-template-columns:1fr 1fr}.landing-root .stats-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-root .pricing-grid{grid-template-columns:1fr}.landing-root .foot-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-root .nav-links{display:none}.landing-root .foundation-gate{grid-template-columns:1fr;gap:20px;padding:32px 24px}.landing-root .fg-list{grid-area:auto/1;grid-template-columns:1fr}.landing-root .fg-list li:last-child{max-width:100%}.landing-root .fg-title{font-size:28px}}@media (max-width:620px){.landing-root .wrap{padding:0 20px}.landing-root .section{padding:72px 0}.landing-root .hero{padding:120px 0 60px}.landing-root .bento{grid-template-columns:1fr}.landing-root .b-card-feature,.landing-root .b-card-ink{grid-column:span 1}.landing-root .method-grid,.landing-root .stats-grid{grid-template-columns:1fr}.landing-root .score-card{width:90%}}
