:root {
  --page: #0a1124;
  --page-deep: #050a18;
  --panel: #10192f;
  --panel-soft: #151e35;
  --panel-glass: rgba(10, 17, 36, .82);
  --text: #f8f9ff;
  --muted: #aeb5c7;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(246, 51, 154, .34);
  --pink: #f6339a;
  --pink-bright: #ff2a9a;
  --pink-soft: #ff72bd;
  --green: #39c997;
  --warning: #ffc857;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 18%, rgba(70, 67, 173, .14), transparent 26rem),
    radial-gradient(circle at 92% 35%, rgba(246, 51, 154, .10), transparent 28rem),
    var(--page);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; background: #fff; color: #111; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  margin-top: 14px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 17, 36, .88);
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; gap: 11px; min-width: 0; text-decoration: none; }
.brand img, .footer-brand img { border-radius: 50%; box-shadow: 0 0 0 5px rgba(246,51,154,.08), 0 8px 24px rgba(246,51,154,.22); }
.brand span, .footer-brand span { display: grid; line-height: 1.2; }
.brand strong, .footer-brand strong { font-family: "Space Grotesk", sans-serif; font-size: 15px; letter-spacing: -.02em; }
.brand small, .footer-brand small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 9px 11px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; border-radius: 10px; transition: .2s ease; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: rgba(255,255,255,.07); }
.site-nav .nav-cta { margin-left: 6px; color: #fff; border: 1px solid var(--line); background: var(--panel-soft); }
.site-nav .nav-cta:hover { border-color: var(--line-strong); background: rgba(246,51,154,.12); }
.nav-toggle { display: none; color: #fff; background: var(--panel-soft); border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; font-weight: 700; }

.hero {
  position: relative;
  height: 540px;
  min-height: 0;
  margin-top: 22px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #081126;
  box-shadow: var(--shadow);
}
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,24,.98) 0%, rgba(5,10,24,.92) 36%, rgba(5,10,24,.25) 67%, rgba(5,10,24,.08) 100%), linear-gradient(0deg, rgba(5,10,24,.35), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 62%); padding: 38px 48px; }
.eyebrow, .kicker { color: var(--pink-soft); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 7px 10px; border: 1px solid rgba(246,51,154,.24); border-radius: 999px; background: rgba(246,51,154,.08); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 16px var(--pink); }
h1, h2, h3 { margin: 0; font-family: "Space Grotesk", Inter, sans-serif; letter-spacing: -.045em; line-height: 1.08; }
.hero h1 { max-width: 720px; font-size: clamp(42px, 4.6vw, 60px); }
.hero h1 em { color: var(--pink-soft); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 16px 0 0; color: #c4cada; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 20px; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--pink-bright), #dc197c); box-shadow: 0 12px 28px rgba(246,51,154,.28); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(246,51,154,.38); }
.button-secondary { color: white; border-color: rgba(255,255,255,.18); background: rgba(10,17,36,.62); backdrop-filter: blur(10px); }
.button-secondary:hover { border-color: rgba(246,51,154,.48); }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 18px 0 0; padding: 0; color: #cbd0dc; font-size: 11px; font-weight: 700; list-style: none; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--pink-soft); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--line); }
.stats div { min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 22px; background: rgba(16,25,47,.93); }
.stats strong { color: var(--pink-soft); font-family: "Space Grotesk"; font-size: 22px; }
.stats span { color: #c9cede; font-size: 12px; font-weight: 700; }

.section { padding-top: 100px; }
.section-heading { max-width: 860px; display: flex; align-items: flex-start; gap: 20px; margin-bottom: 34px; }
.section-number { flex: 0 0 auto; color: var(--pink); font-family: "Space Grotesk"; font-weight: 700; }
.section-heading .kicker, .support-copy .kicker, .store-callout .kicker, .form-heading .kicker { margin: 0 0 8px; }
.section-heading h2, .browser-alert h2, .support-copy h2, .store-callout h2, .form-heading h2 { font-size: clamp(32px, 4vw, 54px); }
.section-heading div > p:last-child { max-width: 680px; margin: 13px 0 0; color: var(--muted); }

.app-showcase { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--page-deep); box-shadow: var(--shadow); }
.window-bar { min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 17px; border-bottom: 1px solid var(--line); background: #111a2f; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-bar span:first-child { background: var(--pink); }
.window-bar b { margin-left: 6px; color: var(--muted); font-size: 11px; }
.app-showcase img { width: 100%; height: auto; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 16px; }
.feature-card { position: relative; min-height: 250px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(21,30,53,.95), rgba(9,16,34,.95)); }
.feature-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -45px; bottom: -55px; border-radius: 50%; background: rgba(246,51,154,.08); filter: blur(2px); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--pink-soft); font-size: 22px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(246,51,154,.08); }
.feature-index { margin: 24px 0 9px; color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.feature-card h3 { font-size: 20px; }
.feature-card p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 13px; }

.process-section { margin-top: 100px; padding: 92px 0; border-block: 1px solid var(--line); background: rgba(3,7,18,.48); }
.process-section .section-heading { margin-bottom: 34px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); }
.process-card b { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 26px; color: white; border-radius: 50%; background: var(--pink); box-shadow: 0 10px 26px rgba(246,51,154,.26); }
.process-card h3 { font-size: 22px; }
.process-card p { margin: 11px 0 0; color: var(--muted); font-size: 13px; }

.browser-alert { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; margin-top: 100px; padding: 35px; border: 1px solid rgba(255,200,87,.25); border-radius: var(--radius-lg); background: linear-gradient(120deg, rgba(255,200,87,.10), rgba(16,25,47,.95)); }
.alert-symbol { width: 62px; height: 62px; display: grid; place-items: center; color: #111; border-radius: 16px; background: var(--warning); font-family: "Space Grotesk"; font-size: 32px; font-weight: 800; box-shadow: 0 14px 34px rgba(255,200,87,.16); }
.browser-alert .kicker { margin: 0 0 7px; color: var(--warning); }
.browser-alert h2 { font-size: clamp(27px, 3vw, 42px); }
.browser-alert p:last-child { max-width: 880px; margin: 12px 0 0; color: #c8cedb; }

.support { position: relative; min-height: 480px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 0; margin-top: 100px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #f6f8fc; color: #081126; }
.support::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 38%, rgba(246,248,252,.45) 58%, #f6f8fc 72%); }
.support img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.support-copy { position: relative; z-index: 2; padding: 46px 48px 46px 10px; }
.support-copy h2 { font-size: clamp(34px, 4vw, 54px); }
.support-copy > p:not(.kicker) { margin: 15px 0 24px; color: #4c5568; }

.store-callout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; margin-top: 100px; padding: 34px; border: 1px solid var(--line-strong); border-radius: var(--radius-xl); background: radial-gradient(circle at 6% 50%, rgba(246,51,154,.15), transparent 23rem), var(--panel); }
.store-callout img { border-radius: 50%; box-shadow: 0 18px 44px rgba(246,51,154,.2); }
.store-callout h2 { font-size: clamp(28px, 3vw, 42px); }
.store-callout div > p:last-child { margin: 10px 0 0; color: var(--muted); }
.legal-note { margin-top: 36px; color: #747d93; font-size: 11px; text-align: center; }

.site-footer { margin-top: 70px; margin-bottom: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(16,25,47,.88); }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.site-footer nav a { padding: 7px 10px; color: var(--muted); font-size: 11px; font-weight: 700; text-decoration: none; border-radius: 9px; }
.site-footer nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.site-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 15px; color: #777f93; font-size: 10px; text-align: center; border-top: 1px solid var(--line); }

.subpage { padding-top: 70px; }
.page-hero { max-width: 930px; margin-bottom: 48px; }
.page-hero h1 { max-width: 880px; font-size: clamp(44px, 6vw, 76px); }
.page-hero > p:not(.updated), .contact-hero > div > p { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.updated { display: inline-block; margin: 25px 0 0; padding: 7px 11px; color: var(--pink-soft); font-size: 11px; font-weight: 700; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(246,51,154,.07); }

.policy-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 22px; align-items: start; }
.policy-index { position: sticky; top: 104px; display: grid; gap: 5px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel-glass); }
.policy-index strong { margin-bottom: 8px; font-family: "Space Grotesk"; }
.policy-index a { padding: 7px 9px; color: var(--muted); font-size: 12px; text-decoration: none; border-radius: 8px; }
.policy-index a:hover { color: white; background: rgba(246,51,154,.08); }
.policy-card { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: rgba(16,25,47,.82); }
.policy-card section { scroll-margin-top: 120px; }
.policy-card section + section { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line); }
.policy-card h2 { font-size: 25px; }
.policy-card p { color: #bbc1d0; }
.policy-card a { color: var(--pink-soft); }

.contact-hero { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, 1.1fr); align-items: center; gap: 40px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--panel); }
.contact-hero h1 { font-size: clamp(40px, 5vw, 65px); }
.contact-hero img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border-radius: var(--radius-lg); background: #f7f9fd; box-shadow: 0 22px 54px rgba(0,0,0,.25); }
.support-tips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 24px; }
.support-tips article { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); }
.support-tips article > span { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; font-weight: 800; border-radius: 50%; background: var(--pink); }
.support-tips strong { font-family: "Space Grotesk"; }
.support-tips p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.form-section { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--panel); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 30px; border-bottom: 1px solid var(--line); }
.form-heading h2 { font-size: 40px; }
.form-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 12px; }
.iframe-wrapper { width: 100%; min-height: 1200px; overflow: hidden; background: #fff; }
.iframe-wrapper iframe { display: block; min-height: 1200px; background: #fff; }

.not-found { min-height: calc(100vh - 180px); display: grid; place-items: center; text-align: center; }
.not-found img { width: 110px; margin: 0 auto 22px; }
.not-found h1 { font-size: clamp(46px, 8vw, 90px); }
.not-found p { margin: 16px auto 24px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: #0d162b; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
  .nav-toggle { display: block; }
  .hero { min-height: 650px; align-items: end; }
  .hero-art { object-position: 62% center; opacity: .72; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,10,24,.99) 0%, rgba(5,10,24,.9) 54%, rgba(5,10,24,.25) 100%); }
  .hero-copy { width: 100%; padding: 48px 34px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .support { grid-template-columns: 1fr; }
  .support::after { background: linear-gradient(0deg, #f6f8fc 0%, rgba(246,248,252,.92) 38%, transparent 70%); }
  .support img { height: 370px; object-position: center; }
  .support-copy { margin-top: -130px; padding: 40px; }
  .store-callout { grid-template-columns: auto 1fr; }
  .store-callout .button { grid-column: 1 / -1; }
  .contact-hero { grid-template-columns: 1fr; }
  .support-tips { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 24px, 1240px); }
  .site-header { top: 8px; margin-top: 8px; }
  .brand small { display: none; }
  .brand strong { font-size: 13px; }
  .hero { min-height: 680px; border-radius: 20px; }
  .hero-art { object-position: 65% 20%; }
  .hero-copy { padding: 38px 22px; }
  .hero h1 { font-size: clamp(41px, 13vw, 61px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .stats { grid-template-columns: 1fr; }
  .stats div { min-height: 78px; }
  .section { padding-top: 72px; }
  .section-heading { gap: 12px; }
  .feature-grid, .process-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .process-section { margin-top: 72px; padding: 72px 0; }
  .browser-alert { grid-template-columns: 1fr; margin-top: 72px; padding: 24px; }
  .support { margin-top: 72px; }
  .support img { height: 310px; }
  .support-copy { padding: 26px; }
  .store-callout { grid-template-columns: 1fr; margin-top: 72px; padding: 25px; text-align: center; }
  .store-callout img { margin-inline: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .subpage { padding-top: 48px; }
  .page-hero h1 { font-size: 46px; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-index { position: static; }
  .policy-card { padding: 26px; }
  .contact-hero { padding: 22px; }
  .contact-hero h1 { font-size: 42px; }
  .form-heading { align-items: start; flex-direction: column; padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
