
:root{
  --bg:#07070a;
  --bg-soft:#0d0d12;
  --panel:#111117;
  --panel-2:#15151d;
  --border:#2c2c36;
  --text:#ffffff;
  --muted:#b2b2bb;
  --muted-2:#7f7f89;
  --red:#f1113a;
  --orange:#ff7a1a;
  --accent:linear-gradient(105deg,#ee123a 0%,#ff7b1b 100%);
  --shadow:0 18px 50px rgba(241,17,58,.17);
  --radius:22px;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  min-width:320px;
  background:
    radial-gradient(circle at 95% 7%,rgba(241,17,58,.14),transparent 24rem),
    radial-gradient(circle at 5% 30%,rgba(255,122,26,.08),transparent 22rem),
    var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
.site-shell{overflow:hidden}
.wrap{width:min(100% - 32px,var(--max));margin-inline:auto}
.topbar{
  height:72px;display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.04)
}
.logo{width:150px;height:auto}
.menu-button{
  width:44px;height:44px;border:0;border-radius:14px;background:#13131a;
  display:grid;place-items:center;color:#fff;cursor:pointer
}
.menu-button span,.menu-button:before,.menu-button:after{
  content:"";display:block;width:21px;height:2px;border-radius:2px;background:currentColor
}
.menu-button span{margin:5px 0}
.mobile-menu{
  display:none;padding:12px 0 18px;border-bottom:1px solid rgba(255,255,255,.06)
}
.mobile-menu.open{display:grid;gap:8px}
.mobile-menu a{
  text-decoration:none;color:var(--muted);padding:12px 14px;background:#101017;
  border:1px solid #22222b;border-radius:12px
}
.hero{position:relative;padding:42px 0 30px}
.hero:before,.hero:after{
  content:"";position:absolute;height:1px;background:linear-gradient(90deg,transparent,#f1113a,transparent);
  transform:rotate(15deg);opacity:.45;pointer-events:none
}
.hero:before{width:520px;top:92px;left:-160px}
.hero:after{width:660px;top:190px;left:-190px}
.hero-grid{display:grid;gap:22px;align-items:center}
.hero-copy{position:relative;z-index:2}
.eyebrow{margin:0 0 12px;color:#ff6540;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.77rem}
h1{font-size:clamp(3rem,13vw,5.4rem);line-height:.93;letter-spacing:-.06em;margin:0 0 20px;max-width:8ch}
.lead{font-size:1.05rem;line-height:1.55;color:#e0e0e6;margin:0 0 18px;max-width:34rem}
.fomo{display:flex;align-items:flex-start;gap:10px;color:#ff6445;font-size:.98rem;font-weight:650;line-height:1.45;margin:16px 0}
.fomo-icon{width:24px;height:24px;flex:0 0 auto;border:2px solid #f5373c;border-radius:50%;position:relative}
.fomo-icon:before{content:"";position:absolute;width:2px;height:7px;background:#ff6445;left:9px;top:4px}
.fomo-icon:after{content:"";position:absolute;width:6px;height:2px;background:#ff6445;left:9px;top:11px;transform:rotate(35deg);transform-origin:left center}
.spots{
  display:inline-flex;align-items:center;gap:10px;padding:12px 17px;margin:0 0 22px;
  border:1px solid #ff6539;border-radius:15px;background:rgba(255,77,46,.06);
  box-shadow:0 0 26px rgba(241,17,58,.15);font-weight:800;color:#ff6445
}
.spots svg{width:22px;height:22px}
.cta{
  width:100%;min-height:58px;border:0;border-radius:16px;background:var(--accent);
  color:#fff;text-decoration:none;font-size:1rem;font-weight:850;letter-spacing:.025em;
  display:flex;align-items:center;justify-content:center;gap:14px;
  box-shadow:0 12px 32px rgba(241,17,58,.25);cursor:pointer;
  transition:transform .2s ease,filter .2s ease
}
.cta:hover{transform:translateY(-2px);filter:brightness(1.08)}
.cta:active{transform:translateY(0)}
.cta .arrow{font-size:1.8rem;line-height:0}
.approval{display:flex;gap:12px;align-items:center;color:var(--muted);margin:15px 4px 0;font-size:.92rem;line-height:1.35}
.shield{width:28px;height:33px;flex:0 0 auto}
.hero-art{position:relative;z-index:1;margin:-10px auto -28px;width:min(100%,480px)}
.features{padding:12px 0 20px}
.feature-strip{
  display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(180deg,#111118,#0d0d13);
  border:1px solid var(--border);border-radius:18px;overflow:hidden
}
.feature{
  display:grid;place-items:center;text-align:center;gap:7px;padding:18px 7px;font-size:.83rem;
  font-weight:720;line-height:1.25
}
.feature+ .feature{border-left:1px solid var(--border)}
.feature svg{width:28px;height:28px;color:#f93b3d}
.section{padding:18px 0}
.card{
  background:linear-gradient(180deg,rgba(19,19,26,.95),rgba(13,13,18,.95));
  border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)
}
.card h2{font-size:1.55rem;letter-spacing:-.035em;margin:0 0 20px}
.steps{display:grid;gap:18px}
.step{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:12px;position:relative;color:#f3f3f5}
.step:not(:last-child):before{
  content:"";position:absolute;left:19px;top:36px;width:2px;height:25px;background:#2b2b35
}
.step-number{
  width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#dd1036,#8f102a);
  display:grid;place-items:center;font-weight:850
}
.lower-cta{padding:18px 0 34px}
.lower-cta .cta{min-height:64px;border:1px solid #ff642e;box-shadow:0 0 30px rgba(241,17,58,.22)}
.telegram-icon{width:24px;height:24px;fill:#fff}
.footer{padding:0 0 28px}
.footer-inner{border-top:1px solid #23232c;padding-top:18px}
.disclaimer{font-size:.67rem;line-height:1.45;color:#777782;margin:0 auto 16px;max-width:760px;text-align:left}
.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;color:#8d8d97;font-size:.82rem}
.footer-links a{text-decoration:none}
.footer-links .dot{color:#ef153a}
.legal-page{min-height:100vh}
.legal-main{padding:42px 0 60px}
.legal-card{max-width:780px;margin:auto}
.legal-card h1{font-size:clamp(2.4rem,9vw,4rem);max-width:none;line-height:1;margin-bottom:22px}
.legal-card h2{font-size:1.2rem;margin:30px 0 8px}
.legal-card p,.legal-card li{color:#c6c6ce;line-height:1.7}
.legal-card a{color:#ff6540}
.back-link{display:inline-flex;margin-bottom:22px;text-decoration:none;color:#ff6540;font-weight:700}
.mini-cta{margin-top:26px;max-width:340px}
@media(min-width:760px){
  .wrap{width:min(100% - 56px,var(--max))}
  .topbar{height:84px}
  .hero{padding:70px 0 34px}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);gap:20px}
  h1{font-size:clamp(4.4rem,7vw,6rem)}
  .hero-art{margin:0;width:100%}
  .cta{max-width:520px}
  .approval{max-width:520px}
  .features{padding-top:0}
  .feature{font-size:.97rem;padding:22px 12px}
  .feature svg{width:34px;height:34px}
  .card{padding:32px}
}
@media(min-width:1020px){
  .mobile-menu{display:none!important}
  .menu-button{display:none}
  .hero-grid{grid-template-columns:1.03fr .97fr}
  .hero{min-height:710px;display:flex;align-items:center}
  .hero-art{max-width:590px}
  .feature-strip{max-width:850px;margin:auto}
  .section{padding:28px 0}
  .card{max-width:850px;margin:auto}
  .lower-cta .cta{margin:auto}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}
