:root{--brand:#e84c30;--brand-dark:#c93d24;--ink:#111;--ink-soft:#2b2b2b;--muted:#6b6b6b;--line:#e7e7e7;--bg:#fff;--bg-alt:#f7f6f5;--radius:16px;--maxw:1400px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3{letter-spacing:-.02em;margin:0;line-height:1.15}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--line);background:#ffffffe6;position:sticky;top:0}.site-header .bar{justify-content:space-between;align-items:center;height:72px;display:flex}.brand-logo{width:140px;height:100%}.status-pill{color:var(--brand);background:#e84c301a;border:1px solid #e84c3040;border-radius:999px;align-items:center;gap:5px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.status-pill .dot{background:var(--brand);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 #e84c3099}@keyframes pulse{0%{box-shadow:0 0 #e84c3080}70%{box-shadow:0 0 0 8px #e84c3000}to{box-shadow:0 0 #e84c3000}}.hero{color:var(--ink);background:#fff;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e84c3059 0%,#e84c3000 62%);width:60%;height:140%;position:absolute;top:-30%;right:-10%}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding:84px 24px;display:grid;position:relative}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--brand);align-items:center;gap:10px;margin-bottom:22px;font-size:13px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--brand);width:28px;height:2px;display:inline-block}.hero h1{font-size:clamp(2.4rem,5vw,3.75rem);font-weight:800}.hero h1 .accent{color:var(--brand)}.hero p.lead{color:#2d2020;max-width:30rem;margin:22px 0 34px;font-size:1.12rem}.store-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.store-badge{color:#fff;background:#111;border:1px solid #111;border-radius:12px;align-items:center;gap:10px;padding:10px 16px;display:inline-flex}.store-badge svg{fill:#fff;flex:none;width:22px;height:22px}.store-badge .small{color:#ffffffb5;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.store-badge .big{font-size:15px;font-weight:700;line-height:1.1}.button-contents{gap:10px;display:flex}.hero-visual{justify-content:center;align-items:flex-end;display:flex;position:relative}.hero-visual img{filter:drop-shadow(0 40px 80px #0000008c);width:300px;max-width:78%}.features,.about{background:var(--bg);padding:88px 0 96px}.about-block{margin-top:88px}.story{grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;display:grid}.story-copy h2{margin-bottom:18px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800}.story-copy p{color:var(--ink-soft);margin:0 0 16px;font-size:1.05rem}.story-highlight{background:var(--ink);color:#fff;border-radius:var(--radius);padding:34px 32px;position:relative;overflow:hidden}.story-highlight:before{content:"";pointer-events:none;background:radial-gradient(circle,#e84c3066 0%,#e84c3000 62%);width:70%;height:160%;position:absolute;top:-40%;right:-20%}.story-highlight .pull{letter-spacing:-.01em;margin:0 0 28px;font-size:1.2rem;font-weight:700;line-height:1.4;position:relative}.stat-row{gap:12px;display:flex;position:relative}.stat{text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;flex:1;padding:16px 12px}.stat .num{color:var(--brand);font-size:1.8rem;font-weight:800;line-height:1;display:block}.stat .lbl{color:#cfcfcf;letter-spacing:.02em;margin-top:6px;font-size:.78rem;display:block}.section-head{text-align:center;max-width:640px;margin:0 auto 56px}.section-head .eyebrow{justify-content:center}.section-head .eyebrow:before{display:none}.section-head h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800}.section-head p{color:var(--muted);margin-top:16px;font-size:1.05rem}.feature-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.verticals-grid{grid-template-columns:repeat(5,1fr)}.built-for{margin-top:72px}.built-for-title{text-align:center;letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:800}.built-for-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.built-for-card{background:var(--bg);border:1px solid var(--line);border-left:4px solid var(--brand);border-radius:12px;padding:22px 26px;transition:box-shadow .2s,transform .2s;position:relative}.built-for-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #11111114}.built-for-card h4{color:var(--brand);margin:0 0 6px;font-size:1.05rem;font-weight:700}.built-for-card p{color:var(--muted);margin:0;font-size:.95rem}.feature-card{background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}.feature-card:hover{border-color:#e84c3066;transform:translateY(-4px);box-shadow:0 18px 40px #11111114}.feature-icon{width:52px;height:52px;color:var(--brand);background:#e84c301f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-icon svg{width:26px;height:26px;stroke:var(--brand);fill:none;stroke-width:2px}.feature-card h3{margin-bottom:8px;font-size:1.15rem;font-weight:700}.feature-card p{color:var(--muted);margin:0;font-size:.95rem}.site-footer{background:var(--ink);color:#cfcfcf;padding:56px 0 32px}.footer-top{border-bottom:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;padding-bottom:32px;display:flex}.footer-brand img{background:#fff;border-radius:10px;height:65px;margin-bottom:16px}.footer-brand p{color:#a9a9a9;max-width:22rem;margin:0;font-size:.95rem}.footer-col h4{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin:0 0 14px;font-size:.8rem}.footer-col a,.footer-col address{color:#b9b9b9;margin-bottom:10px;font-size:.95rem;font-style:normal;transition:color .15s;display:block}.footer-col a:hover{color:var(--brand)}.footer-bottom{color:#8f8f8f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 24px;padding-top:24px;font-size:.85rem;display:flex}.footer-bottom .links a{color:#b9b9b9;margin-left:20px}.footer-bottom .links a:hover{color:var(--brand)}.legal{padding:56px 0 80px}.legal-inner{max-width:820px;margin:0 auto}.legal .back-link{color:var(--brand);align-items:center;gap:6px;margin-bottom:28px;font-size:.9rem;font-weight:600;display:inline-flex}.legal h1{margin-bottom:8px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.legal .updated{color:var(--muted);margin-bottom:32px;font-size:.9rem}.legal .notice{border:1px solid #e84c3040;border-left:4px solid var(--brand);color:var(--ink-soft);background:#e84c3012;border-radius:10px;margin-bottom:36px;padding:16px 20px;font-size:.95rem}.legal h2{margin:40px 0 12px;padding-top:8px;font-size:1.4rem;font-weight:700}.legal h3{margin:24px 0 8px;font-size:1.08rem;font-weight:700}.legal p,.legal li{color:var(--ink-soft);font-size:1rem}.legal ul{margin:10px 0;padding-left:22px}.legal li{margin-bottom:8px}.legal address{color:var(--ink-soft);background:var(--bg-alt);border:1px solid var(--line);border-radius:10px;margin-top:12px;padding:16px 20px;font-style:normal}@media (max-width:1100px){.verticals-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.built-for-grid{grid-template-columns:1fr}.story{text-align:center;grid-template-columns:1fr;gap:32px}.about-block{margin-top:56px}.footer-top{text-align:center;display:block}.footer-brand img{margin:10px auto}.footer-brand p{margin:5px auto}.footer-col,.footer-brand{margin-bottom:30px}.footer-bottom span{text-align:center;margin:auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{text-align:center;grid-template-columns:1fr;gap:8px;padding:64px 24px 72px}.hero:before{background:0 0}.eyebrow,.store-row{justify-content:center}.hero p.lead{margin-left:auto;margin-right:auto}.hero-visual{margin-top:24px}}@media (max-width:560px){.feature-grid{grid-template-columns:1fr}.status-pill .label-full{display:none}}
