*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:#111827}
a{text-decoration:none}.wrap{width:min(1120px,calc(100% - 36px));margin:auto}
.top{background:#0b1020;color:#fff}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-weight:950;letter-spacing:.03em;color:inherit}
.brand-mark{width:38px;height:38px;border:2px solid #f4c400;border-radius:50%;display:grid;place-items:center;color:#f4c400;font-size:22px;font-weight:950}
.nav-note{color:#cbd5e1;font-size:14px}
.hero{background:linear-gradient(135deg,#0b1020,#15244b);color:#fff;padding:78px 0}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-space{min-height:260px}
.eyebrow{font-size:13px;font-weight:900;letter-spacing:.12em;color:#f4c400}
.hero h1{font-size:clamp(42px,6.5vw,74px);line-height:1;margin:18px 0}
.hero h1 strong{color:#f4c400}.lead{font-size:20px;line-height:1.55;color:#d7deeb}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.btn{display:inline-flex;justify-content:center;padding:14px 20px;border-radius:12px;font-weight:850;margin:5px 0}
.primary{background:#f4c400;color:#111827}.ghost{border:1px solid #475569;color:#fff}.dark{background:#0b1020;color:#fff}
.note{font-size:12px;color:#94a3b8;line-height:1.5}
.section{padding:78px 0}.head{text-align:center;max-width:760px;margin:0 auto 38px}
.head h2{font-size:clamp(30px,5vw,48px);line-height:1.05;margin:10px 0}
.head p{color:#64748b;font-size:17px;line-height:1.55}
.channels{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.channels article{padding:34px;border:1px solid #e5e7eb;border-radius:24px}
.channels article:first-child{border-left:6px solid #f4c400}.channels .sandy{border-left:6px solid #e65a92}
.avatar{width:60px;height:60px;border-radius:18px;background:#0b1020;color:#f4c400;display:grid;place-items:center;font-weight:950;font-size:28px}
.sandy .avatar{color:#e65a92}.pill{display:block;margin-top:24px;color:#64748b;font-size:12px;font-weight:900;letter-spacing:.08em}
.channels h3{font-size:30px;margin:8px 0}.channels p{color:#64748b;line-height:1.55}
.link{display:block;color:#111827;font-weight:800;margin-top:8px}
.stores{background:#f8fafc}.store-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.store-grid div{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 12px;text-align:center;font-weight:900;min-height:66px;display:grid;place-items:center}
.store-grid .more{background:#0b1020;color:#f4c400}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.steps div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:24px}
.steps b{color:#d1a900}.steps h3{margin:12px 0 7px}.steps p{color:#64748b;line-height:1.5;margin:0}
.social{background:#eef2ff;padding:55px 0}.social-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.social h2{font-size:36px;margin:8px 0}.social p{color:#475569}
.cta{background:#f4c400;padding:52px 0}.cta h2{font-size:38px;margin:8px 0}
.footer{background:#0b1020;color:#fff;padding:42px 0 24px;display:flex;justify-content:space-between}
.footer p{color:#94a3b8}.links{display:flex;gap:18px;flex-wrap:wrap}.links a{color:#cbd5e1}
.legal{background:#0b1020;color:#64748b;border-top:1px solid #1f2937;padding:18px 0;font-size:11px;display:flex;justify-content:space-between;gap:20px}
@media(max-width:800px){.hero-grid,.channels{grid-template-columns:1fr}.hero-space{display:none}.steps{grid-template-columns:1fr 1fr}.store-grid{grid-template-columns:repeat(2,1fr)}.social-inner,.footer,.legal{flex-direction:column;align-items:flex-start}.nav-note{display:none}}
@media(max-width:520px){.wrap{width:calc(100% - 24px)}.steps{grid-template-columns:1fr}.hero h1{font-size:46px}.store-grid{grid-template-columns:1fr 1fr}}