:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --panel: rgba(255,255,255,.06);
  --panel-strong: rgba(255,255,255,.10);
  --line: rgba(255,255,255,.10);
  --text: #f6f8fb;
  --muted: #aab6c8;
  --blue: #4aa8ff;
  --blue-2: #1677ff;
  --cyan: #55e0ff;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 75% 10%, rgba(20,119,255,.14), transparent 26%),
    linear-gradient(180deg, #06101d 0%, #081321 35%, #0a1421 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.ambient { position: fixed; width: 420px; height: 420px; filter: blur(100px); opacity: .14; border-radius: 50%; pointer-events: none; z-index: -1; }
.ambient-one { background: #156bff; top: -100px; right: -80px; }
.ambient-two { background: #00c8ff; bottom: 5%; left: -180px; }

.site-header {
  width: min(1240px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(7,17,31,.74);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  position: sticky;
  top: 14px;
  z-index: 50;
  box-shadow: 0 10px 40px rgba(0,0,0,.22);
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; font-family: Manrope, sans-serif; font-weight: 800; color: white; background: linear-gradient(145deg, #1e8fff, #1250dc); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 8px 20px rgba(15,96,230,.28); }
.brand strong { display: block; font-family: Manrope, sans-serif; font-size: 14px; letter-spacing: -.02em; }
.brand small { display: block; color: #7f8da1; font-size: 10px; letter-spacing: .18em; margin-top: 1px; }
.header-logo { position: relative; display: block; width: 230px; height: 48px; overflow: hidden; border-radius: 11px; background: transparent; border: 0; }
.header-logo img { position: absolute; width: 100%; height: auto; left: 0; top: 50%; transform: translateY(-50%); display: block; filter: drop-shadow(0 2px 5px rgba(13,53,101,.18)); }
.nav { display: flex; gap: 28px; color: #b7c3d3; font-size: 14px; }
.nav a:hover { color: white; }
.nav-cta { padding: 10px 15px; border-radius: 11px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); font-size: 13px; font-weight: 600; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding-top: 78px; padding-bottom: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: #8fb8e7; }
.eyebrow span { width: 28px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.hero h1, .section-heading h2, .story-copy h2, .support-card h2 { font-family: Manrope, sans-serif; letter-spacing: -.055em; margin: 18px 0 22px; line-height: .99; }
.hero h1 { font-size: clamp(56px, 7vw, 92px); max-width: 760px; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, #b9e3ff, #4ca7ff 55%, #59e3ff); -webkit-background-clip: text; color: transparent; }
.hero-copy > p { max-width: 650px; color: #a8b6c9; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0 42px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 13px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, #258cff, #0f69e7); box-shadow: 0 16px 32px rgba(20,110,240,.3); }
.button.secondary { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); }
.button.white { background: white; color: #0b1728; }
.hero-proof { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: #74859c; font-size: 11px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.blueprint-grid { position: absolute; inset: 6% 0 0 8%; border-radius: 36px; opacity: .28; background-image: linear-gradient(rgba(100,180,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(100,180,255,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom right, black, transparent 88%); }
.orb { position: absolute; border-radius: 50%; filter: blur(18px); }
.orb-a { width: 260px; height: 260px; background: rgba(33,126,255,.18); right: 1%; top: 12%; }
.orb-b { width: 180px; height: 180px; background: rgba(45,226,255,.12); left: 6%; bottom: 6%; }
.device { position: absolute; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(180deg, rgba(18,34,55,.92), rgba(7,18,32,.97)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(10px); overflow: hidden; }
.device::after, .screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.14), transparent 22%, transparent 72%, rgba(85,224,255,.06)); pointer-events: none; }
.device img, .screen img { width: 100%; height: 100%; display: block; object-fit: contain; background: #05070a; }
.device-front { width: 270px; height: 510px; border-radius: 38px; right: 11%; top: 1%; transform: perspective(1100px) rotateY(-7deg) rotateZ(4deg); }
.device-back { width: 300px; height: 390px; border-radius: 32px; left: 3%; bottom: 1%; transform: perspective(1100px) rotateY(8deg) rotateZ(-8deg); opacity: .84; }
.phone-notch { width: 86px; height: 19px; border-radius: 20px; background: #020912; margin: -14px auto 24px; }
.app-kicker, .mini-label { font-size: 10px; letter-spacing: .16em; color: #6f8dac; font-weight: 800; }
.gauge-wrap { display: grid; place-items: center; padding: 28px 0; }
.gauge-ring { width: 138px; height: 138px; border-radius: 50%; display: grid; place-items: center; align-content: center; border: 14px solid rgba(74,168,255,.18); box-shadow: inset 0 0 0 3px rgba(85,224,255,.2), 0 0 40px rgba(38,139,255,.16); }
.gauge-ring span { font-family: Manrope, sans-serif; font-size: 39px; font-weight: 800; }
.gauge-ring small { font-size: 10px; color: #7890aa; letter-spacing: .16em; }
.calc-line, .calc-total { display: flex; justify-content: space-between; align-items: center; padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 12px; color: #92a3b7; }
.calc-line strong { color: #eef5ff; }
.calc-total { border: none; margin-top: 18px; padding: 18px; border-radius: 16px; background: linear-gradient(135deg, rgba(24,122,255,.19), rgba(39,206,255,.08)); display: grid; gap: 5px; }
.calc-total span { font-size: 9px; letter-spacing: .15em; }
.calc-total strong { font-family: Manrope, sans-serif; font-size: 27px; color: #8ac8ff; }
.device-topline { height: 5px; width: 58px; border-radius: 8px; background: #1e8fff; margin-bottom: 34px; }
.device-panel { padding: 20px; border-radius: 18px; background: rgba(255,255,255,.05); margin-bottom: 16px; }
.device-panel strong { display: block; font-size: 25px; margin: 5px 0 18px; }
.tiny-bars { display: flex; gap: 5px; align-items: end; height: 28px; }
.tiny-bars i { flex: 1; background: linear-gradient(180deg, #55e0ff, #2478ff); border-radius: 4px 4px 1px 1px; }
.tiny-bars i:nth-child(1){height:45%}.tiny-bars i:nth-child(2){height:78%}.tiny-bars i:nth-child(3){height:100%}
.device-card { display: flex; justify-content: space-between; padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.04); margin-top: 10px; color: #8192a8; font-size: 12px; }
.device-card strong { color: white; }

.trust-strip { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.018); }
.trust-inner { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #64768e; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }

.section { padding-top: 130px; padding-bottom: 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 54px; }
.section-heading h2, .story-copy h2, .support-card h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading > p { max-width: 430px; color: #8192a8; line-height: 1.7; }

.app-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); overflow: hidden; box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.app-copy { padding: 52px; }
.app-icon { width: 74px; height: 74px; border-radius: 19px; position: relative; overflow: hidden; background: #000000; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 18px 30px rgba(0,0,0,.25); display: grid; place-items: center; }
.app-icon img { width: 100%; height: 100%; display: block; object-fit: cover; }
.icon-flame { font-size: 31px; color: #ff5b4d; text-shadow: 0 0 20px rgba(255,91,77,.4); }
.icon-lines { position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.12); }
.icon-lines i { position: absolute; background: rgba(120,190,255,.26); }
.icon-lines i:nth-child(1){left:33%;top:0;width:1px;height:100%}.icon-lines i:nth-child(2){top:35%;left:0;width:100%;height:1px}.icon-lines i:nth-child(3){top:68%;left:0;width:100%;height:1px}
.status-pill { display: inline-block; padding: 7px 10px; border-radius: 999px; background: rgba(46,181,111,.10); color: #7be0aa; border: 1px solid rgba(74,221,142,.16); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.app-title-row h3, .coming-card h3 { font-family: Manrope, sans-serif; font-size: 38px; letter-spacing: -.04em; margin: 14px 0 0; }
.app-lead { color: #a3b1c3; line-height: 1.75; font-size: 16px; margin: 24px 0 28px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-grid div { padding: 16px; border-radius: 15px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.feature-grid strong, .feature-grid span { display: block; }
.feature-grid strong { font-size: 13px; margin-bottom: 6px; }
.feature-grid span { color: #77899f; font-size: 11px; line-height: 1.5; }
.store-row { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.store-badge { min-width: 172px; min-height: 58px; padding: 9px 14px; border-radius: 13px; background: #05070a; border: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; gap: 10px; transition: transform .2s ease, border-color .2s ease; }
.store-badge:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.30); }
.store-badge small, .store-badge strong { display: block; }
.store-badge small { font-size: 9px; color: #c8cdd3; line-height: 1.1; }
.store-badge strong { font-size: 17px; line-height: 1.1; }
.store-icon { width: 28px; text-align: center; font-size: 23px; }
.store-icon.play { font-size: 20px; color: #89d0ff; }

.app-showcase { position: relative; min-height: 640px; background: radial-gradient(circle at 50% 35%, rgba(30,119,255,.20), transparent 45%), linear-gradient(160deg, #0c1a2d, #07111f); border-left: 1px solid rgba(255,255,255,.07); overflow: hidden; }
.showcase-glow { position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(24,110,255,.12); filter: blur(40px); left: 22%; top: 20%; }
.screen { position: absolute; width: 250px; height: 470px; border-radius: 32px; overflow: hidden; background: linear-gradient(180deg, #101f33, #07111f); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 60px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.06); }
.screen-one { left: 11%; top: 12%; transform: perspective(1100px) rotateY(7deg) rotateZ(-6deg); }
.screen-two { right: 8%; top: 20%; transform: perspective(1100px) rotateY(-7deg) rotateZ(7deg); }
.screen-header { display: flex; align-items: center; justify-content: space-between; }
.screen-header span { width: 48px; height: 5px; border-radius: 10px; background: #1e8fff; }
.screen-header b { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.18); }
.screen-title { font-family: Manrope, sans-serif; font-size: 25px; font-weight: 800; margin: 28px 0 25px; }
.screen-field { padding: 16px; margin: 10px 0; border-radius: 14px; background: rgba(255,255,255,.04); }
.screen-field span, .screen-field strong { display: block; }
.screen-field span { font-size: 10px; color: #71849a; margin-bottom: 6px; }
.screen-field strong { font-size: 15px; }
.screen-result { padding: 24px 18px; border-radius: 18px; background: linear-gradient(145deg, rgba(33,137,255,.18), rgba(30,214,255,.08)); margin-top: 30px; }
.screen-result span { font-size: 10px; color: #83a0bd; display: block; }
.screen-result strong { font-family: Manrope, sans-serif; font-size: 31px; color: #8bc8ff; }
.question-box { min-height: 130px; padding: 20px; border-radius: 18px; background: rgba(255,255,255,.045); color: #d9e3ef; line-height: 1.6; font-size: 14px; }
.answer-pill { padding: 14px; border-radius: 14px; background: linear-gradient(135deg,#258cff,#1267e4); text-align: center; font-size: 12px; font-weight: 800; margin-top: 16px; }
.answer-pill.muted { background: rgba(255,255,255,.05); color: #8fa1b7; }

.coming-card { margin-top: 22px; border: 1px solid rgba(255,255,255,.07); border-radius: 24px; background: rgba(255,255,255,.025); padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.coming-card h3 { font-size: 28px; margin: 12px 0 8px; }
.coming-card p { color: #7f90a5; margin: 0; }
.muted-pill { color: #93a5bb; border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.04); }
.coming-symbol { width: 68px; height: 68px; border-radius: 18px; display: grid; place-items: center; font-size: 34px; color: #6384a9; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.story-copy p { color: #8a9bb0; line-height: 1.85; font-size: 16px; max-width: 590px; }
.principles { display: grid; gap: 16px; }
.principle { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 26px; border-radius: 20px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); }
.principle > span { font-family: Manrope, sans-serif; color: #426991; font-size: 14px; font-weight: 800; }
.principle strong { font-size: 16px; }
.principle p { color: #75869a; font-size: 13px; line-height: 1.65; margin: 7px 0 0; }

.support-card { margin-top: 90px; padding: 58px; border-radius: 30px; background: linear-gradient(135deg,#1675f5,#0f53b8 55%,#0d3b7a); box-shadow: 0 30px 80px rgba(17,91,194,.24); display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; overflow: hidden; }
.support-card::after { content:""; position:absolute; width:320px;height:320px;border-radius:50%;background:rgba(89,224,255,.13);right:-80px;top:-110px; }
.eyebrow.light { color: #d6e9ff; }
.support-card h2 { margin-bottom: 14px; max-width: 700px; }
.support-card p { color: rgba(255,255,255,.7); margin: 0; }
.support-card .button { position: relative; z-index: 2; white-space: nowrap; }

.site-footer { padding-top: 110px; padding-bottom: 36px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.footer-brand { margin-bottom: 16px; }
.site-footer p { color: #60738a; font-size: 13px; }
.footer-links { grid-column: 2; display: flex; gap: 22px; color: #8394a8; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.06); padding-top: 22px; color: #53657b; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delayed { transition-delay: .12s; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero, .app-card, .story-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-visual { min-height: 560px; }
  .app-showcase { border-left: 0; border-top: 1px solid rgba(255,255,255,.07); }
  .section-heading { align-items: start; flex-direction: column; }
  .story-grid { gap: 40px; }
  .support-card { flex-direction: column; align-items: start; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 24px, 1180px); }
  .site-header { width: calc(100% - 18px); top: 8px; }
  .header-logo { width: 190px; height: 44px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding-top: 74px; }
  .hero h1 { font-size: 49px; }
  .hero-copy > p { font-size: 16px; }
  .hero-proof { gap: 18px; }
  .hero-visual { min-height: 500px; transform: scale(.88); margin-inline: -30px; }
  .trust-inner { flex-direction: column; justify-content: center; text-align: center; padding: 24px 0; }
  .section { padding-top: 95px; }
  .section-heading h2, .story-copy h2, .support-card h2 { font-size: 42px; }
  .app-copy { padding: 30px 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .app-showcase { min-height: 560px; }
  .screen { width: 218px; height: 430px; }
  .screen-one { left: 2%; }
  .screen-two { right: 1%; top: 24%; }
  .coming-card { padding: 28px 22px; }
  .coming-symbol { display: none; }
  .support-card { margin-top: 40px; padding: 38px 24px; }
  .button.white { white-space: normal; text-align: center; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: 1; flex-wrap: wrap; }
  .footer-bottom { grid-column: 1; }
}
