:root{
  --bg:#0b1220;
  --bg2:#0f1a2e;
  --card:#0f1b31;
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.58);
  --line:rgba(255,255,255,.12);
  --white:#fff;
  --accent:#4f7cff;
  --accent2:#35d0ba;
  --shadow: 0 14px 40px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 600px at 15% 10%, rgba(79,124,255,.20), transparent 60%),
              radial-gradient(1000px 520px at 85% 0%, rgba(53,208,186,.16), transparent 55%),
              linear-gradient(180deg, var(--bg), #070b14 70%);
  color: var(--white);
}

a{color:inherit}
.container{max-width:1120px;margin:0 auto;padding:0 20px}

.header{
  position:sticky;top:0;z-index:50;
  background: rgba(7, 11, 20, .65);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.header__inner{display:flex;align-items:center;gap:18px;padding:14px 0}
.brand{display:flex;align-items:center;text-decoration:none}
.brand__logo{height:52px;display:none}
.brand__logo--light{display:block}
@media (prefers-color-scheme: light){
  body{background:#fff;color:#0b1220}
  .header{background:rgba(255,255,255,.8)}
  .brand__logo--light{display:none}
  .brand__logo--dark{display:block}
  :root{--bg:#fff;--bg2:#f5f7fb;--card:#ffffff;--muted:rgba(11,18,32,.78);--muted2:rgba(11,18,32,.6);--line:rgba(11,18,32,.12);--shadow:0 14px 40px rgba(11,18,32,.12)}
}

.nav{display:flex;gap:16px;margin-left:8px}
.nav a{opacity:.86;text-decoration:none;font-weight:500}
.nav a:hover{opacity:1}
.header__cta{margin-left:auto;display:flex;gap:10px}
.menu{display:none;margin-left:auto;background:transparent;border:0;color:inherit;cursor:pointer}
.menu span{display:block;width:22px;height:2px;background:currentColor;margin:5px 0;border-radius:2px;opacity:.9}

@media (max-width: 880px){
  .nav{display:none}
  .header__cta{display:none}
  .menu{display:block}
}

.mobileNav{
  border-top:1px solid var(--line);
  padding:12px 20px 16px;
  display:grid;
  gap:10px;
  background: rgba(7, 11, 20, .75);
  backdrop-filter: blur(12px);
}
.mobileNav[hidden]{display:none !important;}
.mobileNav a{text-decoration:none;opacity:.9;font-weight:500}
.mobileNav a:hover{opacity:1}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  border:1px solid var(--line);
  text-decoration:none;font-weight:600;letter-spacing:.2px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform: translateY(-1px);border-color: rgba(255,255,255,.22)}
.btn--primary{background:linear-gradient(135deg, var(--accent), var(--accent2));border-color: transparent;color:#041021}
.btn--primary:hover{filter: brightness(1.02)}
.btn--ghost{background:rgba(255,255,255,.06)}
.btn--lg{padding:12px 18px}
.btn--block{width:100%}

.hero{padding:42px 0 20px}
.hero__grid{display:grid;grid-template-columns: 1.1fr .9fr;gap:34px;align-items:center}
@media (max-width: 980px){.hero__grid{grid-template-columns:1fr;gap:18px}}

.pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 12px;border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:var(--muted);
  font-weight:600;font-size:13px;
}
h1{font-size:48px;line-height:1.06;margin:14px 0 12px}
@media (max-width: 520px){h1{font-size:40px}}
.grad{background:linear-gradient(135deg, var(--accent), var(--accent2));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:18px;line-height:1.55;color:var(--muted);max-width:52ch}
.hero__actions{display:flex;gap:12px;margin:18px 0 12px;flex-wrap:wrap}

.hero__bullets{display:grid;gap:10px;margin-top:18px}
.bullet{display:flex;gap:10px;align-items:flex-start;color:var(--muted)}
.dot{width:10px;height:10px;border-radius:999px;margin-top:7px;background:linear-gradient(135deg,var(--accent),var(--accent2));flex:0 0 10px}

.trust{display:flex;gap:14px;margin-top:18px;flex-wrap:wrap}
.trust__item{padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.05)}
.trust__kpi{font-weight:800;font-size:18px}
.trust__label{color:var(--muted2);font-size:12px;margin-top:2px}
.fineprint{color:var(--muted2);font-size:12px;margin-top:12px}
.fineprint a{color:inherit}

.productCard{border-radius:var(--radius2);overflow:hidden;border:1px solid var(--line);background:rgba(255,255,255,.03);box-shadow: var(--shadow)}
.productCard__img{width:100%;height:auto;display:block}
.productCard__bottom{padding:14px 14px 16px}
.productCard__title{font-weight:700}
.productCard__meta{color:var(--muted2);font-size:13px;margin-top:3px}
.productCard--secondary{margin-top:14px;opacity:.95}

.section{padding:54px 0}
.section--alt{background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0))}
.sectionHead{max-width:780px;margin:0 auto 22px;text-align:center}
.sectionHead h2{font-size:32px;margin:0 0 10px}
.sectionHead p{margin:0;color:var(--muted)}

.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width: 880px){.grid2{grid-template-columns:1fr}}
.card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:var(--radius);
  padding:18px 18px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}
.card h2{margin:0 0 8px;font-size:22px}
.card h3{margin:0 0 10px;font-size:20px}
.card p{margin:0;color:var(--muted);line-height:1.6}
.muted{color:var(--muted)}
.checklist{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.checklist li{position:relative;padding-left:22px;color:var(--muted)}
.checklist li::before{content:"✓";position:absolute;left:0;top:0;color:var(--accent2);font-weight:800}

.specGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
@media (max-width: 520px){.specGrid{grid-template-columns:1fr}}
.specGrid__k{color:var(--muted2);font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.specGrid__v{font-weight:650;margin-top:2px}

.features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
@media (max-width: 980px){.features{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 560px){.features{grid-template-columns:1fr}}
.feature{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:18px;
  padding:14px;
  display:flex;gap:12px;
}
.feature h3{margin:0;font-size:16px}
.feature p{margin:4px 0 0;color:var(--muted2);line-height:1.45;font-size:13px}
.feature__icon{
  width:40px;height:40px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  flex:0 0 40px;
}
.ico{width:22px;height:22px}
.ico--sm{width:18px;height:18px}

.callout{
  margin-top:18px;
  padding:16px 16px;
  border:1px solid rgba(79,124,255,.35);
  background: linear-gradient(135deg, rgba(79,124,255,.13), rgba(53,208,186,.10));
  border-radius: var(--radius);
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
}
.callout h3{margin:0;font-size:18px}
.callout p{margin:4px 0 0;color:var(--muted)}

.diagram{width:100%;height:auto;margin:12px 0 8px}
.d-box{fill: rgba(255,255,255,.04);stroke: rgba(255,255,255,.14);stroke-width:2}
.d-box--accent{fill: rgba(79,124,255,.12);stroke: rgba(79,124,255,.45)}
.d-box--accent2{fill: rgba(53,208,186,.10);stroke: rgba(53,208,186,.40)}
.d-title{font-size:16px;font-weight:800;fill: currentColor}
.d-sub{font-size:12px;fill: rgba(255,255,255,.72)}
.d-line{stroke: rgba(255,255,255,.35);stroke-width:2}

.tableWrap{overflow:auto;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.compare{border-collapse:collapse;min-width:760px;width:100%}
.compare th,.compare td{padding:12px 12px;border-bottom:1px solid var(--line);text-align:left}
.compare th{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted2);background:rgba(255,255,255,.04)}
.compare td{color:var(--muted)}
.compare tr:last-child td{border-bottom:0}
.yes{color: var(--accent2);font-weight:700}
.no{color: rgba(255,255,255,.55)}
.maybe{color: rgba(255,255,255,.78);font-weight:650}

.kpiRow{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:18px}
.kpi{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:18px;padding:14px 16px;min-width:160px;text-align:center}
.kpi__n{font-size:28px;font-weight:900}
.kpi__l{color:var(--muted2);font-size:12px;margin-top:2px}

.pricingGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
@media (max-width: 980px){.pricingGrid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 620px){.pricingGrid{grid-template-columns:1fr}}
.priceCard{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:16px;
  display:flex;flex-direction:column;
}
.priceCard--highlight{border-color: rgba(53,208,186,.42);box-shadow: var(--shadow)}
.priceCard__top{margin-bottom:10px}
.priceCard h3{margin:0 0 8px}
.price{font-size:34px;font-weight:950;letter-spacing:-.02em}
.sub{color:var(--muted2);font-size:13px;margin-top:2px}
.per{font-size:14px;font-weight:800;color:var(--muted2);margin-left:6px}
.priceCard ul{margin:12px 0 14px;padding-left:18px;color:var(--muted);display:grid;gap:8px}
.priceCard .fineprint{margin-top:auto}

.note{
  margin-top:16px;
  border:1px dashed var(--line);
  border-radius:18px;
  padding:12px 14px;
  color:var(--muted);
  background: rgba(255,255,255,.03);
}
.note--center{text-align:center}

.faq{display:grid;gap:10px;max-width:900px;margin:0 auto}
details{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.04);
  padding:12px 14px;
}
summary{cursor:pointer;font-weight:750}
details p{margin:10px 0 0;color:var(--muted);line-height:1.55}

.footer{padding:34px 0 18px;background:#050811;border-top:1px solid var(--line)}
.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:14px;align-items:start}
@media (max-width: 980px){.footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width: 620px){.footer__grid{grid-template-columns:1fr}}
.footer__logo{height:52px}
.footer__title{font-weight:800;margin-bottom:8px}
.footer__text,.footer__links a{color:rgba(255,255,255,.76);font-size:14px;line-height:1.5}
.footer__links{display:grid;gap:8px}
.footer__links a{text-decoration:none;opacity:.9}
.footer__links a:hover{opacity:1}
.li{display:inline-flex;gap:8px;align-items:center;text-decoration:none;color:rgba(255,255,255,.86);font-weight:650}
.footer__bottom{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:18px;color:rgba(255,255,255,.7);font-size:12px}

code{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:.95em}
