:root {
  --bg: #07101d;
  --bg-soft: rgba(255,255,255,0.04);
  --panel: rgba(13, 24, 42, 0.72);
  --panel-strong: rgba(12, 23, 40, 0.95);
  --text: #eef4ff;
  --muted: #9eb0cb;
  --line: rgba(255,255,255,0.10);
  --line-strong: rgba(255,255,255,0.14);
  --accent: #58d7ff;
  --accent-2: #7b61ff;
  --success: #7dffb3;
  --warning: #ffc77d;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(88,215,255,0.08), transparent 28%),
    radial-gradient(circle at 80% 15%, rgba(123,97,255,0.15), transparent 28%),
    linear-gradient(180deg, #08111f 0%, #07101d 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.bg-grid { position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(180deg, rgba(0,0,0,0.55), transparent 85%); pointer-events: none; }
.bg-glow { position: fixed; border-radius: 999px; filter: blur(90px); pointer-events: none; opacity: 0.55; }
.glow-1 { width: 320px; height: 320px; background: rgba(88, 215, 255, 0.15); top: 80px; left: -60px; }
.glow-2 { width: 380px; height: 380px; background: rgba(123, 97, 255, 0.16); top: 120px; right: -100px; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: 0.02em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, rgba(88,215,255,0.22), rgba(123,97,255,0.22)); border: 1px solid rgba(255,255,255,0.12); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
.brand-text { font-size: 1.05rem; }
.nav { display: inline-flex; flex-wrap: wrap; gap: 18px; color: var(--muted); }
.nav a { transition: color 0.2s ease; }
.nav a:hover { color: var(--text); }
.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: center; padding: 64px 0 32px; }
.eyebrow,.section-kicker,.card-badge,.plan-label { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); color: #d9e6ff; font-size: 0.84rem; }
.hero h1 { margin: 18px 0 16px; font-size: clamp(2.5rem, 4vw, 5rem); line-height: 0.98; letter-spacing: -0.045em; max-width: 900px; }
.hero h1 span { display: block; color: #9fd7ff; }
.hero-text,.section-head p,.info-card p,.step-card p,.faq-list p,.site-footer p,.hero-card p,.review-card p,.cta-banner p,.hero-trust span,.price-row span,.plan-list,.review-author { color: var(--muted); line-height: 1.7; }
.hero-text { max-width: 640px; font-size: 1.05rem; }
.hero-actions,.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border-radius: 16px; font-weight: 700; border: 1px solid transparent; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), #85d0ff 55%, var(--accent-2)); color: #07101d; box-shadow: 0 16px 38px rgba(88, 215, 255, 0.22); }
.btn-secondary { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.12); }
.btn-full { width: 100%; }
.btn-small { min-height: 48px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-points span,.status-row { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: #d3def1; font-size: 0.95rem; }
.hero-trust,.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.hero-trust div,.mini-block,.info-card,.step-card,.review-card,.plan-card,.cta-banner,.hero-card-inner { padding: 18px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.hero-trust strong,.mini-block strong,.price-row strong { display: block; font-size: 1.2rem; margin-bottom: 6px; }
.hero-card-inner { padding: 26px; background: linear-gradient(180deg, rgba(14, 27, 48, 0.95), rgba(11, 21, 38, 0.92)); border-radius: 28px; box-shadow: var(--shadow); }
.hero-card-top { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--success); box-shadow: 0 0 16px rgba(125,255,179,0.8); }
.card-title,.section-head h2,.cta-banner h2 { margin: 0 0 12px; line-height: 1.08; letter-spacing: -0.03em; }
.card-title { font-size: clamp(1.6rem, 2vw, 2.4rem); }
.section-head h2,.cta-banner h2 { font-size: clamp(2rem, 3vw, 3.4rem); }
.hero-mini-cta { margin-top: 22px; }
.section { padding: 78px 0 18px; }
.section-head { max-width: 780px; margin-bottom: 28px; }
.cards,.steps,.review-grid,.plans-grid { display: grid; gap: 18px; }
.four-col { grid-template-columns: repeat(4, 1fr); }
.steps { grid-template-columns: repeat(3, 1fr); }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.ten-grid { grid-template-columns: repeat(5, 1fr); }
.plans-grid { grid-template-columns: repeat(3, 1fr); }
.info-card h3,.step-card h3,.plan-card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.step-num { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); margin-bottom: 16px; font-weight: 700; }
.plan-card { background: linear-gradient(180deg, rgba(15, 27, 47, 0.95), rgba(12, 22, 38, 0.92)); }
.plan-card-accent { border-color: rgba(88,215,255,0.24); box-shadow: 0 18px 60px rgba(88,215,255,0.12); }
.plan-card-strong { border-color: rgba(123,97,255,0.24); box-shadow: 0 18px 60px rgba(123,97,255,0.12); }
.price-row { margin: 12px 0 14px; }
.price-row strong { font-size: 1.8rem; }
.alt-price strong { color: #e7dcff; }
.muted-price strong { font-size: 1.1rem; }
.plan-list { list-style: none; padding: 0; margin: 0 0 18px; }
.plan-list li { position: relative; padding-left: 24px; margin-bottom: 10px; }
.plan-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.stars { color: #ffd76a; font-weight: 700; margin-bottom: 12px; }
.stars span { color: var(--text); margin-left: 8px; font-weight: 600; }
.review-author { margin-top: 14px; color: #dce8ff; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 20px 22px; }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 12px 0 0; }
.cta-banner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px; background: linear-gradient(180deg, rgba(16, 30, 52, 0.96), rgba(10, 20, 35, 0.94)); }
.site-footer { padding: 44px 0 54px; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-links { display: flex; gap: 18px; color: var(--muted); }
@media (max-width: 1180px) { .ten-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 980px) {
  .hero,.steps,.plans-grid,.cta-banner,.hero-trust,.mini-grid,.four-col { grid-template-columns: 1fr; }
  .hero { padding-top: 38px; }
  .review-grid,.ten-grid { grid-template-columns: repeat(2, 1fr); }
  .site-header,.footer-wrap,.cta-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .nav { display: none; }
  .container { width: min(calc(100% - 24px), var(--max)); }
  .hero-card-inner,.cta-banner,.plan-card,.review-card,.info-card,.step-card,.faq-list details,.hero-trust div,.mini-block { padding: 18px; }
  .hero-actions,.cta-actions { width: 100%; }
  .hero-actions .btn,.cta-actions .btn { width: 100%; }
  .review-grid,.ten-grid { grid-template-columns: 1fr; }
  .hero-points { flex-direction: column; }
}
