:root{
  --bg:#05060c;
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.72);
  --dim:rgba(255,255,255,.56);
  --stroke:rgba(255,255,255,.10);
  --card:rgba(255,255,255,.05);
  --card2:rgba(255,255,255,.035);
  --shadow:0 18px 55px rgba(0,0,0,.55);
  --wrap:980px;
  --pad:22px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}

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

.wrap{
  width:100%;
  max-width:var(--wrap);
  margin:0 auto;
  padding:0 var(--pad);
}

.bg{position:fixed;inset:0;pointer-events:none;z-index:-1}
.vignette{
  position:absolute;inset:0;
  background:
    radial-gradient(900px 520px at 50% 15%, rgba(120,80,255,.18) 0%, transparent 70%),
    radial-gradient(900px 520px at 50% 80%, rgba(40,210,255,.12) 0%, transparent 70%),
    radial-gradient(1200px 900px at 50% 50%, rgba(0,0,0,.0) 0%, rgba(0,0,0,.55) 78%, rgba(0,0,0,.82) 100%);
}
.grain{
  position:absolute;inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  opacity:.07;
  mix-blend-mode:overlay;
}

.top{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(16px);
  background:rgba(5,6,12,.55);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.top-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;gap:16px;
}

.brand{display:flex;align-items:center;gap:12px;min-width:240px}
.brand-logo svg{width:40px;height:40px;display:block}
.brand-text{display:flex;flex-direction:column;gap:3px}
.brand-name{font-weight:750;letter-spacing:.18em;font-size:12px;color:rgba(255,255,255,.84)}
.brand-sub{font-size:11px;color:var(--dim);letter-spacing:.10em}

.nav{display:flex;align-items:center;gap:18px}
.nav a{font-size:13px;color:rgba(255,255,255,.74)}
.nav a:hover{color:rgba(255,255,255,.92);text-decoration:none}

.pill{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
  text-decoration:none!important;
  white-space:nowrap;
}
.pill:hover{border-color:rgba(255,255,255,.18)}

.burger{
  display:none;
  width:44px;height:44px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  padding:10px;
  cursor:pointer;
}
.burger span{
  display:block;height:2px;border-radius:2px;
  background:rgba(255,255,255,.88);
  margin:6px 0;
}

.no-scroll{overflow:hidden}

.drawer{
  position:fixed;inset:0;
  z-index:70;
}
.drawer[hidden]{display:none}
.drawer-backdrop{
  position:absolute;inset:0;
  background:rgba(0,0,0,.55);
}
.drawer-panel{
  position:absolute;
  right:16px;top:16px;
  width:min(520px, calc(100vw - 32px));
  border-radius:22px;
  background:rgba(10,12,20,.86);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 26px 70px rgba(0,0,0,.65);
  backdrop-filter:blur(18px);
  padding:16px;
}
.drawer-head{
  display:flex;align-items:center;justify-content:space-between;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.drawer-title{font-weight:750;color:rgba(255,255,255,.90)}
.drawer-close{
  width:38px;height:38px;border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
  font-size:22px;line-height:1;
  cursor:pointer;
}
.drawer-links{display:grid;gap:10px;padding-top:12px}
.drawer-links a{
  display:block;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.86);
}
.drawer-links a:hover{text-decoration:none;border-color:rgba(255,255,255,.14)}
.drawer-links .pill{width:max-content}

.hero{padding:86px 0 44px 0}
.hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}
.hero-logo svg{width:46px;height:46px;display:block;opacity:.96}

.hero h1{
  margin:0;
  font-size:52px;
  line-height:1.06;
  letter-spacing:-.02em;
  max-width:22ch;
}
.hero p{
  margin:0;
  max-width:74ch;
  color:rgba(255,255,255,.72);
  line-height:1.7;
  font-size:15px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:10px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:14px;
  border:1px solid transparent;
  font-weight:650;font-size:13px;
  letter-spacing:.02em;
  cursor:pointer;user-select:none;
  text-decoration:none!important;
  white-space:nowrap;
}
.primary{
  background:linear-gradient(135deg, rgba(120,80,255,.95), rgba(40,210,255,.70));
  color:rgba(255,255,255,.95);
  box-shadow:0 14px 45px rgba(120,80,255,.22);
}
.primary:hover{filter:brightness(1.06)}
.ghost{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
}
.ghost:hover{border-color:rgba(255,255,255,.18)}

.block{padding:56px 0}
.soft{
  background:radial-gradient(900px 520px at 50% 0%, rgba(255,255,255,.04) 0%, transparent 70%);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.center{text-align:center}
.kicker{font-size:11px;letter-spacing:.22em;color:rgba(255,255,255,.48)}
.title{margin-top:10px;font-size:28px;font-weight:760;letter-spacing:-.01em}
.desc{margin-top:10px;color:rgba(255,255,255,.64);line-height:1.7;max-width:82ch;margin-left:auto;margin-right:auto}
.center-desc{max-width:62ch;margin-left:auto;margin-right:auto}

.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}

.card{
  border-radius:20px;
  background:linear-gradient(180deg, var(--card) 0%, var(--card2) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
  padding:18px;
}
.card-t{font-weight:750}
.card-d{margin-top:8px;color:rgba(255,255,255,.62);line-height:1.65;font-size:14px}

.wait{
  margin:18px auto 0 auto;
  width:100%;
  max-width:640px;
  display:grid;
  gap:12px;
  justify-items:center;
}
.wait-row{
  width:100%;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
}
.field{
  flex:1;
  min-width:260px;
  border-radius:999px;
  padding:13px 16px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.90);
  outline:none;
  text-align:center;
}
.field:focus{border-color:rgba(40,210,255,.38);box-shadow:0 0 0 4px rgba(40,210,255,.10)}
.turnstile{min-height:65px}
.status{min-height:20px;font-size:13px;color:rgba(255,255,255,.62)}
.status.is-ok{color:rgba(70,220,160,.95)}
.status.is-error{color:rgba(255,120,120,.95)}
.status.is-info{color:rgba(40,210,255,.92)}

.contact-grid{margin-top:18px}
.card-link{transition:transform .12s ease, border-color .12s ease}
.card-link:hover{text-decoration:none;transform:translateY(-2px);border-color:rgba(255,255,255,.16)}
.card-cta{margin-top:12px;color:rgba(255,255,255,.78);font-weight:650;font-size:13px}
.contact-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:18px}

.foot{
  padding:34px 0 26px 0;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(0,0,0,.16);
}
.foot-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.foot-name{font-weight:800}
.foot-sub{margin-top:8px;color:rgba(255,255,255,.62);font-size:14px;line-height:1.6}
.foot-right{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.foot-right a{color:rgba(255,255,255,.70)}
.foot-right a:hover{color:rgba(255,255,255,.92);text-decoration:none}
.foot-bottom{
  margin-top:18px;padding-top:14px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;
  color:rgba(255,255,255,.52);font-size:13px;
}
.foot-mini{color:rgba(255,255,255,.50)}

@media (max-width:980px){
  .nav{display:none}
  .burger{display:inline-block}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .hero h1{font-size:42px}
  .brand-sub{display:none}
  .btn{width:100%}
  .wait-row{flex-direction:column}
  .field{min-width:0;width:100%}
}
@media (max-width:520px){
  .wrap{padding:0 16px}
  .hero h1{font-size:38px}
}
.form-card{
  margin:18px auto 0 auto;
  width:100%;
  max-width:820px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.035) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 55px rgba(0,0,0,.55);
  padding:18px;
  text-align:left;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.f{display:flex;flex-direction:column;gap:8px}
.fl{font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.66);text-transform:uppercase}
.fi{
  width:100%;
  border-radius:14px;
  padding:12px 12px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.90);
  outline:none;
}
.fi:focus{border-color:rgba(40,210,255,.38);box-shadow:0 0 0 4px rgba(40,210,255,.10)}
.ta{resize:vertical;min-height:160px}
.f-wide{grid-column:1 / -1}
.form-actions{
  display:flex;
  gap:12px;
  justify-content:flex-start;
  flex-wrap:wrap;
  margin-top:12px;
}
@media (max-width:980px){
  .form-grid{grid-template-columns:1fr}
  .form-actions .btn{width:100%}
}
.block-center{ text-align:center }
.grid-center{ justify-items:center }
.grid-center .card{ width:100%; max-width:520px }
.grid3.grid-center{ grid-template-columns:repeat(3, minmax(0, 1fr)) }
.grid2.grid-center{ grid-template-columns:repeat(2, minmax(0, 1fr)) }
.grid-center .card{ text-align:left }

@media (max-width:980px){
  .grid3.grid-center{ grid-template-columns:1fr }
  .grid2.grid-center{ grid-template-columns:1fr }
  .grid-center .card{ max-width:720px }
}

.contact-shell{ display:flex; justify-content:center }
.contact-card{
  width:100%;
  max-width:980px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.035) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 55px rgba(0,0,0,.55);
  padding:22px;
}
.contact-head{ text-align:left; margin-bottom:16px }
.contact-kicker{ margin-bottom:8px }
.contact-title{ margin-top:0 }
.contact-desc{ margin:8px 0 0 0; max-width:90ch }

.contact-grid{ display:grid; grid-template-columns:1.4fr .9fr; gap:16px; align-items:start }
.contact-left{ min-width:0 }
.contact-right{ display:flex; flex-direction:column; gap:12px }

.route-box{
  border-radius:18px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
  padding:14px;
}
.route-box2{ background:rgba(0,0,0,.12) }
.route-title{ font-weight:750; color:rgba(255,255,255,.90); margin-bottom:8px }
.route-text{ color:rgba(255,255,255,.64); line-height:1.65; font-size:14px }
.route-mini{ margin-top:10px; color:rgba(255,255,255,.56); font-size:13px }
.route-addr{ color:rgba(255,255,255,.82) }

.grad{
  background:linear-gradient(90deg, rgba(120,80,255,.95), rgba(40,210,255,.80), rgba(255,79,163,.72));
  color:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 55px rgba(120,80,255,.18);
}
.grad:hover{ filter:brightness(1.06) }

.contact-actions{ margin-top:10px }
.contact-actions .btn{ width:100% }
.contact-back{ display:flex; gap:10px; flex-wrap:wrap }
.contact-back .btn{ flex:1 }

@media (max-width:980px){
  .contact-grid{ grid-template-columns:1fr }
  .contact-head{ text-align:center }
  .contact-desc{ margin-left:auto; margin-right:auto }
  .contact-back .btn{ width:100% }
}
.hero-logo svg {
  width: 160px;
  height: 160px;
}
@media (min-width: 980px) {
  .hero-logo svg {
    width: 220px;
    height: 220px;
  }
}
