:root{--brand-aqua:#66e0d2;--brand-tint:#52b7b0;--brand-coral:#e8667a;--brand-mint:#a9ebb6;--brand-ink:#23413e;--brand-white:#fff;--theme-background:#f6f6f6;--theme-surface:#fff;--theme-surface-muted:#eef3f2;--theme-text:#23413e;--theme-secondary-text:#617875;--theme-muted-text:#78918e;--theme-border:#e4ebe9;--theme-shadow:#173e39;--theme-glass:#f8fbfa85;--interaction-link:#287c74;--interaction-active-text:#1f625c;--interaction-active-background:#66e0d257;--interaction-tinted-surface:#e8f8f5;--interaction-chip-border:#d6ebe7;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-xxl:32px;--space-section:64px;--radius-image:10px;--radius-input:12px;--radius-card:18px;--radius-button:16px;--radius-chip:18px;--radius-panel:24px;--radius-navigation:30px;--font-system:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--type-display:clamp(2.75rem, 5.3vw, 5rem);--type-section:clamp(2rem, 3.4vw, 3.25rem)}[data-theme=dark]{--theme-background:#101413;--theme-surface:#1b2321;--theme-surface-muted:#25302e;--theme-text:#f2f7f6;--theme-secondary-text:#a9bab7;--theme-muted-text:#91a5a1;--theme-border:#34413e;--theme-shadow:#000;--theme-glass:#161d1bb8}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{background:var(--theme-background);color:var(--theme-text);font-family:var(--font-system);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem}a{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--interaction-link);outline-offset:5px}a:hover{opacity:.85}img{max-width:100%;display:block}.wrap{max-width:1320px;margin:auto;padding-left:6%;padding-right:6%}.header{background:var(--theme-surface);border-bottom:1px solid var(--theme-border);z-index:10;justify-content:space-between;align-items:center;gap:24px;max-width:none;min-height:88px;padding-left:max(6%,50vw - 581px);padding-right:max(6%,50vw - 581px);display:flex;position:sticky;top:0}.wordmark{flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.wordmark img{border-radius:10px;width:36px;height:36px}.wordmark span{letter-spacing:-.5px;font-size:1.25rem;font-weight:700}.header nav{color:var(--theme-secondary-text);gap:32px;font-size:.875rem;font-weight:600;display:flex}.header-actions{align-items:center;gap:20px;display:flex}.header-actions>a:first-child{color:var(--theme-secondary-text);font-size:.875rem;font-weight:600}.button{background:var(--brand-ink);color:var(--brand-white);border-radius:var(--radius-button);cursor:pointer;border:none;justify-content:center;align-items:center;gap:16px;min-height:54px;padding:16px 24px;font-size:1rem;font-weight:700;display:inline-flex}.button.small{gap:12px;min-height:44px;padding:12px 20px;font-size:.875rem}.button.outline{color:var(--brand-ink);border:1.5px solid var(--theme-border);background:0 0}.eyebrow{letter-spacing:1.2px;color:var(--interaction-link);text-transform:uppercase;font-size:.75rem;font-weight:800;line-height:1.6}.dot{background:var(--brand-tint);border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.hero{grid-template-columns:1.05fr 1fr;align-items:center;gap:6%;padding-top:80px;padding-bottom:80px;display:grid}.hero h1{font-size:var(--type-display);letter-spacing:-3px;margin:20px 0 24px;font-weight:800;line-height:1.04}.hero .intro{max-width:460px;color:var(--theme-secondary-text);margin:0 0 32px;font-size:1.125rem;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hero-note{color:var(--theme-muted-text);margin:0;font-size:.8125rem}.hero-visual{border-radius:var(--radius-panel);position:relative;overflow:hidden;box-shadow:0 16px 44px #173e3918}.hero-visual img{object-fit:cover;width:100%;height:100%}.hero-card{background:var(--theme-surface);border-radius:var(--radius-card);border:1px solid var(--theme-border);width:220px;padding:16px;position:absolute;bottom:-32px;right:24px;box-shadow:0 20px 44px #173e3928}.hero-card .rating{color:var(--theme-text);align-items:center;gap:6px;font-size:.8125rem;font-weight:700;display:flex}.hero-card .rating svg{color:var(--brand-coral)}.hero-card h3{margin:8px 0 2px;font-size:1rem}.hero-card p{color:var(--theme-muted-text);margin:0;font-size:.75rem}.features{padding-top:64px;padding-bottom:24px}.feature-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.feature-grid article{flex-direction:column;gap:12px;display:flex}.feature-grid .icon{border-radius:var(--radius-input);background:var(--interaction-tinted-surface);width:48px;height:48px;color:var(--interaction-link);justify-content:center;align-items:center;display:flex}.feature-grid h3{letter-spacing:-.2px;margin:0;font-size:1.0625rem;font-weight:700}.feature-grid p{color:var(--theme-secondary-text);margin:0;font-size:.875rem;line-height:1.55}.section{padding-top:80px;padding-bottom:80px}.section-heading h2{font-size:var(--type-section);letter-spacing:-1.5px;margin:16px 0 40px;font-weight:800;line-height:1.13}.steps{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.steps article{border:1px solid var(--theme-border);border-radius:var(--radius-card);background:var(--theme-surface);padding:24px}.step-top{color:var(--interaction-link);justify-content:space-between;align-items:center;gap:12px;display:flex}.step-top>svg{border-radius:var(--radius-input);background:var(--interaction-tinted-surface);flex-shrink:0;width:44px;height:44px;padding:10px}.step-top span{letter-spacing:.6px;font-size:.75rem;font-weight:800}.steps h3{letter-spacing:-.5px;margin:24px 0 12px;font-size:1.375rem;font-weight:800;line-height:1.25}.steps p{color:var(--theme-secondary-text);margin:0;line-height:1.6}.plans{background:var(--theme-surface-muted)}.plan-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.plan{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-card);padding:28px}.plan.featured{border-color:var(--brand-tint);position:relative;box-shadow:0 12px 32px #173e3918}.plan.featured:before{content:"Most popular";background:var(--brand-tint);color:var(--brand-white);letter-spacing:.4px;border-radius:999px;padding:5px 12px;font-size:.6875rem;font-weight:800;position:absolute;top:-13px;left:28px}.plan h3{margin:0 0 4px;font-size:1.125rem}.plan .price{letter-spacing:-1px;margin:0 0 20px;font-size:2rem;font-weight:800}.plan .price span{color:var(--theme-muted-text);font-size:.875rem;font-weight:500}.plan ul{flex-direction:column;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.plan li{color:var(--theme-secondary-text);align-items:center;gap:10px;font-size:.875rem;display:flex}.plan li svg{color:var(--interaction-link);flex-shrink:0}.plan .button{width:100%}.manifesto{background:var(--brand-ink);color:var(--brand-white)}.manifesto-inner{text-align:center;padding-top:72px;padding-bottom:72px}.manifesto .eyebrow{color:var(--brand-aqua)}.manifesto h2{letter-spacing:-1.4px;max-width:760px;margin:20px auto 32px;font-size:clamp(2rem,3.8vw,3.25rem);font-weight:800;line-height:1.15}.manifesto p{color:#c7d6d4;max-width:520px;margin:0 auto 32px;line-height:1.65}.download{justify-content:space-between;align-items:center;gap:48px;display:flex}.download h2{margin-bottom:16px}.download>div:first-child>p{color:var(--theme-secondary-text);max-width:420px;line-height:1.6}.footer{background:var(--theme-surface);border-top:1px solid var(--theme-border);flex-wrap:wrap;align-items:center;gap:24px;max-width:none;padding:32px max(6%,50vw - 581px);display:flex}.footer p{color:var(--theme-secondary-text);flex:1;font-size:.875rem}.footer>a:last-of-type{min-height:44px;color:var(--theme-secondary-text);align-items:center;gap:8px;font-size:.875rem;display:flex}.footer small{color:var(--theme-muted-text);font-size:.75rem}.skip{z-index:20;background:var(--theme-surface);border-radius:8px;padding:12px;position:fixed;top:-100px;left:20px}.skip:focus{top:16px}@media (max-width:1000px){.hero{gap:32px}.hero h1{letter-spacing:-2px;font-size:3.5rem}.feature-grid{grid-template-columns:repeat(2,1fr)}.steps{gap:16px}.steps article{padding:20px}.plan-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}@media (max-width:720px){.wrap{padding-left:24px;padding-right:24px}.header{gap:16px;min-height:72px}.header nav,.header-actions>a:first-child{display:none}.button.small{gap:10px;padding:12px 16px;font-size:.8125rem}.hero{grid-template-columns:1fr;gap:32px;padding-top:40px;padding-bottom:56px}.hero h1{letter-spacing:-1.6px;font-size:clamp(2.5rem,9vw,3.5rem)}.hero .intro{max-width:100%;font-size:1.0625rem}.hero-card{width:auto;margin-top:16px;position:static}.feature-grid{grid-template-columns:1fr;gap:24px;margin-top:32px}.section{padding-top:56px;padding-bottom:56px}.section-heading h2{letter-spacing:-1px;font-size:2.1rem}.steps{grid-template-columns:1fr}.manifesto-inner{padding-top:48px;padding-bottom:48px}.download{flex-direction:column;align-items:stretch;gap:24px}.footer{flex-wrap:wrap}.footer p{order:3;min-width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
