:root {
  --bg: #070814;
  --surface: rgba(255,255,255,.075);
  --surface-strong: rgba(255,255,255,.12);
  --border: rgba(255,255,255,.14);
  --text: #f7f8ff;
  --muted: #b8bdd6;
  --muted-2: #838aa8;
  --accent: #ffb000;
  --accent-2: #ff6b35;
  --green: #21d19f;
  --shadow: 0 30px 80px rgba(0,0,0,.35);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #171a36 0%, var(--bg) 42%, #05050b 100%);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.page-glow { position: fixed; width: 520px; height: 520px; border-radius: 50%; filter: blur(90px); opacity: .22; pointer-events: none; z-index: -1; }
.glow-one { background: var(--accent); top: -160px; left: -160px; }
.glow-two { background: #6c5ce7; bottom: -180px; right: -120px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  width: min(1180px, calc(100% - 40px)); margin: 18px auto 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(7,8,20,.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.brand { display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:-.03em; font-size: 20px; }
.brand-mark { width: 38px; height: 38px; display:grid; place-items:center; border-radius: 14px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color:#111; box-shadow: 0 12px 30px rgba(255,176,0,.3); }
.desktop-nav { display: flex; gap: 26px; color: var(--muted); font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--text); }
.header-cta, .primary-btn, .secondary-btn { display:inline-flex; align-items:center; justify-content:center; border-radius: 999px; font-weight: 900; transition: .25s ease; }
.header-cta { padding: 12px 18px; background: #fff; color: #10101a; }
.primary-btn { padding: 16px 24px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color:#15110a; box-shadow: 0 16px 38px rgba(255,176,0,.28); }
.secondary-btn { padding: 16px 24px; border: 1px solid var(--border); color: var(--text); background: rgba(255,255,255,.05); }
.primary-btn:hover, .secondary-btn:hover, .header-cta:hover { transform: translateY(-2px); }
.full { width:100%; }
.hero { min-height: calc(100vh - 80px); display:grid; grid-template-columns: 1fr 1fr; align-items:center; gap: 58px; padding: 80px 0 55px; }
.eyebrow, .mini-label { color: var(--accent); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.eyebrow { display:flex; align-items:center; gap:10px; margin-bottom: 20px; }
.eyebrow span { width: 34px; height: 2px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 7vw, 88px); line-height: .92; letter-spacing: -.075em; margin-bottom: 24px; }
.hero-subtitle { font-size: 19px; line-height: 1.8; color: var(--muted); max-width: 650px; margin-bottom: 32px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom: 34px; }
.hero-stats { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 560px; }
.hero-stats div { padding: 18px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); }
.hero-stats strong { display:block; font-size: 22px; margin-bottom: 5px; }
.hero-stats span { color: var(--muted-2); font-size: 13px; font-weight: 700; }
.hero-visual { position:relative; height: 680px; display:grid; place-items:center; }
.phone { width: 280px; aspect-ratio: 9 / 19.5; padding: 10px; border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.22); box-shadow: var(--shadow); overflow: hidden; }
.phone img { width:100%; height:100%; object-fit: cover; border-radius: 29px; }
.phone-main { width: 330px; transform: rotate(2deg); }
.phone-float { position:absolute; width: 220px; opacity:.98; }
.phone-left { left: 0; bottom: 62px; transform: rotate(-10deg); }
.phone-right { right: 0; top: 82px; transform: rotate(9deg); }
.trust-strip { display:flex; align-items:center; justify-content:space-between; gap: 25px; padding: 22px; border:1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.055); }
.trust-strip p { color: var(--muted); margin:0; font-weight: 800; }
.trust-items { display:flex; gap:10px; flex-wrap:wrap; }
.trust-items span { padding: 10px 14px; background: rgba(255,255,255,.08); border:1px solid var(--border); border-radius: 999px; color:#fff; font-size: 13px; font-weight: 800; }
.section-block { padding: 105px 0 40px; }
.section-heading { max-width: 760px; margin: 0 auto 45px; text-align:center; }
.section-heading h2, .showcase h2, .audience h2, .price-copy h2, .final-cta h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.055em; margin: 12px 0 18px; }
.section-heading p, .showcase p, .price-copy p, .final-cta p { color: var(--muted); line-height: 1.8; font-size: 17px; }
.feature-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 28px; min-height: 230px; border:1px solid var(--border); border-radius: var(--radius); background: linear-gradient(180deg, var(--surface-strong), rgba(255,255,255,.045)); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.icon { width: 46px; height: 46px; display:grid; place-items:center; border-radius: 16px; background: rgba(255,176,0,.12); margin-bottom: 22px; font-size: 24px; }
.feature-card h3 { font-size: 22px; letter-spacing: -.03em; margin-bottom: 10px; }
.feature-card p { color: var(--muted); line-height:1.75; margin:0; }
.showcase { display:grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items:center; padding: 90px 0 40px; }
.check-list { list-style:none; padding:0; margin: 24px 0 0; display:grid; gap: 12px; }
.check-list li { color: var(--muted); line-height: 1.6; position:relative; padding-left: 32px; }
.check-list li:before { content:'✓'; position:absolute; left:0; top:0; width:22px; height:22px; display:grid; place-items:center; border-radius:50%; background: rgba(33,209,159,.14); color: var(--green); font-weight:900; }
.dashboard-card { border:1px solid var(--border); background: rgba(255,255,255,.07); border-radius: 34px; padding: 18px; box-shadow: var(--shadow); overflow:hidden; }
.dashboard-top { display:flex; gap:8px; padding: 6px 0 16px; }
.dashboard-top span { width:12px; height:12px; border-radius:50%; background: rgba(255,255,255,.35); }
.dashboard-content { display:grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 14px; }
.metric { padding: 18px; border-radius: 22px; background: rgba(0,0,0,.25); border: 1px solid var(--border); }
.metric strong { display:block; font-size: 24px; }
.metric span { color: var(--muted-2); font-size: 13px; font-weight: 700; }
.dashboard-card img { width:100%; max-height: 540px; object-fit: cover; object-position: top; border-radius: 24px; border:1px solid var(--border); }
.screens-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.screens-grid figure { margin:0; padding: 12px; border: 1px solid var(--border); border-radius: 28px; background: rgba(255,255,255,.065); transition: .25s ease; }
.screens-grid figure:hover { transform: translateY(-6px); background: rgba(255,255,255,.1); }
.screens-grid img { width:100%; aspect-ratio: 9 / 18; object-fit: cover; object-position: top; border-radius: 20px; }
.screens-grid figcaption { padding: 13px 4px 4px; color: var(--muted); font-size: 13px; font-weight:800; }
.audience { display:grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items:start; padding: 90px 0 50px; }
.audience-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.audience-grid div { padding: 22px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.06); font-weight: 900; color: #fff; }
.pricing { padding: 70px 0 50px; }
.price-card { display:grid; grid-template-columns: 1.3fr .7fr; gap: 24px; padding: 28px; border:1px solid rgba(255,176,0,.32); border-radius: 36px; background: linear-gradient(135deg, rgba(255,176,0,.14), rgba(255,255,255,.06)); box-shadow: var(--shadow); }
.price-box { padding: 28px; border-radius: 28px; background: #fff; color: #10101a; }
.price-box span { color: #646b80; font-weight:900; text-transform: uppercase; letter-spacing:.1em; font-size: 12px; }
.price-box strong { display:block; font-size: 76px; letter-spacing: -.07em; margin: 8px 0; }
.price-box p { color: #5c6272; line-height:1.7; }
.compact { margin-bottom: 25px; }
.faq-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
details { border:1px solid var(--border); border-radius: 22px; padding: 20px; background: rgba(255,255,255,.06); }
summary { cursor:pointer; font-weight: 900; }
details p { color: var(--muted); line-height:1.7; margin: 14px 0 0; }
.final-cta { margin-top: 50px; padding: 70px 30px; text-align:center; border-radius: 38px; border: 1px solid var(--border); background: radial-gradient(circle at center, rgba(255,176,0,.16), rgba(255,255,255,.055)); }
.final-cta p { max-width: 680px; margin: 0 auto 26px; }
.footer { display:flex; justify-content:space-between; align-items:center; gap:20px; padding: 34px 0 46px; color: var(--muted); }
.footer p { margin:0; }
@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .hero, .showcase, .audience, .price-card { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-visual { height: 620px; }
  .feature-grid, .screens-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 640px) {
  .section-shell, .site-header { width: min(100% - 24px, 1180px); }
  .site-header { border-radius: 22px; }
  .header-cta { display:none; }
  .hero-stats, .feature-grid, .screens-grid, .dashboard-content, .audience-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 540px; }
  .phone-main { width: 260px; }
  .phone-float { width: 160px; }
  .phone-left { left: 0; bottom: 42px; }
  .phone-right { right: 0; top: 62px; }
  .hero-actions a { width:100%; }
  .price-box strong { font-size: 60px; }
  .footer { flex-direction:column; text-align:center; }
}
.feature-card, .screens-grid figure, .price-card, .dashboard-card { opacity: 0; transform: translateY(18px); }
.feature-card.is-visible, .screens-grid figure.is-visible, .price-card.is-visible, .dashboard-card.is-visible { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .55s ease; }
