:root {
  --ink: #101615;
  --ink-soft: #17201e;
  --ink-raised: #1d2926;
  --paper: #f5f1e8;
  --green: #b7f36b;
  --green-soft: #d8f7ad;
  --muted: #9ca9a0;
  --line: rgba(245, 241, 232, 0.14);
  --display: "DM Serif Display", Georgia, serif;
  --interface: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--paper); background: var(--ink); font-family: var(--interface); }
a { color: inherit; }
.grain { position: fixed; inset: 0; z-index: 5; pointer-events: none; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E"); }

.site-header { width: min(1400px, calc(100% - 64px)); height: 102px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 6; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(183, 243, 107, .18)); }
.brand strong { display: block; font: 400 19px/1 var(--display); letter-spacing: -.35px; }
.brand strong em { color: var(--green); font-style: normal; }
.brand small { display: block; margin-top: 5px; color: #849188; font: 500 8px/1 var(--mono); letter-spacing: 1.9px; }
.release-status { display: flex; align-items: center; gap: 9px; color: var(--green-soft); font: 500 9px/1 var(--mono); letter-spacing: 1.2px; }
.release-status i, .device-signal i { width: 7px; height: 7px; display: inline-block; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(183, 243, 107, .1); }

.hero { min-height: 650px; width: min(1400px, calc(100% - 64px)); margin: 0 auto; padding: 88px 0 90px; display: grid; grid-template-columns: minmax(0, .98fr) minmax(420px, .82fr); gap: 72px; align-items: center; position: relative; }
.hero::before { content: ""; width: 540px; height: 540px; position: absolute; top: -160px; right: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(183, 243, 107, .14), transparent 67%); filter: blur(3px); pointer-events: none; }
.eyebrow { margin: 0 0 21px; color: var(--green); font: 500 10px/1 var(--mono); letter-spacing: 2.1px; }
.eyebrow span { width: 26px; height: 1px; margin: 0 11px 3px 0; display: inline-block; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 25px; font: 400 clamp(57px, 6vw, 92px)/.88 var(--display); letter-spacing: clamp(-3.8px, -.4vw, -1.8px); }
h1 em, h2 em { color: var(--green); font-style: italic; }
.lead { max-width: 560px; margin-bottom: 37px; color: #a6b2aa; font-size: 15px; line-height: 1.75; }
.download-panel { max-width: 520px; padding: 18px; border: 1px solid rgba(183, 243, 107, .28); background: linear-gradient(118deg, rgba(183, 243, 107, .12), rgba(183, 243, 107, .025) 57%, rgba(245, 241, 232, .02)); box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }
.release-meta { min-height: 58px; display: flex; align-items: center; gap: 13px; }
.android-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(183, 243, 107, .25); background: rgba(183, 243, 107, .06); font: 400 27px/1 var(--display); }
.release-meta strong { display: block; color: var(--paper); font-size: 12px; letter-spacing: -.15px; }
.release-meta div span { display: block; margin-top: 5px; color: #90a097; font: 400 8px/1.4 var(--mono); letter-spacing: .35px; }
.version-chip { margin-left: auto; padding: 7px 8px; color: var(--green-soft); border: 1px solid rgba(183, 243, 107, .23); font: 500 8px/1 var(--mono); letter-spacing: .8px; white-space: nowrap; }
.download-button { min-height: 54px; margin-top: 15px; padding: 14px 17px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--green); text-decoration: none; font-size: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.download-button:hover { background: #d1ff9d; transform: translateY(-2px); }
.download-button span:last-child { font: 400 24px/1 var(--display); }
.download-note { margin: 13px 2px 1px; color: #8c9b92; font-size: 9px; line-height: 1.55; }

.hero-visual { min-height: 550px; display: grid; place-items: center; position: relative; isolation: isolate; }
.hero-visual::before { content: ""; width: 490px; aspect-ratio: 1; position: absolute; border: 1px solid rgba(183, 243, 107, .14); border-radius: 50%; background: radial-gradient(circle at 55% 44%, rgba(183, 243, 107, .13), transparent 47%); }
.orbit { position: absolute; border: 1px solid rgba(245, 241, 232, .10); border-radius: 50%; }
.orbit-one { width: 392px; height: 392px; transform: rotate(-22deg) scaleY(.64); }
.orbit-two { width: 515px; height: 515px; transform: rotate(22deg) scaleY(.68); border-color: rgba(183, 243, 107, .14); }
.device-frame { width: min(295px, 60vw); height: 535px; padding: 10px; position: relative; z-index: 2; border: 1px solid #607267; border-radius: 26px; background: #0a0e0d; box-shadow: 20px 35px 70px rgba(0, 0, 0, .48), -14px -18px 44px rgba(183, 243, 107, .08); transform: rotate(5deg); }
.device-frame::before { content: ""; width: 92px; height: 20px; position: absolute; z-index: 4; top: 10px; left: 50%; border-radius: 0 0 13px 13px; background: #0a0e0d; transform: translateX(-50%); }
.device-top { height: 12px; display: flex; justify-content: space-between; padding: 0 11px; }
.device-top span { width: 14px; height: 3px; margin-top: 1px; background: #637168; opacity: .8; }
.device-screen { height: calc(100% - 12px); padding: 34px 17px 19px; overflow: hidden; position: relative; border-radius: 18px; background: radial-gradient(circle at 86% 6%, rgba(183, 243, 107, .14), transparent 23%), #101615; }
.device-screen::after { content: ""; width: 260px; height: 260px; position: absolute; z-index: -1; right: -120px; bottom: -70px; border: 1px solid rgba(183, 243, 107, .16); border-radius: 50%; box-shadow: 0 0 0 32px rgba(183, 243, 107, .025), 0 0 0 63px rgba(183, 243, 107, .018); }
.device-brand { display: flex; align-items: center; gap: 8px; color: var(--green); font: 500 7px/1 var(--mono); letter-spacing: 1.2px; }
.device-brand img { width: 28px; height: 28px; object-fit: contain; }
.device-signal { margin: 49px 0 18px; color: var(--green); font: 400 7px/1 var(--mono); letter-spacing: 1.05px; }
.device-signal i { width: 5px; height: 5px; margin-right: 6px; }
.device-screen h2 { margin-bottom: 26px; font: 400 32px/.91 var(--display); letter-spacing: -1.1px; }
.device-input { padding: 13px 11px; color: #65746a; border: 1px solid #314239; background: rgba(245, 241, 232, .025); font-size: 7px; }
.device-action { margin-top: 10px; padding: 15px 11px; display: flex; justify-content: space-between; color: var(--ink); background: var(--green); font: 700 7px/1 var(--interface); letter-spacing: .2px; }
.device-action b { font-size: 12px; line-height: 5px; }
.device-route { width: 170px; height: 88px; margin: 37px auto 0; position: relative; }
.road { width: 112px; height: 52px; position: absolute; top: 16px; left: 28px; border: 1px dashed rgba(183, 243, 107, .78); border-left: 0; border-bottom: 0; border-radius: 0 48px 0 0; transform: skewX(-18deg); }
.pin { width: 13px; height: 13px; position: absolute; top: 60px; border: 3px solid var(--ink); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.pin-start { left: 12px; }
.pin-end { right: 10px; top: 5px; background: var(--paper); box-shadow: 0 0 0 1px var(--paper); }
.route { position: absolute; z-index: 1; height: 1px; border-top: 1px dashed rgba(183, 243, 107, .45); transform-origin: left; }
.route-a { width: 128px; bottom: 105px; left: 4px; transform: rotate(35deg); }
.route-b { width: 108px; top: 98px; right: 8px; transform: rotate(-42deg); }
.route-dot { width: 8px; height: 8px; position: absolute; z-index: 1; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(183, 243, 107, .09); }
.dot-a { top: 112px; left: 40px; }.dot-b { bottom: 104px; right: 18px; }
.visual-caption { position: absolute; z-index: 3; right: -8px; bottom: 34px; color: #7d8c82; font: 400 8px/1 var(--mono); letter-spacing: 1.5px; transform: rotate(-90deg); transform-origin: right top; }

.steps { width: min(1400px, calc(100% - 64px)); margin: 0 auto; padding: 83px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .55fr 1.45fr; gap: 55px; }
.section-title h2, .assurance h2 { margin: 0; font: 400 clamp(37px, 3.6vw, 60px)/.94 var(--display); letter-spacing: -2px; }
.steps ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.steps li { min-height: 192px; padding: 25px 22px; border-right: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.steps li > span { color: var(--green); font: 400 10px/1 var(--mono); letter-spacing: 1px; }
.steps h3 { margin: 37px 0 8px; font: 400 20px/1 var(--display); }
.steps li p { margin: 0; color: #94a197; font-size: 10px; line-height: 1.6; }

.assurance { min-height: 330px; padding: 66px max(32px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; background: linear-gradient(115deg, #1a2822, #111a18 60%, #17241f); border-top: 1px solid rgba(183, 243, 107, .18); }
.assurance .eyebrow { margin-bottom: 18px; }
.assurance-copy { max-width: 420px; }
.assurance-copy p { margin-bottom: 26px; color: #b1bcb5; font-size: 13px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--green); text-decoration: none; font: 500 10px/1 var(--mono); letter-spacing: .55px; }
.text-link span { font-size: 15px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
footer { width: min(1400px, calc(100% - 64px)); min-height: 100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; color: #718078; font: 400 8px/1 var(--mono); letter-spacing: 1.4px; }

@media (max-width: 900px) {
  .site-header, .hero, .steps, footer { width: min(100% - 40px, 700px); }
  .hero { padding: 68px 0; grid-template-columns: 1fr; gap: 42px; }
  .hero-visual { min-height: 500px; order: -1; transform: scale(.84); transform-origin: center bottom; margin: -35px 0 -72px; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .assurance { padding: 58px 20px; grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .site-header, .hero, .steps, footer { width: calc(100% - 32px); }
  .site-header { height: 82px; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: 17px; }
  .release-status { display: none; }
  .hero { padding: 51px 0 55px; }
  h1 { font-size: clamp(51px, 15.5vw, 72px); }
  .lead { font-size: 13px; }
  .download-panel { padding: 13px; }
  .release-meta { gap: 9px; }.android-mark { width: 34px; height: 34px; }
  .version-chip { padding: 6px; font-size: 7px; }.release-meta div span { font-size: 7px; }
  .hero-visual { min-height: 435px; transform: scale(.73); margin: -46px 0 -88px; }
  .steps { padding: 55px 0; }.steps ol { grid-template-columns: 1fr; }.steps li { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }.steps li:last-child { border-bottom: 0; }.steps h3 { margin-top: 24px; }
  .assurance { min-height: 0; padding: 50px 16px; }.section-title h2, .assurance h2 { font-size: 42px; }
  footer { min-height: 82px; gap: 16px; font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
