:root {
  --bg: #070f28;
  --bg-2: #0d1738;
  --surface: rgba(18, 27, 60, 0.68);
  --surface-2: rgba(140, 96, 255, 0.18);
  --text: #f5f7ff;
  --muted: #c8cff8;
  --line: rgba(255,255,255,0.12);
  --primary: #7a46ff;
  --primary-2: #4d6fff;
  --accent: #79e0ff;
  --success: #9fe96f;
  --shadow: 0 20px 50px rgba(0,0,0,0.28);
  --radius: 28px;
}

* { 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(122,70,255,0.26), transparent 28%),
    radial-gradient(circle at bottom right, rgba(77,111,255,0.28), transparent 25%),
    linear-gradient(135deg, var(--bg), #121a44 48%, #3f1faa 100%);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.bg-orb {
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
}
.orb-1 { background: #7a46ff; top: -120px; right: -80px; }
.orb-2 { background: #49b3ff; bottom: -140px; left: -120px; }
.bg-grid {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
}

.site-header, .site-footer, main { position: relative; z-index: 1; }
.site-header { padding: 18px 0; }
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 10px 0;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .2px;
}
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 18px rgba(0,0,0,.22); }
nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
nav a { color: var(--muted); }
nav a:hover { color: var(--text); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: .25s ease;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  box-shadow: 0 18px 34px rgba(69, 89, 255, 0.35);
}
.btn-outline {
  border-color: var(--line); background: rgba(255,255,255,.05);
}

.eyebrow {
  display: inline-block;
  color: #d9d7ff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.hero {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 42px;
  align-items: center;
  padding: 36px 0 40px;
}
.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1.02;
}
.hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 640px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0; }
.hero-points {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 12px; flex-wrap: wrap;
}
.hero-points li {
  padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.07); color: var(--muted); border: 1px solid var(--line);
}

.glass {
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.hero-card {
  padding: 18px;
  border-radius: 34px;
}
.phone-frame {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  padding: 10px;
}
.phone-frame img { border-radius: 24px; }

.section { padding: 34px 0; }
.section-heading { margin-bottom: 24px; }
.section-heading h2 { font-size: clamp(2rem, 3vw, 3rem); margin: 0; }
.feature-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px;
}
.card {
  padding: 24px;
  border-radius: 28px;
  min-height: 180px;
}
.card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }

.screens-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.screen {
  padding: 12px;
  border-radius: 28px;
}
.screen img { border-radius: 20px; }
.screen figcaption { color: var(--muted); text-align: center; padding: 12px 6px 4px; }

.cta-panel {
  border-radius: 32px;
  padding: 28px;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
}
.cta-panel h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 2.6vw, 2.6rem); }
.cta-panel p { margin: 0; color: var(--muted); max-width: 760px; }

.company-wrap { padding-bottom: 60px; }
.company-card {
  border-radius: 32px; padding: 30px;
}
.company-card h2 { margin: 0 0 12px; font-size: 2rem; }
.company-line { color: var(--muted); font-size: 1.04rem; }
.company-line strong { color: var(--text); }
.company-line a { color: #dce2ff; }

.legal-page { padding: 40px 0 70px; }
.legal-card {
  border-radius: 34px; padding: 34px; max-width: 920px; margin: 0 auto;
}
.legal-card h1 { margin: 0 0 6px; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.legal-card h2 { margin-top: 28px; margin-bottom: 10px; font-size: 1.28rem; }
.legal-card p { color: var(--muted); line-height: 1.75; margin: 0 0 12px; }
.updated { color: #e9ddff; margin-bottom: 22px !important; }

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0 34px;
  color: var(--muted);
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
}
.footer-inner p { margin: 6px 0 0; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .hero, .feature-grid, .screens-grid { grid-template-columns: 1fr 1fr; }
  .hero { gap: 28px; }
  .cta-panel { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  .nav { flex-direction: column; align-items: flex-start; }
  nav { width: 100%; }
  .hero, .feature-grid, .screens-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 16px; }
  .hero h1 { font-size: 2.3rem; }
  .card { min-height: auto; }
  .legal-card, .company-card, .cta-panel, .hero-card { padding: 20px; }
}
