
:root{
  --bg:#0b0b0b;
  --panel:#151515;
  --panel2:#1c1c1c;
  --text:#ffffff;
  --muted:#b8b8b8;
  --yellow:#f6c900;
  --line:#2b2b2b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(11,11,11,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.brand img{width:52px;height:52px;border-radius:12px}
nav{display:flex;gap:28px;color:#ddd}
nav a:hover{color:var(--yellow)}
.btn,.store-btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--yellow);color:#111;font-weight:800;
  border-radius:14px;padding:15px 22px;
  transition:.2s ease;
}
.btn:hover,.store-btn:hover{transform:translateY(-2px)}
.btn-small{padding:10px 16px;border-radius:10px}
.store-btn.secondary{background:#fff}
.hero{
  padding:78px 0;
  background:
    radial-gradient(circle at 75% 25%, rgba(246,201,0,.12), transparent 26%),
    linear-gradient(180deg,#0b0b0b 0%,#111 100%);
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}
.eyebrow{font-weight:800;letter-spacing:.14em;color:var(--yellow);font-size:.82rem;margin-bottom:12px}
h1,h2,h3{line-height:1.08;margin:0 0 18px}
h1{font-size:clamp(3rem,7vw,6.6rem);letter-spacing:-.05em}
h1 span{color:var(--yellow)}
h2{font-size:clamp(2.3rem,4vw,4rem);letter-spacing:-.04em}
h3{font-size:1.25rem}
.hero-copy p,.section-head p,.split p,.download-wrap p{color:var(--muted);font-size:1.1rem;max-width:700px}
.hero-actions,.download-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-bullets{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-bullets span,.brand-cloud span{
  border:1px solid var(--line);
  background:#161616;
  border-radius:999px;
  padding:8px 13px;
  color:#ddd;
  font-size:.9rem;
}
.hero-art img{border-radius:30px;box-shadow:0 30px 80px rgba(0,0,0,.45)}
.section{padding:90px 0}
.section-dark{background:#111}
.section-head{margin-bottom:42px}
.section-head.narrow{max-width:800px}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:center}
.video-card{
  aspect-ratio:16/9;background:#000;border:1px solid var(--line);
  border-radius:22px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35)
}
.video-card iframe{width:100%;height:100%}
.note{font-size:.95rem!important}
.feature-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px
}
.feature-card{
  background:var(--panel);border:1px solid var(--line);border-radius:24px;overflow:hidden
}
.feature-card img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  background:#000;
  display:block;
}
.card-copy{padding:22px}
.card-copy p,.use-card p{color:var(--muted);margin:0}
.compat-box{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;
  background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:28px
}
.brand-cloud{display:flex;gap:10px;flex-wrap:wrap}
.compat-note{color:#8d8d8d;font-size:.88rem;margin-top:18px}
.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.use-card{background:var(--panel2);border:1px solid var(--line);border-radius:18px;padding:24px}
.download-section{padding:60px 0;background:linear-gradient(135deg,#181818,#0b0b0b);border-top:1px solid var(--line)}
.download-wrap{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}
.download-logo{width:92px;height:92px;border-radius:22px}
footer{border-top:1px solid var(--line);padding:34px 0;color:#a7a7a7}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-brand img{width:38px;height:38px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a:hover{color:var(--yellow)}

@media (max-width:980px){
  nav{display:none}
  .hero-grid,.split,.compat-box,.download-wrap{grid-template-columns:1fr}
  .feature-grid,.use-grid{grid-template-columns:repeat(2,1fr)}
  .hero-art{max-width:620px;margin:0 auto}
}
@media (max-width:640px){
  .feature-grid,.use-grid{grid-template-columns:1fr}
  .hero{padding:48px 0}
  .section{padding:64px 0}
  .store-btn{width:100%}
  .hero-actions,.download-actions{width:100%}
  h1{font-size:3.1rem}
}

.store-brand{gap:12px;text-align:left;min-width:190px}
.store-brand .store-icon{width:28px;height:28px;flex:0 0 auto}
.store-brand span{display:flex;flex-direction:column;line-height:1.05;font-size:1rem}
.store-brand small{font-size:.66rem;font-weight:600;letter-spacing:.04em;margin-bottom:3px}
.policy-page{padding:70px 0 100px}
.policy-shell{max-width:900px}
.policy-shell h1{font-size:clamp(2.8rem,6vw,5rem);margin-bottom:12px}
.policy-shell h2{font-size:1.55rem;margin-top:36px;margin-bottom:10px;letter-spacing:-.02em}
.policy-shell p,.policy-shell li{color:#c7c7c7}
.policy-shell ul{padding-left:22px}
.policy-meta{color:#8f8f8f;margin-bottom:28px}
.policy-callout{border:1px solid var(--line);background:#141414;border-radius:18px;padding:18px 20px;margin:24px 0}
.policy-topbar{padding:18px 0;border-bottom:1px solid var(--line)}
.policy-topbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.policy-back{color:var(--yellow);font-weight:700}
