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

:root {
  --bg: #07111f;
  --bg-deep: #040b15;
  --surface: rgba(18, 34, 54, .78);
  --surface-strong: #10233a;
  --line: rgba(146, 186, 225, .13);
  --text: #edf7ff;
  --muted: #8ea6ba;
  --blue: #32a0ff;
  --green: #3ee89b;
  --green-soft: rgba(62, 232, 155, .13);
  --mono: 'DM Mono', ui-monospace, monospace;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 7%, rgba(24, 116, 222, .16), transparent 24rem),
    var(--bg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: inherit; }
.nav {
  width: min(1180px, calc(100% - 48px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 800; font-size: 18px; letter-spacing: -.4px; text-decoration: none; }
.brand-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(62,232,155,.75); }
.nav-links { display: flex; gap: 34px; }
.nav-links a, footer a { color: var(--muted); font: 400 12px var(--mono); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.nav-links a:hover, footer a:hover { color: var(--text); }
.hero {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.hero-copy { position: relative; z-index: 2; padding: 90px 0 110px; }
.eyebrow { color: #8eb4cf; font: 500 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 20px; height: 1px; margin: 0 9px 3px 0; background: var(--green); box-shadow: 0 0 8px var(--green); }
h1 { max-width: 700px; margin: 24px 0; font-size: clamp(52px, 6vw, 82px); line-height: .99; letter-spacing: -.065em; }
h1 em, .final-cta h2 em { color: var(--green); font-style: normal; }
.hero-text { max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 0 22px; font: 500 11px var(--mono); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.button.primary { color: #02140d; background: var(--green); box-shadow: 0 10px 34px rgba(62,232,155,.15); }
.button.secondary { color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.025); transition: border-color .2s, transform .2s; }
.button.secondary:hover { border-color: rgba(62,232,155,.35); transform: translateY(-2px); }
.apple { font-size: 8px; }
.hero-notes { display: flex; gap: 23px; margin-top: 24px; color: #6e899f; font: 400 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.hero-notes span::before { content: '✓'; margin-right: 6px; color: var(--green); }
.app-preview { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; min-height: 520px; }
.icon-wrap { position: absolute; top: 5px; right: 13%; z-index: 3; padding: 8px; border: 1px solid rgba(73,166,255,.25); border-radius: 27px; background: rgba(7,17,31,.65); box-shadow: 0 24px 70px rgba(0,0,0,.5), 0 0 60px rgba(33,126,248,.15); transform: rotate(4deg); }
.icon-wrap img { display: block; border-radius: 22px; }
.menu-card { width: min(100%, 440px); padding: 27px; border: 1px solid rgba(129,178,219,.19); border-radius: 24px; background: linear-gradient(145deg, rgba(25,48,73,.96), rgba(10,25,42,.96)); box-shadow: 0 40px 100px rgba(0,0,0,.38); transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.menu-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.menu-label, .mini-label, .feature-kicker { color: #7592aa; font: 500 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.status { margin-top: 8px; font-size: 25px; font-weight: 700; letter-spacing: -.03em; }
.status-dot { display: inline-block; width: 10px; height: 10px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 17px rgba(62,232,155,.8); }
.signal { display: grid; place-items: center; width: 38px; height: 38px; color: var(--green); border: 1px solid rgba(62,232,155,.18); border-radius: 12px; background: var(--green-soft); }
.network-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 22px 0 18px; }
.network-row div { display: flex; flex-direction: column; gap: 5px; }
.network-row strong { color: #c8d9e6; font-size: 12px; font-weight: 500; }
.chart { height: 95px; padding: 15px 8px 0; display: flex; align-items: flex-end; gap: 8px; border-radius: 12px; background: rgba(4,13,24,.42); }
.chart span { flex: 1; min-height: 12px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(50,160,255,.2), var(--blue)); opacity: .8; }
.chart-caption { display: flex; justify-content: space-between; margin-top: 9px; color: #69859a; font: 400 9px var(--mono); }
.chart-caption span:last-child { color: var(--green); }
.hero-orbit { position: absolute; right: -15%; border: 1px solid rgba(44,133,234,.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 650px; height: 650px; }
.orbit-two { right: -2%; width: 430px; height: 430px; box-shadow: 0 0 100px rgba(30,108,213,.08) inset; }
.proof { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.proof div { min-height: 138px; padding: 36px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proof div:last-child { padding-left: 35px; border-right: 0; }
.proof strong { color: var(--green); font: 500 27px var(--mono); }
.proof span { margin-top: 5px; color: var(--muted); font: 400 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 20px; }
h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 420px; justify-self: end; color: var(--muted); font-size: 15px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { min-height: 350px; padding: 34px; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(18,37,59,.72), rgba(9,23,39,.72)); }
.feature-card.featured { background: radial-gradient(circle at 92% 5%, rgba(62,232,155,.09), transparent 45%), linear-gradient(145deg, rgba(18,37,59,.72), rgba(9,23,39,.72)); }
.feature-icon { width: 42px; height: 42px; margin-bottom: 46px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(62,232,155,.15); border-radius: 12px; background: var(--green-soft); font: 500 18px var(--mono); }
.online-icon span { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); }
.feature-card h3 { margin: 10px 0 11px; font-size: 24px; letter-spacing: -.04em; }
.feature-card > p:not(.feature-kicker) { max-width: 480px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.endpoint-demo { margin-top: 24px; display: grid; gap: 8px; }
.endpoint-demo div { padding: 10px 13px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(3,12,22,.28); color: #c2d4e2; font: 400 11px var(--mono); }
.endpoint-demo small { color: var(--muted); font: inherit; }
.check { color: var(--green); }
.speed { position: absolute; right: 34px; bottom: 30px; display: flex; align-items: end; gap: 10px; }
.speed strong { color: var(--blue); font: 500 42px var(--mono); letter-spacing: -.07em; }
.speed span { margin-bottom: 5px; color: var(--muted); font: 400 8px/1.4 var(--mono); text-transform: uppercase; }
.timeline { position: absolute; left: 34px; right: 34px; bottom: 47px; height: 3px; display: flex; background: var(--green); box-shadow: 0 0 13px rgba(62,232,155,.35); }
.timeline span { flex: 1; }
.timeline i { width: 12%; background: #ff6376; box-shadow: 0 0 13px rgba(255,99,118,.4); }
.swatches { position: absolute; left: 34px; bottom: 32px; display: flex; }
.swatches span { width: 36px; height: 36px; margin-right: -8px; border: 3px solid #10233a; border-radius: 50%; background: #32a0ff; }
.swatches span:nth-child(2) { background: #a274ff; }.swatches span:nth-child(3) { background: #ff6750; }.swatches span:nth-child(4) { background: #bcc4d2; }.swatches span:nth-child(5) { background: #f0a9c2; }.swatches span:nth-child(6) { background: #f1bd4f; }
.privacy-callout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-callout h2 { margin-top: 18px; }
.privacy-callout > div:last-child p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.privacy-callout a { display: inline-block; margin-top: 24px; color: var(--green); font: 500 11px var(--mono); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.final-cta { text-align: center; }
.final-cta img { margin-bottom: 25px; border-radius: 21px; box-shadow: 0 20px 60px rgba(0,0,0,.42); }
.final-cta h2 { margin: 18px 0; }
.final-cta > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }
footer { width: min(1180px, calc(100% - 48px)); min-height: 110px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
footer div { display: flex; gap: 28px; }
footer p { justify-self: end; color: #577187; font: 400 9px var(--mono); text-transform: uppercase; }
.reveal { animation: reveal .75s both cubic-bezier(.2,.7,.2,1); }.reveal-1 { animation-delay: .05s; }.reveal-2 { animation-delay: .12s; }.reveal-3 { animation-delay: .2s; }.reveal-4 { animation-delay: .3s; }.reveal-5 { animation-delay: .4s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.prose-page { width: min(760px, calc(100% - 48px)); min-height: calc(100vh - 188px); margin: 0 auto; padding: 105px 0 120px; }
.prose-page h1 { margin: 20px 0 8px; font-size: clamp(42px, 6vw, 66px); }
.prose-page .updated { margin-bottom: 55px; color: #668399; font: 400 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.prose-page h2 { margin: 42px 0 13px; font-size: 23px; letter-spacing: -.025em; }
.prose-page h3 { margin: 25px 0 9px; font-size: 16px; }
.prose-page p, .prose-page li { color: var(--muted); font-size: 14px; line-height: 1.85; }
.prose-page p { margin-bottom: 14px; }
.prose-page ul { padding-left: 20px; margin: 8px 0 18px; }
.prose-page a { color: var(--green); }

@media (max-width: 850px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 0 45px; text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .app-preview { min-height: 500px; }
  .icon-wrap { right: 7%; }
  .hero-orbit { left: 50%; right: auto; transform: translateX(-50%); }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof div { padding-left: 20px; border-bottom: 1px solid var(--line); }
  .proof div:nth-child(2) { border-right: 0; }.proof div:last-child { padding-left: 20px; }
  .section-heading, .privacy-callout { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p:last-child { justify-self: start; }
}
@media (max-width: 620px) {
  .nav, .hero, .proof, .section, footer { width: min(100% - 32px, 1180px); }
  .nav { height: 68px; }.nav-links { gap: 16px; }
  h1 { font-size: 48px; }
  .hero-copy { padding-top: 70px; }
  .hero-notes { gap: 10px; font-size: 8px; }
  .app-preview { min-height: 430px; }
  .menu-card { padding: 20px; transform: none; }
  .icon-wrap { top: 15px; right: 4%; }.icon-wrap img { width: 76px; height: 76px; }.icon-wrap { border-radius: 21px; }.icon-wrap img { border-radius: 16px; }
  .proof div { min-height: 110px; }
  .section { padding: 90px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 330px; padding: 26px; }
  .feature-icon { margin-bottom: 36px; }
  .speed { right: 26px; }.timeline { left: 26px; right: 26px; }.swatches { left: 26px; }
  footer { padding: 30px 0; grid-template-columns: 1fr auto; } footer p { grid-column: 1 / -1; justify-self: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } }
