:root {
  --bg: #050608;
  --bg-soft: #0b0d11;
  --card: rgba(255,255,255,.052);
  --card-strong: rgba(255,255,255,.075);
  --line: rgba(255,255,255,.095);
  --text: #f5f5f7;
  --muted: #a9afbb;
  --subtle: #747b88;
  --warm: #d8c4ac;
  --shadow: 0 30px 80px rgba(0,0,0,.48);
  --radius: 28px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 520px at 85% -10%, rgba(142,165,255,.10), transparent 55%),
    radial-gradient(780px 460px at -10% 10%, rgba(216,196,172,.09), transparent 58%),
    linear-gradient(180deg, #07080a 0%, #050608 42%, #080a0e 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, video { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5,6,8,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(22px) saturate(150%);
}
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { font-size: 17px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.brand small { margin-left: 4px; color: #aeb4c0; font-weight: 650; letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #bac0cb; font-size: 14px; font-weight: 500; }
.nav-links > a { transition: color .2s ease; }
.nav-links > a:hover { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; border: 0; background: none; color: #fff; font-size: 24px; }
.nav-buy { min-height: 42px !important; padding: 0 16px !important; border-radius: 999px !important; font-size: 13px !important; white-space: nowrap; }

.btn {
  min-height: 52px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  cursor: pointer; font-weight: 700; font-size: 15px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #050608; background: linear-gradient(180deg,#fff,#dfe2e8); box-shadow: 0 12px 30px rgba(255,255,255,.11); }
.btn-secondary { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.045); }
.btn-ghost { color: var(--text); border-color: var(--line); background: transparent; }

.badge {
  display: inline-flex; align-items: center; gap: 7px;
  margin: 0 0 18px; padding: 9px 13px;
  color: #c9ced8; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px; font-size: 13px; font-weight: 650; backdrop-filter: blur(12px);
}
.eyebrow { color: #d6dae2; font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }

.hero { padding: 46px 0 22px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: 46px; }
.hero-grid > div:first-child { padding-top: 0; }
.hero h1 { margin: 13px 0 18px; font-size: clamp(48px,6vw,78px); line-height: .96; letter-spacing: -.055em; font-weight: 780; }
.hero .lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px,1.65vw,20px); line-height: 1.58; }
.hero-offer { margin-top: 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.price-wrap { display: flex; align-items: baseline; gap: 12px; }
.price { font-size: clamp(38px,4vw,54px); line-height: 1; font-weight: 800; letter-spacing: -.04em; }
.price-note { color: var(--muted); font-size: 14px; font-weight: 550; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-pills span { padding: 8px 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.075); color: #c6cbd4; background: rgba(255,255,255,.035); font-size: 12px; font-weight: 600; }
.hero-actions { margin-top: 19px; }
.hero-buy { min-width: 190px; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.secure-note { margin-top: 11px; color: var(--subtle); font-size: 12px; }
.micro-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.micro-card { padding: 14px 15px; border-radius: 18px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.micro-card strong { display: block; font-size: 15px; margin-bottom: 4px; }
.micro-card span { color: var(--muted); font-size: 12px; }
.hero-media { position: relative; overflow: hidden; border-radius: 32px; border: 1px solid rgba(255,255,255,.10); background: #101217; box-shadow: var(--shadow); }
.hero-video { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; }
.hero-media::after { content:""; position:absolute; inset:auto 0 0; height:32%; background:linear-gradient(180deg,transparent,rgba(4,5,7,.82)); pointer-events:none; }
.hero-floating { position: absolute; z-index:2; left: 18px; right: 18px; bottom: 16px; }
.hero-floating strong { display:block; font-size:18px; margin-bottom:5px; }
.hero-floating span { color:#c1c6cf; font-size:13px; }
.logos-strip { padding: 18px 0 0; color: #7d8490; font-size: 13px; text-align: center; letter-spacing: .01em; }

.section { padding: 68px 0; }
.section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:24px; }
.section-head h2 { margin: 7px 0 0; font-size: clamp(34px,4.6vw,52px); line-height:1.04; letter-spacing:-.045em; font-weight:760; }
.section-head p { max-width:610px; margin:0; color:var(--muted); font-size:16px; line-height:1.6; }
.card { border-radius: var(--radius); border:1px solid var(--line); background: linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.027)); box-shadow:var(--shadow); overflow:hidden; }
.grid-3 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.feature-card { padding:24px; min-height:190px; }
.metric { color:var(--warm); font-size:11px; font-weight:750; letter-spacing:.11em; text-transform:uppercase; }
.feature-card h3 { margin:9px 0 10px; font-size:23px; letter-spacing:-.025em; }
.feature-card p, .content-card p { margin:0; color:var(--muted); line-height:1.62; }

.gallery { display:grid; grid-template-columns:1.2fr .8fr; gap:16px; }
.gallery-main img { width:100%; aspect-ratio:4/5; object-fit:cover; }
.stack { display:grid; gap:16px; }
.stack .card img, .stack .card video { width:100%; aspect-ratio:4/5; object-fit:cover; }
.content-card { padding:23px; }
.grid-2 > .card > video { width:100%; aspect-ratio:16/11; object-fit:cover; background:#050608; }

.stats { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.stat { padding:19px; border-radius:20px; background:rgba(255,255,255,.038); border:1px solid rgba(255,255,255,.065); }
.stat .kicker { color:var(--warm); font-size:10px; text-transform:uppercase; letter-spacing:.11em; font-weight:750; }
.stat strong { display:block; margin:9px 0 6px; font-size:25px; letter-spacing:-.025em; }
.stat span { color:var(--muted); font-size:13px; line-height:1.45; }

.specs-wrap { display:grid; grid-template-columns:.95fr 1.05fr; gap:16px; }
.spec-table { width:100%; border-collapse:collapse; }
.spec-table td { padding:14px 0; border-bottom:1px solid rgba(255,255,255,.075); vertical-align:top; font-size:14px; line-height:1.45; }
.spec-table td:first-child { width:40%; padding-right:12px; color:var(--muted); }
.pill-list { display:flex; flex-wrap:wrap; gap:8px; }
.pill { padding:9px 11px; border:1px solid rgba(255,255,255,.075); border-radius:999px; background:rgba(255,255,255,.035); color:#c5cad3; font-size:12px; }
.warning { margin-top:16px; padding:15px; border-radius:18px; background:rgba(216,196,172,.075); border:1px solid rgba(216,196,172,.16); color:#d9ccbd; font-size:13px; line-height:1.55; }

.faq-list { display:grid; gap:10px; }
.faq-item { overflow:hidden; border-radius:20px; border:1px solid rgba(255,255,255,.075); background:rgba(255,255,255,.035); }
.faq-question { width:100%; padding:17px 19px; display:flex; justify-content:space-between; gap:12px; border:0; background:none; color:var(--text); text-align:left; cursor:pointer; font-weight:680; font-size:16px; }
.faq-answer { max-height:0; overflow:hidden; padding:0 19px; color:var(--muted); transition:max-height .25s ease; }
.faq-answer p { margin:0 0 17px; line-height:1.6; }
.faq-item.open .faq-answer { max-height:240px; }

.cta-banner { padding:34px; border-radius:30px; border:1px solid rgba(255,255,255,.10); background: radial-gradient(600px 250px at 100% 0,rgba(142,165,255,.13),transparent 52%), radial-gradient(460px 220px at 0 100%,rgba(216,196,172,.11),transparent 56%), rgba(255,255,255,.04); }
.cta-banner h3 { margin:12px 0 11px; max-width:800px; font-size:clamp(34px,4.6vw,52px); line-height:1.04; letter-spacing:-.045em; }
.cta-banner p { max-width:720px; margin:0 0 19px; color:var(--muted); line-height:1.6; }
.footer { padding:28px 0 105px; color:#7e8590; font-size:12px; }
.footer-grid { display:grid; grid-template-columns:1fr auto; gap:16px; align-items:center; }
.mobile-sticky { display:none; position:fixed; z-index:60; left:0; right:0; bottom:0; padding:9px 12px calc(9px + env(safe-area-inset-bottom)); border-top:1px solid rgba(255,255,255,.08); background:rgba(5,6,8,.86); backdrop-filter:blur(22px) saturate(150%); }
.mobile-sticky-inner { display:grid; grid-template-columns:1fr auto; align-items:center; gap:12px; }
.mobile-price small { display:block; margin-bottom:1px; color:var(--muted); font-size:10px; }
.mobile-price strong { font-size:22px; letter-spacing:-.03em; }
.mobile-sticky .btn { min-height:46px; padding:0 20px; }

@media (max-width: 980px) {
  .hero-grid { gap:28px; }
  .nav-links { display:none; }
  .nav-toggle { display:none; }
  .grid-3 { grid-template-columns:1fr; }
  .feature-card { min-height:auto; }
  .stats { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .specs-wrap { grid-template-columns:1fr; }
  .section-head { align-items:flex-start; flex-direction:column; gap:12px; }
}

@media (max-width: 760px) {
  .container { width:min(calc(100% - 24px),var(--max)); }
  .nav { min-height:58px; gap:12px; }
  .brand { font-size:15px; letter-spacing:.12em; }
  .brand small { display:none; }
  .nav-buy { min-height:38px !important; padding:0 13px !important; font-size:12px !important; }

  .hero { padding:24px 0 14px; }
  .hero-grid { display:flex; flex-direction:column; align-items:stretch; gap:22px; }
  .hero-grid > div:first-child { order:1; }
  .hero-media { order:2; border-radius:24px; }
  .badge { margin-bottom:13px; padding:8px 11px; font-size:11px; }
  .eyebrow { font-size:10px; letter-spacing:.15em; }
  .hero h1 { margin:10px 0 13px; font-size:clamp(40px,13vw,56px); line-height:.95; letter-spacing:-.06em; }
  .hero .lead { font-size:15px; line-height:1.55; }
  .hero-offer { margin-top:18px; display:block; }
  .price-wrap { display:flex; align-items:baseline; gap:10px; }
  .price { font-size:38px; }
  .price-note { font-size:12px; }
  .trust-pills { margin-top:10px; gap:7px; }
  .trust-pills span { padding:7px 9px; font-size:10px; }
  .hero-actions { margin-top:15px; display:grid; grid-template-columns:1fr; gap:8px; }
  .hero-actions .btn { width:100%; min-height:50px; }
  .hero-actions .btn-secondary { min-height:46px; }
  .secure-note { margin-top:9px; text-align:center; font-size:10px; }
  .micro-points { grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; margin-top:16px; }
  .micro-card { min-width:0; padding:11px 8px; border-radius:15px; text-align:center; }
  .micro-card strong { font-size:13px; margin-bottom:3px; }
  .micro-card span { font-size:9px; line-height:1.25; display:block; }
  .hero-video { aspect-ratio:4/5; object-position:center; }
  .hero-floating { left:14px; right:14px; bottom:13px; }
  .hero-floating strong { font-size:15px; }
  .hero-floating span { font-size:11px; }
  .logos-strip { padding-top:13px; font-size:10px; line-height:1.5; }

  .section { padding:46px 0; }
  .section-head { margin-bottom:17px; gap:9px; }
  .section-head h2 { margin-top:6px; font-size:32px; line-height:1.06; letter-spacing:-.045em; }
  .section-head p { font-size:14px; line-height:1.55; }
  .grid-3, .grid-2 { gap:10px; }
  .feature-card, .content-card { padding:18px; }
  .feature-card h3 { font-size:21px; margin:8px 0 8px; }
  .feature-card p, .content-card p { font-size:14px; }
  .card { border-radius:22px; box-shadow:0 18px 50px rgba(0,0,0,.38); }

  .gallery { display:flex; overflow-x:auto; gap:10px; padding-bottom:4px; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .gallery::-webkit-scrollbar { display:none; }
  .gallery-main.card, .stack .card { flex:0 0 84%; scroll-snap-align:center; }
  .stack { display:contents; }
  .gallery-main img, .stack .card img { aspect-ratio:4/5; }

  .grid-2 > .card > video { aspect-ratio:4/5; }
  .stats { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  .stat { padding:15px 13px; border-radius:17px; }
  .stat strong { font-size:21px; }
  .stat span { font-size:11px; }
  .stat .kicker { font-size:9px; }

  .spec-table td { padding:12px 0; font-size:12px; }
  .spec-table td:first-child { width:37%; }
  .pill { font-size:10px; padding:8px 9px; }
  .warning { font-size:12px; }
  .faq-question { padding:15px 16px; font-size:14px; }
  .faq-answer { padding:0 16px; font-size:13px; }

  .cta-banner { padding:22px 18px; border-radius:24px; }
  .cta-banner h3 { font-size:31px; margin:10px 0; }
  .cta-banner p { font-size:14px; }
  .cta-banner .cta-row { display:grid; grid-template-columns:1fr; }
  .cta-banner .btn { width:100%; }

  .footer-grid { grid-template-columns:1fr; gap:8px; }
  .mobile-sticky { display:block; }
  .footer { padding-bottom:100px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size:39px; }
  .price { font-size:35px; }
  .nav-buy span { display:none; }
  .micro-card { padding:10px 6px; }
}
