:root{--p:#000000;--a:#3B82F6;--bg:#FFFFFF;--bg2:#F3F4F6;--tx:#111827;--tm:#6B7280;--cb:#FFFFFF;--br:#E5E7EB}
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--bg);color:var(--tx);font-family:'Plus Jakarta Sans',sans-serif;line-height:1.65}
h1,h2,h3{font-family:'Sora',sans-serif;font-weight:800;line-height:1.1}
a{color:inherit;text-decoration:none}
.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}
/* Clean minimal white nav */
.site-header{background:#fff;border-bottom:2px solid #000;position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:flex;align-items:center;gap:.6rem;font-family:'Sora',sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:#000}
.brand img{width:30px;height:30px}
.brand .em{color:var(--a)}
.nav-links{display:flex;gap:2.2rem;list-style:none}
.nav-links a{font-size:.88rem;color:var(--tm);font-weight:600;transition:color .2s;letter-spacing:-.01em}
.nav-links a:hover{color:#000}
.nav-links a.nav-cta{background:#000;color:#fff;padding:.4rem 1.2rem;font-weight:800}
.nav-links a.nav-cta:hover{background:var(--a)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem}
.burger span{display:block;width:22px;height:2px;background:#000}
.mobile-menu{display:none;flex-direction:column;background:#fff;border-bottom:2px solid #000}
.mobile-menu.is-open{display:flex}
.mobile-menu a{padding:.8rem 1.5rem;color:var(--tm);font-size:.9rem;font-weight:600;border-bottom:1px solid var(--bg2)}
.mobile-menu a.nav-cta{color:#000;font-weight:800}
/* Big typography hero */
.hero{padding:100px 0 80px;border-bottom:2px solid #000}
.hero-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--a);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}
.hero-label::before{content:'';width:32px;height:2px;background:var(--a)}
h1{font-size:clamp(2.8rem,6vw,5rem);letter-spacing:-.04em;margin-bottom:1.5rem;line-height:1.05}
h1 span{color:var(--a)}
.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-top:2.5rem}
.hero-desc{font-size:1.05rem;color:var(--tm);max-width:480px;line-height:1.7}
.hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}
.hero-actions{display:flex;gap:.8rem}
.btn{display:inline-block;padding:.7rem 1.6rem;font-size:.9rem;font-weight:800;cursor:pointer;transition:all .2s;font-family:'Sora',sans-serif;letter-spacing:-.01em}
.btn-primary{background:#000;color:#fff}
.btn-primary:hover{background:var(--a)}
.btn-ghost{background:transparent;color:#000;border:2px solid #000}
.btn-ghost:hover{background:#000;color:#fff}
.btn-gold{background:var(--a);color:#fff}
.btn-gold:hover{background:#2563eb}
.stats{display:flex;gap:2rem;border-top:1px solid var(--br);padding-top:1rem}
.stat strong{display:block;font-family:'Sora',sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:#000}
.stat span{font-size:.72rem;color:var(--tm);text-transform:uppercase;letter-spacing:.08em;font-weight:600}
section{padding:80px 0}
.alt{background:var(--bg2)}
.section-head{margin-bottom:3rem}
.section-head.center{text-align:center}
.eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--a);display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}
.eyebrow.center{justify-content:center}
.eyebrow::before{content:'';width:20px;height:2px;background:var(--a)}
h2{font-size:clamp(1.8rem,3.5vw,2.8rem);letter-spacing:-.03em;margin-bottom:.7rem}
h2 span{color:var(--a)}
/* Dotted border cards */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:2px solid #000}
.feature-card{padding:2rem;border-right:2px solid #000;border-bottom:2px solid #000;background:#fff;transition:background .2s}
.feature-card:hover{background:var(--bg2)}
.feature-card:nth-child(3n){border-right:none}
.feature-card:nth-child(4),.feature-card:nth-child(5),.feature-card:nth-child(6){border-bottom:none}
.f-num{font-family:'Sora',sans-serif;font-size:.75rem;font-weight:700;color:var(--a);letter-spacing:.1em;margin-bottom:.8rem}
.feature-card h3{font-size:1rem;margin-bottom:.5rem;letter-spacing:-.02em}
.feature-card p{font-size:.87rem;color:var(--tm);line-height:1.6}
.platforms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:2px solid #000}
.platform-card{padding:1.5rem;border-right:2px solid #000;border-bottom:2px solid #000;text-decoration:none;display:flex;align-items:center;gap:1rem;background:#fff;transition:background .2s}
.platform-card:hover{background:var(--bg2)}
.platform-card:nth-child(3n){border-right:none}
.platform-card:nth-child(4),.platform-card:nth-child(5),.platform-card:nth-child(6){border-bottom:none}
.platform-icon{width:40px;height:40px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:800;font-size:.8rem;flex-shrink:0}
.platform-card h3{font-size:.9rem;font-weight:700;margin-bottom:.15rem;letter-spacing:-.01em}
.platform-card p{font-size:.78rem;color:var(--tm)}
.cta-banner{background:#000;padding:4rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-banner-text h2{color:#fff;margin-bottom:.5rem}
.cta-banner-text p{color:rgba(255,255,255,.6);font-size:.95rem}
.faq-list{max-width:800px;margin:0 auto;border:2px solid #000}
.faq-item{border-bottom:2px solid #000;background:#fff}
.faq-item:last-child{border-bottom:none}
.faq-q{padding:1.2rem 1.5rem;cursor:pointer;font-family:'Sora',sans-serif;font-weight:700;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;letter-spacing:-.02em}
.faq-q::after{content:'＋';font-size:1.2rem;color:var(--a);transition:transform .25s;flex-shrink:0}
.faq-item.is-open .faq-q::after{transform:rotate(45deg)}
.faq-item.is-open{background:var(--bg2)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s}
.faq-a p{padding:.5rem 1.5rem 1.2rem;color:var(--tm);font-size:.88rem;line-height:1.65}
.site-footer{background:#000;padding:2.5rem 0 1.2rem}
.footer-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}
.footer-brand{display:flex;align-items:center;gap:.5rem;font-family:'Sora',sans-serif;font-weight:800;font-size:1.3rem;letter-spacing:-.03em;color:#fff}
.footer-brand img{width:26px;height:26px}
.footer-brand .em{color:var(--a)}
.footer-nav{display:flex;gap:2rem;list-style:none}
.footer-nav a{font-size:.83rem;color:rgba(255,255,255,.4);font-weight:600;transition:color .2s}
.footer-nav a:hover{color:var(--a)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.2rem;display:flex;justify-content:space-between;font-size:.78rem;color:rgba(255,255,255,.3)}
.reveal{opacity:0;transform:translateY(16px) scale(.98);transition:opacity .5s,transform .5s}
.reveal.in{opacity:1;transform:none}
@media(max-width:900px){.features-grid,.platforms-grid{grid-template-columns:1fr 1fr}.feature-card:nth-child(3n){border-right:2px solid #000}.feature-card:nth-child(2n){border-right:none}.platform-card:nth-child(3n){border-right:2px solid #000}.platform-card:nth-child(2n){border-right:none}}
@media(max-width:768px){.nav-links{display:none}.burger{display:flex}.hero-bottom{flex-direction:column;align-items:flex-start}.hero-right{align-items:flex-start}.cta-banner{flex-direction:column}}
@media(max-width:480px){.features-grid,.platforms-grid{grid-template-columns:1fr}.feature-card:nth-child(n){border-right:none}.platform-card:nth-child(n){border-right:none}.stats{flex-wrap:wrap;gap:1rem}}
