*{margin:0;padding:0;box-sizing:border-box}
:root{
  --primary:#000000;--accent:#ff3b30;
  --bg:#ffffff;--bg-alt:#f4f4f5;
  --text:#000000;--muted:#525252;
  --card:#ffffff;--border:#000000;
  --radius:0;
}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans',system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.65;font-size:16px}
h1,h2,h3,h4{font-family:'Bebas Neue',sans-serif;color:var(--text);line-height:1.2}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.reveal{opacity:0;transform:translateY(20px);transition:.6s ease-out}
.reveal.on{opacity:1;transform:none}

body{font-family:'Noto Sans',sans-serif}
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:3px solid #000}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{font-family:'Bebas Neue',sans-serif;font-weight:400;font-size:32px;color:#000;letter-spacing:.02em}
.logo span{background:var(--accent);color:#fff;padding:0 8px;margin-left:4px}
.nav-links{display:flex;gap:0;align-items:center}
.nav-links a{font-family:'Bebas Neue',sans-serif;font-size:18px;color:#000;font-weight:400;letter-spacing:.06em;padding:0 16px;border-right:1px solid #000}
.nav-links a:hover{background:#000;color:#fff}
.nav-links a:first-child{border-left:1px solid #000}
.nav-links a.nav-cta{background:#000;color:#fff !important;padding:14px 24px;font-weight:400;font-size:18px;border:0}
.nav-links a.nav-cta:hover{background:var(--accent);color:#fff !important}
.burger{display:none;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:22px;height:3px;background:#000}
@media(max-width:860px){.nav-links{display:none}.burger{display:flex}}
.mob-nav{display:none;background:#fff;padding:16px 24px;border-top:3px solid #000}
.mob-nav.on{display:block}
.mob-nav a{display:block;padding:10px 0;font-family:'Bebas Neue',sans-serif;font-size:20px;letter-spacing:.08em;border-bottom:1px solid #000}

/* hero — brutalist black slab */
.hero{padding:80px 0 60px;background:#fff;border-bottom:3px solid #000}
.hero-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:0;align-items:start}
.hero-left{padding-right:50px}
.kick{display:inline-block;background:var(--accent);color:#fff;font-family:'Bebas Neue',sans-serif;font-size:18px;padding:6px 14px;letter-spacing:.1em;margin-bottom:24px}
h1.htitle{font-family:'Bebas Neue',sans-serif;font-size:130px;font-weight:400;line-height:.85;letter-spacing:-.01em;margin-bottom:24px;color:#000}
h1.htitle em{font-style:normal;color:var(--accent);display:block}
.hdesc{font-size:17px;color:var(--text);max-width:520px;margin-bottom:30px;line-height:1.6}
.hcta{display:flex;gap:0;flex-wrap:wrap;margin-bottom:36px}
.btn{padding:18px 34px;font-weight:700;font-size:14px;cursor:pointer;border:3px solid #000;display:inline-block;text-transform:uppercase;letter-spacing:.1em;transition:.16s;font-family:'Noto Sans',sans-serif;background:#fff;color:#000}
.btn-a{background:#000;color:#fff}
.btn-a:hover{background:var(--accent);border-color:var(--accent)}
.btn-b{background:#fff;color:#000}
.btn-b:hover{background:#000;color:#fff}
.hero-right{border-left:3px solid #000;padding:24px 30px;background:var(--bg-alt)}
.hero-right .stat{padding:18px 0;border-bottom:1px solid #000}
.hero-right .stat:last-child{border-bottom:0}
.hero-right .stat-n{font-family:'Bebas Neue',sans-serif;font-size:64px;color:#000;line-height:.9;letter-spacing:-.02em}
.hero-right .stat-l{font-size:11px;color:#000;text-transform:uppercase;letter-spacing:.16em;font-weight:700;margin-top:4px}
.hero-right .stat:nth-child(odd) .stat-n{color:var(--accent)}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-right{border-left:0;border-top:3px solid #000;margin-top:30px}h1.htitle{font-size:64px}.hero-left{padding-right:0}}

/* features */
.sec{padding:80px 0;border-bottom:3px solid #000;background:#fff}
.sec-alt{background:var(--bg-alt)}
.shead{margin-bottom:50px;display:grid;grid-template-columns:auto 1fr;gap:30px;align-items:end;padding-bottom:24px;border-bottom:3px solid #000}
.shead h2{font-family:'Bebas Neue',sans-serif;font-size:80px;font-weight:400;line-height:.85;letter-spacing:-.01em}
.shead h2 em{font-style:normal;color:var(--accent)}
.shead p{color:var(--text);font-size:16px;max-width:520px;line-height:1.6;align-self:end;padding-bottom:8px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-left:3px solid #000}
.fcard{background:#fff;border-right:3px solid #000;border-bottom:3px solid #000;padding:32px 26px;transition:.18s}
.fcard:hover{background:var(--accent);color:#fff}
.fcard .num{font-family:'Bebas Neue',sans-serif;font-size:64px;color:#000;line-height:.85;margin-bottom:14px;letter-spacing:-.02em}
.fcard:hover .num{color:#fff}
.fcard h3{font-family:'Bebas Neue',sans-serif;font-size:28px;font-weight:400;margin-bottom:10px;letter-spacing:.02em}
.fcard p{color:var(--text);font-size:13.5px;line-height:1.65}
.fcard:hover p{color:#fff}
@media(max-width:980px){.grid4{grid-template-columns:1fr}.fcard{border-bottom:3px solid #000}.shead{grid-template-columns:1fr}.shead h2{font-size:48px}}

/* advantages — table */
.adv-table{margin-top:30px;border:3px solid #000}
.adv-row{display:grid;grid-template-columns:80px 1fr 2fr;border-bottom:3px solid #000;align-items:stretch}
.adv-row:last-child{border-bottom:0}
.adv-row .ai-n{background:#000;color:var(--accent);font-family:'Bebas Neue',sans-serif;font-size:32px;display:flex;align-items:center;justify-content:center;border-right:3px solid #000}
.adv-row .ai-h{padding:20px 24px;border-right:3px solid #000;display:flex;align-items:center;background:var(--bg-alt)}
.adv-row .ai-h h4{font-family:'Bebas Neue',sans-serif;font-size:28px;font-weight:400;letter-spacing:.02em}
.adv-row .ai-p{padding:20px 24px;color:var(--text);font-size:14px;line-height:1.6;background:#fff}
@media(max-width:760px){.adv-row{grid-template-columns:60px 1fr}.adv-row .ai-p{grid-column:1/-1;border-top:3px solid #000}.adv-row .ai-h{border-right:0}}

/* platforms */
.plat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border-left:3px solid #000;margin-top:40px}
.plat{background:#fff;border-right:3px solid #000;border-bottom:3px solid #000;padding:32px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;color:inherit;transition:.18s}
.plat:hover{background:#000;color:#fff}
.plat:hover .pico{color:var(--accent)}
.plat .pico{width:38px;height:38px;color:#000}
.plat .pn{font-family:'Bebas Neue',sans-serif;font-size:18px;letter-spacing:.06em}
@media(max-width:860px){.plat-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:480px){.plat-grid{grid-template-columns:repeat(2,1fr)}}

/* CTA */
.ctab{padding:0;background:#000;border-bottom:3px solid #000}
.ctab-card{padding:80px 50px;text-align:center;color:#fff}
.ctab-card h2{font-family:'Bebas Neue',sans-serif;color:#fff;font-size:96px;font-weight:400;margin-bottom:18px;letter-spacing:-.01em;line-height:.9}
.ctab-card h2 em{font-style:normal;color:var(--accent)}
.ctab-card p{color:rgba(255,255,255,.7);margin-bottom:32px;max-width:540px;margin-left:auto;margin-right:auto;font-size:16px}
.ctab-card .btn-a{background:var(--accent);color:#fff;border-color:var(--accent)}
.ctab-card .btn-a:hover{background:#fff;color:#000;border-color:#fff}

/* FAQ */
.faq-list{max-width:780px;margin:48px 0 0;border:3px solid #000}
.faq-item{border-bottom:3px solid #000;padding:0;background:#fff}
.faq-item:last-child{border-bottom:0}
.faq-q{padding:22px 26px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:'Bebas Neue',sans-serif;font-weight:400;font-size:24px;letter-spacing:.02em;list-style:none;background:var(--bg-alt)}
.faq-q::-webkit-details-marker{display:none}
.faq-q::after{content:'+';font-family:'Bebas Neue',sans-serif;font-size:32px;color:var(--accent);transition:.2s;line-height:.8}
.faq-item[open] .faq-q{background:#000;color:#fff}
.faq-item[open] .faq-q::after{transform:rotate(45deg)}
.faq-a{padding:20px 26px;color:var(--text);font-size:15px;line-height:1.7;border-top:1px solid #000}

/* footer */
.footer{padding:60px 0 28px;background:#000;color:rgba(255,255,255,.7);border-top:3px solid var(--accent)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;margin-bottom:32px}
.footer h4{font-family:'Bebas Neue',sans-serif;color:var(--accent);font-size:24px;font-weight:400;margin-bottom:14px;letter-spacing:.04em}
.footer a{display:block;color:rgba(255,255,255,.55);font-size:14px;padding:4px 0}
.footer a:hover{color:var(--accent)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:12px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.12em;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
@media(max-width:760px){.footer-grid{grid-template-columns:1fr;gap:24px}}

/* steps */
.steps{padding:60px 0}
.step{background:#fff;border:3px solid #000;padding:32px;margin-bottom:0;border-bottom:0;display:grid;grid-template-columns:90px 1fr;gap:30px}
.step:last-of-type{border-bottom:3px solid #000}
.step-n{width:74px;height:74px;background:#000;color:var(--accent);display:flex;align-items:center;justify-content:center;font-family:'Bebas Neue',sans-serif;font-size:38px;letter-spacing:-.02em}
.step h3{font-family:'Bebas Neue',sans-serif;font-size:32px;font-weight:400;margin-bottom:8px;letter-spacing:.02em}
.step p{color:var(--text);font-size:15px;line-height:1.7;margin-bottom:14px}
.after-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-top:24px;border:3px solid #000}
.after-card{background:#fff;border-right:3px solid #000;border-bottom:3px solid #000;padding:22px}
.after-card:nth-child(2n){border-right:0}
.after-card:nth-last-child(-n+2){border-bottom:0}
.after-card h4{font-family:'Bebas Neue',sans-serif;font-size:22px;margin-bottom:6px;letter-spacing:.04em;font-weight:400}
.after-card p{color:var(--text);font-size:13.5px}
@media(max-width:680px){.after-grid{grid-template-columns:1fr}.step{grid-template-columns:1fr}.after-card:nth-child(2n){border-right:3px solid #000}.after-card{border-bottom:3px solid #000}}
