:root {
  --navy-950: #061639;
  --navy-900: #08215a;
  --navy-800: #0b3277;
  --blue-600: #1766e5;
  --blue-500: #1f7bff;
  --cyan-400: #38bdf8;
  --green-500: #23ad67;
  --yellow-400: #facc15;
  --orange-400: #fb9b2b;
  --surface: #f7f9fd;
  --surface-2: #eef4ff;
  --text: #0a1b42;
  --muted: #66728c;
  --line: rgba(15, 56, 122, .12);
  --white: #fff;
  --shadow: 0 28px 90px rgba(8, 33, 90, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.hero {
  min-height: 860px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(31, 123, 255, .35), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(56, 189, 248, .18), transparent 25%),
    linear-gradient(135deg, #051638 0%, #08215a 42%, #0a2f78 100%);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 80%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .4; }
.hero-glow-one { width: 440px; height: 440px; background: #1766e5; top: -220px; right: -100px; }
.hero-glow-two { width: 280px; height: 280px; background: #facc15; bottom: 40px; left: -180px; opacity: .13; }

.nav-wrap { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding-top: 28px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 54px; height: 54px; object-fit: cover; object-position: center; border-radius: 16px; box-shadow: 0 12px 35px rgba(0,0,0,.25); }
.brand span { display: flex; flex-direction: column; line-height: .95; }
.brand b { font-size: 14px; font-weight: 600; color: #a9c9ff; }
.brand strong { font-size: 20px; letter-spacing: -.4px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); color: #dfeaff; font-size: 13px; }
.status-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow-400); box-shadow: 0 0 0 6px rgba(250,204,21,.12); }

.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 115px 0 135px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: #9cc6ff; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--yellow-400); border-radius: 2px; }
.eyebrow.blue { color: var(--blue-600); }
.eyebrow.light { color: #bfd7ff; }
.hero h1 { margin: 24px 0 24px; font-size: clamp(50px, 5.5vw, 78px); line-height: .98; letter-spacing: -.055em; max-width: 760px; }
.hero h1 em { color: var(--yellow-400); font-style: normal; }
.hero-lead { max-width: 660px; margin: 0; font-size: 18px; line-height: 1.75; color: #c9d8f2; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 15px; font-weight: 750; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #07183b; background: var(--yellow-400); box-shadow: 0 14px 40px rgba(250,204,21,.22); }
.btn-ghost { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: #fff; }
.btn-ghost span { margin-left: 8px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-meta div { display: flex; flex-direction: column; gap: 4px; }
.hero-meta strong { color: #fff; font-size: 14px; }
.hero-meta span { color: #839dcc; font-size: 12px; }

.hero-visual { min-height: 550px; position: relative; display: grid; place-items: center; }
.brand-card { position: relative; z-index: 3; width: min(560px, 100%); border-radius: 32px; overflow: hidden; box-shadow: 0 35px 120px rgba(0,0,0,.35); transform: rotate(-2deg); border: 1px solid rgba(255,255,255,.14); }
.brand-card img { width: 100%; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.10); }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: spin 28s linear infinite; }
.floating-card { position: absolute; z-index: 5; display: flex; gap: 12px; align-items: center; padding: 14px 16px; border-radius: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(7,25,63,.74); backdrop-filter: blur(18px); box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.floating-card-top { top: 55px; right: -20px; }
.floating-card-bottom { bottom: 45px; left: 0; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 2px; color: #9db3da; font-size: 11px; }
.floating-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: rgba(31,123,255,.18); color: #63b3ff; }
.floating-icon.yellow { color: var(--yellow-400); background: rgba(250,204,21,.12); }
.hero-wave { position: absolute; z-index: 2; left: 0; right: 0; bottom: -1px; height: 70px; background: var(--surface); clip-path: polygon(0 70%, 15% 45%, 35% 80%, 56% 25%, 75% 66%, 100% 30%, 100% 100%, 0 100%); }

.section { padding: 110px 0; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.section-copy h2, .app-copy h2, .coming-card h2 { margin: 20px 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.section-copy p, .app-copy p, .coming-card p { font-size: 17px; line-height: 1.8; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.value-card { min-height: 220px; padding: 26px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 50px rgba(8,33,90,.08); }
.value-card.featured { background: linear-gradient(145deg, #e8f3ff, #fff); border-color: rgba(31,123,255,.22); transform: translateY(-18px); }
.value-card.dark { color: #fff; background: linear-gradient(145deg, #08215a, #0a327a); }
.value-card.dark p { color: #b9cae8; }
.value-number { color: var(--blue-500); font-weight: 900; font-size: 13px; }
.value-card h3 { margin: 40px 0 10px; font-size: 24px; }
.value-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.app-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%); }
.app-section::before { content: ""; position: absolute; width: 550px; height: 550px; border-radius: 50%; background: rgba(31,123,255,.10); filter: blur(10px); left: -260px; top: 40px; }
.app-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.phone-stage { min-height: 620px; display: grid; place-items: center; position: relative; }
.phone-halo { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(31,123,255,.28), rgba(31,123,255,0) 68%); }
.phone-frame { position: relative; z-index: 2; width: 295px; height: 590px; padding: 12px; border-radius: 46px; background: #06122f; box-shadow: 0 35px 100px rgba(8,33,90,.32); border: 2px solid #24448c; }
.phone-speaker { position: absolute; z-index: 4; top: 20px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; border-radius: 999px; background: #050b1e; }
.phone-screen { height: 100%; border-radius: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(170deg, #fbfdff, #edf4ff); text-align: center; overflow: hidden; }
.phone-screen img { width: 130px; border-radius: 28px; box-shadow: 0 15px 35px rgba(8,33,90,.14); }
.phone-screen span { margin-top: 22px; font-size: 22px; font-weight: 900; color: var(--navy-900); }
.phone-screen small { margin-top: 5px; color: #6d7c99; }
.phone-screen b { margin-top: 18px; color: var(--blue-600); }
.loading-line { width: 120px; height: 7px; margin-top: 28px; border-radius: 999px; background: #dce7f8; overflow: hidden; }
.loading-line i { display: block; width: 66%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue-600), var(--cyan-400)); }
.roadmap { margin-top: 34px; display: grid; gap: 12px; }
.roadmap-item { display: flex; align-items: center; gap: 15px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(8,33,90,.08); }
.roadmap-item > span { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #e7edf8; color: #7c8ba6; font-weight: 900; }
.roadmap-item.active > span { background: var(--blue-600); color: #fff; }
.roadmap-item strong, .roadmap-item small { display: block; }
.roadmap-item small { margin-top: 3px; color: #7c8ba6; }

.coming-section { background: #fff; }
.coming-card { position: relative; overflow: hidden; min-height: 360px; padding: 62px; border-radius: 38px; display: grid; grid-template-columns: 1fr .5fr; align-items: center; color: #fff; background: linear-gradient(135deg, #061639 0%, #08215a 55%, #0a3d91 100%); box-shadow: var(--shadow); }
.coming-card p { color: #b8c9e7; max-width: 650px; }
.coming-mark { align-self: stretch; display: grid; place-items: center; position: relative; }
.coming-mark::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: rgba(250,204,21,.10); filter: blur(4px); }
.coming-mark img { position: relative; z-index: 2; width: 280px; filter: drop-shadow(0 22px 40px rgba(0,0,0,.28)); }

.site-footer { padding: 34px 0; background: #041127; color: #9db1d3; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner strong { color: #fff; font-size: 13px; letter-spacing: .08em; }
.footer-inner p { margin: 5px 0 0; font-size: 12px; }
.footer-copy { text-align: right; }
.fallback-page { min-height: 70vh; padding: 120px 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid, .two-col, .app-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 90px 0 120px; }
  .hero-visual { min-height: 480px; }
  .two-col, .app-grid { gap: 55px; }
  .app-copy { order: -1; }
  .coming-card { grid-template-columns: 1fr; }
  .coming-mark { min-height: 190px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .status-pill { display: none; }
  .brand img { width: 48px; height: 48px; }
  .hero-grid { padding-top: 70px; gap: 40px; }
  .hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-meta { grid-template-columns: 1fr; gap: 12px; }
  .hero-meta div { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-visual { min-height: 390px; }
  .brand-card { border-radius: 22px; }
  .floating-card { transform: scale(.88); }
  .floating-card-top { right: -25px; top: 10px; }
  .floating-card-bottom { left: -22px; bottom: 20px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 280px; height: 280px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card.featured { transform: none; }
  .phone-stage { min-height: 560px; }
  .phone-frame { width: 270px; height: 540px; }
  .coming-card { padding: 36px 26px; border-radius: 28px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-copy { text-align: left; }
}
