:root {
  --bg: #07101d;
  --bg-2: #0c1728;
  --card: rgba(27, 42, 64, 0.68);
  --card-strong: rgba(29, 47, 71, 0.86);
  --line: rgba(156, 184, 220, 0.17);
  --line-strong: rgba(104, 210, 203, 0.25);
  --text: #eef5ff;
  --muted: #93a6c5;
  --muted-2: #6f819d;
  --aqua: #69d8c6;
  --cyan: #6ac8ee;
  --green: #77e6bd;
  --amber: #ffbd55;
  --red: #ff7f7f;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  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;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(79, 219, 197, 0.12), transparent 34rem),
    linear-gradient(180deg, #0c1929 0%, var(--bg) 32%, #060d18 100%);
}
a { color: inherit; }
.page-shell { width: min(100%, 1440px); margin: 0 auto; padding: 0 32px; }
.site-header { height: 68px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(162, 195, 230, 0.08); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -0.03em; }
.brand-logo { width: 34px; height: 34px; border-radius: 12px; box-shadow: 0 0 0 5px rgba(105, 216, 198, 0.08), 0 0 26px rgba(105, 216, 198, 0.2); }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px; border-radius: 999px; color: var(--green); background: rgba(105, 216, 198, 0.1); border: 1px solid rgba(105, 216, 198, 0.25); font-size: 14px; font-weight: 750; }
.status-pill span { width: 6px; height: 6px; border-radius: 999px; background: var(--green); box-shadow: 0 0 18px rgba(119, 230, 189, 0.8); }
.hero { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr); gap: 72px; align-items: center; padding: 56px 0 96px; overflow: hidden; }
.hero-glow { position: absolute; inset: auto; pointer-events: none; filter: blur(8px); opacity: 0.7; }
.hero-glow-one { width: 420px; height: 420px; left: 8%; top: 10%; background: radial-gradient(circle, rgba(105, 216, 198, 0.17), transparent 65%); }
.hero-glow-two { width: 380px; height: 380px; right: 6%; top: 18%; background: radial-gradient(circle, rgba(106, 200, 238, 0.12), transparent 62%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero-logo { width: 96px; height: 96px; margin: 0 0 24px; border-radius: 28px; box-shadow: 0 0 0 8px rgba(105, 216, 198, 0.08), 0 22px 60px rgba(105, 216, 198, 0.18); }
.eyebrow { margin: 0 0 28px; color: var(--aqua); text-transform: uppercase; letter-spacing: 0.34em; font-size: 12px; font-weight: 900; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(56px, 7vw, 104px); line-height: 0.98; letter-spacing: -0.075em; font-weight: 900; }
.hero h1 span { color: var(--aqua); text-shadow: 0 0 44px rgba(105, 216, 198, 0.22); }
.hero-subtitle { max-width: 520px; margin: 28px 0 36px; color: var(--muted); font-size: clamp(19px, 2vw, 23px); line-height: 1.55; }
.app-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 56px; padding: 0 30px; border: none; border-radius: 999px; background: linear-gradient(135deg, var(--aqua), var(--cyan)); color: #03101c; font-weight: 850; letter-spacing: -0.02em; text-decoration: none; box-shadow: 0 24px 50px rgba(105, 216, 198, 0.16); }
.app-button svg { width: 18px; height: 18px; fill: currentColor; }
.hero-visual { min-height: 520px; display: grid; place-items: center; }
.phone { position: relative; width: 280px; min-height: 560px; padding: 16px; border-radius: 42px; background: linear-gradient(180deg, rgba(49, 70, 103, 0.92), rgba(28, 43, 66, 0.96)); border: 1px solid rgba(177, 204, 238, 0.18); box-shadow: var(--shadow), 0 0 90px rgba(105, 216, 198, 0.12); }
.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 108px; height: 28px; border-radius: 0 0 18px 18px; background: #07101d; }
.phone-screen { min-height: 528px; padding: 36px 16px 16px; border-radius: 31px; background: linear-gradient(180deg, #22344f, #18263d); overflow: hidden; }
.phone-topline,.signal-row,.tabs,.pulse-bars,.site-footer,.feature-strip { display: flex; align-items: center; }
.phone-topline { justify-content: space-between; margin-bottom: 16px; }
.phone-topline small,.pulse-panel small,.signal-row small { display: block; color: var(--muted-2); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.phone-topline strong { display: block; font-size: 17px; letter-spacing: -0.03em; }
.phone-topline span { padding: 7px 12px; border-radius: 999px; background: rgba(105, 216, 198, 0.16); color: var(--green); font-size: 13px; font-weight: 850; }
.pulse-panel { padding: 18px; margin-bottom: 16px; border-radius: 18px; background: rgba(105, 216, 198, 0.08); border: 1px solid rgba(105, 216, 198, 0.15); }
.pulse-panel strong { display: block; margin: 8px 0 12px; color: var(--aqua); font-size: 38px; letter-spacing: -0.07em; }
.pulse-bars { gap: 7px; height: 24px; align-items: end; }
.pulse-bars span { width: 13px; border-radius: 999px; background: rgba(105, 216, 198, 0.72); }
.signal-list { display: grid; gap: 10px; }
.signal-row { gap: 10px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.07); }
.signal-row > span { width: 8px; height: 8px; border-radius: 999px; flex: 0 0 auto; }
.signal-row.calm > span { background: var(--green); }
.signal-row.busy > span { background: var(--amber); }
.signal-row div { flex: 1; min-width: 0; }
.signal-row strong { font-size: 13px; }
.signal-row b { color: var(--aqua); }
.signal-row.busy b { color: var(--amber); }
.tabs { justify-content: space-around; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.07); color: var(--muted-2); font-size: 12px; font-weight: 800; }
.tabs span:first-child { color: var(--aqua); }
.float-card { position: absolute; z-index: 3; width: 180px; padding: 16px 18px; border-radius: 18px; background: rgba(26, 38, 58, 0.88); border: 1px solid rgba(174, 202, 233, 0.15); box-shadow: 0 18px 50px rgba(0,0,0,0.24); backdrop-filter: blur(16px); }
.float-card strong { display: block; margin-bottom: 7px; font-size: 14px; }
.float-card p { margin: 0; color: var(--muted); font-size: 13px; }
.float-card .dot, .pin, .shield { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 999px; background: var(--aqua); box-shadow: 0 0 17px rgba(105, 216, 198, 0.65); }
.pin { border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.shield { background: #8ea2ff; }
.float-left { left: 0; top: 45%; }
.float-right-top { right: 0; top: 24%; }
.float-right-bottom { right: 4%; bottom: 16%; }
.feature-strip { position: relative; z-index: 1; justify-content: center; flex-wrap: wrap; gap: 14px; margin: -12px auto 112px; }
.feature-strip span { padding: 13px 20px; border-radius: 999px; background: rgba(255,255,255,0.055); border: 1px solid rgba(174, 202, 233, 0.13); color: #c5d4eb; font-size: 14px; font-weight: 800; }
.live-card, .launch-card { width: min(100%, 1060px); margin: 0 auto 116px; border-radius: var(--radius); border: 1px solid var(--line-strong); background: linear-gradient(135deg, rgba(18, 46, 61, 0.8), rgba(16, 26, 45, 0.9)); box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22); }
.live-card { display: grid; grid-template-columns: 1fr 340px; gap: 52px; align-items: center; padding: 72px 64px; }
.live-card h2, .launch-card h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.055em; }
.live-card p:not(.eyebrow), .launch-card p:not(.eyebrow) { margin: 22px 0 0; max-width: 560px; color: var(--muted); line-height: 1.7; font-size: 16px; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--aqua); margin-right: 10px; }
.mini-signals { display: grid; gap: 12px; }
.mini-signals div { display: grid; grid-template-columns: 12px 1fr auto; gap: 12px; align-items: center; padding: 14px 18px; border-radius: 15px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); font-weight: 800; }
.mini-signals span { width: 8px; height: 8px; border-radius: 999px; background: var(--aqua); }
.mini-signals div:nth-child(2) span { background: var(--amber); }
.mini-signals div:nth-child(4) span { background: var(--red); }
.mini-signals strong { color: var(--aqua); }
.mini-signals div:nth-child(2) strong { color: var(--amber); }
.mini-signals div:nth-child(4) strong { color: var(--red); }
.launch-card { text-align: center; padding: 68px 36px; }
.launch-card h2 span { color: var(--aqua); }
.launch-card .app-button { margin-top: 32px; }
.launch-card p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.site-footer { min-height: 96px; justify-content: space-between; gap: 22px; border-top: 1px solid rgba(162, 195, 230, 0.08); color: var(--muted); font-size: 13px; }
.footer-brand { color: var(--text); }
.site-footer p { margin: 0; text-align: center; }
.site-footer nav { display: flex; align-items: center; gap: 12px; }
.footer-links { gap: 18px; }
.footer-link { appearance: none; padding: 0; border: 0; background: transparent; color: var(--muted); font: inherit; font-weight: 750; cursor: pointer; }
.site-footer a:not(.brand) { color: var(--muted); text-decoration: none; }
.site-footer a:not(.brand):hover, .footer-link:hover { color: var(--aqua); }
.site-footer a:not(.brand):focus-visible, .footer-link:focus-visible, .legal-close:focus-visible { outline: 2px solid var(--aqua); outline-offset: 4px; }
.social-links { gap: 10px; }
.social-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(174, 202, 233, 0.15); background: rgba(255,255,255,0.045); transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease; }
.social-icon:hover { border-color: rgba(105, 216, 198, 0.35); background: rgba(105, 216, 198, 0.09); }
.social-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.modal-open { overflow: hidden; }
.legal-modal[hidden] { display: none; }
.legal-modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 24px; }
.legal-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3, 9, 16, 0.78); backdrop-filter: blur(12px); cursor: pointer; }
.legal-modal-panel { position: relative; width: min(100%, 920px); max-height: min(86vh, 900px); display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; border-radius: 24px; border: 1px solid var(--line-strong); background: linear-gradient(180deg, rgba(18, 33, 54, 0.98), rgba(9, 18, 32, 0.99)); box-shadow: 0 30px 90px rgba(0,0,0,0.46); }
.legal-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px 30px 20px; border-bottom: 1px solid rgba(174, 202, 233, 0.12); }
.legal-modal-header .eyebrow { margin-bottom: 10px; letter-spacing: 0.24em; }
.legal-modal-header h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.05; letter-spacing: -0.05em; }
.legal-close { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 999px; border: 1px solid rgba(174, 202, 233, 0.16); background: rgba(255,255,255,0.055); color: var(--text); cursor: pointer; }
.legal-close:hover { color: var(--aqua); border-color: rgba(105, 216, 198, 0.32); }
.legal-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.legal-modal-body { overflow: auto; padding: 26px 30px 34px; scrollbar-color: rgba(105, 216, 198, 0.55) rgba(255,255,255,0.06); }
.legal-document { color: #d5e2f4; line-height: 1.68; }
.legal-document h3 { margin: 0 0 22px; color: var(--text); font-size: 26px; letter-spacing: -0.03em; }
.legal-document h4 { margin: 30px 0 10px; color: var(--text); font-size: 18px; letter-spacing: -0.02em; }
.legal-document h5 { margin: 22px 0 8px; color: var(--aqua); font-size: 15px; }
.legal-document p { margin: 0 0 12px; }
.legal-document ul { margin: 0 0 16px; padding-left: 22px; }
.legal-document li { margin: 7px 0; }
.legal-document a { color: var(--aqua); font-weight: 750; }
.legal-updated { color: var(--muted); font-weight: 800; }
.legal-version { margin: -8px 0 26px; color: var(--muted); font-size: 13px; font-weight: 700; }
.legal-page { max-width: 960px; min-height: 100vh; padding-bottom: 64px; }
.legal-page-header { margin-bottom: 44px; border-bottom: 1px solid rgba(162, 195, 230, 0.08); }
.legal-home-link { color: var(--aqua); font-size: 14px; font-weight: 800; text-decoration: none; }
.legal-home-link:hover { color: var(--text); }
.legal-home-link:focus-visible { outline: 2px solid var(--aqua); outline-offset: 4px; }
.legal-page .legal-document { max-width: 780px; margin: 0 auto; padding-bottom: 64px; }
.legal-page .legal-document h1 { margin: 0 0 12px; color: var(--text); font-size: clamp(34px, 6vw, 54px); line-height: 1.08; letter-spacing: 0; }
.legal-page .legal-document h2 { margin: 34px 0 12px; color: var(--text); font-size: 21px; letter-spacing: 0; }
.legal-page .legal-document h3 { margin: 24px 0 8px; color: var(--aqua); font-size: 16px; letter-spacing: 0; }
.legal-page .legal-document section + section { border-top: 1px solid rgba(174, 202, 233, 0.1); }
@media (max-width: 1100px) { .hero { grid-template-columns: 1fr; gap: 42px; text-align: center; padding-top: 72px; } .hero-copy { display: grid; justify-items: center; } .hero-subtitle { margin-left: auto; margin-right: auto; } .hero-visual { min-height: 610px; } .float-left { left: calc(50% - 330px); } .float-right-top { right: calc(50% - 340px); } .float-right-bottom { right: calc(50% - 330px); } .live-card { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .page-shell { padding: 0 20px; } .site-header { height: 64px; } .status-pill { padding: 8px 12px; font-size: 12px; } .hero { min-height: auto; padding: 64px 0 72px; } .hero h1 { font-size: clamp(48px, 15vw, 72px); line-height: 1; } .hero-subtitle { font-size: 18px; } .hero-visual { min-height: 520px; transform: scale(0.88); margin: -20px 0; } .float-card { width: 155px; padding: 13px 14px; } .float-left { left: -14px; top: 48%; } .float-right-top { right: -14px; top: 20%; } .float-right-bottom { display: none; } .feature-strip { margin-bottom: 84px; } .live-card, .launch-card { margin-bottom: 84px; border-radius: 22px; } .live-card { padding: 42px 24px; } .launch-card { padding: 48px 22px; } .site-footer { flex-direction: column; justify-content: center; padding: 28px 0; } .site-footer p { max-width: 280px; } .legal-modal { padding: 12px; } .legal-modal-panel { max-height: 90vh; border-radius: 18px; } .legal-modal-header { padding: 22px 20px 16px; } .legal-modal-body { padding: 22px 20px 28px; } }
@media (max-width: 430px) { .hero-visual { transform: scale(0.78); margin: -62px 0 -48px; } .feature-strip span { width: 100%; text-align: center; } }
