:root{--navy:#16283a;--deep:#0e1b27;--green:#4fa88a;--green-dark:#3e836c;--green-text:#2d745c;--mint:#e9f7f2;--line:#e1e7f0;--paper:#f8fafc;--muted:#5b6977;--body:'Inter',sans-serif;--heading:'Space Grotesk',sans-serif;--ease:cubic-bezier(.22,.61,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:116px}body{margin:0;background:#fff;color:var(--navy);font-family:var(--body);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,summary,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}svg{flex-shrink:0}figure{margin:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--heading);font-weight:600;line-height:1.13;letter-spacing:-.04em}h1{font-size:clamp(2.5rem,4.5vw,4.5rem)}h2{font-size:clamp(2rem,3.5vw,3.5rem)}h3{font-size:1.5rem;letter-spacing:-.025em}p{color:var(--muted)}ul,ol{padding-left:1.25rem}a,button,summary,input{outline-offset:5px}:focus-visible{outline:3px solid var(--green-dark)}[hidden]{display:none!important}::selection{background:#bce5d6;color:var(--deep)}
.wrap{width:min(1248px,calc(100% - 112px));margin-inline:auto}.section{padding:112px 0}.soft{background:var(--paper)}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:88px}.section-heading{max-width:840px;margin-bottom:58px}.section-heading>p:not(.eyebrow){font-size:1.125rem;max-width:620px;margin-top:24px}.center{text-align:center;margin-inline:auto}.center>p{margin-inline:auto}.eyebrow{color:var(--green-text);font-size:.8125rem;font-weight:600;line-height:1.5;letter-spacing:.12em;margin-bottom:22px}.section-copy>p:not(.eyebrow){margin-top:26px;font-size:1.0625rem;max-width:550px}.section-copy .text-link{margin-top:30px}.small{font-size:.8125rem}.muted{color:var(--muted)}.lead{font-size:1.125rem;line-height:1.8}.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:600;font-size:.9375rem;min-height:44px;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px;transition:color .2s,text-decoration-color .2s}.text-link:hover{text-decoration-color:currentColor;color:var(--green-text)}.text-link svg{transition:transform .25s var(--ease)}.text-link:hover svg{transform:translateX(4px)}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:56px;padding:16px 24px;background:var(--green);color:var(--deep);border:1px solid transparent;border-radius:6px;font-size:.9375rem;font-weight:600;line-height:1.5;transition:background .2s,transform .2s,box-shadow .2s}.button:hover{background:#68bb9f;transform:translateY(-2px);box-shadow:0 6px 18px #0e1b2714}.button-small{padding:12px 18px;min-height:48px;font-size:.875rem;gap:12px}.button-outline{border-color:var(--line);background:#fff;color:var(--navy)}.button-outline:hover{background:var(--paper)}.photo{display:block;overflow:hidden;border-radius:6px}.photo img{width:100%;height:100%;object-fit:cover}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-80px;left:16px;z-index:200;background:var(--navy);color:#fff;padding:12px 20px;border-radius:4px}.skip:focus{top:12px}
/* Navigation */
.announcement{background:var(--deep);color:#eaf2f8;font-size:.8125rem}.announcement>.wrap{min-height:42px;display:flex;justify-content:center;align-items:center;gap:20px}.announcement a{display:flex;align-items:center;gap:8px;color:#88ceb4;text-decoration:underline;text-underline-offset:3px;min-height:44px}.announcement a svg{width:15px}.founders-small{font-size:.75rem;letter-spacing:.12em;font-weight:700;border:1px solid #ffffff30;border-radius:3px;padding:3px 7px}.site-header{position:sticky;top:0;background:#fffffff7;z-index:100;border-bottom:1px solid #16283a0e;backdrop-filter:blur(12px)}.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}.brand>span{font-family:var(--heading);font-weight:600;font-size:1.8rem;letter-spacing:-.065em;line-height:1}.brand strong{font-weight:700}.main-nav{display:flex;align-items:center;gap:26px;font-size:.875rem;font-weight:500}.main-nav>a,.nav-dropdown summary{min-height:48px;display:flex;align-items:center;white-space:nowrap}.main-nav>a:hover{color:var(--green-text)}.nav-actions{display:flex;gap:24px;align-items:center;margin-left:14px}.login{min-height:44px;display:inline-flex;align-items:center}.nav-dropdown{position:relative}.nav-dropdown summary{cursor:pointer;gap:7px;list-style:none}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown[open] summary{color:var(--green-text)}.nav-dropdown[open] summary svg{transform:rotate(180deg)}.dropdown-panel{position:absolute;top:58px;left:-24px;display:grid;grid-template-columns:1fr 1fr;gap:2px;min-width:420px;padding:14px;background:white;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 50px #0e1b271c}.dropdown-panel a{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:10px 12px;min-height:48px;border-radius:6px}.dropdown-panel a:hover{background:var(--mint)}.dropdown-panel a svg{width:16px}.dropdown-all{grid-column:1/-1;border-top:1px solid var(--line);border-radius:0!important;color:var(--green-text)}.audience-dropdown .dropdown-panel{grid-template-columns:1fr;min-width:220px}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;min-height:44px;padding:8px 12px;border-radius:5px;align-items:center;gap:10px}.english-nav{display:flex;gap:24px;align-items:center;font-size:.875rem}
/* Hero */
.hero{isolation:isolate;position:relative;background:var(--deep);color:#fff;min-height:680px;height:min(780px,82vh);display:flex;align-items:center;overflow:hidden}.hero-photo{position:absolute;inset:0;border-radius:0;z-index:-3}.hero-photo img{object-position:center}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0e1b27e8 0%,#0e1b2799 38%,#0e1b2720 72%),linear-gradient(0deg,#0e1b2777,transparent 40%)}.hero-content{padding-top:32px;padding-bottom:78px}.hero .eyebrow{color:#b7d9cb;font-size:.75rem;letter-spacing:.14em;margin-bottom:28px}.hero h1{font-size:clamp(3.5rem,5.9vw,5.5rem);letter-spacing:-.055em;line-height:1.06;max-width:1100px}.hero h1>span{color:#89ceb4}.hero-content>p:not(.eyebrow){font-size:1.125rem;color:#e0e7eb;line-height:1.75;max-width:500px;margin:28px 0 32px}.hero small{display:block;font-size:.75rem;color:#cad8de;margin-top:18px}.hero-bottom{position:absolute;inset:auto 0 27px;display:flex;justify-content:space-between;font-size:.8125rem;color:#dce5e8}.hero-bottom span:first-child{font-family:var(--heading);font-size:.9375rem}.trust-strip{border-bottom:1px solid var(--line);padding:20px 0}.trust-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.8125rem;font-weight:500}.trust-strip span{display:flex;gap:9px;align-items:center}.trust-strip svg{width:17px;color:var(--green-text)}
/* The story */
.problem-section{padding:116px 0 122px}.problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.problem-grid>div{padding-top:20px;border-top:1px solid var(--line)}.section-number{font-family:var(--heading);font-size:.875rem;color:var(--green-text);display:block;margin-bottom:28px}.problem-grid h3{font-size:1.375rem;line-height:1.25;max-width:235px;margin-bottom:15px}.problem-grid p{font-size:.9375rem;line-height:1.8}.journey-section{background:var(--paper);padding:108px 0 112px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.journey-section>.wrap>.section-heading{max-width:840px;margin-bottom:74px}.journey-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:112px;align-items:start}.journey-overview{position:sticky;top:140px;padding-top:16px}.journey-overview>.small{font-size:.75rem;letter-spacing:.1em;color:var(--muted)}.journey-overview h3{font-size:1.625rem;margin-top:18px;line-height:1.25;max-width:270px}.journey-nav{list-style:none;padding:0;margin:40px 0}.journey-nav a{position:relative;display:flex;align-items:center;gap:14px;padding:16px 0;font-size:.875rem;color:var(--muted)}.journey-nav a>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid #c8d4df;border-radius:50%;background:var(--paper);font-family:var(--heading);font-size:.75rem;z-index:1;transition:.3s var(--ease)}.journey-nav li+li a:before{content:'';position:absolute;left:16px;top:-18px;height:38px;width:1px;background:#c8d4df}.journey-nav a.active{color:var(--navy);font-weight:600}.journey-nav a.active>span{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 0 0 5px #4fa88a26}.journey-stage{padding:18px 0 82px;scroll-margin-top:130px}.journey-stage:last-child{padding-bottom:0}.journey-stage+.journey-stage{border-top:1px solid var(--line);padding-top:56px}.stage-heading{display:flex;gap:20px}.stage-heading h3{font-size:1.8rem;line-height:1.15}.stage-heading p{margin-top:16px;font-size:1rem;max-width:570px}.stage-number{font-family:var(--heading);font-size:1rem;color:var(--green-text);margin-top:4px}.step-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 26px;padding-left:42px}.step-chips span{font-size:.75rem;color:var(--green-text);padding:4px 10px;border:1px solid #c4dfd4;border-radius:4px;background:#f3faf6}.journey-stage>.text-link{margin-top:15px}.journey-stage .product-figure{margin-left:42px}.extra-section{padding:150px 0 120px}.extra-visual{position:relative;min-height:690px}.extra-visual>.photo{width:89%;height:475px;position:absolute;left:0;top:0}.extra-floating{position:relative;margin-left:22%;padding-top:194px}.extra-floating .product-paper{padding:26px}.extra-floating figcaption{font-size:.75rem}.proof-line{display:flex;gap:10px;align-items:center;font-size:.875rem!important;color:var(--green-text);padding-top:24px;border-top:1px solid var(--line);margin-top:32px!important}.field-section{background:var(--deep);color:#fff;padding:118px 0 128px}.field-section .eyebrow{color:#8dcbb2}.field-section p{color:#b7c4ce}.field-section .text-link{color:#90d0b6}.field-section .text-link:hover{color:#bdedd8}.offline-copy{display:flex;gap:15px;margin-top:32px}.offline-icon{display:grid;place-items:center;width:34px;height:34px;flex-shrink:0;background:#243e3c;color:#9ddfc3;border-radius:50%;margin-top:4px}.offline-copy h3{font-size:1.125rem;line-height:1.4;letter-spacing:-.015em}.offline-copy p{font-size:.9375rem;line-height:1.7;margin-top:8px}.field-visual{position:relative;min-height:622px}.field-visual>.photo{position:absolute;width:70%;height:555px;right:0;top:0;opacity:.8}.field-visual>.phone-figure{position:relative;max-width:330px;margin-left:0;padding-top:74px;z-index:1}.phone-figure .product-paper{border:7px solid #203446;border-radius:30px;padding:25px 21px 24px}.phone-figure figcaption{color:#adbfcb}.inner-product .phone-figure figcaption{color:var(--muted)}.phone-top{display:flex;gap:10px;align-items:center;margin-bottom:24px}.phone-top span{font-size:.75rem;color:var(--muted)}.phone-figure h3{font-size:1.35rem;line-height:1.3}.phone-figure .small{font-size:.8125rem;color:var(--muted);margin-top:8px}.today-card{margin-top:22px;padding:17px 14px;background:var(--paper);border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;gap:10px;font-size:.8125rem;color:var(--muted)}.today-card strong{font-size:.9375rem;line-height:1.45;color:var(--navy)}.today-card .pill{align-self:start}.phone-actions{display:flex;flex-direction:column;gap:8px;margin-top:20px}.phone-actions>div{min-height:45px;padding:8px 10px;border:1px solid var(--line);border-radius:5px;font-size:.8125rem;font-weight:500;display:flex;gap:10px;align-items:center}.action-symbol{font-size:1.25rem;line-height:1;color:var(--green-text);width:22px}.offline-note{display:flex;gap:8px;margin-top:20px;font-size:.75rem;color:var(--green-text)}.offline-note small{display:block;font-size:.75rem;margin-top:2px;color:var(--muted)}.ai-section{padding:140px 0}.ai-visual{padding:30px 8px 0 26px}.voice-card{max-width:400px;position:relative;padding:24px 26px 24px 72px;background:var(--navy);color:#fff;border-radius:12px;box-shadow:0 20px 45px #0e1b271c;transform:rotate(-2deg);margin-bottom:28px;z-index:2}.voice-card p{font-family:var(--heading);font-size:1.1875rem;line-height:1.5;color:#fff;letter-spacing:-.02em}.voice-card small{display:block;font-size:.75rem;color:#bdd0dc;margin-top:12px}.voice-icon{position:absolute;left:23px;top:30px;color:#85d0b1}.ai-visual .product-figure{margin-left:30px;transform:rotate(1deg)}.ai-proof{display:flex;align-items:center;gap:8px;padding:14px 18px;position:relative;margin-top:14px;background:var(--mint);border:1px solid #cae4d8;border-radius:6px;max-width:280px;color:var(--green-text);font-size:.8125rem}.note-box{margin-top:26px;border-left:3px solid var(--green);background:var(--mint);padding:20px 22px;font-size:.9375rem;line-height:1.8}.profit-section{background:var(--paper);border-block:1px solid var(--line)}.profit-visual{padding:6px 8px 20px}.margin-alert{position:relative;display:flex;gap:14px;margin-left:46px;margin-right:-18px;margin-top:24px;border:1px solid #dfd4bb;background:#fffcf5;border-radius:8px;padding:18px 22px;box-shadow:0 10px 32px #16283a09}.margin-alert>span{border:1px solid #9f7227;color:#89621f;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;flex-shrink:0;font-size:.9375rem}.margin-alert strong{font-size:.875rem}.margin-alert p{font-size:.8125rem;margin-top:4px}.english-section{padding:116px 0}.english-line{font-family:var(--heading);font-size:1.5rem!important;line-height:1.45!important;color:var(--navy)!important;letter-spacing:-.02em}.english-status{display:flex;gap:16px;margin:22px 0;color:var(--green-text);font-size:.8125rem;flex-wrap:wrap}.english-status>span{display:flex;align-items:center;gap:6px}.english-status svg{width:16px}.invoice-inset{padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:5px;margin-top:24px}
/* Readable product examples */
.product-paper{background:#fff;color:var(--navy);border:1px solid #dee5ec;border-radius:10px;box-shadow:0 20px 60px #16283a0c;padding:30px;min-width:0}.product-figure figcaption{color:var(--muted);font-size:.75rem;line-height:1.5;text-align:center;margin-top:13px}.screen-top{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.875rem;font-weight:600;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:22px}.pill{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1.4;letter-spacing:0;font-weight:500;background:var(--mint);color:var(--green-text);padding:5px 9px;border-radius:4px;text-align:center}.product-paper h3{font-size:1.375rem;line-height:1.25;margin-top:8px}.document-id{font-family:var(--heading);font-size:1.6875rem;font-weight:600;letter-spacing:-.04em;line-height:1.3}.document-client{display:flex;flex-direction:column;margin:24px 0 18px;font-size:.875rem;gap:3px}.document-client span{color:var(--muted);font-size:.8125rem}.screen-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid #edf0f4;font-size:.8125rem;line-height:1.5}.screen-row strong{font-weight:500;white-space:nowrap}.screen-row span:first-child{flex:1}.screen-row span:nth-child(2){color:var(--muted)}.screen-total{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:25px}.screen-total>span{font-size:.75rem;color:var(--muted);max-width:48%}.screen-total>strong{font-family:var(--heading);font-size:1.625rem;letter-spacing:-.04em;white-space:nowrap}.screen-note{display:flex;gap:11px;align-items:start;padding-top:20px;border-top:1px solid var(--line);margin-top:24px;font-size:.8125rem;color:var(--green-text)}.screen-note strong{font-weight:500}.screen-note small{display:block;font-size:.75rem;margin-top:5px;color:var(--muted)}.screen-subtotal{font-size:.8125rem;display:flex;justify-content:space-between;margin-top:18px;color:var(--muted)}.calculation-total{display:grid;grid-template-columns:1fr auto;background:var(--navy);color:#fff;padding:22px;margin:26px -8px -8px;border-radius:6px;align-items:center}.calculation-total>span{font-size:.8125rem}.calculation-total strong{font-family:var(--heading);font-size:1.75rem;letter-spacing:-.04em}.calculation-total small{font-size:.75rem;color:#b2c1cb;grid-column:1/-1;margin-top:6px}.metric-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:8px}.metric-pair>div{display:flex;flex-direction:column;gap:7px}.metric-pair span{font-size:.75rem;color:var(--muted)}.metric-pair strong{font-family:var(--heading);font-size:1.75rem;line-height:1.2;letter-spacing:-.04em}.margin-result{background:var(--mint);display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:23px;margin:26px -7px;color:var(--green-text);border-radius:6px}.margin-result>div{display:flex;flex-direction:column;gap:7px}.margin-result span{font-size:.75rem}.margin-result strong{font-family:var(--heading);font-size:2.25rem;letter-spacing:-.05em;line-height:1.2}.margin-percentage{text-align:right}.margin-percentage strong{font-size:1.8125rem}.cost-bars>div+div{margin-top:15px}.cost-bars p{font-size:.75rem;display:flex;justify-content:space-between;margin-bottom:7px}.cost-bars b{font-weight:500;color:var(--navy)}.bar{height:6px;border-radius:4px;background:#f0f3f7;overflow:hidden}.bar i{display:block;height:100%;background:var(--green);border-radius:4px}.cost-bars>div:nth-child(2) .bar i{background:#719ead}.cost-bars>div:nth-child(3) .bar i{background:#9faebe}.screen-footnote{font-size:.75rem!important;line-height:1.7!important;margin-top:17px!important;color:var(--muted)!important}.extra-price{display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin:25px 0}.extra-price strong{font-family:var(--heading);font-size:1.875rem;letter-spacing:-.045em}.extra-price span{font-size:.75rem;color:var(--muted)}.approval-heading{display:flex;align-items:center;gap:9px;font-size:.8125rem;font-weight:500;color:var(--green-text);background:var(--mint);padding:12px 15px;border-radius:5px;margin:10px 0}.signature{display:flex;flex-direction:column;gap:5px;margin-top:20px;border:1px dashed #c9d6d1;padding:17px 20px;background:#fbfdfc;border-radius:5px}.signature>span{font-family:var(--heading);font-size:1.1875rem;font-weight:500;letter-spacing:-.025em}.signature small{font-size:.75rem;color:var(--green-text)}.schedule{margin-top:26px}.days{display:grid;grid-template-columns:55px repeat(5,1fr);font-size:.75rem;text-align:center;color:var(--muted);margin-bottom:12px}.schedule-row{display:grid;grid-template-columns:55px repeat(5,1fr);align-items:center;min-height:72px;border-top:1px solid var(--line);background:repeating-linear-gradient(90deg,transparent,transparent calc(20% - 1px),#f2f5f8 calc(20% - 1px),#f2f5f8 20%)}.schedule-row b{background:#fff;font-size:.75rem;font-weight:500;align-self:stretch;display:flex;align-items:center}.task{padding:8px 10px;border-left:3px solid var(--green);font-size:.75rem;line-height:1.5;display:block;border-radius:3px;margin:4px 0;background:var(--mint)}.task small{display:block;font-size:.75rem;color:var(--green-text)}.task-0{grid-column:2/5}.task-1{grid-column:3/5;background:#edf2f8;border-color:#7698b5}.task-2{grid-column:5/7;background:#f2f1e9;border-color:#b1a578}.report-list{display:flex;flex-direction:column;gap:18px;margin:26px 0}.report-list>div{display:flex;align-items:center;gap:12px;font-size:.875rem}.report-list svg{color:var(--green-text)}
/* Pricing and questions */
.pricing-section{background:var(--paper);border-top:1px solid var(--line)}.billing-switch{display:flex;justify-content:center;border:0;padding:5px;margin:0 auto 44px;background:#e9eef2;width:max-content;max-width:100%;border-radius:7px}.billing-switch label{position:relative;cursor:pointer}.billing-switch input{position:absolute;opacity:0;width:1px;height:1px}.billing-switch span{display:flex;min-height:44px;padding:9px 24px;border-radius:5px;align-items:center;justify-content:center;font-size:.875rem;font-weight:500}.billing-switch input:checked+span{background:var(--navy);color:#fff;box-shadow:0 3px 6px #16283a15}.billing-switch input:focus-visible+span{outline:3px solid var(--green-dark);outline-offset:3px}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:960px;margin:auto;align-items:stretch}.price-card{border:1px solid var(--line);padding:38px 38px 40px;background:#fff;border-radius:12px;position:relative;display:flex;flex-direction:column}.price-card h3{font-size:1.875rem}.price-card>p{font-size:.9375rem;margin-top:12px;min-height:50px;max-width:290px}.price-card.pro-card{border:2px solid var(--navy);padding:37px 37px 39px}.price-overline{position:absolute;left:-2px;right:-2px;top:-27px;background:var(--navy);color:#d1e5da;text-align:center;font-size:.75rem;letter-spacing:.12em;padding:6px;border-radius:8px 8px 0 0}.pricing-grid:has(.price-overline){padding-top:27px}.pro-card{border-radius:0 0 12px 12px}.price-value{display:flex;align-items:baseline;gap:5px;margin-top:20px;white-space:nowrap}.price-value>span:first-child{font-family:var(--heading);font-size:1.75rem;font-weight:500;align-self:flex-start;margin-top:8px}.price-value strong{font-family:var(--heading);font-size:3.5rem;font-weight:600;letter-spacing:-.06em;line-height:1.2}.price-value>span:last-child{font-size:.8125rem;color:var(--muted);margin-left:7px}.price-card>.billing-caption{font-size:.75rem;min-height:45px;margin-top:9px;margin-bottom:18px;max-width:none}.price-card>.button{width:100%}.feature-checks{list-style:none;margin:27px 0 0;padding:25px 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:14px}.feature-checks li{display:flex;align-items:start;gap:10px;font-size:.875rem}.feature-checks svg{color:var(--green-text);width:17px;height:22px}.price-notes{font-size:.8125rem;text-align:center;margin:25px 0 0;line-height:1.9}.founder-banner{display:grid;grid-template-columns:110px 1fr auto;gap:30px;align-items:center;border:1px solid #c7e0d5;border-radius:10px;padding:32px 35px;background:var(--mint);margin-top:62px}.founder-mark{font-family:var(--heading);font-size:3.75rem;line-height:1;letter-spacing:-.08em;color:var(--green-text);border-right:1px solid #c7e0d5}.founder-mark span{font-family:var(--body);display:block;font-size:.75rem;letter-spacing:.1em;margin-top:9px}.founder-banner h3{font-size:1.375rem;margin-bottom:10px}.founder-banner p{font-size:.875rem;max-width:590px;line-height:1.9}.faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:116px;align-items:start}.faq-layout>div:first-child{position:sticky;top:135px}.faq-layout h2{font-size:2.5rem;max-width:320px;margin-bottom:22px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{display:flex;justify-content:space-between;gap:24px;align-items:center;list-style:none;padding:24px 0;min-height:66px;font-weight:500;font-size:1rem;line-height:1.55;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-plus{font-size:1.375rem;font-weight:400;line-height:1;transition:transform .2s}.faq-list details[open] .faq-plus{transform:rotate(45deg)}.faq-list details[open] summary{color:var(--green-text)}.faq-list details p{padding:0 34px 24px 0;font-size:.9375rem;line-height:1.9}.final-cta{padding:110px 0;background:var(--navy);text-align:center;color:#fff;position:relative;overflow:hidden}.final-cta .wrap{position:relative;z-index:1}.final-cta:after{content:'';position:absolute;width:560px;height:560px;right:-320px;top:-220px;border:1px solid #7caf9927;border-radius:50%;box-shadow:0 0 0 65px #7caf9907,0 0 0 130px #7caf9905;pointer-events:none}.final-cta .eyebrow{color:#8fcdb3}.final-cta h2{font-size:clamp(2.25rem,4.3vw,4.125rem);letter-spacing:-.045em}.final-cta p:not(.eyebrow){color:#b7c8d5;margin:24px auto 31px;max-width:500px;font-size:1.0625rem}.final-cta small{display:block;font-size:.75rem;color:#b7c8d5;margin-top:17px}
/* Footer and secondary pages */
.footer{background:var(--deep);color:#c4d0da;padding:70px 0 26px}.footer-main{display:grid;grid-template-columns:2.3fr 1fr 1fr 1fr;gap:48px;padding-bottom:58px}.brand-light{color:white}.footer-brand p{font-size:.9375rem;color:#9eafbd;line-height:1.8;margin-top:22px}.footer .email-link{font-size:.875rem;color:#9bceb9;margin-top:15px}.footer h2{font-family:var(--body);font-size:.8125rem;letter-spacing:0;font-weight:600;color:#fff;margin-bottom:20px}.footer-main>div>a:not(.brand){display:flex;gap:10px;min-height:38px;align-items:center;font-size:.8125rem}.footer-main>div>a:not(.brand):hover{color:white;text-decoration:underline;text-underline-offset:4px}.footer-main a svg{width:15px}.footer-bottom{border-top:1px solid #ffffff17;padding-top:25px;font-size:.75rem;color:#9eafbd;display:flex;justify-content:space-between;gap:20px}.breadcrumbs{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding-top:30px;font-size:.75rem;color:var(--muted)}.breadcrumbs a{min-height:34px;display:inline-flex;align-items:center}.breadcrumbs a:hover{color:var(--navy);text-decoration:underline}.inner-hero{padding:70px 0 95px;background:linear-gradient(180deg,white,var(--paper))}.inner-hero .split{gap:68px}.inner-hero h1{font-size:clamp(2.375rem,3.9vw,3.875rem)}.inner-hero .lead{margin-top:28px;max-width:590px}.inner-hero .button{margin-top:32px}.inner-hero .photo{height:530px}.inner-product{padding:22px}.inner-product .phone-figure{max-width:350px;margin:auto}.plan-note{margin-top:20px;max-width:490px;line-height:1.8}.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:52px}.benefit-grid h2{font-size:1.5rem;line-height:1.25;margin-bottom:20px}.benefit-grid p{line-height:1.9;font-size:1rem}.benefit-grid .section-number{margin-bottom:20px}.how-it-works{margin-top:72px;padding:45px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.how-it-works h2{font-size:1.75rem;margin-bottom:28px}.how-it-works ol{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:42px;padding-left:23px;font-size:1rem}.how-it-works li{padding-left:7px}.how-it-works li::marker{color:var(--green-text);font-family:var(--heading);font-size:1.25rem}.related-functions{display:flex;flex-wrap:wrap;gap:22px;margin-top:35px}.heading-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:38px}.heading-row h2{font-size:2.25rem}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.article-grid-short{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.article-card{border:1px solid var(--line);border-radius:8px;padding:30px 32px;display:flex;flex-direction:column;background:white;transition:transform .25s var(--ease),border-color .25s,box-shadow .25s}.article-card:hover{transform:translateY(-4px);border-color:#aecbbc;box-shadow:0 10px 30px #16283a06}.article-card-top{display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--green-text);font-size:.75rem;margin-bottom:24px}.article-card-top>span+span{color:var(--muted)}.article-card h3{font-size:1.625rem;line-height:1.25;margin-bottom:18px}.article-card p{font-size:.9375rem;line-height:1.85;margin-bottom:26px}.article-bottom{display:flex;align-items:center;gap:15px;margin-top:auto;font-size:.875rem;font-weight:500}.feature-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 60px}.feature-index>a{border-top:1px solid var(--line);padding:30px 0 40px;position:relative}.feature-index .section-number{margin-bottom:18px}.feature-index h2{font-size:2rem;margin-bottom:18px}.feature-index p{font-size:1rem;margin-right:46px;max-width:470px}.feature-index>a>svg{position:absolute;right:0;bottom:43px;transition:transform .2s}.feature-index>a:hover svg{transform:translateX(5px);color:var(--green-text)}.feature-index>a:hover h2{color:var(--green-text)}.price-page-heading{padding-top:55px;text-align:center}.price-page-heading h1{font-size:1.625rem;color:var(--muted);font-weight:500;letter-spacing:-.025em}.price-page-heading+.pricing-section{padding-top:60px;margin-top:28px}.knowledge-page{padding-top:55px}.simple-page{padding-top:65px}.simple-page .section-heading{max-width:840px}.prose{max-width:760px}.prose h2{font-size:1.75rem;letter-spacing:-.025em;margin-bottom:18px}.prose section+section{margin-top:44px}.prose p,.prose li{font-size:1rem;line-height:1.95;color:var(--muted)}.prose p+p{margin-top:16px}.prose li+li{margin-top:9px}.prose>.button{margin-top:30px}.about-photo{height:480px;max-width:1000px;margin-bottom:60px}.article{padding:58px 0 100px}.article-header{max-width:1110px;margin-bottom:65px}.article-header h1{font-size:clamp(2.125rem,4.2vw,4rem);line-height:1.12;max-width:1020px}.article-header>.lead{margin-top:26px;max-width:820px}.article-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.75rem;margin-top:26px}.article-layout{display:grid;grid-template-columns:250px minmax(0,740px);gap:92px;justify-content:center;align-items:start}.article-sidebar{position:sticky;top:135px;font-size:.8125rem}.article-sidebar>a{display:flex;align-items:center;gap:10px;margin-bottom:28px;min-height:44px;color:var(--green-text)}.article-sidebar>a>svg{transform:rotate(180deg);width:16px}.article-sidebar nav{display:flex;flex-direction:column;border-left:1px solid var(--line)}.article-sidebar nav a{padding:11px 0 11px 20px;line-height:1.6;color:var(--muted)}.article-sidebar nav a:hover{color:var(--green-text)}.article-body>section{scroll-margin-top:135px;margin-bottom:44px}.article-body h2{font-size:1.75rem;line-height:1.3;letter-spacing:-.028em;margin-bottom:20px}.article-body p,.article-body li{font-size:1.0625rem;line-height:1.95;color:var(--muted)}.article-body li{margin-bottom:12px;padding-left:8px}.sources{margin-top:50px;padding:26px 30px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.sources h2{font-size:1.25rem}.sources ul{padding:0;margin:0;list-style:none}.sources li{margin:0;padding:0;font-size:.8125rem}.sources a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;text-decoration:underline;text-underline-offset:4px;line-height:1.6}.sources svg{width:16px}.article-next{margin-top:48px;background:var(--mint);padding:30px;border-radius:8px}.article-next .eyebrow{margin-bottom:14px}.article-next h2{margin-bottom:14px}
.product-paper .screen-heading{font-family:var(--heading);font-size:1.375rem;line-height:1.3;letter-spacing:-.025em;font-weight:600;margin-top:8px;color:var(--navy)}.phone-figure .product-paper .screen-heading{font-size:1.35rem}.screen-top,.screen-row,.screen-note,.screen-subtotal,.calculation-total>span,.document-client,.phone-actions>div,.offline-note,.task,.schedule-row b,.report-list>div{font-size:.875rem}.product-figure figcaption{font-size:.75rem}.screen-footnote{font-size:.75rem!important}.founder-mark{min-width:75px}.founder-mark span{font-size:.75rem;letter-spacing:.03em;line-height:1.4;max-width:90px}.price-overline{font-size:.75rem}.founders-small{font-size:.75rem}.announcement a{font-size:.8125rem}.billing-switch:has(input:disabled){display:none}
/* Progressive motion: content is always readable without JavaScript. */
@media(prefers-reduced-motion:no-preference){.reveal-ready{transition:opacity .5s var(--ease),transform .6s var(--ease)}.reveal-ready:not(.revealed){opacity:.18;transform:translateY(18px)}}
@media(min-width:1600px){.hero h1{font-size:5.75rem}.hero{height:790px}.wrap{width:min(1320px,calc(100% - 128px))}}
@media(max-width:1250px){.wrap{width:calc(100% - 72px)}.main-nav{gap:19px}.nav-actions{gap:17px;margin-left:0}.main-nav>a[href='/over-ons']{display:none}.split{gap:52px}.journey-layout{gap:66px;grid-template-columns:290px minmax(0,1fr)}.faq-layout{gap:65px}.founder-banner{grid-template-columns:95px 1fr;gap:25px}.founder-banner>.button{grid-column:2;justify-self:start}.footer-main{gap:35px}.field-visual>.phone-figure{max-width:315px}.extra-floating{margin-left:14%}.price-card{padding:30px}.price-card.pro-card{padding:29px}}
@media(max-width:1020px){.wrap{width:calc(100% - 56px)}.header-inner{min-height:78px;flex-wrap:wrap;gap:0}.brand img{width:36px;height:36px}.brand>span{font-size:1.65rem}.menu-toggle{display:flex}.main-nav{display:none;width:100%;padding:20px 0 26px;align-items:stretch;flex-direction:column;gap:3px;max-height:calc(100dvh - 100px);overflow:auto}.main-nav.is-open{display:flex}.main-nav>a[href='/over-ons']{display:flex}.nav-actions{display:flex;margin:17px 0 0;gap:22px;flex-wrap:wrap}.main-nav>a,.nav-dropdown summary{font-size:1rem;min-height:48px}.nav-dropdown summary{justify-content:space-between}.dropdown-panel{position:static;min-width:0;box-shadow:none;border:0;border-left:2px solid #c6dfd4;border-radius:0;padding:4px 0 4px 15px;margin:7px 0 15px;gap:0}.audience-dropdown .dropdown-panel{min-width:0}.main-nav>a{padding:0}.hero{min-height:610px;height:74vh}.hero h1{font-size:clamp(3.125rem,6vw,4.5rem)}.split{gap:36px}.section{padding:88px 0}.problem-grid{gap:24px;grid-template-columns:1fr 1fr}.problem-grid>div{padding-top:22px;padding-bottom:18px}.problem-grid h3{max-width:320px}.journey-layout{grid-template-columns:230px minmax(0,1fr);gap:30px}.journey-overview h3{font-size:1.375rem}.journey-nav a{font-size:.8125rem}.journey-stage .product-figure{margin-left:0}.stage-heading{gap:12px}.stage-heading h3{font-size:1.625rem}.step-chips{padding-left:0}.product-paper{padding:25px}.extra-visual{min-height:650px}.extra-floating{margin-left:6%;padding-top:170px}.extra-floating .product-paper{padding:20px}.field-visual>.phone-figure{max-width:290px;padding-top:70px}.field-visual{min-height:620px}.field-visual>.photo{height:500px}.ai-visual{padding-left:0}.ai-visual .product-figure{margin-left:10px}.voice-card{padding:23px 23px 23px 64px}.screen-total>strong{font-size:1.375rem}.price-card{padding:27px}.price-card.pro-card{padding:26px}.benefit-grid{gap:32px}.inner-hero .split{gap:35px}.inner-hero .photo{height:440px}.inner-product{padding:0}.article-layout{grid-template-columns:200px 1fr;gap:40px}.footer-main{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:25px}.faq-layout{grid-template-columns:1fr 1.5fr;gap:40px}.faq-layout h2{font-size:2.125rem}}
@media(max-width:760px){html{scroll-padding-top:96px}.wrap{width:calc(100% - 40px)}.section{padding:74px 0}.split{grid-template-columns:1fr;gap:42px}.section-heading{margin-bottom:38px}.section-heading>p:not(.eyebrow){font-size:1rem;margin-top:20px}.eyebrow{font-size:.75rem;letter-spacing:.1em;margin-bottom:17px}.section-copy>p:not(.eyebrow){font-size:1rem;margin-top:23px}h2{font-size:2.25rem}.announcement>.wrap{gap:11px;justify-content:center;min-height:40px;font-size:.75rem}.announcement .founders-small{display:none}.announcement a{font-size:0;gap:0;min-height:40px}.announcement a svg{width:18px;font-size:1rem}.header-inner{min-height:73px}.hero{height:auto;min-height:660px;align-items:start}.hero-content{padding-top:75px;padding-bottom:115px}.hero .eyebrow{font-size:.75rem;letter-spacing:.1em;margin-bottom:24px}.hero h1{font-size:clamp(2.5rem,7.6vw,3.875rem);line-height:1.09;letter-spacing:-.05em;max-width:680px}.hero-content>p:not(.eyebrow){font-size:1rem;max-width:400px;margin:24px 0 29px}.hero-shade{background:linear-gradient(90deg,#0e1b27e0,#0e1b277a),linear-gradient(0deg,#0e1b27cc,transparent 65%)}.hero-photo img{object-position:66% center}.hero small{max-width:265px;font-size:.75rem;line-height:1.7}.hero-bottom{bottom:22px;font-size:.75rem;align-items:center;gap:22px}.hero-bottom span:first-child{font-size:.8125rem}.hero-bottom span:last-child{max-width:125px;text-align:right}.hero .button{gap:18px;min-height:56px}.trust-strip{padding:20px 0}.trust-strip .wrap{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;font-size:.75rem}.trust-strip span{gap:7px}.trust-strip svg{width:15px}.problem-section{padding:76px 0 64px}.problem-grid{gap:23px}.problem-grid h3{font-size:1.25rem}.problem-grid p{font-size:.875rem;line-height:1.8}.section-number{margin-bottom:20px}.journey-section{padding:75px 0}.journey-section>.wrap>.section-heading{margin-bottom:36px}.journey-layout{display:block}.journey-overview{position:static;padding:0 0 25px}.journey-overview h3{font-size:1.375rem;max-width:unset;margin-top:13px}.journey-overview>.small.muted{display:none}.journey-nav{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin:20px 0 0;padding-bottom:15px;border-bottom:1px solid var(--line)}.journey-nav a{font-size:.8125rem;padding:10px 0;gap:10px}.journey-nav a>span{width:28px;height:28px;font-size:.75rem}.journey-nav li+li a:before{display:none}.journey-stage{padding:14px 0 43px}.journey-stage+.journey-stage{padding-top:35px}.stage-heading h3{font-size:1.75rem}.stage-heading p{font-size:.9375rem;line-height:1.85}.step-chips{margin:20px 0}.step-chips span{font-size:.75rem}.product-paper{padding:25px}.journey-stage>.text-link{margin-top:8px}.extra-section{padding:78px 0}.extra-section .split{display:flex;flex-direction:column-reverse;align-items:stretch}.extra-visual{min-height:680px;margin-top:7px;max-width:520px}.extra-visual>.photo{width:91%;height:415px}.extra-floating{margin-left:19%;padding-top:190px}.extra-floating .product-paper{padding:25px}.proof-line{padding-top:22px;margin-top:28px!important}.field-section{padding:75px 0 65px}.field-visual{min-height:650px;max-width:520px}.field-visual>.photo{width:75%;height:560px;top:0}.field-visual>.phone-figure{max-width:320px;padding-top:65px}.ai-section .split{display:flex;flex-direction:column-reverse;align-items:stretch}.ai-visual{padding:15px 10px 0 0;max-width:520px}.ai-visual .product-figure{margin-left:26px}.voice-card{max-width:365px;padding:22px 22px 22px 66px}.voice-card p{font-size:1.125rem}.ai-proof{font-size:.75rem}.profit-visual{padding:0 8px 15px 0}.margin-alert{margin-left:28px;margin-right:-8px;padding:16px}.english-section .split{display:flex;flex-direction:column-reverse;align-items:stretch}.english-line{font-size:1.375rem!important}.pricing-grid{grid-template-columns:1fr;gap:57px;max-width:470px}.pricing-grid:has(.price-overline){padding-top:0}.price-card,.price-card.pro-card{padding:31px}.price-card>p{min-height:0;max-width:unset}.price-value{margin-top:26px}.price-card>.billing-caption{min-height:31px}.billing-switch{margin-bottom:31px}.price-notes{font-size:.75rem;max-width:380px;margin:24px auto 0}.founder-banner{grid-template-columns:66px 1fr;gap:22px;padding:27px 23px;margin-top:42px}.founder-mark{font-size:3rem}.founder-mark span{font-size:.75rem;max-width:50px;line-height:1.7}.founder-banner h3{font-size:1.3rem;line-height:1.25}.founder-banner p{font-size:.8125rem;line-height:1.8}.founder-banner>.button{grid-column:1/-1;justify-self:stretch}.faq-layout{display:block}.faq-layout>div:first-child{position:static;margin-bottom:28px}.faq-layout h2{font-size:2.25rem;max-width:370px;margin-bottom:10px}.faq-list summary{font-size:.9375rem;padding:21px 0}.faq-list details p{font-size:.9375rem;padding-right:20px}.final-cta{padding:82px 0}.final-cta h2{font-size:2.5rem;letter-spacing:-.045em}.final-cta p:not(.eyebrow){font-size:1rem;max-width:325px;line-height:1.8}.final-cta small{font-size:.75rem;max-width:275px;margin:18px auto 0}.footer{padding:56px 0 25px}.footer-main{grid-template-columns:1fr 1fr;gap:37px 25px;padding-bottom:36px}.footer-brand{grid-column:1/-1}.footer-brand p{margin-top:18px}.footer-main>div>a:not(.brand){min-height:42px;font-size:.875rem}.footer h2{margin-bottom:15px}.footer-bottom{flex-direction:column;gap:12px;font-size:.75rem}.breadcrumbs{padding-top:20px;gap:9px;font-size:.75rem}.inner-hero{padding:48px 0 62px}.inner-hero .split{gap:42px}.inner-hero h1{font-size:2.5rem}.inner-hero .lead{font-size:1rem;margin-top:24px}.inner-hero .photo{height:340px}.inner-product{max-width:520px;width:100%;margin:auto}.plan-note{font-size:.8125rem}.benefit-grid{grid-template-columns:1fr;gap:38px}.benefit-grid h2{font-size:1.625rem;margin-bottom:17px}.benefit-grid p{font-size:1rem}.benefit-grid>div:not(:first-child){border-top:1px solid var(--line);padding-top:28px}.benefit-grid .section-number{margin-bottom:17px}.how-it-works{margin-top:45px;padding:26px}.how-it-works ol{grid-template-columns:1fr;gap:19px}.related-functions{gap:8px 22px;margin-top:25px}.heading-row{align-items:start;flex-direction:column;gap:15px;margin-bottom:24px}.heading-row h2{font-size:2rem}.article-grid{grid-template-columns:1fr;gap:20px}.article-card{padding:25px}.article-card h3{font-size:1.5625rem}.article-card-top{font-size:.75rem;margin-bottom:19px}.feature-index{grid-template-columns:1fr;gap:0}.feature-index h2{font-size:1.875rem}.feature-index p{margin-right:30px}.article{padding:40px 0 66px}.article-header{margin-bottom:37px}.article-header h1{font-size:2.375rem}.article-header>.lead{font-size:1rem}.article-meta{font-size:.75rem;gap:6px 9px;margin-top:22px}.article-layout{display:block}.article-sidebar{position:static;margin-bottom:35px}.article-sidebar nav{display:none}.article-sidebar>a{margin:0}.article-body>section{margin-bottom:35px}.article-body h2{font-size:1.625rem;margin-bottom:17px}.article-body p,.article-body li{font-size:1rem;line-height:1.9}.sources{padding:22px}.sources h2{font-size:1.25rem}.sources li{font-size:.8125rem}.article-next{padding:25px;margin-top:35px}.simple-page{padding-top:40px}.prose h2{font-size:1.5rem}.prose p,.prose li{font-size:1rem}.about-photo{height:320px;margin-bottom:40px}.english-nav{gap:15px;font-size:.8125rem}.english-nav .button{display:none}.price-page-heading{padding-top:35px}.price-page-heading h1{font-size:1.125rem}.price-page-heading+.pricing-section{padding-top:40px}}
@media(max-width:390px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:2.5rem}.hero{min-height:625px}.hero-content{padding-top:58px}.hero-content>p:not(.eyebrow){max-width:290px}.announcement>.wrap{font-size:.75rem;gap:6px}.problem-grid{grid-template-columns:1fr;gap:10px}.problem-grid h3{font-size:1.375rem}.problem-grid>div{padding-bottom:22px}.product-paper{padding:20px}.screen-row{gap:10px;font-size:.75rem}.screen-top{font-size:.8125rem}.screen-total>strong{font-size:1.375rem}.margin-result{padding:17px;margin:22px -3px}.margin-result strong{font-size:1.875rem}.margin-percentage strong{font-size:1.625rem}.metric-pair strong{font-size:1.5625rem}.extra-floating{margin-left:10%;padding-top:170px}.extra-floating .product-paper{padding:20px}.extra-visual{min-height:650px}.field-visual>.phone-figure{max-width:285px}.phone-figure .product-paper{padding:22px 17px}.field-visual{min-height:635px}.price-card,.price-card.pro-card{padding:26px}.price-value strong{font-size:3.1rem}.price-value>span:last-child{margin-left:3px}.button{padding-inline:19px;font-size:.875rem}.founder-banner{padding:23px 20px}.voice-card{padding-left:61px}.ai-visual .product-figure{margin-left:10px}}
.footer-main>div>a:not(.brand),.breadcrumbs a,.sources a,.article-sidebar nav a{min-height:44px}.founder-mark{border-right:0}.founder-mark span{max-width:100%;font-size:.75rem}.product-paper .screen-row{font-size:.875rem;flex-wrap:wrap}.product-paper .screen-row strong{white-space:normal;text-align:right}.product-paper .screen-heading{margin-bottom:8px}.screen-rows{clear:both}.price-card .price-value strong{font-variant-numeric:tabular-nums}.hero .eyebrow{font-size:.75rem}.price-overline{top:-31px;padding:7px}.price-value{flex-wrap:wrap}.feature-checks li{line-height:1.65}.invoice-inset .screen-row{display:grid;grid-template-columns:1fr 1.1fr;gap:12px}.invoice-inset .screen-row strong{font-size:.8125rem}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.voice-card,.ai-visual .product-figure{transform:none}.reveal-ready{opacity:1!important;transform:none!important}}

/* Bilingual navigation: language selection stays visible outside the mobile menu. */
.header-inner{gap:16px}
.header-inner>.brand{order:0}
.header-tools{display:flex;align-items:center;gap:12px;flex-shrink:0;order:2}
.main-nav{order:1;gap:18px}
.nav-actions{gap:16px;margin-left:0}
.language-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:7px;background:var(--paper);flex-shrink:0}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px;min-height:44px;min-width:44px;border-radius:4px;font-size:.875rem;line-height:1;font-weight:500;color:var(--muted);white-space:nowrap}
.language-switch img{width:24px;height:18px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px #16283a15;flex-shrink:0}
.language-switch a[aria-current=true]{background:white;color:var(--navy);font-weight:700;box-shadow:0 1px 4px #16283a1a}
.language-switch a:hover{background:var(--mint);color:var(--green-text)}
.footer .language-switch{margin-top:14px;background:#ffffff0b;border-color:#ffffff25}
.footer .language-switch a{color:#dbe6ed}
.footer .language-switch a[aria-current=true],.footer .language-switch a:hover{background:#ffffff;color:var(--navy)}
@media(max-width:1240px){
 .header-inner{min-height:78px;flex-wrap:wrap;gap:0}
 .header-tools{order:1;margin-left:auto}
 .menu-toggle{display:flex}
 .main-nav{order:2;display:none;width:100%;padding:20px 0 26px;align-items:stretch;flex-direction:column;gap:3px;max-height:calc(100dvh - 100px);overflow:auto}
 .main-nav.is-open{display:flex}
 .main-nav>a[href='/over-ons'],.main-nav>a[href='/en/about']{display:flex}
 .nav-actions{display:flex;margin:17px 0 0;gap:22px;flex-wrap:wrap}
 .main-nav>a,.nav-dropdown summary{font-size:1rem;min-height:48px}
 .nav-dropdown summary{justify-content:space-between}
 .dropdown-panel{position:static;min-width:0;box-shadow:none;border:0;border-left:2px solid #c6dfd4;border-radius:0;padding:4px 0 4px 15px;margin:7px 0 15px;gap:0}
 .audience-dropdown .dropdown-panel{min-width:0}
 .main-nav>a{padding:0}
}
@media(max-width:760px){
 .header-inner{min-height:73px}
 .header-tools{gap:8px}
 .menu-toggle{width:44px;height:44px;padding:10px;justify-content:center}
 .menu-toggle [data-menu-label]{display:none}
}
@media(max-width:480px){
 .header-tools .language-switch a{padding:7px}
 .header-tools .language-switch span{display:none}
}
@media(max-width:390px){
 .header-inner>.brand{gap:7px}
 .header-inner>.brand img{width:30px;height:30px}
 .header-inner>.brand>span{font-size:1.35rem}
 .header-tools{gap:6px}
}
.preview-gate{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(14,27,39,.6);backdrop-filter:blur(2px)}
.preview-card{position:relative;max-width:440px;width:100%;background:#fff;border-radius:12px;padding:36px 32px 32px;box-shadow:0 24px 60px rgba(14,27,39,.2);text-align:left}
.preview-close{position:absolute;top:14px;right:14px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--muted);background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s}
.preview-close:hover{background:var(--paper);color:var(--navy)}
.preview-badge{display:inline-block;background:var(--mint);color:var(--green-text);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 11px;border-radius:30px;margin-bottom:16px}
.preview-card h2{font-size:1.375rem;color:var(--navy);margin-bottom:12px;line-height:1.3}
.preview-card p{color:var(--muted);font-size:.9375rem;line-height:1.6;margin-bottom:24px}
.preview-card .button{width:100%}
@media (max-width:480px){.preview-card{padding:28px 22px 24px}}
