:root{
  --bg:#02040b;
  --panel:rgba(10,14,30,.62);
  --panel2:rgba(10,14,30,.78);
  --text:#eaf0ff;
  --muted:rgba(234,240,255,.78);
  --blue:#2ea7ff;
  --blue2:#1b6cff;
  --glow:rgba(46,167,255,.45);
  --gold:#f5c75b;
}

*{box-sizing:border-box}

html,body{
  margin:0;
  padding:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}

img,video{
  max-width:100%;
  height:auto;
  display:block;
}

.container{
  width:min(1120px,92vw);
  margin:0 auto;
}

.topbar{
  position:sticky;
  top:0;
  z-index:20;
  background:#02040b;
  border-bottom:1px solid rgba(120,170,255,.12);
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 0;
}

.brand__logoWrap{
  display:flex;
  align-items:center;
}

.brand__logo{
  height:64px;
  width:auto;
  display:block;
  filter:drop-shadow(0 0 14px rgba(46,167,255,.25));
}

.lang{
  display:flex;
  gap:10px;
  flex-shrink:0;
}

.lang__btn{
  border:1px solid rgba(120,170,255,.18);
  background:rgba(10,14,30,.55);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  cursor:pointer;
  transition:.2s transform,.2s border-color,.2s box-shadow;
  font-weight:700;
}

.lang__btn:hover{
  transform:translateY(-1px);
  border-color:rgba(46,167,255,.35);
  box-shadow:0 0 0 6px rgba(46,167,255,.08);
}

.lang__btn.is-active{
  border-color:rgba(46,167,255,.55);
  box-shadow:0 0 0 6px rgba(46,167,255,.10);
}

.hero{
  position:relative;
  overflow:hidden;
}

.hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 68% 20%, rgba(46,167,255,.18), transparent 60%),
    radial-gradient(700px 420px at 18% 35%, rgba(46,167,255,.14), transparent 60%),
    radial-gradient(520px 520px at 82% 78%, rgba(46,167,255,.10), transparent 62%),
    linear-gradient(180deg, rgba(2,4,11,.55), rgba(2,4,11,.95)),
    url('assets/brand-bg.jpg');
  background-size:cover;
  background-position:center;
  filter:saturate(1.02) contrast(1.05);
  transform:scale(1.02);
}

.hero__glow{
  position:absolute;
  inset:-140px;
  pointer-events:none;
  background:radial-gradient(700px 700px at 55% 35%, rgba(46,167,255,.18), transparent 62%);
}

.hero__inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  align-items:start;
  gap:32px;
  padding:48px 0 34px;
}

.hero__copy{
  min-width:0;
}

.hero__visual{
  min-width:0;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}

.h1{
  font-size:54px;
  line-height:1.04;
  margin:0 0 10px;
  letter-spacing:-.02em;
  text-shadow:0 0 26px rgba(46,167,255,.14);
}

.accent{
  color:var(--gold);
  text-shadow:0 0 22px rgba(245,199,91,.10);
}

.lead{
  font-size:18px;
  line-height:1.55;
  color:var(--muted);
  margin:0 0 18px;
  max-width:54ch;
}

.bullets{
  list-style:none;
  margin:0 0 18px;
  padding:0;
  display:grid;
  gap:10px;
}

.check{
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:9px;
  background:rgba(46,167,255,.16);
  border:1px solid rgba(46,167,255,.26);
  margin-right:10px;
  color:#aee2ff;
  flex-shrink:0;
}

.bullets li{
  display:flex;
  align-items:flex-start;
  color:rgba(234,240,255,.92);
}

.hero__cta{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:18px 0 10px;
}

.scarcity{
  font-weight:800;
  color:rgba(234,240,255,.90);
  letter-spacing:.01em;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:14px 18px;
  font-weight:800;
  letter-spacing:.02em;
  border:1px solid rgba(46,167,255,.25);
  cursor:pointer;
  text-align:center;
}

.btn--primary{
  background:linear-gradient(180deg, rgba(46,167,255,.95), rgba(27,108,255,.92));
  box-shadow:0 0 0 8px rgba(46,167,255,.10), 0 18px 50px rgba(10,20,60,.55);
}

.btn--primary:hover{
  filter:brightness(1.05);
}

.trustline{
  margin-top:12px;
  color:rgba(234,240,255,.78);
  font-size:14px;
}

.phone{
  width:min(340px,100%);
  background:rgba(10,14,30,.35);
  border:1px solid rgba(120,170,255,.18);
  border-radius:22px;
  padding:12px;
  box-shadow:0 0 0 10px rgba(46,167,255,.05), 0 30px 80px rgba(0,0,0,.55);
  margin:0 auto;
}

.phone--small{
  width:min(300px,100%);
}

.phone__img,
.phone__video{
  width:100%;
  border-radius:16px;
  display:block;
}

.phone__video{
  aspect-ratio:9/16;
  object-fit:cover;
  background:#000;
}

.store-links{
  width:100%;
  max-width:340px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:18px auto 0;
}

.store-links__title{
  width:100%;
  text-align:center;
  font-weight:600;
  margin-bottom:4px;
  color:#fff;
  opacity:.9;
  font-size:14px;
}

.store-links__item{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  transition:transform .18s ease, opacity .18s ease;
}

.store-links__item:hover{
  transform:translateY(-2px);
  opacity:.92;
}

.store-links__item img{
  display:block;
  width:auto;
  max-width:100%;
  height:52px;
}

.contact{
  padding:44px 0;
  background:linear-gradient(180deg, rgba(2,4,11,.94), rgba(2,4,11,.88));
}

.contact__inner{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.h2{
  margin:0;
  font-size:34px;
  letter-spacing:-.02em;
}

.muted{
  color:var(--muted);
  line-height:1.6;
  margin:10px 0 0;
}

.contact__title{
  max-width:70ch;
}

.form{
  margin-top:8px;
  background:var(--panel);
  border:1px solid rgba(120,170,255,.18);
  border-radius:22px;
  padding:18px;
  box-shadow:0 0 0 10px rgba(46,167,255,.06);
}

.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.field span{
  font-size:13px;
  color:rgba(234,240,255,.85);
}

.field input,
.field textarea{
  border-radius:14px;
  border:1px solid rgba(120,170,255,.18);
  background:rgba(10,14,30,.55);
  color:var(--text);
  padding:12px 12px;
  outline:none;
}

.field input:focus,
.field textarea:focus{
  border-color:rgba(46,167,255,.45);
  box-shadow:0 0 0 6px rgba(46,167,255,.10);
}

.field--full{
  margin-top:12px;
}

.recaptcha{
  margin-top:12px;
}

.form__actions{
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  margin-top:14px;
  flex-wrap:wrap;
}

.form__note{
  color:rgba(234,240,255,.70);
  font-size:13px;
}

.value{
  padding:34px 0 46px;
  background:linear-gradient(180deg, rgba(2,4,11,.88), rgba(2,4,11,1));
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.card{
  background:var(--panel2);
  border:1px solid rgba(120,170,255,.18);
  border-radius:22px;
  padding:16px;
  box-shadow:0 0 0 10px rgba(46,167,255,.04);
}

.card__icon{
  font-size:22px;
}

.h3{
  margin:10px 0 6px;
  font-size:18px;
}

.footer{
  padding:22px 0;
  border-top:1px solid rgba(120,170,255,.12);
  background:rgba(2,4,11,.96);
}

.footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.footer__brand{
  font-weight:800;
}

.footer__small{
  color:rgba(234,240,255,.65);
  font-size:13px;
  margin-top:6px;
}

.footer__link{
  color:rgba(234,240,255,.78);
}

.footer__link:hover{
  color:rgba(234,240,255,.95);
}

.hidden{
  display:none;
}

@media (max-width: 920px){
  .hero__inner{
    grid-template-columns:1fr;
    gap:22px;
    padding:26px 0;
  }

  .hero__copy{
    order:1;
  }

  .hero__visual{
    order:2;
    width:100%;
    align-items:center;
    justify-content:center;
    margin-top:6px;
  }

  .phone{
    width:min(340px,92vw);
  }

  .cards{
    grid-template-columns:1fr;
  }
}

@media (max-width: 720px){
  .grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 600px){
  .brand__logo{
    height:48px;
  }

  .topbar__inner{
    padding:12px 0;
  }

  .lang{
    gap:6px;
  }

  .lang__btn{
    padding:6px 8px;
    font-size:12px;
  }

  .hero__inner{
    gap:18px;
    padding:22px 0;
  }

  .h1{
    font-size:40px;
  }

  .lead{
    font-size:16px;
  }

  .bullets{
    gap:8px;
  }

  .phone{
    width:min(320px,92vw);
  }

  .store-links{
    max-width:320px;
    margin-top:14px;
  }

  .store-links__item img{
    height:46px;
  }

  .store-links__title{
    font-size:13px;
  }

  .h2{
    font-size:28px;
  }
}

@media (max-width: 420px){
  .container{
    width:min(1120px,94vw);
  }

  .phone{
    width:100%;
  }

  .store-links{
    width:100%;
    max-width:100%;
  }

  .store-links__item img{
    max-width:92%;
    height:auto;
  }

  .btn{
    width:100%;
  }
}
