:root{--ink:#17251e;--ink-soft:#31433a;--muted:#69756f;--canvas:#f3f5f1;--surface:#fff;--surface-soft:#f7f9f6;--line:#dfe5df;--line-strong:#cdd6ce;--green:#1e6f54;--green-dark:#164f3d;--green-bright:#45a77c;--green-soft:#e7f4ed;--amber:#a96217;--amber-soft:#fff2dc;--max-width:1180px;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{background:var(--canvas);color:var(--ink);margin:0;overflow-x:hidden}body,button,input{font:inherit}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #1e6f5447}.section-shell{width:min(var(--max-width), calc(100% - 48px));margin-inline:auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #cdd6ced1;position:sticky;top:0}.nav-shell{width:min(var(--max-width), calc(100% - 48px));align-items:center;gap:32px;min-height:72px;margin:0 auto;display:flex}.brand{color:var(--ink);letter-spacing:-.025em;white-space:nowrap;align-items:center;gap:10px;font-size:16px;font-weight:760;text-decoration:none;display:inline-flex}.brand-mark{background:var(--green);border-radius:9px;flex:none;justify-content:center;align-items:flex-end;gap:3px;width:32px;height:32px;padding:7px;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff29}.brand-mark i{background:#fff;border-radius:3px;width:3px}.brand-mark i:first-child{opacity:.72;height:7px}.brand-mark i:nth-child(2){height:14px}.brand-mark i:nth-child(3){opacity:.86;height:10px}.primary-nav{align-items:center;gap:30px;margin:0 auto;display:flex}.primary-nav a,.text-link{color:var(--muted);font-size:13px;font-weight:650;text-decoration:none;transition:color .18s}.primary-nav a:hover,.text-link:hover{color:var(--green)}.nav-actions{align-items:center;gap:18px;display:flex}.button{border:1px solid var(--green);background:var(--green);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:0 22px;font-size:14px;font-weight:730;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 22px #1e6f5429}.button:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 12px 28px #1e6f5433}.button-small{min-height:40px;box-shadow:none;padding-inline:17px;font-size:13px}.button-secondary{color:var(--ink);border-color:var(--line-strong);box-shadow:none;background:#fff}.button-secondary:hover{background:var(--surface-soft);color:var(--green);box-shadow:none}.button-full{width:100%}.button-light{color:var(--green-dark);background:#fff;border-color:#fff;box-shadow:0 12px 34px #00000029}.button-light:hover{background:var(--green-soft)}.eyebrow{color:var(--green);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 18px;font-size:11px;font-weight:780;line-height:1.4;display:flex}.eyebrow>span{background:var(--green-bright);width:8px;height:8px;box-shadow:0 0 0 5px var(--green-soft);border-radius:50%}.hero{grid-template-columns:.9fr 1.1fr;align-items:center;gap:68px;min-height:710px;padding-block:88px 96px;display:grid;position:relative;overflow:visible}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#45a77c29,#45a77c00 68%);border-radius:50%;width:520px;height:520px;position:absolute;top:-155px;right:-260px}.hero-copy{z-index:2;position:relative}.hero h1{color:var(--ink);letter-spacing:-.064em;margin:0;font-size:clamp(48px,5.4vw,76px);font-weight:770;line-height:.98}.hero h1 em{color:var(--green);font-style:normal}.hero-lede{max-width:570px;color:var(--muted);margin:27px 0 0;font-size:18px;line-height:1.68}.hero-actions{align-items:center;gap:12px;margin-top:34px;display:flex}.hero-note{color:#7a8780;margin:17px 0 0;font-size:12px}.product-preview{border:1px solid var(--line);transform-origin:0;background:#fff;border-radius:20px;width:720px;min-height:456px;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-4deg)rotateX(1deg);box-shadow:0 35px 80px #223b2e2e,0 4px 12px #223b2e14}.product-preview:before{content:"";background:#45a77c14;border-radius:50%;width:380px;height:380px;position:absolute;inset:auto -120px -170px auto}.preview-topbar{border-bottom:1px solid var(--line);grid-template-columns:155px 1fr 35px;align-items:center;gap:18px;height:55px;padding:0 17px;display:grid}.preview-brand{align-items:center;gap:7px;font-size:10px;font-weight:760;display:flex}.preview-brand .brand-mark{border-radius:7px;gap:2px;width:23px;height:23px;padding:5px}.preview-brand .brand-mark i{width:2px}.preview-brand .brand-mark i:first-child{height:5px}.preview-brand .brand-mark i:nth-child(2){height:10px}.preview-brand .brand-mark i:nth-child(3){height:7px}.preview-search{color:#8d9992;background:#f4f6f3;border-radius:8px;align-items:center;height:30px;padding:0 12px;font-size:8px;display:flex}.preview-avatar{color:#fff;background:#203c30;border-radius:50%;place-items:center;width:28px;height:28px;font-size:8px;font-weight:700;display:grid}.preview-body{grid-template-columns:124px 1fr;min-height:400px;display:grid}.preview-sidebar{border-right:1px solid var(--line);color:#6d7972;flex-direction:column;gap:7px;padding:25px 13px;font-size:8px;display:flex}.preview-sidebar span,.preview-sidebar b{border-radius:7px;padding:8px 10px}.preview-sidebar b{background:var(--green-soft);color:var(--green)}.preview-main{padding:27px 26px}.preview-heading{justify-content:space-between;align-items:flex-end;display:flex}.preview-heading>span{gap:3px;display:grid}.preview-heading small{color:var(--muted);font-size:7px}.preview-heading b{letter-spacing:-.03em;font-size:16px}.preview-heading em{background:var(--green-soft);color:var(--green);border-radius:99px;padding:5px 8px;font-size:7px;font-style:normal}.preview-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px;display:grid}.preview-stats div{border:1px solid var(--line);border-radius:9px;gap:5px;padding:12px;display:grid;box-shadow:0 5px 14px #24372d09}.preview-stats small{color:var(--muted);font-size:7px}.preview-stats b{font-size:14px}.preview-stats em{color:var(--green);font-size:7px;font-style:normal}.preview-chart-card{border:1px solid var(--line);border-radius:9px;margin-top:12px;padding:13px}.preview-chart-card>span,.preview-list>span{justify-content:space-between;font-size:8px;display:flex}.preview-chart-card small,.preview-list small{color:var(--muted)}.chart-area{border-bottom:1px solid var(--line);background:linear-gradient(#0000 31%,#eef1ee 32%,#0000 33% 65%,#eef1ee 66%,#0000 67%);align-items:flex-end;gap:7px;height:77px;margin-top:11px;padding:0 4px;display:flex}.chart-area i{background:linear-gradient(180deg, var(--green-bright), var(--green));opacity:.75;border-radius:4px 4px 0 0;flex:1;min-width:8px}.chart-area i:first-child{height:32%}.chart-area i:nth-child(2){height:41%}.chart-area i:nth-child(3){height:38%}.chart-area i:nth-child(4){height:52%}.chart-area i:nth-child(5){height:63%}.chart-area i:nth-child(6){height:58%}.chart-area i:nth-child(7){height:74%}.chart-area i:nth-child(8){height:79%}.chart-area i:nth-child(9){height:92%}.preview-list{border:1px solid var(--line);border-radius:9px;margin-top:12px;padding:13px}.preview-list p{border-top:1px solid #edf0ed;grid-template-columns:8px 1fr 1fr auto;align-items:center;gap:7px;margin:10px 0 0;padding-top:9px;font-size:7px;display:grid}.preview-list p b{font-size:8px}.preview-list p em{font-style:normal;font-weight:700}.dot{border-radius:50%;width:6px;height:6px}.dot-green{background:var(--green-bright)}.dot-amber{background:#d59147}.preview-sidebar b{align-items:center;gap:6px;display:flex}.preview-sidebar b i{font-style:normal}.ai-preview-main{background:radial-gradient(circle at 48% 10%,#e7f4edbf,#0000 38%),#fbfcfa;padding:24px 26px 21px;position:relative}.ai-preview-heading{align-items:center}.ai-preview-heading>span small{color:var(--green);letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:760}.ai-preview-heading>span b{font-size:15px}.ai-preview-heading>em{align-items:center;gap:5px;padding:6px 9px;display:flex}.ai-preview-heading>em i{background:var(--green-bright);border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 3px #45a77c1f}.preview-question{color:#29483d;background:#eaf4ef;border:1px solid #d7e5dc;border-radius:14px 14px 4px;width:76%;margin:21px 0 0 auto;padding:12px 15px;font-size:10px;font-weight:650;line-height:1.45}.preview-tool-row{flex-wrap:wrap;gap:5px;margin-top:15px;padding-left:34px;display:flex}.preview-tool-row span{border:1px solid var(--line);color:var(--muted);background:#ffffffe6;border-radius:99px;padding:5px 8px;font-size:6.5px}.preview-answer{grid-template-columns:25px 1fr;gap:9px;margin-top:9px;display:grid}.preview-ai-mark{background:linear-gradient(145deg, var(--green), var(--green-bright));color:#fff;border-radius:8px;place-items:center;width:25px;height:25px;font-size:10px;display:grid;box-shadow:0 6px 15px #1e6f542e}.preview-answer>div{border:1px solid var(--line);background:#ffffffe0;border-radius:4px 13px 13px;padding:12px 14px}.preview-answer p{color:var(--ink-soft);margin:0;font-size:8px;line-height:1.6}.preview-answer p b{color:var(--ink)}.preview-mini-chart{border-top:1px solid #edf0ed;gap:7px;margin-top:11px;padding-top:10px;display:grid}.preview-mini-chart>span{grid-template-columns:58px 1fr 35px;align-items:center;gap:8px;font-size:6.5px;display:grid}.preview-mini-chart b{font-size:7px}.preview-mini-chart small{color:var(--muted);text-align:right}.preview-mini-chart i{background:#edf1ee;border-radius:99px;height:5px;overflow:hidden}.preview-mini-chart em{border-radius:inherit;background:linear-gradient(90deg, var(--green-bright), var(--green));height:100%;display:block}.preview-suggestions{gap:6px;margin:10px 0 0 34px;display:flex}.preview-suggestions span{color:var(--green);background:#fff;border:1px solid #bfd7cb;border-radius:7px;padding:6px 9px;font-size:6.5px;font-weight:700}.trust-strip{background:var(--ink);color:#fff;grid-template-columns:repeat(4,1fr);display:grid}.trust-strip div{border-right:1px solid #ffffff1c;align-content:center;gap:7px;min-height:116px;padding:20px clamp(22px,4vw,64px);display:grid}.trust-strip div:last-child{border-right:0}.trust-strip b{font-size:13px}.trust-strip span{color:#aab8b0;font-size:11px;line-height:1.5}.story-section{grid-template-columns:.85fr 1.15fr;gap:112px;padding-block:128px;display:grid}.story-copy h2,.ai-intro h2,.section-heading h2,.privacy-copy h2,.pricing-copy h2,.final-cta h2{letter-spacing:-.052em;margin:0;font-size:clamp(36px,4vw,55px);line-height:1.08}.story-copy>p:not(.eyebrow){color:var(--muted);margin:22px 0 0;font-size:16px;line-height:1.7}.inline-link{color:var(--green);align-items:center;gap:10px;margin-top:28px;font-size:13px;font-weight:740;text-decoration:none;display:inline-flex}.inline-link:hover{text-underline-offset:4px;text-decoration:underline}.migration-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:42px 46px;position:relative;overflow:hidden;box-shadow:0 22px 50px #24372d13}.migration-card:after{content:"";background:var(--green-soft);border-radius:50%;width:180px;height:180px;position:absolute;top:-70px;right:-70px}.migration-card ol{z-index:1;gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.migration-card li{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr;gap:18px;padding:23px 0;display:grid}.migration-card li:last-child{border-bottom:0;padding-bottom:0}.migration-card li>span{background:var(--green-soft);width:36px;height:36px;color:var(--green);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.migration-card li b{font-size:15px}.migration-card li p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.6}.ai-section{background:var(--ink);color:#fff;padding-block:128px;overflow:hidden}.ai-shell{grid-template-columns:.86fr 1.14fr;align-items:start;gap:105px;display:grid}.ai-section .eyebrow{color:#82d7ae}.ai-intro{position:relative}.ai-intro:before{content:"✦";color:#7fd0aa1f;font-size:170px;line-height:1;position:absolute;top:-70px;right:-30px}.ai-intro>p:not(.eyebrow){color:#adbbb3;max-width:510px;margin:26px 0 0;font-size:15px;line-height:1.75;position:relative}.ai-proof{background:#ffffff1c;border:1px solid #ffffff1c;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:38px;display:grid;overflow:hidden}.ai-proof span{color:#90a198;background:#1b2d24;align-content:center;gap:4px;min-height:86px;padding:13px;font-size:9px;line-height:1.35;display:grid}.ai-proof b{color:#fff;letter-spacing:-.04em;font-size:21px}.ai-feature-list{border-top:1px solid #ffffff24}.ai-feature{border-bottom:1px solid #ffffff24;grid-template-columns:38px 1fr;gap:22px;padding:31px 0;display:grid}.ai-feature>span{color:#82d7ae;border:1px solid #7fd0aa47;border-radius:9px;place-items:center;width:34px;height:34px;font-size:9px;font-weight:800;display:grid}.ai-feature h3{letter-spacing:-.025em;margin:1px 0 9px;font-size:19px}.ai-feature p{color:#adbbb3;margin:0;font-size:13px;line-height:1.68}.ai-feature small{color:#7fd0aa;margin-top:12px;font-size:10px;font-style:italic;line-height:1.5;display:block}.features-section{background:#fff;padding-block:124px}.section-heading{grid-template-columns:1.4fr .6fr;align-items:end;gap:80px;display:grid}.section-heading>p{color:var(--muted);margin:0 0 5px;font-size:15px;line-height:1.7}.feature-grid{background:var(--line);border:1px solid var(--line);border-radius:15px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:67px;display:grid;overflow:hidden}.feature-card{background:#fff;min-height:274px;padding:35px;transition:background .18s}.feature-card:hover{background:var(--surface-soft)}.feature-card>span{background:var(--green-soft);width:34px;height:34px;color:var(--green);border-radius:8px;place-items:center;font-size:10px;font-weight:800;display:inline-grid}.feature-card h3{letter-spacing:-.025em;margin:44px 0 12px;font-size:18px}.feature-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.comparison-section{border-top:1px solid var(--line);background:#eef2ec;padding-block:124px}.comparison-heading{align-items:end}.comparison-heading h2{max-width:780px}.comparison-heading>p{font-size:13px}.comparison-scroll{border:1px solid var(--line-strong);scrollbar-color:#b6c4bb transparent;background:#fff;border-radius:16px;margin-top:58px;overflow-x:auto;box-shadow:0 20px 55px #24372d12}.comparison-scroll:focus-visible{outline-offset:4px;outline:3px solid #1e6f5440}.comparison-table{border-spacing:0;border-collapse:separate;width:100%;min-width:1050px;color:var(--ink-soft);font-size:11px}.comparison-table th,.comparison-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e8ece8;border-right:1px solid #e8ece8;min-width:138px;padding:18px 16px}.comparison-table tr>:last-child{border-right:0}.comparison-table tbody tr:last-child>*{border-bottom:0}.comparison-table thead th{height:86px;color:var(--ink);background:#f8faf7;font-size:12px;font-weight:760}.comparison-table thead small{color:var(--muted);font-size:9px}.comparison-table th:first-child{z-index:2;width:242px;min-width:242px;color:var(--ink);background:#fff;font-weight:720;position:sticky;left:0;box-shadow:6px 0 12px #1f302706}.comparison-table thead th:first-child{z-index:3;background:#f8faf7}.comparison-table .budget-buddy-column{color:var(--green-dark);background:#edf7f1}.comparison-table thead .budget-buddy-column{background:var(--green);color:#fff;display:table-cell}.comparison-table thead .budget-buddy-column .brand-mark{vertical-align:middle;background:#ffffff29;border-radius:7px;width:25px;height:25px;margin-right:7px;padding:5px}.comparison-table thead .budget-buddy-column .brand-mark i{width:2px}.comparison-table thead .budget-buddy-column span:last-child{vertical-align:middle}.comparison-table tbody tr:hover>*{background:#fafcf9}.comparison-table tbody tr:hover>.budget-buddy-column{background:#e5f3eb}.comparison-table td b{color:var(--green);margin-right:4px}.comparison-note{color:var(--muted);margin:18px 4px 0;font-size:9px;line-height:1.65}.comparison-note a{color:var(--green);text-underline-offset:2px}.security-section{background:#fff;padding-block:124px}.security-heading{align-items:end}.security-heading h2{max-width:790px}.security-heading>p{font-size:14px}.security-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:60px;display:grid}.security-grid article{border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f7faf7);border-radius:16px;min-height:340px;padding:32px;position:relative;overflow:hidden}.security-grid article:after{content:"";background:var(--green-soft);opacity:.75;border-radius:50%;width:150px;height:150px;position:absolute;top:-75px;right:-75px}.security-icon{background:var(--green-soft);width:45px;height:45px;color:var(--green);border:1px solid #cce2d7;border-radius:12px;place-items:center;font-size:20px;font-weight:700;display:grid}.security-grid small{color:var(--green);letter-spacing:.1em;text-transform:uppercase;margin-top:45px;font-size:9px;font-weight:800;display:block}.security-grid h3{letter-spacing:-.03em;margin:9px 0 13px;font-size:20px}.security-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.72}.security-explainer{background:#edf7f1;border:1px solid #cfe1d8;border-radius:14px;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:18px;margin-top:14px;padding:22px 25px;display:grid}.security-explainer>div{grid-template-columns:22px 1fr;align-items:start;gap:9px;min-width:0;display:grid}.security-explainer>div>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:9px;font-weight:800;display:grid}.security-explainer p{gap:3px;margin:0;display:grid}.security-explainer b{font-size:11px}.security-explainer small{color:var(--muted);font-size:8px;line-height:1.45}.security-explainer .inline-link{white-space:nowrap;margin:0}.privacy-section{grid-template-columns:1fr 1fr;align-items:center;gap:110px;padding-block:130px;display:grid}.privacy-visual{background:radial-gradient(circle,#e7f4ede0 0 31%,#e7f4ed5c 32% 47%,#0000 48%),repeating-radial-gradient(circle,#0000 0 89px,#1e6f541f 90px 91px);border-radius:50%;place-items:center;min-height:420px;display:grid;position:relative}.shield{background:var(--green);color:#fff;border-radius:50% 50% 58% 58%/38% 38% 72% 72%;place-items:center;width:130px;height:145px;display:grid;box-shadow:0 25px 60px #1e6f5445}.shield span{background:#ffffff24;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.privacy-orbit{border:1px solid var(--line);color:var(--ink-soft);background:#fff;border-radius:99px;padding:10px 14px;font-size:10px;font-weight:720;position:absolute;box-shadow:0 8px 24px #24372d14}.orbit-one{top:25%;left:5%}.orbit-two{top:36%;right:2%}.orbit-three{bottom:14%;left:19%}.privacy-copy>p:not(.eyebrow){color:var(--muted);margin:23px 0 0;font-size:15px;line-height:1.72}.check-list{color:var(--ink-soft);gap:12px;margin:25px 0 0;padding:0;font-size:13px;list-style:none;display:grid}.check-list li{align-items:center;gap:11px;display:flex}.check-list span{background:var(--green-soft);width:21px;height:21px;color:var(--green);border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.pricing-section{background:var(--ink);color:#fff;padding-block:118px}.pricing-shell{grid-template-columns:1fr 480px;align-items:center;gap:130px;display:grid}.pricing-section .eyebrow{color:#7fd0aa}.pricing-copy p:not(.eyebrow){color:#aab8b0;max-width:530px;margin:25px 0 0;font-size:16px;line-height:1.7}.price-card{color:var(--ink);background:#fff;border-radius:18px;padding:38px;box-shadow:0 28px 65px #0003}.price-card>p{color:var(--green);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.price{border-bottom:1px solid var(--line);align-items:flex-end;gap:8px;margin-top:18px;padding-bottom:25px;display:flex}.price>span{color:var(--muted);font-size:10px;position:absolute;transform:translateY(-46px)}.price b{letter-spacing:-.06em;font-size:53px;line-height:1}.price sup{margin-right:2px;font-size:24px}.price em{color:var(--muted);margin-bottom:7px;font-size:12px;font-style:normal}.price-card ul{color:var(--ink-soft);gap:13px;margin:25px 0;padding:0;font-size:13px;list-style:none;display:grid}.price-card li:before{content:"✓";color:var(--green);margin-right:10px;font-weight:800}.price-card>small{color:var(--muted);text-align:center;margin-top:13px;font-size:10px;display:block}.faq-section{padding-block:128px}.section-heading.compact{grid-template-columns:1fr}.faq-list{border-top:1px solid var(--line-strong);margin-top:52px}.faq-list details{border-bottom:1px solid var(--line-strong)}.faq-list summary{cursor:pointer;padding:25px 52px 25px 0;font-size:16px;font-weight:720;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--green);font-size:23px;font-weight:400;position:absolute;right:4px}.faq-list details[open] summary:after{content:"−"}.faq-list details p{max-width:840px;color:var(--muted);margin:-5px 0 25px;font-size:14px;line-height:1.72}.final-cta{background:var(--green);color:#fff;text-align:center;padding-block:108px;overflow:hidden}.final-cta .section-shell{position:relative}.final-cta .section-shell:before,.final-cta .section-shell:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:330px;height:330px;position:absolute}.final-cta .section-shell:before{top:-155px;left:-260px}.final-cta .section-shell:after{bottom:-200px;right:-260px}.final-cta .eyebrow{color:#b8e3cf;justify-content:center}.final-cta p:not(.eyebrow){color:#cce7d9;margin:19px 0 28px;font-size:16px}.site-footer{color:#fff;background:#111d17;padding:70px 0 30px}.footer-grid,.footer-bottom{width:min(var(--max-width), calc(100% - 48px));margin-inline:auto}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:65px;display:grid}.brand-light{color:#fff}.footer-brand p{color:#91a198;max-width:330px;margin:19px 0 0;font-size:13px;line-height:1.65}.footer-grid>div:not(.footer-brand){flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-grid strong{color:#dce6e0;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:11px}.footer-grid a,.footer-grid span{color:#91a198;font-size:12px;text-decoration:none}.footer-grid a:hover{color:#fff}.footer-bottom{color:#718078;border-top:1px solid #ffffff17;justify-content:space-between;gap:40px;margin-top:60px;padding-top:24px;font-size:10px;line-height:1.5;display:flex}.footer-bottom span:last-child{text-align:right;max-width:600px}.legal-main{background:#fff}.legal-hero{background:var(--canvas);border-bottom:1px solid var(--line);padding:88px 0 76px}.legal-hero-inner{text-align:center;width:min(840px,100% - 48px);margin:0 auto}.legal-hero .eyebrow{justify-content:center}.legal-hero h1{letter-spacing:-.055em;margin:0;font-size:clamp(43px,5vw,66px);line-height:1}.legal-hero p:not(.eyebrow){max-width:680px;color:var(--muted);margin:23px auto 0;font-size:16px;line-height:1.7}.legal-hero span{color:#829087;margin-top:22px;font-size:11px;display:block}.legal-layout{grid-template-columns:220px minmax(0,760px);justify-content:center;gap:84px;padding-block:76px 115px;display:grid}.legal-nav{background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;flex-direction:column;align-self:start;gap:11px;padding:21px;display:flex;position:sticky;top:104px}.legal-nav strong{color:var(--ink);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:11px}.legal-nav a{color:var(--muted);font-size:11px;line-height:1.4;text-decoration:none}.legal-nav a:hover{color:var(--green)}.legal-content{min-width:0}.legal-content section{border-bottom:1px solid var(--line);margin:0 0 42px;padding:0 0 42px;scroll-margin-top:100px}.legal-content h2{letter-spacing:-.035em;margin:0 0 18px;font-size:25px}.legal-content h3{margin:26px 0 9px;font-size:15px}.legal-content p,.legal-content li{color:var(--ink-soft);font-size:14px;line-height:1.78}.legal-content p{margin:0 0 14px}.legal-content ul{margin:12px 0 20px;padding-left:22px}.legal-content li{margin-bottom:8px}.legal-content a{color:var(--green);text-underline-offset:3px}.legal-contact{background:var(--green-soft);border-radius:12px;padding:25px 28px}.legal-contact b{font-size:15px}.legal-contact p{margin:5px 0 0}.control-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.control-grid>div{background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;padding:20px}.control-grid b{font-size:13px}.control-grid p{margin:7px 0 0;font-size:12px;line-height:1.62}.vendor-table{border:1px solid var(--line);border-radius:11px;margin:20px 0;overflow:hidden}.vendor-table div{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr;gap:24px;padding:17px 19px;display:grid}.vendor-table div:last-child{border-bottom:0}.vendor-table b{font-size:13px}.vendor-table span{color:var(--ink-soft);font-size:12px;line-height:1.6}@media (width<=1050px){.primary-nav{display:none}.nav-actions{margin-left:auto}.hero{grid-template-columns:minmax(0,1fr);gap:58px;padding-top:72px}.hero-copy{min-width:0;max-width:720px}.product-preview{width:100%;max-width:780px;transform:none}.story-section{gap:60px}.ai-shell{gap:58px}.security-explainer{grid-template-columns:1fr 1fr}.security-explainer .inline-link{justify-self:start}.privacy-section{gap:55px}.pricing-shell{grid-template-columns:1fr 420px;gap:65px}}@media (width<=800px){.section-shell,.nav-shell,.footer-grid,.footer-bottom{width:min(100% - 32px, var(--max-width))}.hero{min-height:auto;padding-block:62px 72px}.hero h1{font-size:clamp(45px,12vw,68px)}.hero-lede{font-size:16px}.product-preview{transform-origin:0 0;min-width:650px;margin-bottom:-64px;transform:scale(.86)}.hero{overflow:hidden}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(-n+2){border-bottom:1px solid #ffffff1c}.story-section,.ai-shell,.privacy-section,.pricing-shell{grid-template-columns:1fr}.story-section{gap:55px;padding-block:90px}.ai-section{padding-block:90px}.ai-shell{gap:55px}.ai-intro>p:not(.eyebrow){max-width:680px}.section-heading{grid-template-columns:1fr;gap:22px}.feature-grid{grid-template-columns:1fr 1fr}.features-section,.comparison-section,.security-section,.faq-section{padding-block:90px}.security-grid{grid-template-columns:1fr}.security-grid article{min-height:0}.security-grid small{margin-top:30px}.privacy-section{padding-block:90px}.privacy-visual{min-height:370px}.pricing-shell{gap:45px}.price-card{width:100%;max-width:500px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.footer-bottom span:last-child{text-align:left}.legal-layout{grid-template-columns:1fr;gap:34px}.legal-nav{display:none;position:static}}@media (width<=560px){.nav-shell{min-height:64px}.brand{font-size:14px}.brand-mark{width:29px;height:29px}.nav-actions .text-link{display:none}.button-small{min-height:38px}.hero{padding-top:50px;overflow:hidden}.hero h1{font-size:44px}.hero-lede{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-note{line-height:1.5}.product-preview{width:620px;min-width:620px;margin-bottom:-200px;transform:scale(.56)}.trust-strip{grid-template-columns:1fr}.trust-strip div{border-bottom:1px solid #ffffff1c;border-right:0;min-height:96px}.trust-strip div:last-child{border-bottom:0}.story-section{padding-block:72px}.story-copy h2,.ai-intro h2,.section-heading h2,.privacy-copy h2,.pricing-copy h2,.final-cta h2{font-size:35px}.migration-card{padding:30px 24px}.migration-card li{grid-template-columns:34px 1fr;gap:13px}.ai-section{padding-block:75px}.ai-proof{grid-template-columns:1fr}.ai-proof span{grid-template-columns:42px 1fr;align-items:center;min-height:66px}.ai-feature{gap:14px;padding-block:26px}.features-section,.comparison-section,.security-section,.faq-section{padding-block:75px}.feature-grid{grid-template-columns:1fr;margin-top:45px}.feature-card{min-height:230px}.feature-card h3{margin-top:34px}.comparison-scroll{border-radius:12px;margin-top:40px}.comparison-table{min-width:970px}.comparison-table th:first-child{width:190px;min-width:190px}.comparison-table th,.comparison-table td{min-width:130px;padding:15px 12px;font-size:10px}.comparison-note{font-size:9px}.security-grid{margin-top:42px}.security-grid article{padding:27px 24px}.security-explainer{grid-template-columns:1fr;padding:22px}.security-explainer .inline-link{white-space:normal;margin-top:7px}.privacy-section{gap:34px;padding-block:72px}.privacy-visual{min-height:310px}.shield{width:100px;height:115px}.privacy-orbit{font-size:8px}.pricing-section{padding-block:76px}.price-card{padding:29px 24px}.price b{font-size:48px}.faq-list{margin-top:38px}.faq-list summary{font-size:14px}.final-cta{padding-block:80px}.site-footer{padding-top:55px}.footer-grid{grid-template-columns:1fr 1fr;gap:42px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{margin-top:45px}.legal-hero{padding-block:65px 58px}.legal-hero h1{font-size:42px}.legal-hero p:not(.eyebrow){font-size:14px}.legal-layout{padding-block:56px 80px}.legal-content section{margin-bottom:32px;padding-bottom:32px}.legal-content h2{font-size:22px}.control-grid{grid-template-columns:1fr}.vendor-table div{grid-template-columns:1fr;gap:5px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
