:root {
  color-scheme: light;
  --ink: #0b1020;
  --ink-soft: #19213a;
  --violet: #7658ff;
  --blue: #4b7dff;
  --cyan: #12c8ff;
  --cloud: #f5f7fc;
  --white: #ffffff;
  --text: #19213a;
  --muted: #667087;
  --border: #dfe5f0;
  --success: #0a9d69;
  --shadow: 0 24px 70px rgba(10, 20, 48, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); }
body, button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-180%); border-radius: 8px; background: #fff; padding: 10px 14px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; color: #fff; }
.nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 850; letter-spacing: .09em; }
.brand img { border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 620; color: rgba(255,255,255,.76); }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: transparent; padding: 8px 11px; }

.hero { position: relative; overflow: hidden; min-height: 760px; background: var(--ink); color: #fff; }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000 0%, transparent 82%); content: ""; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(8px); opacity: .3; }
.hero-glow-one { top: -220px; right: -100px; width: 620px; height: 620px; background: radial-gradient(circle, var(--violet), transparent 68%); }
.hero-glow-two { bottom: -360px; left: 6%; width: 650px; height: 650px; background: radial-gradient(circle, var(--cyan), transparent 70%); opacity: .16; }
.hero-grid { position: relative; display: grid; min-height: 760px; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: 72px; padding-top: 80px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); padding: 8px 12px; color: rgba(255,255,255,.67); font-size: 12px; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: #4ee1ac; box-shadow: 0 0 0 5px rgba(78,225,172,.13); }
.status-pill strong { color: #fff; }
.hero h1 { margin: 24px 0 20px; font-size: clamp(58px, 6.4vw, 92px); line-height: .96; letter-spacing: -.064em; }
.hero h1 span { background: linear-gradient(115deg, #a890ff 10%, #61dfff 90%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-lede { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 13px; padding: 0 20px; font-size: 14px; font-weight: 760; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover:not(.is-disabled) { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--violet), var(--blue)); color: #fff; box-shadow: 0 14px 36px rgba(93, 92, 255, .3); }
.button-secondary { border-color: var(--border); background: #fff; color: var(--ink); }
.hero .button-secondary { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button.is-disabled { cursor: not-allowed; opacity: .72; }
.microcopy { margin: 14px 0 0; color: rgba(255,255,255,.43); font-size: 11px; }

.product-visual { position: relative; width: 100%; max-width: 520px; margin-inline: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.06); padding: 16px; box-shadow: 0 40px 100px rgba(0,0,0,.36); transform: perspective(1300px) rotateY(-4deg) rotateX(2deg); }
.product-visual::after { position: absolute; z-index: -1; inset: 15% -9% -10% 20%; border-radius: 999px; background: linear-gradient(135deg, rgba(118,88,255,.75), rgba(18,200,255,.35)); filter: blur(70px); content: ""; }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 32px; padding: 0 4px 12px; color: rgba(255,255,255,.38); font-size: 10px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.22); }
.browser-bar span { margin-left: 9px; }
.popup-card { border-radius: 16px; background: #f4f6fb; padding: 20px; color: var(--ink); }
.popup-head { display: flex; align-items: start; justify-content: space-between; }
.popup-head div { display: grid; gap: 2px; }
.popup-head small { color: var(--violet); font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.popup-head strong { font-size: 19px; letter-spacing: .05em; }
.popup-head button { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--border); border-radius: 9px; background: #fff; }
.popup-note { margin: 10px 0 14px; color: var(--muted); font-size: 10px; }
.media-item { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 11px; border: 1px solid var(--border); border-radius: 12px; background: #fff; padding: 10px; box-shadow: 0 9px 24px rgba(23,32,51,.08); }
.media-thumb { display: grid; height: 44px; place-items: center; border-radius: 8px; background: linear-gradient(135deg, #202940, #596b90); color: #fff; }
.media-thumb span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 9px; }
.media-info { display: grid; min-width: 0; gap: 3px; }
.media-info strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.media-info small { color: var(--muted); font-size: 8px; }
.check { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #dbf8ec; color: var(--success); font-size: 10px; font-weight: 800; }
.popup-card label { display: block; margin: 14px 0 5px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.select-mock { display: flex; min-height: 36px; align-items: center; justify-content: space-between; border: 1px solid var(--border); border-radius: 8px; background: #fff; padding: 0 10px; font-size: 9px; }
.popup-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 10px; }
.popup-actions button { min-height: 33px; border: 1px solid var(--border); border-radius: 8px; background: #fff; font-size: 8px; font-weight: 700; }
.popup-actions button:first-child { border-color: transparent; background: var(--blue); color: #fff; }

.trust-strip { border-bottom: 1px solid var(--border); background: #fff; }
.trust-grid { display: grid; min-height: 94px; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid span { color: var(--muted); font-size: 12px; font-weight: 640; }
.trust-grid b { margin-right: 10px; color: var(--blue); font-size: 10px; }
.section { padding: 112px 0; }
.section-heading { display: grid; max-width: 660px; gap: 14px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { margin: 0; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section h2, .legal-page h1 { margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child, .split-panel > div > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { border: 1px solid var(--border); border-radius: 20px; background: #fff; padding: 28px; }
.steps article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: #eef0ff; color: var(--violet); font-size: 12px; font-weight: 850; }
.steps h3 { margin: 42px 0 10px; color: var(--ink); font-size: 19px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.privacy-section { background: var(--cloud); }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.split-panel h2 { margin: 16px 0 22px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 24px; color: var(--blue); font-size: 14px; font-weight: 760; }
.privacy-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.privacy-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; border: 1px solid var(--border); border-radius: 16px; background: #fff; padding: 20px; }
.privacy-list li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: #e3f9f0; color: var(--success); font-weight: 800; }
.privacy-list div { display: grid; gap: 4px; }
.privacy-list strong { color: var(--ink); font-size: 14px; }
.privacy-list small { color: var(--muted); font-size: 12px; line-height: 1.5; }

.pricing-grid { display: grid; max-width: 870px; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 20px; margin-inline: auto; }
.price-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 24px; background: #fff; padding: 34px; }
.price-card.featured { border-color: #9f91ff; box-shadow: 0 22px 60px rgba(75,65,180,.14); }
.roadmap-badge { position: absolute; top: 18px; right: 18px; border-radius: 999px; background: #eeebff; padding: 7px 9px; color: var(--violet); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.plan { margin: 0 0 16px; color: var(--ink); font-size: 14px; font-weight: 800; }
.price { margin: 0; color: var(--ink); font-size: 50px; font-weight: 850; letter-spacing: -.05em; }
.price span { font-size: 22px; vertical-align: 14px; }
.price-note { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.price-card ul { display: grid; flex: 1; gap: 12px; margin: 30px 0; padding: 24px 0 0; border-top: 1px solid var(--border); list-style: none; }
.price-card li { color: var(--muted); font-size: 13px; }
.price-card li::before { margin-right: 9px; color: var(--success); content: "✓"; font-weight: 850; }
.full { width: 100%; }

.availability-section { padding-top: 20px; }
.availability-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 28px; background: linear-gradient(125deg, #151a31, #342b73 65%, #236b8a); padding: 54px; color: #fff; }
.availability-card h2 { margin: 10px 0 12px; color: #fff; font-size: 38px; }
.availability-card p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.65); line-height: 1.6; }
.availability-card .eyebrow { color: #91e9ff; }
.availability-card .button { flex: 0 0 auto; }

.footer { background: var(--ink); padding: 60px 0 36px; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; }
.brand-light { color: #fff; }
.footer-grid > div:first-child p { color: rgba(255,255,255,.46); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; align-items: start; color: rgba(255,255,255,.66); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 10px; }

.legal-shell { min-height: 100vh; background: var(--cloud); }
.legal-header { border-bottom: 1px solid var(--border); background: #fff; }
.legal-header .nav { min-height: 72px; color: var(--ink); }
.legal-header .nav-links { color: var(--muted); }
.legal-header .nav-links a:hover { color: var(--ink); }
.legal-page { max-width: 780px; margin-inline: auto; padding: 88px 20px 120px; }
.legal-page .eyebrow { margin-bottom: 16px; }
.legal-page h1 { margin-bottom: 18px; }
.legal-page .updated { margin-bottom: 48px; color: var(--muted); font-size: 12px; }
.legal-page h2 { margin: 38px 0 12px; color: var(--ink); font-size: 22px; }
.legal-page p, .legal-page li { color: #566079; font-size: 15px; line-height: 1.75; }
.legal-page a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 36px 0; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: #fff; padding: 18px 20px; }

.not-found-shell { display: grid; min-height: 100vh; place-items: center; background: radial-gradient(circle at 70% 20%, rgba(118,88,255,.26), transparent 30%), var(--ink); padding: 24px; color: #fff; }
.not-found-card { width: min(620px, 100%); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.06); padding: 52px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.not-found-card .brand { margin-bottom: 68px; }
.not-found-card .eyebrow { color: #91e9ff; }
.not-found-card h1 { margin: 14px 0; font-size: clamp(42px, 7vw, 70px); line-height: 1; letter-spacing: -.05em; }
.not-found-card > p:not(.eyebrow) { max-width: 440px; margin: 0 0 30px; color: rgba(255,255,255,.64); line-height: 1.7; }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-top: 160px; padding-bottom: 90px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .product-visual { max-width: 560px; transform: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 18px; padding-block: 22px; }
  .split-panel { grid-template-columns: 1fr; gap: 46px; }
  .availability-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1140px); }
  .menu-button { display: block; color: #fff; }
  .nav-links { position: absolute; top: 70px; right: 14px; display: none; width: min(260px, calc(100vw - 28px)); align-items: stretch; flex-direction: column; gap: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: #151a31; padding: 8px; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 11px 12px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 130px; }
  .hero h1 { font-size: 54px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .product-visual { padding: 10px; border-radius: 18px; }
  .popup-card { padding: 14px; }
  .popup-actions { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section h2 { font-size: 39px; }
  .steps, .pricing-grid { grid-template-columns: 1fr; }
  .steps h3 { margin-top: 28px; }
  .availability-section { padding-top: 0; }
  .availability-card { padding: 34px 24px; }
  .availability-card h2 { font-size: 32px; }
  .availability-card .button { width: 100%; overflow-wrap: anywhere; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .legal-header .nav-links { background: #fff; color: var(--muted); }
  .legal-header .menu-button { border-color: var(--border); color: var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
