@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: dark;
  --ink: #03081a;
  --surface: #0c1729;
  --surface-light: #13233b;
  --line: #2a3d5b;
  --blue: #4aa8ff;
  --blue-strong: #388bfd;
  --cyan: #74e5ff;
  --text: #f0f6fc;
  --muted: #9aa8ba;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header, main, footer { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { border-radius: 11px; box-shadow: 0 0 24px rgb(56 139 253 / 24%); }
.brand span { display: grid; line-height: .8; letter-spacing: .16em; }
.brand strong { font-size: 18px; }
.brand small { justify-self: end; margin-top: 8px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #bec9d8; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s, border-color .2s; }
nav a:hover { color: white; }
nav .support-link { padding: 11px 18px; border: 1px solid var(--line); border-radius: 10px; }
nav .support-link:hover { border-color: var(--blue); }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -90px calc((100vw - 100%) / -2) auto;
  height: 730px;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 42%, rgb(13 99 165 / 46%), transparent 29%),
    radial-gradient(circle at 50% 5%, rgb(56 139 253 / 12%), transparent 30%),
    linear-gradient(112deg, #03081a 15%, #05213a 60%, #03081a 100%);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, #254a72, transparent); }
.hero-copy { position: relative; z-index: 2; padding: 75px 0 90px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; margin: 0 10px 4px 0; background: var(--blue); box-shadow: 0 0 8px var(--blue); }
h1 { margin: 0; max-width: 670px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--blue); font-style: normal; }
.intro { max-width: 660px; margin: 28px 0 34px; color: #b7c3d1; font-size: 17px; line-height: 1.75; }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; }
.store-badge {
  min-width: 168px;
  height: 58px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #3a4b62;
  border-radius: 10px;
  background: #070b12;
  text-decoration: none;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
a.store-badge:hover { transform: translateY(-2px); border-color: var(--blue); box-shadow: 0 8px 30px rgb(0 0 0 / 35%); }
.store-badge svg { width: 29px; height: 29px; fill: white; flex: 0 0 auto; }
.store-badge span { display: grid; line-height: 1.1; }
.store-badge small { color: #cbd4df; font-size: 9px; }
.store-badge strong { margin-top: 3px; font-size: 14px; font-weight: 600; }
.store-badge.pending { opacity: .48; cursor: default; }

.hero-art { min-height: 500px; display: grid; place-items: center; position: relative; }
.hero-art img { width: min(320px, 72%); height: auto; z-index: 2; border-radius: 24%; filter: drop-shadow(0 25px 34px rgb(0 0 0 / 50%)); transform: rotate(2deg); }
.orb { position: absolute; width: 450px; max-width: 100%; aspect-ratio: 1; border: 1px solid rgb(74 168 255 / 20%); border-radius: 50%; box-shadow: inset 0 0 70px rgb(56 139 253 / 8%); }
.orb::before, .orb::after { content: ""; position: absolute; border: 1px solid rgb(74 168 255 / 12%); border-radius: 50%; }
.orb::before { inset: 12%; }.orb::after { inset: 25%; }
.logo-glow { position: absolute; width: 320px; aspect-ratio: 1; border-radius: 50%; background: #1976d2; opacity: .2; filter: blur(60px); }
.signal { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.signal-one { top: 18%; right: 13%; }.signal-two { bottom: 19%; left: 8%; width: 6px; height: 6px; }

.features { padding: 58px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; border-bottom: 1px solid #1c2d43; }
.features article { display: flex; gap: 17px; }
.features svg { flex: 0 0 auto; width: 31px; height: 31px; padding: 6px; color: var(--blue); stroke: currentColor; fill: none; stroke-width: 1.6; border: 1px solid #294361; border-radius: 8px; }
.features h2 { margin: 1px 0 8px; font-size: 15px; }
.features p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.preview { padding: 110px 0; }
.section-heading { max-width: 620px; margin-bottom: 50px; }
.section-heading h2, .notice h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.screenshots { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
figure { margin: 0; }
.screen-frame { padding: 8px; overflow: hidden; border: 1px solid #31445d; border-radius: 17px; background: linear-gradient(145deg, #18273b, #080e18); box-shadow: 0 24px 65px rgb(0 0 0 / 30%); }
.product-shot { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; }
.shot-placeholder { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 10px; background: radial-gradient(circle at 55% 35%, #0b426a, transparent 38%), linear-gradient(120deg, #020719, #061b35); }
.shot-placeholder::after { content: ""; position: absolute; inset: 0; border: 1px solid rgb(255 255 255 / 5%); border-radius: inherit; pointer-events: none; }
.mock-wordmark { position: absolute; top: 8%; left: 6%; font-size: clamp(12px, 2vw, 23px); font-weight: 800; letter-spacing: .14em; }
.mock-wordmark small { display: block; width: fit-content; margin-left: 58%; color: var(--blue); font-size: 39%; }
.mock-nav { position: absolute; top: 28%; bottom: 13%; left: 6%; width: 36%; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mock-nav span { display: grid; place-items: center; border: 1px solid #294361; border-radius: 7px; background: #111c30; font-size: clamp(5px, .75vw, 10px); font-weight: 700; }
.mock-nav .selected { grid-row: span 2; border-color: var(--blue); box-shadow: inset 0 0 24px rgb(56 139 253 / 15%), 0 0 12px rgb(56 139 253 / 22%); }
.mock-content { position: absolute; top: 27%; right: 4%; width: 50%; color: white; font-size: clamp(8px, 1vw, 13px); }
.mock-content b { display: block; margin-bottom: 11px; }
.mock-content i { display: inline-block; width: 21%; aspect-ratio: .7; margin-right: 2%; border: 1px solid #28425e; border-radius: 4px; background: linear-gradient(160deg, #1e3755, #0d1421); }
.shot-label { position: absolute; right: 12px; bottom: 10px; padding: 6px 9px; border: 1px dashed #42698e; border-radius: 6px; color: #89a1ba; background: rgb(3 8 26 / 80%); font-size: 9px; letter-spacing: .04em; }
.guide-shot { padding: 8% 6%; }
.mock-guide-title { margin-bottom: 8%; font-size: clamp(10px, 1.7vw, 20px); font-weight: 600; }
.mock-guide-lines { display: grid; grid-template-columns: 27% 24% 18% 31%; gap: 4px; }
.mock-guide-lines span, .mock-guide-lines i { display: block; height: clamp(18px, 3.3vw, 38px); border: 1px solid #294461; border-radius: 3px; background: #10243a; }
.mock-guide-lines span { background: #162f4a; }.mock-guide-lines i:nth-child(6) { border-color: var(--blue); background: #183f63; box-shadow: 0 0 10px rgb(74 168 255 / 15%); }
figcaption { padding: 18px 8px 0; display: grid; gap: 7px; }
figcaption strong { font-size: 15px; } figcaption span { color: var(--muted); font-size: 13px; }

.notice { margin-bottom: 100px; padding: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; overflow: hidden; position: relative; border: 1px solid #1f466c; border-radius: 20px; background: linear-gradient(115deg, #0c192b, #082a46 65%, #07101f); }
.notice::after { content: ""; position: absolute; width: 260px; aspect-ratio: 1; right: -100px; top: -120px; border: 1px solid rgb(74 168 255 / 15%); border-radius: 50%; box-shadow: 0 0 80px rgb(56 139 253 / 10%); }
.notice p:last-child { margin: 0; color: #aebccc; font-size: 15px; line-height: 1.75; }

footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #1c2d43; color: #7f8ea1; font-size: 12px; }
.footer-brand { opacity: .7; }.footer-brand strong { font-size: 14px; }.footer-brand img { border-radius: 9px; }
footer div { display: flex; gap: 24px; } footer a { text-decoration: none; } footer a:hover { color: white; }

.policy-page { background: radial-gradient(circle at 50% -10%, #0b3555, transparent 28%), var(--ink); }
.policy-shell { width: min(calc(100% - 48px), 820px); margin: 55px auto 100px; }
.policy-shell .eyebrow { margin-bottom: 14px; }
.policy-shell > h1 { font-size: clamp(42px, 7vw, 68px); }
.policy-updated { margin: 15px 0 52px; color: var(--muted); }
.policy-content { padding: 48px; border: 1px solid #223952; border-radius: 18px; background: rgb(10 20 36 / 88%); box-shadow: 0 30px 80px rgb(0 0 0 / 25%); }
.policy-content section + section { margin-top: 38px; padding-top: 34px; border-top: 1px solid #213247; }
.policy-content h2 { margin: 0 0 15px; color: #dceaff; font-size: 18px; letter-spacing: -.01em; }
.policy-content p, .policy-content li { color: #aebaca; font-size: 14px; line-height: 1.75; }
.policy-content p { margin: 0 0 14px; }.policy-content ul { margin: 10px 0 16px; padding-left: 22px; }.policy-content a { color: var(--blue); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-art { min-height: 420px; }
  .features { grid-template-columns: 1fr; }
  .screenshots { grid-template-columns: 1fr; }
  .notice { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .site-header, main, footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 76px; }
  nav { gap: 14px; } nav > a:first-child { display: none; } nav .support-link { padding: 9px 12px; }
  .hero-copy { padding-top: 55px; }
  .hero-art { min-height: 330px; }
  .store-badge { flex: 1 1 160px; }
  .preview { padding: 80px 0; }
  .notice { margin-bottom: 70px; padding: 32px 25px; }
  footer { padding: 28px 0; flex-wrap: wrap; gap: 22px; } footer > p { order: 3; width: 100%; }
  .policy-shell { width: min(calc(100% - 28px), 820px); margin-top: 35px; }
  .policy-content { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
