:root{
  --bg: #0b1220;
  --panel: #0f1a33;
  --panel2: #0b162f;
  --text: #eaf0ff;
  --muted: rgba(234,240,255,.72);
  --muted2: rgba(234,240,255,.55);
  --line: rgba(234,240,255,.12);
  --accent: #7c5cff;
  --accent2: #21c3ff;
  --good: #1ee6a6;
  --shadow: 0 18px 50px rgba(0,0,0,.38);
  --radius: 18px;
  --radius2: 24px;
  --max: 1120px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 18% -5%, rgba(124,92,255,.35), transparent 60%),
              radial-gradient(900px 520px at 85% 0%, rgba(33,195,255,.28), transparent 55%),
              var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a{color:inherit;text-decoration:none}
a:focus{outline:3px solid rgba(33,195,255,.6);outline-offset:2px;border-radius:10px}

.container{width:min(var(--max), 92vw); margin:0 auto}

.topbar{
  position: sticky; top:0; z-index:50;
  background: rgba(7,12,22,.7);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; padding:10px 0; gap:12px}
.topbar__left{display:flex; align-items:center; gap:10px; min-width:0}
.pill{
  font-size:12px; font-weight:800; letter-spacing:.12em;
  padding:6px 10px; border-radius:999px;
  background: rgba(124,92,255,.18);
  border:1px solid rgba(124,92,255,.35);
}
.topbar__text{font-size:13px; color: var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.topbar__right{display:flex; gap:10px; align-items:center}

.header{
  position: sticky; top:52px; z-index:40;
  border-bottom: 1px solid var(--line);
  background: rgba(11,18,32,.55);
  backdrop-filter: blur(10px);
}
.header__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:0}
.brand__mark{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(124,92,255,.85), rgba(33,195,255,.6));
  font-weight:900;
}
.brand__text{min-width:0}
.brand__name{font-weight:800; letter-spacing:-.02em}
.brand__tag{font-size:12px; color: var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis}

.nav{display:flex; align-items:center; gap:18px}
.nav a{font-size:14px; color: var(--muted)}
.nav a:hover{color: var(--text)}

.menuBtn{
  display:none;
  width:44px; height:44px; border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  cursor:pointer;
}
.menuBtn span{display:block; height:2px; width:18px; background: rgba(234,240,255,.85); margin:5px auto; border-radius:99px}

.mobileNav{
  display:none;
  border-top:1px solid var(--line);
  background: rgba(11,18,32,.92);
}
.mobileNav__inner{padding:14px 0 18px}
.mobileNav a{display:block; padding:12px 0; color: var(--text); border-bottom:1px dashed rgba(234,240,255,.12)}
.mobileNav .mCTA{margin-top:12px}
.fineprint{font-size:12px; color: var(--muted2); margin:10px 0 0}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius: 14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--text);
  font-weight:700;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(234,240,255,.22)}
.btn--primary{
  border-color: rgba(124,92,255,.55);
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(33,195,255,.75));
}
.btn--ghost{
  background: rgba(255,255,255,.04);
}
.btn--small{padding:10px 12px; font-size:13px}
.btn--big{padding:14px 16px; border-radius:16px}
.btn--full{width:100%}

.icon{opacity:.9}
.muted{color:var(--muted)}

.hero{padding:32px 0 10px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:start;
}

.kicker{display:inline-flex; align-items:center; gap:10px; font-weight:700; color: var(--muted); font-size:13px}
.dot{
  width:9px;height:9px;border-radius:999px;
  background: var(--good);
  box-shadow: 0 0 0 6px rgba(30,230,166,.12);
}
.h1{font-size: clamp(34px, 4.2vw, 54px); line-height:1.05; letter-spacing:-.04em; margin:14px 0 12px}
.h2{font-size: clamp(26px, 3vw, 36px); line-height:1.15; letter-spacing:-.03em; margin:0}
.h3{font-size:18px; letter-spacing:-.01em; margin:0 0 6px}
.lead{font-size:16px; color: var(--muted); margin:0 0 18px}
.accent{background: linear-gradient(135deg, rgba(124,92,255,1), rgba(33,195,255,1));
  -webkit-background-clip:text; background-clip:text; color:transparent}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:16px 0 18px}
.trustRow{display:flex; gap:14px; flex-wrap:wrap; margin:14px 0}
.trust{
  flex: 1 1 120px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:12px 14px;
}
.trust__num{font-size:22px; font-weight:900}
.trust__label{font-size:12px; color: var(--muted)}

.badges{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.badge{
  font-size:12px; font-weight:700;
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(234,240,255,.14);
  background: rgba(255,255,255,.03);
}

.card{
  border:1px solid var(--line);
  background: rgba(15,26,51,.72);
  border-radius: var(--radius2);
  overflow:hidden;
}
.card--shadow{box-shadow: var(--shadow)}
.card__top{padding:16px 16px 10px; border-bottom:1px solid rgba(234,240,255,.10)}
.small{font-size:13px}

.form{padding:14px 16px 16px}
.form__row{display:grid; gap:6px; margin-bottom:12px}
label{font-size:13px; font-weight:700; color: rgba(234,240,255,.85)}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(234,240,255,.14);
  background: rgba(0,0,0,.22);
  color: var(--text);
  outline:none;
}
input::placeholder, textarea::placeholder{color: rgba(234,240,255,.45)}
input:focus, select:focus, textarea:focus{border-color: rgba(33,195,255,.55); box-shadow: 0 0 0 4px rgba(33,195,255,.12)}
.form__status{margin-top:10px; font-size:13px; color: rgba(234,240,255,.86)}

.miniCard{
  display:flex; gap:12px; align-items:center;
  margin-top:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  padding:12px 14px;
}
.miniCard__icon{width:40px;height:40px;border-radius:14px; display:grid; place-items:center;
  background: rgba(124,92,255,.14); border:1px solid rgba(124,92,255,.25)}
.miniCard__title{font-weight:800}
.miniCard__desc{font-size:13px; color: var(--muted)}

.section{padding:54px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid rgba(234,240,255,.06);
  border-bottom:1px solid rgba(234,240,255,.06);
}
.sectionHead{margin-bottom:18px}
.p{margin:10px 0 0; color: var(--muted)}
.split{display:grid; grid-template-columns: 1fr 1fr; gap:22px; align-items:start}

.list{margin:12px 0 0; padding-left:18px; color: var(--muted)}
.list li{margin:8px 0}
.list--check{padding-left:0; list-style:none}
.list--check li{margin:10px 0}
.panel{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  padding:16px;
}
.ctaBox{
  margin-top:14px;
  border-radius: 18px;
  padding:14px;
  border:1px solid rgba(124,92,255,.28);
  background: rgba(124,92,255,.10);
}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.svc{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  padding:16px;
  transition: transform .15s ease, border-color .15s ease;
}
.svc:hover{transform: translateY(-2px); border-color: rgba(234,240,255,.22)}
.svc__icon{font-size:22px; margin-bottom:8px}

.center{display:flex; gap:12px; justify-content:center; margin-top:18px; flex-wrap:wrap}

.review{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  padding:16px;
  margin:0;
}
.review__stars{font-weight:900; letter-spacing:.14em; color: rgba(234,240,255,.9)}
blockquote{margin:10px 0 10px; color: var(--muted)}
figcaption{font-size:13px; color: rgba(234,240,255,.78)}

.steps{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.step{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  padding:16px;
}
.step__num{
  width:36px;height:36px;border-radius:14px;
  display:grid; place-items:center;
  background: rgba(33,195,255,.12);
  border:1px solid rgba(33,195,255,.25);
  font-weight:900;
  margin-bottom:10px;
}

.areas{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  align-items:stretch;
}
.chips{display:flex; flex-wrap:wrap; gap:8px}
.chip{
  font-size:12px; font-weight:800;
  padding:9px 12px; border-radius:999px;
  background: rgba(0,0,0,.20);
  border:1px solid rgba(234,240,255,.12);
}
.infoCard{
  margin-top:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  padding:16px;
}
.mapCard{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  overflow:hidden;
}
.mapCard iframe{width:100%; height:100%; min-height:320px; border:0}

.pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.priceCard{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius2);
  padding:16px;
  position:relative;
}
.priceCard--featured{
  background: rgba(124,92,255,.11);
  border-color: rgba(124,92,255,.38);
  box-shadow: var(--shadow);
}
.ribbon{
  position:absolute; top:14px; right:14px;
  font-size:11px; font-weight:900; letter-spacing:.08em;
  padding:7px 10px; border-radius:999px;
  background: rgba(124,92,255,.18);
  border:1px solid rgba(124,92,255,.35);
}
.price{font-size:34px; font-weight:900; margin:6px 0 8px}

.finalCta{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
  align-items:start;
}
.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}

.footer{
  border-top:1px solid var(--line);
  padding:22px 0 80px;
  background: rgba(0,0,0,.18);
}
.footer__inner{display:flex; justify-content:space-between; align-items:flex-start; gap:16px}
.footer__brand{font-weight:900}
.footer__muted{font-size:13px; color: var(--muted)}
.footer__links{display:flex; gap:14px; color: var(--muted)}

.stickyCall{
  position: fixed; left:0; right:0; bottom:0; z-index:60;
  display:none;
  background: rgba(7,12,22,.82);
  backdrop-filter: blur(10px);
  border-top:1px solid var(--line);
  padding:10px;
  gap:10px;
}
.stickyCall__btn{
  flex:1;
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px;
  border-radius: 16px;
  font-weight:900;
  border:1px solid var(--line);
}
.stickyCall__btn--primary{
  border-color: rgba(124,92,255,.55);
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(33,195,255,.75));
}
.stickyCall__btn--ghost{
  background: rgba(255,255,255,.04);
}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns: 1fr; }
  .split{grid-template-columns: 1fr}
  .grid3{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .areas{grid-template-columns: 1fr}
  .pricing{grid-template-columns: 1fr}
  .finalCta{grid-template-columns: 1fr}
  .nav{display:none}
  .menuBtn{display:block}
  .stickyCall{display:flex}
}