:root {
  --bg: #07101d;
  --bg-2: #0b1626;
  --surface: rgba(15, 29, 48, 0.86);
  --surface-2: #111f33;
  --surface-3: #17273e;
  --line: rgba(148, 163, 184, 0.16);
  --text: #f4f7fb;
  --muted: #9baac0;
  --accent: #4f8cff;
  --accent-2: #7dd3fc;
  --accent-strong: #2f74f6;
  --success: #4ade80;
  --danger: #fb7185;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(79, 140, 255, .16), transparent 34%),
    radial-gradient(circle at 86% 13%, rgba(125, 211, 252, .08), transparent 28%),
    var(--bg);
  line-height: 1.62;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
code { color: #b9d4ff; background: rgba(79, 140, 255, .10); padding: .1rem .38rem; border-radius: 6px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 96px 0; position: relative; }
.section-soft { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.03)); border-block: 1px solid var(--line); }
.section-image { overflow: hidden; }
.section-image::before { content:""; position:absolute; inset:20% -10% auto auto; width:520px; height:520px; background:radial-gradient(circle, rgba(79,140,255,.12), transparent 65%); pointer-events:none; }
.nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(7, 16, 29, .78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(148,163,184,.09); }
.nav { min-height: 76px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand { display:flex; align-items:center; gap:12px; min-width:max-content; }
.brand-mark { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; font-weight:800; letter-spacing:-.03em; color:white; background:linear-gradient(135deg, #2e70f6, #6aa6ff); box-shadow:0 10px 28px rgba(47,116,246,.26); }
.brand strong { display:block; font-size:15px; }
.brand small { display:block; color:var(--muted); font-size:11px; margin-top:1px; }
.nav-links { display:flex; align-items:center; gap:22px; color:#c8d3e2; font-size:14px; }
.nav-links > a:not(.btn):hover { color:white; }
.menu-toggle { display:none; border:1px solid var(--line); background:var(--surface-2); color:var(--text); padding:9px 12px; border-radius:10px; }
.hero { min-height: 720px; display:flex; align-items:center; padding-top:74px; }
.hero-grid { display:grid; grid-template-columns: .94fr 1.16fr; align-items:center; gap:64px; }
.hero-copy h1 { font-size:clamp(44px, 5.8vw, 76px); line-height:1.02; letter-spacing:-.055em; margin:14px 0 24px; max-width:720px; }
.hero-lead { color:#becadd; font-size:19px; max-width:690px; }
.eyebrow { color:#80b4ff; text-transform:uppercase; font-weight:800; letter-spacing:.14em; font-size:12px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin:32px 0 22px; }
.btn { display:inline-flex; align-items:center; justify-content:center; border:1px solid transparent; border-radius:12px; padding:13px 19px; font-weight:750; cursor:pointer; transition:.2s ease; min-height:48px; }
.btn:hover { transform:translateY(-1px); }
.btn-primary { background:linear-gradient(135deg, #347cf8, #5c96ff); color:white; box-shadow:0 13px 30px rgba(52,124,248,.23); }
.btn-primary:hover { box-shadow:0 16px 34px rgba(52,124,248,.32); }
.btn-secondary { border-color:var(--line); background:rgba(255,255,255,.035); color:#e7eef8; }
.btn-secondary:hover { background:rgba(255,255,255,.065); }
.btn-small { min-height:auto; padding:9px 13px; border-radius:10px; }
.btn-block { width:100%; }
.hero-note { color:var(--muted); font-size:13px; display:flex; align-items:flex-start; gap:9px; max-width:610px; }
.dot { width:8px; height:8px; border-radius:999px; background:var(--success); box-shadow:0 0 0 6px rgba(74,222,128,.08); margin-top:6px; flex:0 0 auto; }
.hero-visual { position:relative; }
.screen-card { overflow:hidden; border:1px solid rgba(148,163,184,.18); border-radius:var(--radius); background:#0b1422; box-shadow:var(--shadow); }
.screen-card img { width:100%; height:auto; }
.glow-card { position:relative; }
.glow-card::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 0 1px rgba(255,255,255,.04); pointer-events:none; }
.floating-chip { position:absolute; border:1px solid rgba(148,163,184,.2); background:rgba(11,22,38,.93); backdrop-filter:blur(12px); border-radius:999px; padding:9px 13px; color:#dce8f7; font-size:12px; box-shadow:0 12px 30px rgba(0,0,0,.24); }
.chip-a { left:-26px; bottom:42px; }
.chip-b { right:-22px; top:28px; }
.stats-strip { border-block:1px solid var(--line); background:rgba(255,255,255,.015); }
.stats-grid { min-height:128px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; }
.stats-grid > div { padding:24px 28px; border-right:1px solid var(--line); }
.stats-grid > div:last-child { border-right:0; }
.stats-grid strong { display:block; font-size:26px; letter-spacing:-.03em; }
.stats-grid span { color:var(--muted); font-size:13px; }
.split-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
.align-center { align-items:center; }
h2 { font-size:clamp(34px,4vw,54px); line-height:1.08; letter-spacing:-.04em; margin:12px 0 20px; }
h3 { letter-spacing:-.02em; }
p { color:#b8c5d7; }
.check-list { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:12px; }
.check-list li { position:relative; padding-left:29px; color:#d7e0ec; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--success); font-weight:800; }
.gallery-grid { display:grid; gap:18px; }
.section-heading { max-width:780px; margin-bottom:40px; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { border:1px solid var(--line); background:linear-gradient(180deg, rgba(21,39,62,.76), rgba(12,24,41,.78)); border-radius:18px; padding:24px; min-height:210px; }
.feature-icon { width:44px; height:44px; border-radius:13px; display:grid; place-items:center; background:rgba(79,140,255,.12); border:1px solid rgba(79,140,255,.18); color:#9fc3ff; font-weight:850; margin-bottom:20px; }
.feature-card h3 { margin:0 0 7px; font-size:20px; }
.feature-card p { margin:0; font-size:14px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
.price-card { position:relative; border:1px solid var(--line); background:rgba(13,27,46,.86); border-radius:22px; padding:28px; display:flex; flex-direction:column; box-shadow:0 20px 50px rgba(0,0,0,.15); }
.price-card.featured { border-color:rgba(79,140,255,.55); transform:translateY(-10px); box-shadow:0 24px 70px rgba(38,97,202,.18); }
.popular { position:absolute; right:20px; top:18px; font-size:11px; font-weight:800; color:#9fc3ff; background:rgba(79,140,255,.11); border:1px solid rgba(79,140,255,.19); padding:6px 9px; border-radius:999px; }
.plan-label { color:#dbe7f7; font-weight:800; }
.price { font-size:48px; letter-spacing:-.05em; font-weight:850; margin:17px 0 2px; }
.price-note { color:var(--muted); font-size:13px; }
.price-card ul { padding-left:19px; color:#c4d0df; margin:26px 0 28px; display:grid; gap:9px; font-size:14px; flex:1; }
.payment-note { margin-top:24px; border:1px solid rgba(251,191,36,.19); background:rgba(251,191,36,.06); color:#d8cda9; border-radius:14px; padding:16px 18px; }
.payment-note strong { color:#f3dfa0; }
.timeline { display:grid; gap:16px; }
.step { display:grid; grid-template-columns:54px 1fr; gap:20px; border:1px solid var(--line); background:rgba(15,29,48,.68); border-radius:18px; padding:22px; }
.step > span { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; font-weight:850; color:#bcd5ff; background:rgba(79,140,255,.12); border:1px solid rgba(79,140,255,.17); }
.step h3 { margin:2px 0 5px; }
.step p { margin:0 0 10px; }
.text-link { color:#8db9ff; font-weight:700; }
.compact-list { margin:8px 0 18px; color:#c8d3e2; }
.renewal-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:48px; align-items:center; }
.callout { border-left:3px solid var(--accent); background:rgba(79,140,255,.08); padding:16px 18px; border-radius:0 12px 12px 0; margin:24px 0; color:#cbd8ea; }
.renewal-card { border:1px solid var(--line); background:linear-gradient(180deg, #12213a, #0d1a2d); border-radius:22px; padding:28px; box-shadow:var(--shadow); }
.renewal-card ol { padding-left:21px; display:grid; gap:13px; color:#d6e0ed; }
.muted { color:var(--muted); }
.faq-list { display:grid; gap:12px; }
.faq-item { border:1px solid var(--line); border-radius:14px; background:rgba(15,29,48,.64); padding:0 18px; }
.faq-item summary { cursor:pointer; list-style:none; padding:18px 0; font-weight:750; display:flex; justify-content:space-between; gap:18px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; color:#82b3ff; font-size:22px; line-height:1; }
.faq-item[open] summary::after { content:"–"; }
.faq-item p { margin:0; padding:0 0 18px; }
.contact-section { padding-top:60px; }
.contact-card { display:grid; grid-template-columns:1fr .82fr; gap:44px; align-items:center; border:1px solid rgba(79,140,255,.22); background:linear-gradient(135deg, rgba(24,52,91,.7), rgba(12,24,41,.88)); border-radius:28px; padding:40px; box-shadow:var(--shadow); }
.contact-actions { display:grid; gap:12px; }
.contact-link { border:1px solid var(--line); background:rgba(255,255,255,.035); padding:14px 16px; border-radius:13px; }
.contact-link span { display:block; color:var(--muted); font-size:12px; }
.contact-link strong { display:block; margin-top:2px; }
.footer { border-top:1px solid var(--line); padding:40px 0; background:#060d18; }
.footer-grid { display:grid; grid-template-columns:1.2fr .7fr .8fr; gap:28px; align-items:start; }
.footer p { margin:5px 0 0; font-size:13px; }
.footer-grid > div:nth-child(2) { display:grid; gap:8px; color:#b7c5d7; font-size:13px; }
.footer-meta { color:var(--muted); font-size:12px; text-align:right; }
.toast { position:fixed; right:20px; bottom:20px; z-index:80; max-width:420px; background:#15243a; color:white; border:1px solid var(--line); border-radius:13px; padding:14px 16px; box-shadow:var(--shadow); opacity:0; transform:translateY(12px); pointer-events:none; transition:.25s ease; }
.toast.show { opacity:1; transform:translateY(0); }
.reveal { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }
.delay-2 { transition-delay:.16s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } .btn { transition:none; } }
@media (max-width: 1020px) {
  .nav-links { position:absolute; top:76px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch; background:#0c192b; border:1px solid var(--line); border-radius:16px; padding:14px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-grid, .split-grid, .renewal-grid, .contact-card { grid-template-columns:1fr; }
  .hero { min-height:auto; }
  .hero-visual { max-width:900px; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .pricing-grid { grid-template-columns:1fr; max-width:720px; margin-inline:auto; }
  .price-card.featured { transform:none; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .stats-grid > div:nth-child(2) { border-right:0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-meta { text-align:left; grid-column:1/-1; }
}
@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section { padding:72px 0; }
  .hero { padding-top:50px; }
  .hero-grid { gap:40px; }
  .hero-copy h1 { font-size:44px; }
  .hero-lead { font-size:17px; }
  .hero-actions .btn { width:100%; }
  .floating-chip { display:none; }
  .stats-grid { grid-template-columns:1fr; }
  .stats-grid > div { border-right:0; border-bottom:1px solid var(--line); }
  .stats-grid > div:last-child { border-bottom:0; }
  .feature-grid { grid-template-columns:1fr; }
  .step { grid-template-columns:1fr; }
  .step > span { width:40px; height:40px; }
  .contact-card { padding:26px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-meta { grid-column:auto; }
}
