:root{--navy:#062a5e;--navy-deep:#031b3f;--blue:#0b5fcc;--blue-bright:#1974f0;--teal:#16cdb2;--gold:#ffb800;--gold-dark:#bd7900;--ink:#152033;--muted:#5b677a;--cloud:#f4f7fb;--line:#dbe3ee;--white:#ffffff;--shadow:0 18px 60px rgba(3,27,63,0.12);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy-deep);letter-spacing:-.035em;line-height:1.06}h1{font-size:clamp(3rem,6vw,5.7rem);max-width:940px}h2{font-size:clamp(2.25rem,4.5vw,4rem)}h3{font-size:1.35rem}p{color:var(--muted)}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;color:var(--blue);font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:3px;border-radius:99px;background:var(--teal)}.gold-text{color:var(--gold-dark)}.gold-text:before{background:var(--gold)}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:86px;padding:0 max(28px,calc((100vw - var(--max)) / 2));background:rgba(255,255,255,.94);border-bottom:1px solid rgba(219,227,238,.8);backdrop-filter:blur(14px)}.brand{display:inline-flex;width:fit-content;align-items:center;gap:11px}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px 5px 14px 5px;color:var(--white);background:linear-gradient(145deg,var(--navy),var(--blue));font-weight:900;font-size:1.25rem;box-shadow:inset -8px -8px 16px rgba(22,205,178,.25)}.brand-copy{display:flex;flex-direction:column;line-height:1;text-transform:uppercase}.brand-copy strong{color:var(--navy-deep);font-size:1rem;letter-spacing:.04em}.brand-copy small{margin-top:5px;color:var(--muted);font-size:.57rem;font-weight:800;letter-spacing:.17em}.desktop-nav{display:flex;gap:34px;font-size:.91rem;font-weight:700}.desktop-nav a{position:relative;padding:31px 0}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:23px;left:0;height:2px;background:var(--teal);transform:scaleX(0);transition:transform .2s ease}.desktop-nav a:focus-visible:after,.desktop-nav a:hover:after{transform:scaleX(1)}.header-cta{justify-self:end;padding:12px 18px;border-radius:8px;color:var(--white);background:var(--blue);font-size:.88rem;font-weight:800}.mobile-menu,.mobile-sticky-cta{display:none}.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:12px;padding:0 22px;border:1px solid transparent;border-radius:8px;font-weight:850;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,.header-cta:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid rgba(22,205,178,.45);outline-offset:3px}.button-primary{color:var(--white);background:var(--blue);box-shadow:0 12px 28px rgba(11,95,204,.22)}.button-primary:hover{background:#094da8;box-shadow:0 16px 34px rgba(11,95,204,.3)}.button-secondary{color:var(--navy);background:var(--white);border-color:var(--navy)}.button-ghost{color:var(--navy);background:transparent;border-color:rgba(6,42,94,.35)}.button-ghost-light{color:var(--white);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}.button-gold{color:#2f2100;background:var(--gold);box-shadow:0 12px 30px rgba(255,184,0,.25)}.microcopy{margin:14px 0 0;font-size:.78rem}.light-copy{color:rgba(255,255,255,.7)}.hero{display:grid;grid-template-columns:1.04fr .96fr;min-height:720px;align-items:center;gap:56px;max-width:1320px;margin:0 auto;padding:72px 70px 64px;overflow:hidden}.hero-copy{position:relative;z-index:2}.hero-copy h1{margin-bottom:24px}.hero-lede{max-width:680px;font-size:1.18rem;line-height:1.7}.hero-visual{position:relative;z-index:1;min-height:570px;isolation:isolate}.hero-visual:before{content:"";position:absolute;inset:-70px -90px -70px 20%;z-index:-1;background:radial-gradient(circle at 60% 40%,rgba(22,205,178,.25),transparent 44%),linear-gradient(135deg,#edf5ff,#f8fbff);border-radius:44% 0 0 44%}.hero-visual img{width:100%;height:570px;object-fit:cover;object-position:56% center;border-radius:32px 8px 32px 8px;box-shadow:var(--shadow)}.floating-card{position:absolute;display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid rgba(255,255,255,.8);border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 14px 38px rgba(3,27,63,.17);backdrop-filter:blur(10px);font-size:.85rem;font-weight:800}.floating-card-top{top:32px;right:auto;left:-28px}.floating-card-bottom{bottom:28px;left:-34px;flex-direction:column;align-items:flex-start;gap:3px}.status-dot{width:9px;height:9px;border-radius:99px;background:var(--teal);box-shadow:0 0 0 5px rgba(22,205,178,.15)}.mini-label{color:var(--blue);font-size:.58rem;letter-spacing:.14em}.metric-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:var(--max);margin:0 auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metric{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:15px;padding:30px 32px}.metric+.metric{border-left:1px solid var(--line)}.metric strong{color:var(--blue);font-size:2rem;line-height:1}.metric span{color:var(--navy);font-size:.83rem;font-weight:750;line-height:1.3}.section{max-width:var(--max);margin:0 auto;padding:112px 0}.section-cloud,.section-navy{max-width:none;padding-right:max(28px,calc((100vw - var(--max)) / 2));padding-left:max(28px,calc((100vw - var(--max)) / 2))}.section-cloud{background:var(--cloud)}.section-navy{color:var(--white);background:radial-gradient(circle at 80% 20%,rgba(11,95,204,.5),transparent 35%),var(--navy-deep)}.section-heading{max-width:840px;margin-bottom:48px}.section-heading h2{margin-bottom:20px}.section-heading p{max-width:720px;font-size:1.04rem}.section-heading.light h2,.section-heading.light p{color:var(--white)}.compact-heading{max-width:720px}.card-grid{display:grid;gap:20px}.two-up{grid-template-columns:repeat(2,1fr)}.three-up{grid-template-columns:repeat(3,1fr)}.four-up{grid-template-columns:repeat(4,1fr)}.feature-card{position:relative;min-height:245px;padding:32px;overflow:hidden;border:1px solid var(--line);border-radius:16px 5px 16px 5px;background:var(--white);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);border-color:rgba(11,95,204,.35);box-shadow:0 16px 38px rgba(3,27,63,.08)}.card-index{display:inline-block;margin-bottom:48px;color:var(--blue);font-size:.74rem;font-weight:900;letter-spacing:.12em}.feature-card h3{margin-bottom:12px}.feature-card p{margin-bottom:0;font-size:.94rem}.card-symbol{display:grid;width:44px;height:44px;place-items:center;margin-bottom:42px;border-radius:13px;color:var(--blue);background:#e9f2ff;font-size:1.2rem;font-weight:900}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;align-items:start;gap:100px}.split-section h2{margin-bottom:24px}.split-section>div>p{max-width:510px;font-size:1.05rem}.text-link{display:inline-block;margin-top:14px;color:var(--blue);font-weight:850;border-bottom:2px solid var(--teal)}.process-list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.process-list li{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.process-list li>span{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;color:var(--white);background:var(--blue);font-weight:900}.process-list strong{color:var(--navy-deep);font-size:1.1rem}.process-list p{margin:4px 0 0}.service-paths{padding-bottom:128px}.path-card{min-height:310px;padding:42px;border-radius:18px 6px 18px 6px;background:var(--white)}.path-card h3{margin:30px 0 18px;font-size:2.1rem}.path-card p{max-width:470px}.path-card a{display:inline-block;margin-top:28px;color:var(--blue);font-weight:850}.path-tag{display:inline-flex;padding:7px 10px;border-radius:99px;color:var(--navy);background:rgba(22,205,178,.22);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.path-tag.gold{background:rgba(255,184,0,.23)}.funding-card{background:#fff9e9}.about-mark{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:90px}.about-photo{position:relative}.about-photo:after{content:"";position:absolute;right:-20px;bottom:-20px;z-index:-1;width:75%;height:75%;border:3px solid var(--teal);border-radius:8px 28px 8px 28px}.about-photo img{aspect-ratio:4/5;object-fit:cover;border-radius:28px 8px 28px 8px;box-shadow:var(--shadow)}.about-mark h2{margin-bottom:22px}.about-mark>div:last-child>p{max-width:640px;font-size:1.05rem}blockquote{margin:30px 0;padding:24px 0 24px 28px;border-left:4px solid var(--teal);color:var(--navy);font-size:1.25rem;font-weight:750}.relationship-note{padding-top:18px;font-size:.78rem!important}.faq-list,.relationship-note{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{position:relative;padding:25px 54px 25px 0;color:var(--navy-deep);cursor:pointer;list-style:none;font-size:1.08rem;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;top:20px;right:6px;display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:var(--blue);background:#e9f2ff}.faq-list details[open] summary:after{content:"–"}.faq-list details p{max-width:800px;padding:0 54px 22px 0}.funding-form-section,.statement-section{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px}.funding-form-section h2,.statement-section h2{margin-bottom:22px}.contact-card{display:inline-flex;flex-direction:column;margin-top:22px;padding:16px 20px;border-radius:10px;background:var(--cloud)}.contact-card span{color:var(--muted);font-size:.75rem;font-weight:700}.contact-card a{color:var(--blue);font-size:1.2rem;font-weight:900}.lead-form{padding:34px;border:1px solid var(--line);border-radius:18px 6px 18px 6px;background:var(--white);box-shadow:var(--shadow)}.form-heading{display:flex;flex-direction:column;margin-bottom:24px}.form-heading span{color:var(--blue);font-size:.67rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.form-heading strong{margin-top:6px;color:var(--navy-deep);font-size:1.4rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.full-field{grid-column:1/-1}.lead-form label{display:flex;flex-direction:column;gap:7px}.lead-form label>span{color:var(--navy);font-size:.78rem;font-weight:800}.lead-form input,.lead-form select{width:100%;min-height:48px;padding:0 13px;border:1px solid #bfcbdc;border-radius:7px;color:var(--ink);background:var(--white)}.lead-form input:focus,.lead-form select:focus{outline:3px solid rgba(22,205,178,.22);border-color:var(--blue)}.consent-row{display:grid!important;grid-template-columns:18px 1fr;gap:10px!important;margin-top:20px}.consent-row input{width:18px;min-height:18px;margin-top:3px}.consent-row span{color:var(--muted)!important;font-size:.7rem!important;font-weight:500!important;line-height:1.45}.form-submit{width:100%;margin-top:20px;cursor:pointer}.form-note{margin:12px 0 0;color:#7a4b00;font-size:.67rem;text-align:center}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.site-footer{display:grid;grid-template-columns:1.05fr .6fr 1fr;gap:50px;padding:70px max(28px,calc((100vw - var(--max)) / 2)) 22px;color:rgba(255,255,255,.75);background:#02142f}.site-footer .brand-copy small,.site-footer .brand-copy strong{color:var(--white)}.footer-disclosure,.footer-links,.footer-main{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-disclosure p,.footer-main p{max-width:410px;margin:10px 0 0;color:rgba(255,255,255,.64);font-size:.8rem}.footer-links a,.footer-main>a{font-size:.86rem}.footer-disclosure strong,.footer-links strong{color:var(--white)}.footer-bottom{display:flex;grid-column:1/-1;justify-content:space-between;margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);font-size:.72rem}.inner-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:650px;align-items:center;gap:80px;padding:90px max(28px,calc((100vw - var(--max)) / 2));overflow:hidden;background:linear-gradient(180deg,#f7faff,var(--white))}.inner-hero-copy h1{max-width:720px;margin-bottom:25px;font-size:clamp(3.2rem,6vw,5.4rem)}.inner-hero-copy>p{max-width:680px;font-size:1.13rem}.statement-visual{position:relative;min-height:480px;display:grid;place-items:center}.statement-sheet{position:relative;z-index:2;width:min(440px,95%);padding:36px;border:1px solid #d5e1ef;border-radius:18px 5px 18px 5px;background:var(--white);box-shadow:0 30px 80px rgba(3,27,63,.18);transform:rotate(1.5deg)}.sheet-head{display:flex;justify-content:space-between;margin-bottom:38px;color:var(--navy);font-size:.75rem;font-weight:800;text-transform:uppercase}.sheet-head strong{color:var(--blue)}.sheet-line{width:45%;height:8px;margin:9px 0;border-radius:9px;background:#dce6f2}.sheet-line.long{width:90%}.sheet-line.medium{width:67%;margin-bottom:35px}.fee-row{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid var(--line);color:var(--navy);font-size:.84rem;font-weight:700}.review-pill{padding:3px 8px;border-radius:99px;color:#076353;background:rgba(22,205,178,.2);font-size:.62rem;text-transform:uppercase}.visual-orbit{position:absolute;border:1px solid rgba(11,95,204,.18);border-radius:50%}.orbit-one{width:480px;height:480px}.orbit-two{width:370px;height:370px;border-color:rgba(22,205,178,.25)}.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.channel-grid article{padding:24px;border:1px solid var(--line);border-radius:16px 5px 16px 5px}.channel-grid h3{margin:26px 0 10px}.channel-grid p{margin-bottom:0}.channel-art{position:relative;height:220px;overflow:hidden;border-radius:12px 4px 12px 4px;background:linear-gradient(145deg,#e7f2ff,#f7fbff)}.channel-art span,.channel-art:after,.channel-art:before{content:"";position:absolute;display:block}.terminal-art:before{top:40px;width:105px;height:140px;border-radius:12px;background:var(--navy);box-shadow:0 18px 30px rgba(3,27,63,.2)}.terminal-art:after,.terminal-art:before{left:50%;transform:translateX(-50%) rotate(-5deg)}.terminal-art:after{top:58px;width:78px;height:55px;border-radius:5px;background:var(--teal)}.terminal-art span{right:26px;bottom:28px;width:75px;height:48px;border-radius:8px;background:var(--blue);transform:rotate(12deg)}.mobile-art:before{top:26px;left:50%;width:90px;height:170px;transform:translateX(-50%);border:9px solid var(--navy);border-radius:19px;background:var(--white)}.mobile-art:after{top:70px;left:50%;width:110px;height:70px;transform:translateX(-10%);border-radius:10px;background:var(--blue);box-shadow:0 14px 24px rgba(11,95,204,.24)}.ecommerce-art:before{inset:35px 24px 36px;border:7px solid var(--navy);border-radius:9px;background:var(--white)}.ecommerce-art:after{top:82px;left:50%;width:120px;height:72px;transform:translateX(-50%);border-radius:8px;background:linear-gradient(90deg,var(--blue) 0 35%,var(--teal) 35% 100%)}.horizontal-process{display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none}.horizontal-process li{position:relative;padding:0 24px;border-left:1px solid rgba(255,255,255,.2)}.horizontal-process li:first-child{padding-left:0;border-left:0}.horizontal-process span{color:var(--teal);font-size:.7rem;font-weight:900;letter-spacing:.12em}.horizontal-process strong{display:block;margin:28px 0 10px;color:var(--white);font-size:1rem}.horizontal-process p{color:rgba(255,255,255,.65);font-size:.84rem}.horizontal-process.four-step{grid-template-columns:repeat(4,1fr)}.auto-focus{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.check-list{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:30px;color:var(--navy);font-weight:700}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}.auto-panel{position:relative;min-height:400px;padding:36px;overflow:hidden;border-radius:26px 8px 26px 8px;color:var(--white);background:radial-gradient(circle at 80% 20%,#1974f0,transparent 32%),var(--navy-deep)}.auto-panel>span{font-size:.68rem;font-weight:900;letter-spacing:.15em}.auto-ticket{position:absolute;top:120px;left:50%;display:flex;width:260px;height:155px;flex-direction:column;justify-content:center;padding:30px;border-radius:15px;color:var(--navy);background:var(--white);transform:translateX(-50%) rotate(-3deg);box-shadow:0 25px 50px rgba(0,0,0,.25)}.auto-ticket small{color:var(--muted)}.auto-ticket strong{margin-top:10px;font-size:1.35rem}.auto-ticket i{width:80%;height:6px;margin-top:22px;border-radius:4px;background:var(--teal)}.auto-data{position:absolute;right:28px;bottom:28px;left:28px;display:flex;justify-content:space-between;color:rgba(255,255,255,.68);font-size:.7rem;font-weight:800;text-transform:uppercase}.funding-hero{background:radial-gradient(circle at 75% 25%,rgba(25,116,240,.65),transparent 30%),var(--navy)}.funding-hero,.funding-hero h1,.funding-hero p{color:var(--white)}.funding-visual{position:relative;min-height:500px;display:grid;place-items:center}.funding-card-main{position:relative;z-index:2;display:flex;width:365px;min-height:330px;flex-direction:column;justify-content:center;padding:48px;border:1px solid rgba(255,255,255,.4);border-radius:30px 8px 30px 8px;background:rgba(255,255,255,.93);box-shadow:0 32px 80px rgba(0,0,0,.25);transform:rotate(2deg)}.funding-card-main span{color:var(--gold-dark);font-size:.7rem;font-weight:900;letter-spacing:.13em}.funding-card-main b,.funding-card-main i,.funding-card-main strong{padding:14px 0;color:var(--navy);border-bottom:1px solid var(--line);font-size:1.55rem;font-style:normal}.funding-pulse{position:absolute;border-radius:50%;border:1px solid rgba(255,184,0,.32)}.pulse-a{width:490px;height:490px}.pulse-b{width:390px;height:390px}.funding-feature .card-index{color:var(--gold-dark)}.fit-split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.fit-panel{padding:48px;border-radius:20px 6px 20px 6px}.fit-panel h2{margin:22px 0 30px;font-size:2.3rem}.fit-panel ul{display:grid;gap:13px;margin:0;padding-left:22px}.fit-panel li{color:var(--navy)}.good-fit{border:1px solid rgba(22,205,178,.45);background:#ecfbf8}.reconsider{border:1px solid #eadfc1;background:#fff9e9}.fit-label{font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.good-fit .fit-label{color:#076353}.reconsider .fit-label{color:#8a5a00}.landing-page{min-height:100vh;background:var(--cloud)}.landing-header{display:flex;min-height:82px;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto;padding:0 28px}.landing-header>a:last-child{color:var(--blue);font-weight:900}.landing-header>a:last-child span{color:var(--muted);font-size:.7rem;font-weight:700}.landing-hero{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;min-height:720px;padding:70px max(28px,calc((100vw - 1180px) / 2));color:var(--white);background:radial-gradient(circle at 80% 15%,rgba(22,205,178,.22),transparent 30%),var(--navy-deep)}.landing-copy h1{color:var(--white);font-size:clamp(3rem,5.6vw,5.1rem)}.landing-copy>p{max-width:650px;color:rgba(255,255,255,.76);font-size:1.13rem}.landing-copy .eyebrow{color:var(--teal)}.hero-checks{grid-template-columns:repeat(3,1fr);gap:15px}.hero-checks li{color:var(--white);font-size:.82rem}.hero-checks li:before{color:var(--teal)}.landing-mark{display:flex;align-items:center;gap:13px;margin-top:34px}.landing-mark img{width:58px;height:58px;object-fit:cover;border:2px solid var(--teal);border-radius:50%}.landing-mark div{display:flex;flex-direction:column}.landing-mark span{color:rgba(255,255,255,.65);font-size:.75rem}.landing-hero .lead-form{box-shadow:0 30px 80px rgba(0,0,0,.3)}.landing-proof-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:1180px;margin:-34px auto 0;position:relative;z-index:3;border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.landing-proof-strip div{display:flex;align-items:center;gap:16px;padding:28px}.landing-proof-strip div+div{border-left:1px solid var(--line)}.landing-proof-strip span{color:var(--blue);font-size:.72rem;font-weight:900}.landing-proof-strip strong{color:var(--navy);font-size:.86rem}.landing-section{max-width:1180px;margin:0 auto;padding:110px 0}.landing-review{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.review-board{padding:34px;border-radius:24px 8px 24px 8px;color:var(--white);background:var(--navy);box-shadow:var(--shadow)}.review-board>span{color:var(--teal);font-size:.7rem;font-weight:900;letter-spacing:.14em}.review-board>div{display:flex;justify-content:space-between;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.15)}.review-board small{color:rgba(255,255,255,.6)}.review-board strong{color:var(--white)}.landing-faq{max-width:900px}.landing-footer{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:55px max(28px,calc((100vw - 1180px) / 2));color:rgba(255,255,255,.7);background:var(--navy-deep)}.landing-footer .brand-copy small,.landing-footer .brand-copy strong{color:var(--white)}.landing-footer p{margin:0;color:rgba(255,255,255,.7)}.landing-footer>a:last-child{justify-self:end;color:var(--teal);font-weight:800}.landing-disclosure{grid-column:1/-1;max-width:980px;font-size:.72rem}.thank-you-page{min-height:100vh;background:radial-gradient(circle at 70% 20%,rgba(22,205,178,.18),transparent 28%),var(--cloud)}.thank-you-card{max-width:1040px;margin:60px auto;padding:75px;border:1px solid var(--line);border-radius:28px 8px 28px 8px;background:var(--white);box-shadow:var(--shadow);text-align:center}.thank-you-card h1{margin-bottom:22px;font-size:clamp(3rem,6vw,5rem)}.thank-you-card>p{max-width:700px;margin:0 auto 50px;font-size:1.08rem}.success-mark{display:grid;width:58px;height:58px;place-items:center;margin:0 auto 28px;border-radius:50%;color:#064f44;background:rgba(22,205,178,.24);font-size:1.6rem;font-weight:900}.next-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:left}.next-step-grid>div{padding:28px;border-radius:13px;background:var(--cloud)}.next-step-grid span{color:var(--blue);font-size:.7rem;font-weight:900}.next-step-grid strong{display:block;margin:20px 0 8px;color:var(--navy)}.next-step-grid p{margin:0;font-size:.83rem}.centered-buttons{justify-content:center}.reveal{animation:rise-in .65s ease both}.delay-one{animation-delay:.12s}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (max-width:980px){.site-header{grid-template-columns:1fr auto;padding:0 22px}.desktop-nav,.header-cta{display:none}.mobile-menu{display:block;justify-self:end;position:relative}.mobile-menu summary{padding:10px 13px;border:1px solid var(--line);border-radius:7px;color:var(--navy);cursor:pointer;font-weight:800;list-style:none}.mobile-menu nav{position:absolute;top:52px;right:0;display:flex;width:260px;flex-direction:column;padding:14px;border:1px solid var(--line);border-radius:10px;background:var(--white);box-shadow:var(--shadow)}.mobile-menu nav a{padding:11px;font-weight:700}.hero,.inner-hero,.landing-hero{grid-template-columns:minmax(0,1fr)}.hero-copy,.hero-visual{min-width:0}.hero{padding:70px 28px}.hero-visual{min-height:500px}.hero-visual img{height:500px}.inner-hero{padding-top:70px}.section{padding:88px 28px}.four-up,.three-up{grid-template-columns:repeat(2,1fr)}.about-mark,.auto-focus,.funding-form-section,.landing-review,.split-section,.statement-section{grid-template-columns:1fr;gap:55px}.horizontal-process{grid-template-columns:repeat(2,1fr);gap:32px 0}.horizontal-process li:nth-child(odd){padding-left:0;border-left:0}.channel-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.footer-disclosure{grid-column:1/-1}.landing-hero{padding-top:60px}.landing-proof-strip{margin:0 28px}.landing-section{padding:88px 28px}}@media (max-width:680px){body{padding-bottom:56px}h1{font-size:2.75rem}h2{font-size:2.25rem}.site-header{min-height:72px}.brand-mark{width:38px;height:38px}.brand-copy strong{font-size:.88rem}.hero{min-height:auto;gap:44px;padding:55px 20px 60px}.hero-visual{min-height:400px}.hero-visual img{height:400px;object-position:63% center;border-radius:20px 6px 20px 6px}.floating-card-top{top:14px;right:auto;left:12px}.floating-card-bottom{bottom:16px;left:-4px}.button-row{flex-direction:column}.button{width:100%}.metric-strip{grid-template-columns:1fr;margin:0 20px}.metric+.metric{border-top:1px solid var(--line);border-left:0}.section{padding:72px 20px}.section-cloud,.section-navy{padding-right:20px;padding-left:20px}.fit-split,.four-up,.three-up,.two-up{grid-template-columns:1fr}.feature-card{min-height:220px}.card-index,.card-symbol{margin-bottom:30px}.path-card{padding:30px}.about-photo img{aspect-ratio:1/1}.about-photo:after{right:-8px;bottom:-8px}.form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}.lead-form{padding:24px 20px}.horizontal-process,.horizontal-process.four-step{grid-template-columns:1fr}.horizontal-process li,.horizontal-process li:nth-child(odd){padding:0 0 24px;border-bottom:1px solid rgba(255,255,255,.15);border-left:0}.horizontal-process strong{margin-top:14px}.inner-hero{gap:32px;padding:55px 20px}.inner-hero-copy h1{font-size:2.8rem}.funding-visual,.statement-visual{min-height:390px}.statement-sheet{padding:24px}.orbit-one{width:360px;height:360px}.orbit-two{width:290px;height:290px}.funding-card-main{width:285px;min-height:300px;padding:34px}.pulse-a{width:360px;height:360px}.pulse-b{width:290px;height:290px}.fit-panel{padding:30px}.fit-panel h2{font-size:1.9rem}.site-footer{grid-template-columns:1fr;padding:55px 20px 80px}.footer-disclosure{grid-column:auto}.footer-bottom{flex-direction:column;gap:6px}.mobile-sticky-cta{position:fixed;right:0;bottom:0;left:0;z-index:60;display:flex;height:56px;align-items:center;justify-content:center;color:var(--white);background:var(--blue);font-weight:900;box-shadow:0 -10px 28px rgba(3,27,63,.2)}.landing-header{padding:0 18px}.landing-header>a:last-child span{display:none}.landing-hero{gap:40px;min-height:auto;padding:55px 20px 70px}.landing-copy h1{font-size:2.75rem}.hero-checks,.landing-proof-strip{grid-template-columns:1fr}.landing-proof-strip{margin:0;border-radius:0}.landing-proof-strip div+div{border-top:1px solid var(--line);border-left:0}.landing-section{padding:72px 20px}.landing-footer{grid-template-columns:1fr;padding:45px 20px 80px}.landing-footer>a:last-child{justify-self:start}.landing-disclosure{grid-column:auto}.thank-you-card{margin:28px 16px;padding:50px 20px}.thank-you-card h1{font-size:2.8rem}.next-step-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}