:root{
  --bg0:#070A12;
  --bg1:#0B1020;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.09);
  --stroke: rgba(255,255,255,.12);
  --stroke2: rgba(255,255,255,.18);
  --text:#EAF0FF;
  --muted: rgba(234,240,255,.72);
  --muted2: rgba(234,240,255,.52);
  --accent:#7C5CFF;
  --accent2:#36D1FF;
  --good:#31D07E;
  --bad:#FF4D6D;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --r: 18px;
  --r2: 22px;
  --max: 1120px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background: radial-gradient(1200px 700px at 15% 0%, #10183A 0%, var(--bg0) 55%) ,
              radial-gradient(900px 600px at 85% 35%, #0C2C38 0%, var(--bg0) 60%),
              linear-gradient(180deg, var(--bg0), #04050B 70%);
}

a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.bg{position:fixed; inset:0; pointer-events:none; z-index:-1}
.bg__grid{
  position:absolute; inset:-2px;
  background:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity:.08;
  mask-image: radial-gradient(480px 380px at 25% 0%, #000 45%, transparent 72%);
}
.bg__glow{
  position:absolute; inset:0;
  background:
    radial-gradient(600px 420px at 25% 15%, rgba(124,92,255,.25), transparent 60%),
    radial-gradient(520px 360px at 78% 35%, rgba(54,209,255,.20), transparent 60%);
  filter: blur(10px);
  opacity:.9;
}

.header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:18px;
  padding-bottom:18px;
}

.brand{display:flex; gap:10px; align-items:center; text-decoration:none}
.brand__mark{
  width:18px; height:18px; border-radius:6px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 0 6px rgba(124,92,255,.08);
}
.brand__name{font-weight:650; letter-spacing:.2px}

.header__right{display:flex; align-items:center; gap:14px}
.nav{display:flex; gap:14px}
.nav__link{color:var(--muted); text-decoration:none; font-weight:560}
.nav__link:hover{color:var(--text)}

.lang{
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  border-radius:999px;
  padding:6px;
  cursor:pointer;
}
.lang__pill{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background: linear-gradient(135deg, rgba(124,92,255,.28), rgba(54,209,255,.16));
  font-weight:700;
  letter-spacing:.6px;
  font-size:12px;
}

.hero{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  padding-top:16px;
  padding-bottom:18px;
}
.kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  color:var(--muted);
  font-weight:650;
  font-size:13px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.h1{font-size:44px; line-height:1.04; margin:14px 0 10px; letter-spacing:-.9px}
.h2{font-size:26px; margin:0 0 10px; letter-spacing:-.3px}
.lead{color:var(--muted); font-size:16px; line-height:1.55; margin:0}

.hero__cta{display:flex; gap:12px; align-items:center; margin-top:16px}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  color:var(--text);
  text-decoration:none;
  cursor:pointer;
  font-weight:680;
  letter-spacing:.15px;
  transition: transform .08s ease, border-color .12s ease, background .12s ease;
}
.btn:hover{border-color:var(--stroke2); background:rgba(255,255,255,.07)}
.btn:active{transform:translateY(1px)}
.btn--primary{
  border-color: rgba(124,92,255,.55);
  background: linear-gradient(135deg, rgba(124,92,255,.85), rgba(54,209,255,.50));
  box-shadow: 0 16px 48px rgba(124,92,255,.22);
}
.btn--primary:hover{border-color: rgba(124,92,255,.75)}
.btn--ghost{background: rgba(255,255,255,.03)}
.btn--wide{width:100%}

.trust{margin-top:18px; display:grid; gap:10px}
.trust__item{display:flex; align-items:flex-start; gap:10px}
.trust__dot{width:10px; height:10px; margin-top:6px; border-radius:999px; background:rgba(49,208,126,.9); box-shadow: 0 0 0 6px rgba(49,208,126,.10)}
.trust__text{color:var(--muted); line-height:1.45}

.card{
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
  border-radius: var(--r2);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.price{padding:16px}
.chip{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  color:var(--muted);
  font-weight:650;
  font-size:12px;
  background: rgba(255,255,255,.04);
}
.muted{color:var(--muted)}
.small{font-size:12px}
.mono{font-family:var(--mono)}

.price__top{display:grid; gap:10px}
.price__desc{margin:0}
.price__amount{margin:14px 0 14px}
.price__big{font-size:40px; letter-spacing:-.8px; font-weight:800}
.price__usd{opacity:.8}
.price__per{font-size:13px; font-weight:750; color:var(--muted); margin-left:10px; letter-spacing:.2px}
.price__rub{margin-top:4px}
.price__hint{margin-left:8px; color:var(--muted2); font-size:12px}

.list{list-style:none; margin:0; padding:0; display:grid; gap:10px}
.list__item{
  padding-left:26px;
  position:relative;
  color:var(--muted);
  line-height:1.45;
}
.list__item::before{
  content:"";
  width:12px;height:12px;border-radius:4px;
  position:absolute; left:0; top:4px;
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(54,209,255,.65));
  box-shadow: 0 0 0 6px rgba(124,92,255,.10);
}
.fine{margin-top:12px; font-size:12px; line-height:1.45}

.section{padding-top:34px; padding-bottom:34px}
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:14px}
.step{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  border-radius: var(--r);
  padding:14px;
}
.step__num{font-family:var(--mono); color:var(--muted2); font-weight:800}
.step__title{margin-top:10px; font-weight:800}
.step__text{margin-top:8px; color:var(--muted); line-height:1.5}

.faq{display:grid; gap:10px; margin-top:14px}
.faq__item{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  border-radius: var(--r);
  padding:12px 14px;
}
.faq__q{cursor:pointer; font-weight:780}
.faq__a{margin-top:10px; color:var(--muted); line-height:1.55}

.footer{padding-top:22px; padding-bottom:22px; border-top:1px solid rgba(255,255,255,.08)}
.footer__cols{display:flex; align-items:flex-start; justify-content:space-between; gap:18px}
.footer__title{font-weight:850}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}
.footer__link{color:var(--muted); text-decoration:none; font-weight:650}
.footer__link:hover{color:var(--text)}
.footer__fine{margin-top:12px; font-size:12px; color:var(--muted2); line-height:1.45}

/* Modal */
.modal{position:fixed; inset:0; display:none; z-index:50}
.modal.is-open{display:block}
.modal__backdrop{position:absolute; inset:0; background:rgba(0,0,0,.62)}
.modal__panel{
  position:relative;
  width:min(720px, calc(100% - 22px));
  margin: 44px auto;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(12,16,30,.98), rgba(9,12,22,.98));
  box-shadow: 0 22px 80px rgba(0,0,0,.65);
  overflow:hidden;
}
.modal__header{
  padding:16px 16px 12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.modal__kicker{color:var(--muted2); font-weight:780; font-size:12px; letter-spacing:.6px; text-transform:uppercase}
.modal__title{font-size:18px; font-weight:860; margin-top:4px}
.iconbtn{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  cursor:pointer;
}
.modal__body{padding:16px}
.modal__footer{
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid rgba(255,255,255,.08);
}
.modal__actions{display:flex; gap:10px}

.paySummary{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding:12px;
  display:grid;
  gap:10px;
}
.paySummary__row{display:flex; align-items:baseline; justify-content:space-between; gap:10px}
.paySummary__value{font-weight:800}

.grid2{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px}
.field{display:grid; gap:7px}
.label{font-size:12px; color:var(--muted2); font-weight:780; letter-spacing:.3px; text-transform:uppercase}
.input{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  padding:11px 12px;
  color:var(--text);
  outline:none;
}
.input:focus{border-color: rgba(124,92,255,.70); box-shadow: 0 0 0 4px rgba(124,92,255,.16)}
.textarea{resize: vertical; min-height: 120px}

.tabs{display:flex; gap:10px; margin-top:12px}
.tab{
  flex:1;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  color:var(--muted);
  border-radius: 14px;
  padding:10px 12px;
  cursor:pointer;
  font-weight:800;
}
.tab.is-active{
  color:var(--text);
  border-color: rgba(124,92,255,.55);
  background: linear-gradient(135deg, rgba(124,92,255,.28), rgba(54,209,255,.10));
}
.method{display:none; margin-top:12px}
.method.is-active{display:block}
.method__box{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
  border-radius: 16px;
  padding:12px;
}
.method__title{font-weight:880}
.method__text{margin-top:6px; line-height:1.5}
.fakeQr{
  margin-top:12px;
  width:140px; height:140px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  overflow:hidden;
}
.fakeQr__inner{
  width:100%; height:100%;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.16) 0 6px, transparent 6px 12px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.10) 0 8px, transparent 8px 16px);
  opacity:.35;
}
.row{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:12px}
.row--end{justify-content:flex-end}
.payline{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:10px}
.payline__value{font-weight:860}
.link{color:rgba(124,92,255,.95); text-decoration:none}
.link:hover{text-decoration:underline}

.check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:12px;
  color:var(--muted);
  line-height:1.45;
}
.check input{margin-top:3px}

.status{
  margin-top:12px;
  padding:10px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display:none;
}
.status.is-show{display:block}
.status.is-good{border-color: rgba(49,208,126,.35); background: rgba(49,208,126,.08)}
.status.is-bad{border-color: rgba(255,77,109,.35); background: rgba(255,77,109,.08)}

/* Intake */
.formCard{padding:16px}
.formCard__top{display:grid; gap:10px; margin-bottom:12px}
.form{margin-top:10px}
.banner{
  border:1px solid rgba(49,208,126,.35);
  background: rgba(49,208,126,.08);
  border-radius: 16px;
  padding:12px;
  margin: 10px 0 12px;
}
.banner__title{font-weight:880}
.banner__text{margin-top:6px}

@media (max-width: 940px){
  .hero{grid-template-columns:1fr; padding-top:6px}
  .h1{font-size:38px}
  .steps{grid-template-columns:1fr}
  .footer__cols{flex-direction:column}
}

@media (max-width: 640px){
  .nav{display:none}
  .grid2{grid-template-columns:1fr}
  .modal__footer{flex-direction:column; align-items:stretch}
  .modal__actions{justify-content:stretch}
  .modal__actions .btn{flex:1}
}
