:root {
  --bg: #08101d;
  --bg2: #0d1727;
  --surface: rgba(13, 23, 39, 0.82);
  --surface-strong: #101c30;
  --card: #111e33;
  --card2: #13233b;
  --line: rgba(255,255,255,.09);
  --text: #eef4ff;
  --muted: #a7b4cb;
  --muted2: #7d8aa2;
  --accent: #6dd6ff;
  --accent2: #8b5cf6;
  --accent3: #49d19a;
  --warn: #f7c948;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max: 1180px;
  --gap: 22px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(109,214,255,.18), transparent 55%),
    radial-gradient(900px 500px at 80% 5%, rgba(139,92,246,.16), transparent 50%),
    linear-gradient(180deg, #07101d 0%, #09111f 30%, #060b15 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(5, 10, 18, .62);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .02em; }
.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: 0 10px 24px rgba(109,214,255,.18);
  flex: 0 0 auto;
}
.footer-logo {
  width: 96px;
  height: 96px;
}
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; flex-wrap: wrap; }
.nav-links a:hover { color: var(--text); }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 16px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: var(--text); font-size: 14px;
}
.offer-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(247,201,72,.14);
  border: 1px solid rgba(247,201,72,.28);
  color: #fff2bf;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.offer-banner strong {
  color: #ffffff;
}
.offer-note {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.price-old {
  color: var(--muted2);
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 700;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 18px; border-radius: 16px; border: 1px solid transparent;
  font-weight: 700; font-size: 15px; cursor: pointer;
  transition: .2s ease; user-select: none;
  min-height: 48px;
}
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #09111f; box-shadow: 0 14px 34px rgba(109,214,255,.22); }
.btn-secondary { background: rgba(255,255,255,.04); color: var(--text); border-color: rgba(255,255,255,.10); }
.btn:hover { transform: translateY(-1px); }
.hero { padding: 42px 0 22px; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  color: var(--muted); font-size: 14px;
  margin-bottom: 18px;
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .95;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.lede {
  margin: 0 0 24px;
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.6;
  color: var(--muted);
  max-width: 62ch;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-meta { display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted2); font-size: 14px; }
.hero-card {
  position: relative;
  background: linear-gradient(180deg, rgba(17,30,51,.92), rgba(9,15,28,.94));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 640px;
}
.hero-card::before,
.hero-card::after {
  content: ""; position: absolute; inset: auto;
  border-radius: 999px; filter: blur(10px); opacity: .9; pointer-events: none;
}
.hero-card::before { width: 260px; height: 260px; background: rgba(109,214,255,.18); right: -60px; top: -60px; }
.hero-card::after { width: 230px; height: 230px; background: rgba(139,92,246,.16); left: -90px; bottom: -80px; }
.hero-visual { position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; }
.hero-panel {
  width: min(100%, 520px);
  background: rgba(7, 13, 25, .72);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  padding: 20px;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0,0,0,.30);
}
.panel-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.panel-dots { display: flex; gap: 8px; }
.panel-dots span { width: 10px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.18); }
.panel-badge {
  padding: 7px 10px; border-radius: 999px; background: rgba(73,209,154,.14); color: #b8f5df; border: 1px solid rgba(73,209,154,.18);
  font-size: 12px; font-weight: 700;
}
.chart {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; align-items: end; min-height: 220px; margin: 10px 0 18px;
}
.bar { border-radius: 16px 16px 8px 8px; background: linear-gradient(180deg, rgba(109,214,255,.95), rgba(139,92,246,.65)); }
.bar:nth-child(1){height:30%}.bar:nth-child(2){height:48%}.bar:nth-child(3){height:26%}.bar:nth-child(4){height:66%}.bar:nth-child(5){height:55%}.bar:nth-child(6){height:76%}.bar:nth-child(7){height:38%}.bar:nth-child(8){height:84%}.bar:nth-child(9){height:44%}.bar:nth-child(10){height:62%}.bar:nth-child(11){height:52%}.bar:nth-child(12){height:90%}
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric {
  padding: 14px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
}
.metric .k { font-size: 12px; color: var(--muted2); margin-bottom: 6px; }
.metric .v { font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.metric .s { font-size: 12px; color: #b9c7df; margin-top: 4px; }
.section { padding: 44px 0; }
.section h2 { margin: 0 0 10px; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.05; letter-spacing: -.035em; }
.section p.sub { margin: 0 0 24px; color: var(--muted); line-height: 1.6; max-width: 70ch; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap); }
.card {
  background: linear-gradient(180deg, rgba(17,30,51,.92), rgba(11,17,30,.92));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-xl);
  padding: 22px;
  box-shadow: var(--shadow);
}
.card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.02em; }
.card p, .card li { color: var(--muted); line-height: 1.65; }
.icon {
  width: 44px; height: 44px; border-radius: 15px; margin-bottom: 14px;
  display: grid; place-items: center; color: #08101d; font-weight: 900;
  background: linear-gradient(135deg, rgba(109,214,255,1), rgba(73,209,154,1));
}
.service-art {
  margin: -6px -6px 18px;
  padding: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.06);
}
.service-art img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  background: rgba(8,16,29,.36);
  border-radius: 18px;
}
.list { padding-left: 18px; margin: 12px 0 0; }
.price {
  display: flex; align-items: baseline; gap: 8px; margin: 14px 0 10px;
}
.price strong { font-size: 28px; }
.price span { color: var(--muted2); font-size: 13px; }
.tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.tag { padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: var(--muted); font-size: 13px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.step {
  position: relative; padding: 20px; border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(19,35,59,.95), rgba(9,15,28,.92));
  border: 1px solid rgba(255,255,255,.08);
}
.step .n {
  width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 12px;
  background: rgba(109,214,255,.14); color: #dff8ff; font-weight: 800;
  border: 1px solid rgba(109,214,255,.18);
}
.form-shell {
  background: linear-gradient(180deg, rgba(17,30,51,.94), rgba(9,15,28,.95));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.form-head {
  padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  background: rgba(255,255,255,.02);
}
.score {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 14px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
}
.score b { color: var(--text); }
form { padding: 22px; display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 13px; color: #c7d4ea; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 15px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,13,25,.72); color: var(--text);
  outline: none; font: inherit;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(109,214,255,.5); box-shadow: 0 0 0 4px rgba(109,214,255,.09); }
.checkboxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px; border-radius: 14px; background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  cursor: pointer;
}
.check input { width: 18px; height: 18px; margin-top: 2px; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.result {
  margin-top: 4px; padding: 16px; border-radius: 18px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  line-height: 1.6;
}
.faq details {
  background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 18px 18px;
}
.faq details + details { margin-top: 12px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--text); }
.faq p { margin: 10px 0 0; color: var(--muted); }
.footer {
  padding: 30px 0 42px; color: var(--muted2); font-size: 14px;
  border-top: 1px solid rgba(255,255,255,.08); margin-top: 26px;
}
body.locked main,
body.locked .footer,
body.locked .nav {
  display: none;
}
.gate {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  background: radial-gradient(circle at top, rgba(124,168,255,.18), transparent 34%), linear-gradient(180deg, #07111d 0%, #060b14 100%);
  padding: 24px;
}
.gate-card {
  width: min(460px, 100%);
  background: rgba(13, 23, 39, .96);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
  padding: 24px;
}
.gate-card h1 { font-size: 2rem; margin-bottom: 10px; }
.gate-card p { color: var(--muted); }
.gate-row { display: grid; gap: 12px; margin-top: 16px; }
.gate-row input {
  width: 100%; padding: 14px 16px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); color: var(--text); font: inherit;
}
.gate-error { color: #ffb4b4; min-height: 1.2em; margin-top: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: start; }
.small { font-size: 13px; color: var(--muted2); }
.sep { height: 1px; background: rgba(255,255,255,.08); margin: 22px 0; }
.muted { color: var(--muted); }
.contact-card {
  display: grid; gap: 12px;
  background: linear-gradient(180deg, rgba(19,35,59,.92), rgba(9,15,28,.92));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: var(--shadow);
}
.contact-lines { display: grid; gap: 10px; }
.line { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 12px 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.line span { color: var(--muted2); }
.hero-svg, .mini-svg { width: 100%; height: auto; }
.mini-svg-wrap { margin-top: 18px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; overflow: hidden; }
.notice {
  margin-top: 14px; padding: 14px 16px; border-radius: 16px; background: rgba(247,201,72,.10); border: 1px solid rgba(247,201,72,.20); color: #ffe7a5; line-height: 1.55;
}
@media (max-width: 980px) {
  .hero-grid, .grid-3, .grid-2, .process, .footer-grid, .form-grid, .checkboxes { grid-template-columns: 1fr; }
  .hero-card { min-height: 540px; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .wrap { width: min(var(--max), calc(100% - 22px)); }
  .hero { padding-top: 28px; }
  h1 { font-size: 40px; }
  .btn { width: 100%; }
  .hero-actions, .form-actions { display: grid; }
  .metric-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 500px; }
  .card, .step, .form-shell, .contact-card { border-radius: 20px; }
  .brand-logo {
    width: 58px;
    height: 58px;
  }
  .footer-logo {
    width: 82px;
    height: 82px;
  }
}