:root{--primary:#0a0a0a;--on-primary:#fff;--primary-soft:#181e25;--brand-coral:#ff5530;--brand-magenta:#ea5ec1;--brand-blue:#1456f0;--brand-blue-deep:#1d4ed8;--brand-blue-200:#bfdbfe;--brand-cyan:#3daeff;--brand-purple:#a855f7;--canvas:#fff;--surface:#f7f8fa;--surface-soft:#f2f3f5;--hairline:#e5e7eb;--hairline-soft:#eaecf0;--ink:#0a0a0a;--ink-strong:#000;--charcoal:#222;--slate:#45515e;--steel:#5f5f5f;--stone:#8e8e93;--muted:#a8aab2;--success-bg:#e8ffea;--success-text:#1ba673;--footer-bg:#0a0a0a;--sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;font-family:var(--sans);color:var(--ink);background:var(--canvas);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*{box-sizing:border-box}body{background:var(--canvas);color:var(--ink);margin:0}#root{flex-direction:column;min-height:100svh;display:flex}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--sans);color:var(--ink);margin:0}p{margin:0}button{font-family:var(--sans);cursor:pointer}.page{flex-direction:column;width:100%;display:flex}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 32px}@media (width<=768px){.container{padding:0 20px}}.promo-banner{background:var(--primary);color:var(--on-primary);text-align:center;padding:12px 20px;font-size:14px;font-weight:500;line-height:1.5}.promo-banner a{margin-left:8px;text-decoration:underline}.nav{z-index:50;background:var(--canvas);border-bottom:1px solid var(--hairline-soft);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.nav-left{align-items:center;gap:40px;display:flex}.brand{letter-spacing:-.3px;align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.brand-mark{background:linear-gradient(135deg, var(--brand-coral), var(--brand-magenta));border-radius:8px;width:28px;height:28px}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--charcoal);font-size:14px;font-weight:500}.nav-cta{align-items:center;gap:12px;display:flex}@media (width<=768px){.nav-links{display:none}}.btn{font-family:var(--sans);border:1px solid #0000;border-radius:9999px;align-items:center;gap:8px;padding:11px 24px;font-size:14px;font-weight:600;line-height:1.4;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--on-primary)}.btn-primary:hover{background:var(--charcoal)}.btn-secondary{color:var(--ink);border-color:var(--ink);background:0 0}.btn-tertiary{background:var(--canvas);color:var(--ink);border-color:var(--hairline)}.hero{text-align:center;padding:96px 0 80px}.hero-eyebrow{background:var(--brand-blue-200);color:var(--brand-blue-deep);border-radius:9999px;margin-bottom:24px;padding:4px 10px;font-size:13px;font-weight:600;line-height:1.5;display:inline-block}.hero-title{letter-spacing:-2px;color:var(--ink);max-width:980px;margin:0 auto;font-size:80px;font-weight:600;line-height:1.1}.hero-title em{background:linear-gradient(90deg, var(--brand-coral), var(--brand-magenta) 50%, var(--brand-purple));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-subtitle{color:var(--steel);max-width:640px;margin:24px auto 0;font-size:18px;font-weight:500;line-height:1.5}.hero-actions{justify-content:center;gap:12px;margin-top:32px;display:flex}@media (width<=1024px){.hero{padding:64px 0}.hero-title{letter-spacing:-1.5px;font-size:56px}}@media (width<=768px){.hero{padding:48px 0}.hero-title{letter-spacing:-1px;font-size:40px}.hero-subtitle{font-size:16px}}.section{padding:80px 0}.section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;display:flex}.section-title{letter-spacing:-1px;color:var(--ink);max-width:720px;font-size:40px;font-weight:600;line-height:1.2}.section-kicker{color:var(--steel);text-transform:uppercase;letter-spacing:.4px;margin-bottom:12px;font-size:13px;font-weight:600;line-height:1.5}@media (width<=768px){.section{padding:56px 0}.section-title{letter-spacing:-.5px;font-size:32px}.section-head{flex-direction:column;align-items:flex-start}}.product-matrix{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{color:#fff;border-radius:32px;flex-direction:column;justify-content:space-between;min-height:380px;padding:32px;display:flex;position:relative;overflow:hidden}.product-card:after{content:"";pointer-events:none;background:radial-gradient(120% 80% at 100% 100%,#ffffff2e,#0000 60%);position:absolute;inset:0}.product-card.coral{background:var(--brand-coral)}.product-card.magenta{background:var(--brand-magenta)}.product-card.blue{background:var(--brand-blue)}.product-card.purple{background:var(--brand-purple)}.product-card-top{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.badge-new{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border-radius:9999px;padding:4px 10px;font-size:13px;font-weight:600;line-height:1.5}.product-glyph{background:#ffffff2e;border-radius:16px;place-items:center;width:56px;height:56px;font-size:28px;display:grid}.product-card-body{z-index:1;position:relative}.product-card-title{letter-spacing:-1px;font-size:40px;font-weight:600;line-height:1.1}.product-card-tagline{color:#ffffffd9;max-width:240px;margin-top:12px;font-size:14px;font-weight:400;line-height:1.5}.product-card-meta{color:#ffffffe6;align-items:center;gap:8px;margin-top:20px;font-size:13px;font-weight:600;display:flex}@media (width<=1024px){.product-matrix{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.product-matrix{grid-template-columns:1fr}.product-card-title{font-size:32px}}.feature-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.feature-tile{background:var(--canvas);border:1px solid var(--hairline);border-radius:24px;flex-direction:column;gap:16px;min-height:240px;padding:24px;display:flex}.feature-icon{background:var(--surface);border-radius:12px;place-items:center;width:48px;height:48px;font-size:24px;display:grid}.feature-title{color:var(--ink);font-size:20px;font-weight:600;line-height:1.4}.feature-desc{color:var(--steel);font-size:14px;font-weight:400;line-height:1.5}@media (width<=1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.feature-grid{grid-template-columns:1fr}}.stats{background:var(--surface);border-radius:32px;grid-template-columns:repeat(4,1fr);gap:24px;padding:48px;display:grid}.stat-cell{flex-direction:column;gap:8px;display:flex}.stat-value{letter-spacing:-1px;color:var(--ink);font-size:40px;font-weight:600;line-height:1.2}.stat-label{color:var(--steel);font-size:14px;font-weight:400;line-height:1.5}@media (width<=768px){.stats{grid-template-columns:repeat(2,1fr);padding:32px}.stat-value{font-size:32px}}@media (width<=480px){.stats{grid-template-columns:1fr}}.promo-cta{background:var(--brand-coral);color:#fff;border-radius:32px;justify-content:space-between;align-items:center;gap:24px;padding:64px;display:flex}.promo-cta-title{letter-spacing:-1px;max-width:640px;font-size:40px;font-weight:600;line-height:1.2}.promo-cta-sub{color:#ffffffe6;max-width:560px;margin-top:12px;font-size:16px;font-weight:400;line-height:1.5}@media (width<=768px){.promo-cta{flex-direction:column;align-items:flex-start;padding:40px 28px}.promo-cta-title{font-size:28px}}.footer{background:var(--footer-bg);color:#fff;margin-top:80px}.footer-inner{grid-template-columns:1.4fr repeat(4,1fr);gap:40px;max-width:1280px;margin:0 auto;padding:64px 32px;display:grid}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-tagline{color:var(--muted);max-width:280px;font-size:14px;font-weight:400;line-height:1.5}.footer-col-title{color:#fff;margin-bottom:16px;font-size:14px;font-weight:500}.footer-link{color:var(--muted);padding:4px 0;font-size:14px;font-weight:400;line-height:1.5;display:block}.footer-bottom{max-width:1280px;color:var(--muted);border-top:1px solid #ffffff14;justify-content:space-between;margin:0 auto;padding:24px 32px;font-size:13px;display:flex}@media (width<=1024px){.footer-inner{grid-template-columns:1fr 1fr}}@media (width<=480px){.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}}
