:root{--b-700:#1d4ed8;--b-600:#2563eb;--b-500:#3a86ff;--a-600:#059669;--a-500:#0d9488;--n-950:#0b1220;--n-900:#0f172a;--n-700:#334155;--n-500:#64748b;--n-200:#e2e8f0;--n-100:#f1f5f9;--bg:#fff;--surface:#fff;--surface-alt:#f8fafc;--text-hi:#0b1220;--text-mid:#334155;--text-low:#64748b;--border-subtle:#e2e8f0;--border-strong:#cbd5e1;--radius-card:8px;--radius-ui:8px;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ease-smooth:cubic-bezier(.22, 1, .36, 1);--shadow-s1:0 1px 2px #0f2a320f, 0 1px 1px #0f2a3208;--shadow-s2:0 18px 36px #0f2a321f}@media (prefers-color-scheme:dark){:root{--bg:#0b1220;--surface:#111827;--surface-alt:#172033;--text-hi:#fff;--text-mid:#dbeafe;--text-low:#94a3b8;--border-subtle:#263449;--border-strong:#475569;--shadow-s1:0 1px 1px #00000040;--shadow-s2:0 20px 42px #00000059}}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-hi);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5}a{color:inherit}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header,.site-footer,.home-hero,.band,.split-section,.page-hero,.content-grid,.pricing-grid,.template-grid,.template-detail,.faq-list,.legal-copy,.timeline{width:min(1120px,100% - 32px);margin:0 auto}.site-header{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:72px;display:grid}.brand,.main-nav,.header-actions,.site-footer nav,.hero-actions{align-items:center;display:flex}.brand{gap:10px;font-size:20px;font-weight:700;text-decoration:none}.main-nav{color:var(--text-mid);justify-content:center;gap:22px;font-size:14px}.main-nav a,.site-footer a,.language-link{text-decoration:none}.main-nav a:hover,.site-footer a:hover,.language-link:hover{color:var(--b-600)}.header-actions{gap:10px}.language-link{color:var(--text-mid);font-size:14px;font-weight:700}.btn-primary,.btn-secondary{border-radius:var(--radius-ui);min-height:44px;transition:background-color .18s var(--ease-smooth), border-color .18s var(--ease-smooth), color .18s var(--ease-smooth);justify-content:center;align-items:center;padding:10px 18px;font-size:14px;font-weight:700;line-height:20px;text-decoration:none;display:inline-flex}.btn-primary{border:1px solid var(--b-600);background:var(--b-600);color:#fff}.btn-primary:hover{background:var(--b-700);border-color:var(--b-700)}.btn-secondary{border:1px solid var(--border-strong);color:var(--text-hi);background:0 0}.btn-secondary:hover{background:var(--surface-alt)}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px}.eyebrow{color:var(--a-600);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}.email-form,.success-message{width:100%;max-width:440px}.email-form{gap:10px;display:grid}.email-form-row{gap:10px;display:flex}.email-form input{border:1px solid var(--border-subtle);border-radius:var(--radius-ui);background:var(--surface);min-width:0;color:var(--text-hi);padding:0 14px;font-size:16px}.email-form-row input{flex:1}.email-form input:focus{border-color:var(--b-500);outline:2px solid color-mix(in srgb, var(--b-500) 24%, transparent)}.consent-row{color:var(--text-mid);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px;font-size:13px;display:grid}.consent-row input{width:16px;height:16px;margin:2px 0 0;padding:0}.form-error{color:#b91c1c;margin:0;font-size:14px;font-weight:700}.success-message{border:1px solid color-mix(in srgb, var(--a-600) 34%, var(--border-subtle));border-radius:var(--radius-ui);background:color-mix(in srgb, var(--a-600) 12%, var(--surface));color:var(--a-600);padding:16px;font-weight:700}.site-footer{border-top:1px solid var(--border-subtle);color:var(--text-mid);justify-content:space-between;gap:24px;margin-top:auto;padding:36px 0;display:flex}.site-footer p{margin:6px 0 0}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:16px}@media (max-width:860px){.site-header{grid-template-columns:1fr;padding:16px 0}.main-nav{justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.header-actions{justify-content:flex-start}}@media (max-width:560px){.site-header,.site-footer,.home-hero,.band,.split-section,.page-hero,.content-grid,.pricing-grid,.faq-list,.legal-copy,.timeline{width:min(100% - 24px,1120px)}.hero-actions,.email-form-row,.site-footer{flex-direction:column;align-items:stretch}.hero-actions .btn-primary,.hero-actions .btn-secondary,.email-form button{width:100%}.site-header{grid-template-columns:1fr auto;gap:12px;min-height:56px;padding:10px 0}.main-nav{display:none}.header-actions{justify-content:flex-end;gap:8px}.header-actions .btn-secondary{display:none}.header-actions .btn-primary{min-height:40px;padding:8px 12px}.email-form input{min-height:44px}.site-footer nav{justify-content:flex-start}}
.home-hero{grid-template-columns:minmax(0,.94fr) minmax(320px,1.06fr);align-items:center;gap:56px;padding:72px 0 56px;display:grid}.hero-copy h1,.page-hero h1{max-width:760px;color:var(--text-hi);letter-spacing:0;margin:0;font-size:clamp(40px,7vw,76px);line-height:.96}.hero-copy>p:not(.eyebrow),.page-hero>p,.split-section p,.section-heading p,.feature-card p,.feature-list p,.faq-list p,.legal-copy p,.timeline p{color:var(--text-mid)}.hero-copy>p:not(.eyebrow),.page-hero>p{max-width:620px;margin:24px 0 0;font-size:20px}.product-screenshots{min-width:0}.product-screenshots-gallery{gap:16px;display:grid}.product-screenshot{border:1px solid var(--border-subtle);border-radius:var(--radius-card);background:var(--surface);min-width:0;box-shadow:var(--shadow-s2);margin:0;overflow:hidden}.product-screenshot img{aspect-ratio:1200/820;-o-object-fit:cover;object-fit:cover;background:var(--surface-alt);width:100%;height:auto;display:block}.product-screenshot figcaption{border-top:1px solid var(--border-subtle);padding:16px 18px 18px}.product-screenshot figcaption span{color:var(--a-600);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.product-screenshot figcaption strong{color:var(--text-hi);margin-top:6px;font-size:18px;line-height:1.2;display:block}.product-screenshot figcaption p{color:var(--text-mid);margin:8px 0 0}.band,.split-section,.page-hero,.content-grid,.pricing-grid,.faq-list,.legal-copy,.timeline{padding:56px 0}.section-heading{max-width:680px;margin-bottom:24px}.section-heading h2,.split-section h2{letter-spacing:0;margin:0;font-size:clamp(30px,5vw,48px);line-height:1.05}.feature-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.feature-card,.price-card,.feature-list article,.faq-list article,.timeline article{border:1px solid var(--border-subtle);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-s1);padding:22px}.feature-card h3,.feature-list h2,.price-card h2,.faq-list h2,.timeline h2,.legal-copy h2{margin:0 0 10px}.pricing-reassurance,.pricing-explanation{color:var(--text-mid);font-size:.9rem}.price-card .btn-primary:disabled{cursor:not-allowed;opacity:.6}.split-section{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:40px;display:grid}.page-hero{max-width:880px;margin-left:max(16px,50vw - 560px)}.content-grid{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);align-items:start;gap:28px;display:grid}.feature-list{gap:14px;display:grid}.card-title-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.card-title-row span{background:color-mix(in srgb, var(--b-600) 12%, var(--surface));color:var(--b-600);border-radius:999px;flex:none;padding:4px 8px;font-size:12px;font-weight:800}.price-card strong{margin:8px 0 18px;font-size:38px;line-height:1;display:block}.price-card ul{color:var(--text-mid);margin:0;padding-left:18px}.faq-list,.timeline{gap:14px;max-width:880px;display:grid}.legal-copy{max-width:820px}.legal-copy h2:not(:first-child){margin-top:30px}.timeline time{color:var(--text-low);font-size:14px}@media (max-width:860px){.home-hero,.split-section,.content-grid,.pricing-grid{grid-template-columns:1fr}.home-hero{padding-top:24px}.feature-grid{grid-template-columns:1fr}}@media (max-width:560px){.hero-copy h1,.page-hero h1{font-size:36px;line-height:1.02}.hero-copy>p:not(.eyebrow),.page-hero>p{margin-top:18px;font-size:18px}.product-screenshot figcaption{padding:14px}}
.template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:56px 0;display:grid}.template-card{border:1px solid var(--border-subtle);border-radius:var(--radius-card);background:var(--surface);min-width:0;box-shadow:var(--shadow-s1);flex-direction:column;gap:14px;padding:22px;display:flex}.template-card h2,.template-card p,.template-card ul{margin:0}.template-card p,.template-card ul,.template-method p,.template-groups p,.template-groups small{color:var(--text-mid)}.template-card ul{padding-left:18px}.template-card .btn-secondary{align-self:flex-start;margin-top:auto}.template-detail{grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);align-items:start;gap:28px;padding:24px 0 64px;display:grid}.template-method{position:sticky;top:24px}.template-warning{border:1px solid var(--border-subtle);border-radius:var(--radius-card);background:var(--surface-alt);padding:14px}.template-groups{gap:14px;display:grid}.template-groups article{border:1px solid var(--border-subtle);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-s1);overflow:hidden}.template-group-header,.template-groups li{justify-content:space-between;align-items:center;gap:16px;display:flex}.template-group-header{border-bottom:1px solid var(--border-subtle);padding:18px 20px}.template-group-header h2,.template-group-header p{margin:0}.template-group-header strong{font-size:28px}.template-groups ul{margin:0;padding:0;list-style:none}.template-groups li{padding:14px 20px}.template-groups li+li{border-top:1px solid var(--border-subtle)}.template-groups span{gap:2px;min-width:0;display:grid}.template-groups small{font-size:13px}.template-groups em{color:var(--text-hi);flex:none;font-style:normal;font-weight:800}@media (max-width:860px){.template-grid,.template-detail{grid-template-columns:1fr}.template-method{position:static}}
