:root {
  --bg: #07111f;
  --surface: #0c1829;
  --surface-2: #101f35;
  --text: #f6f8fc;
  --muted: #a7b3c6;
  --line: rgba(255,255,255,.10);
  --accent: #6658ff;
  --accent-2: #37c7ff;
  --success: #41d79d;
  --warning: #ffd166;
  --shadow: 0 24px 80px rgba(0,0,0,.28);
  --radius: 22px;
  --max: 1160px;
}
* { 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 80% 0%, rgba(102,88,255,.16), transparent 34%), radial-gradient(circle at 0% 25%, rgba(55,199,255,.08), transparent 30%), var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: white; color: #111; padding: 8px 12px; z-index: 999; border-radius: 8px; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px); background: rgba(7,17,31,.78); border-bottom: 1px solid var(--line); }
.navbar { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; }
.brand-copy small { display:block; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.nav { display: flex; align-items: center; gap: 24px; color: #d7ddeb; font-size: 14px; }
.nav a:hover { color: white; }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; color: white; width: 42px; height: 42px; border-radius: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px; border-radius: 14px; font-weight: 750; font-size: 14px; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), #7e72ff); box-shadow: 0 12px 30px rgba(102,88,255,.28); }
.btn-secondary { background: rgba(255,255,255,.04); border-color: var(--line); }
.btn-ghost { color: var(--muted); }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border: 1px solid rgba(102,88,255,.30); background: rgba(102,88,255,.08); border-radius: 999px; color: #c9c4ff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hero { padding: 90px 0 70px; }
.hero-grid { display:grid; grid-template-columns: 1.03fr .97fr; gap: 56px; align-items:center; }
h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; margin: 22px 0 22px; }
.gradient-text { background: linear-gradient(90deg, #fff, #bfc6ff 42%, #73d9ff); color: transparent; -webkit-background-clip: text; background-clip: text; }
.hero p { color: var(--muted); font-size: 18px; max-width: 690px; margin: 0 0 30px; }
.hero-actions { display:flex; gap: 12px; flex-wrap: wrap; }
.hero-note { display:flex; gap: 18px; flex-wrap:wrap; margin-top: 28px; color: #c2ccda; font-size: 12px; }
.hero-note span::before { content:'✓'; color: var(--success); margin-right: 7px; font-weight: 900; }
.product-shell { position: relative; }
.product-shell::before { content:''; position:absolute; inset: 12% 8%; background: linear-gradient(135deg, rgba(102,88,255,.45), rgba(55,199,255,.18)); filter: blur(60px); z-index:-1; }
.mock-window { border: 1px solid rgba(255,255,255,.12); background: #0d1727; border-radius: 24px; box-shadow: var(--shadow); overflow:hidden; transform: perspective(1100px) rotateY(-3deg) rotateX(2deg); }
.mock-top { height: 44px; border-bottom:1px solid var(--line); display:flex; align-items:center; gap:6px; padding:0 14px; }
.mock-dot { width:8px; height:8px; border-radius:50%; background:#384861; }
.mock-body { display:grid; grid-template-columns: 82px 1fr; min-height: 410px; }
.mock-side { border-right:1px solid var(--line); padding:16px 12px; }
.mock-logo { width:44px; height:44px; border-radius:12px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); margin-bottom:22px; }
.mock-navitem { height:10px; background:#273851; border-radius:999px; margin: 18px 0; }
.mock-main { padding:24px; }
.mock-head { display:flex; justify-content:space-between; gap:16px; align-items:center; }
.mock-title { width: 150px; height:16px; border-radius:999px; background:#d9e4f4; }
.mock-cta { width:105px; height:32px; border-radius:10px; background:var(--accent); }
.metric-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:12px; margin-top:22px; }
.metric { background:#12223a; border:1px solid var(--line); padding:15px; border-radius:14px; }
.metric b { display:block; font-size:22px; }
.metric span { font-size:10px; color:#8fa0b8; }
.chart { height:140px; margin-top:16px; border-radius:16px; border:1px solid var(--line); background: linear-gradient(180deg, rgba(102,88,255,.08), rgba(102,88,255,0)); position:relative; overflow:hidden; }
.chart svg { position:absolute; inset:0; width:100%; height:100%; }
.table-mock { margin-top:16px; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.table-row { height:38px; display:grid; grid-template-columns: 1.5fr .8fr .7fr; gap:10px; align-items:center; padding:0 12px; border-top:1px solid var(--line); }
.table-row:first-child { border-top:0; background:#12223a; }
.line { height:8px; background:#30445e; border-radius:999px; }
.section { padding: 88px 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section h2 { font-size: clamp(32px, 4vw, 48px); line-height:1.08; letter-spacing:-.035em; margin: 14px 0; }
.section-head p, .lead { color:var(--muted); margin:0; }
.logo-strip { display:grid; grid-template-columns: repeat(4,1fr); gap:12px; }
.trust-pill { padding:16px 18px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.025); text-align:center; color:#cbd4e1; font-weight:700; font-size:13px; }
.features { display:grid; grid-template-columns: repeat(2,1fr); gap:16px; }
.feature { padding:24px; border:1px solid var(--line); background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)); border-radius:20px; }
.feature-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:rgba(102,88,255,.12); color:#c8c2ff; font-weight:900; margin-bottom:18px; }
.feature h3 { margin:0 0 8px; font-size:18px; }
.feature p { margin:0; color:var(--muted); font-size:14px; }
.gallery { display:grid; grid-template-columns: 1.35fr .65fr; gap:16px; }
.gallery-stack { display:grid; gap:16px; }
.shot { border:1px solid var(--line); border-radius:20px; overflow:hidden; background:#0c1829; box-shadow:0 16px 40px rgba(0,0,0,.18); }
.shot img { width:100%; height:100%; object-fit:cover; }
.download-card { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; padding:34px; border:1px solid rgba(102,88,255,.35); border-radius:24px; background: linear-gradient(135deg, rgba(102,88,255,.14), rgba(55,199,255,.06)); }
.download-card h3 { font-size:28px; margin:0 0 8px; }
.download-card p { color:var(--muted); margin:0; }
.download-meta { display:flex; gap:10px; flex-wrap:wrap; margin-top:15px; }
.badge { padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid var(--line); color:#c9d2df; font-size:11px; font-weight:700; }
.steps { counter-reset: step; display:grid; grid-template-columns: repeat(3,1fr); gap:16px; }
.step { padding:22px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.025); }
.step::before { counter-increment:step; content:counter(step); display:grid; place-items:center; width:32px; height:32px; border-radius:10px; background:var(--accent); font-weight:900; margin-bottom:16px; }
.step h3 { margin:0 0 8px; font-size:16px; }
.step p { color:var(--muted); margin:0; font-size:13px; }
.pricing { display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
.price-card { padding:30px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.025); }
.price-card.primary { border-color:rgba(102,88,255,.45); background:linear-gradient(180deg, rgba(102,88,255,.13), rgba(255,255,255,.025)); }
.price-card h3 { margin:0 0 8px; font-size:22px; }
.price-card p { color:var(--muted); }
.checks { list-style:none; margin:20px 0 0; padding:0; display:grid; gap:9px; color:#d5deea; font-size:14px; }
.checks li::before { content:'✓'; color:var(--success); margin-right:9px; }
.faq { display:grid; gap:10px; }
.faq-item { border:1px solid var(--line); border-radius:16px; overflow:hidden; background:rgba(255,255,255,.02); }
.faq button { width:100%; text-align:left; background:transparent; border:0; color:white; padding:19px 20px; font:inherit; font-weight:750; cursor:pointer; display:flex; justify-content:space-between; gap:15px; }
.faq button::after { content:'+'; color:#aab6c8; font-size:20px; }
.faq button[aria-expanded='true']::after { content:'–'; }
.faq-panel { padding:0 20px 20px; color:var(--muted); font-size:14px; }
.cta { text-align:center; padding:48px 28px; border:1px solid rgba(102,88,255,.35); border-radius:28px; background:radial-gradient(circle at top, rgba(102,88,255,.18), transparent 55%), rgba(255,255,255,.02); }
.cta h2 { margin:0 0 12px; }
.cta p { max-width:650px; margin:0 auto 24px; color:var(--muted); }
.site-footer { border-top:1px solid var(--line); padding:42px 0; color:#98a7bb; }
.footer-grid { display:grid; grid-template-columns: 1.4fr .6fr .6fr; gap:30px; }
.footer-links { display:grid; gap:8px; font-size:13px; }
.footer-title { color:white; font-weight:800; margin-bottom:10px; }
.subpage-hero { padding:72px 0 36px; }
.subpage-hero h1 { font-size:clamp(38px,6vw,60px); }
.content-card { border:1px solid var(--line); background:rgba(255,255,255,.025); border-radius:22px; padding:30px; }
.content-card h2 { font-size:24px; margin-top:28px; }
.content-card h2:first-child { margin-top:0; }
.content-card p, .content-card li { color:var(--muted); }
.download-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.download-option { padding:28px; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.025); }
.download-option h2 { margin:0 0 8px; font-size:24px; }
.download-option p { color:var(--muted); }
.notice { padding:16px 18px; border-radius:14px; background:rgba(255,209,102,.08); border:1px solid rgba(255,209,102,.18); color:#e8dcb5; font-size:13px; }
.reveal { opacity:0; transform:translateY(15px); transition:.5s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; } .reveal { opacity:1; transform:none; } }
@media (max-width: 900px) {
  .hero-grid, .gallery, .download-card, .footer-grid, .pricing { grid-template-columns:1fr; }
  .hero { padding-top:60px; }
  .mock-window { transform:none; }
  .steps { grid-template-columns:1fr; }
  .logo-strip { grid-template-columns:1fr 1fr; }
  .download-grid { grid-template-columns:1fr; }
}
@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .nav-toggle { display:grid; place-items:center; }
  .nav { position:absolute; top:76px; left:14px; right:14px; display:none; flex-direction:column; align-items:stretch; background:#0b1728; border:1px solid var(--line); border-radius:16px; padding:14px; box-shadow:var(--shadow); }
  .nav[data-open='true'] { display:flex; }
  .nav .btn { width:100%; }
  .features { grid-template-columns:1fr; }
  .metric-grid { grid-template-columns:1fr; }
  .mock-body { grid-template-columns:56px 1fr; min-height:340px; }
  .mock-main { padding:15px; }
  .section { padding:68px 0; }
  .hero-actions .btn { width:100%; }
}
