:root {
  --bg: #080b16;
  --bg-soft: #0e1223;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --text: #f7f8ff;
  --muted: #a8aec3;
  --line: rgba(255, 255, 255, 0.11);
  --primary: #8b5cf6;
  --primary-bright: #a78bfa;
  --cyan: #22d3ee;
  --accent: #f4d06f;
  --dark-text: #111322;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::selection { background: var(--primary); color: white; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; position: relative; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: white; color: #111; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.ambient { position: fixed; z-index: -3; width: 620px; height: 620px; border-radius: 50%; filter: blur(120px); opacity: .18; pointer-events: none; }
.ambient-one { background: var(--primary); top: -270px; right: -160px; }
.ambient-two { background: var(--cyan); bottom: -360px; left: -300px; opacity: .09; }
.grid-overlay { position: fixed; inset: 0; z-index: -2; opacity: .07; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); }

.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(8,11,22,.74); border-bottom: 1px solid rgba(255,255,255,.06); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; }
.brand-mark rect { fill: var(--text); }
.brand-mark path { fill: none; stroke: var(--dark-text); stroke-width: 4.5; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; gap: 34px; color: var(--muted); font-size: .95rem; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: white; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 700; line-height: 1; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.button-small { padding: 12px 18px; color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.05); font-size: .9rem; }
.button-small:hover { background: rgba(255,255,255,.1); }
.button-primary { padding: 18px 24px; background: linear-gradient(135deg, var(--primary-bright), var(--primary)); color: white; box-shadow: 0 16px 45px rgba(139,92,246,.28); }
.button-primary:hover { box-shadow: 0 20px 55px rgba(139,92,246,.38); }
.button-light { padding: 18px 26px; background: white; color: var(--dark-text); }

.hero { min-height: 710px; padding-block: 92px 84px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--primary-bright); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.84); }
.hero h1, .section-heading h2, .cta-card h2 { margin: 0; font-size: clamp(3.25rem, 6vw, 6.25rem); line-height: .98; letter-spacing: -.067em; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.58); }
.hero-text { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.8; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.play-icon svg { width: 22px; fill: currentColor; }
.text-link { font-weight: 700; color: #d6d9e6; }
.text-link span { margin-left: 5px; color: var(--primary-bright); }
.trust-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 44px; color: #8f96ae; font-size: .78rem; }
.trust-row span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.phone-shell { width: min(310px, 78vw); padding: 11px; border-radius: 47px; background: linear-gradient(145deg, #32384e, #0d101b); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 42px 100px rgba(0,0,0,.55); transform: rotate(3deg); position: relative; z-index: 3; }
.phone-shell::before { content: ""; position: absolute; top: 16px; left: 50%; width: 86px; height: 25px; transform: translateX(-50%); border-radius: 20px; background: #080a10; z-index: 3; }
.phone-screen { overflow: hidden; min-height: 600px; padding: 22px 18px 18px; border-radius: 38px; background: linear-gradient(155deg, #f7f3ff, #e9efff); color: #171927; }
.phone-status { display: flex; justify-content: space-between; padding: 0 8px 20px; font-size: .66rem; font-weight: 800; }
.app-brand-card { padding: 22px 16px 17px; border-radius: 23px; background: linear-gradient(145deg, #12172a, #2b1f52); color: white; box-shadow: 0 14px 35px rgba(45,27,92,.26); }
.app-brand-card .mini-logo { width: 37px; height: 37px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(145deg,var(--primary-bright),var(--cyan)); font-weight: 900; }
.app-brand-card p { margin: 13px 0 0; font-weight: 800; }
.app-brand-card span { color: #bfc5d9; font-size: .72rem; }
.feature-card { margin-top: 14px; padding: 12px; border-radius: 23px; background: white; box-shadow: 0 14px 38px rgba(49,55,94,.12); }
.feature-art { height: 210px; position: relative; overflow: hidden; border-radius: 17px; background: radial-gradient(circle at 20% 18%, #e9d5ff, transparent 28%), linear-gradient(145deg, #6d5dfc, #12b7d6); }
.photo-layer { position: absolute; border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.24)); border: 1px solid rgba(255,255,255,.48); box-shadow: 0 16px 30px rgba(25,30,85,.24); }
.layer-one { width: 118px; height: 152px; left: 32px; top: 27px; transform: rotate(-9deg); }
.layer-two { width: 114px; height: 144px; right: 24px; bottom: 18px; transform: rotate(10deg); }
.spark { position: absolute; z-index: 2; color: white; text-shadow: 0 6px 18px rgba(0,0,0,.18); }
.spark-one { left: 22px; top: 18px; font-size: 29px; }
.spark-two { right: 22px; top: 24px; font-size: 18px; }
.feature-card strong { display: block; margin: 13px 3px 0; font-size: .92rem; }
.feature-card > span { display: block; margin: 2px 3px 2px; color: #737a92; font-size: .68rem; }
.phone-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 12px; }
.mini-card { padding: 16px 12px; border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 9px 25px rgba(49,55,94,.09); }
.mini-card i { display: block; color: #705ce8; font-style: normal; font-size: 1.1rem; }
.mini-card span { font-size: .68rem; font-weight: 800; }
.orbit { position: absolute; border: 1px solid rgba(167,139,250,.22); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 590px; height: 590px; border-style: dashed; animation: rotate 35s linear infinite; }
.floating-chip { position: absolute; z-index: 4; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(22,26,46,.76); backdrop-filter: blur(14px); box-shadow: var(--shadow); color: #dee1ee; font-size: .77rem; font-weight: 700; }
.floating-chip span { color: var(--primary-bright); margin-right: 5px; }
.chip-one { left: -10px; top: 108px; }
.chip-two { right: -24px; bottom: 94px; }

.section { padding-block: 120px; }
.section-heading h2 { font-size: clamp(2.65rem, 5vw, 4.8rem); }
#about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; border-top: 1px solid var(--line); }
.about-copy > p { margin: 45px 0 0; max-width: 650px; color: #c1c5d3; font-size: 1.22rem; line-height: 1.85; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 58px; }
.stats div { padding-top: 23px; border-top: 1px solid var(--line); }
.stats strong { display: block; font-size: 1.55rem; }
.stats span { color: var(--muted); font-size: .78rem; }

.apps-section { position: relative; overflow: hidden; background: #f2f3f8; color: var(--dark-text); }
.apps-section::after { content:""; position:absolute; width:500px; height:500px; border-radius:50%; right:-180px; top:-180px; background:rgba(139,92,246,.18); filter: blur(90px); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; color: #6d4fe1; }
.app-showcase { max-width: 1040px; margin: 66px auto 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; border-radius: 34px; background: white; box-shadow: 0 35px 80px rgba(32,37,65,.13); }
.app-visual { min-height: 500px; display: grid; place-items: center; position: relative; background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.34), transparent 26%), linear-gradient(145deg, #211e49, #6d5dfc 52%, #18b9d3); }
.app-visual::before, .app-visual::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.16); border-radius:50%; }
.app-visual::before { width: 350px; height: 350px; }
.app-visual::after { width: 250px; height: 250px; }
.app-icon { position: relative; z-index: 2; width: 150px; filter: drop-shadow(0 28px 40px rgba(14,15,57,.32)); transform: rotate(-5deg); }
.visual-copy { position: absolute; z-index: 2; left: 34px; bottom: 31px; color: white; }
.visual-copy span { display:block; color:rgba(255,255,255,.68); font-size:.75rem; text-transform:uppercase; letter-spacing:.14em; font-weight:800; }
.visual-copy strong { font-size:1.45rem; }
.app-copy { padding: 58px; }
.availability { color: #6d4fe1; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.app-copy h3 { margin: 13px 0 18px; font-size: clamp(2rem,4vw,3rem); line-height:1.05; letter-spacing:-.04em; }
.app-copy p { color: #656b7e; font-size: 1.03rem; line-height:1.8; }
.tag-list { display:flex; gap:9px; flex-wrap:wrap; margin:27px 0 34px; }
.tag-list span { padding:8px 11px; border-radius:999px; background:#f0eefb; color:#5946b8; font-size:.72rem; font-weight:750; }

.values-section { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; }
.value-grid { display:grid; gap:14px; }
.value-card { padding:32px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.035); transition:transform .25s ease, background .25s ease, border-color .25s ease; }
.value-card:hover { transform:translateX(7px); background:rgba(255,255,255,.065); border-color:rgba(167,139,250,.35); }
.value-number { color:var(--primary-bright); font-size:.72rem; font-weight:800; letter-spacing:.12em; }
.value-card h3 { margin:10px 0 7px; font-size:1.38rem; }
.value-card p { margin:0; color:var(--muted); }

.cta-section { padding: 40px 0 110px; }
.cta-card { min-height: 330px; padding: 62px 68px; display:flex; align-items:center; justify-content:space-between; gap:50px; overflow:hidden; border-radius:36px; background:radial-gradient(circle at 90% 0%, rgba(34,211,238,.42), transparent 28%), linear-gradient(135deg,#7048df,#6f5df6 50%,#3e8ed8); box-shadow:0 35px 90px rgba(72,55,189,.3); }
.cta-card::before { content:""; position:absolute; width:350px; height:350px; border:1px solid rgba(255,255,255,.14); border-radius:50%; right:13%; top:-55%; }
.cta-card h2 { font-size:clamp(2.6rem,5vw,4.7rem); }
.cta-card p:not(.eyebrow) { max-width:580px; margin:16px 0 0; color:rgba(255,255,255,.78); }
.cta-card .button { flex:0 0 auto; position:relative; z-index:1; }

.site-footer { border-top:1px solid var(--line); }
.footer-inner { min-height:230px; display:grid; grid-template-columns:1fr 1.2fr auto; align-items:center; gap:35px; }
.footer-inner > p { color:var(--muted); }
.footer-links { display:flex; gap:22px; color:var(--muted); font-size:.88rem; }
.footer-brand { grid-column:1; }
.copyright { grid-column:1/-1; border-top:1px solid var(--line); padding-top:18px; margin:0 0 30px; font-size:.75rem; }

.redirect-toast { position:fixed; z-index:50; right:24px; bottom:24px; min-width:330px; padding:17px 17px 14px; display:grid; grid-template-columns:1fr auto; gap:10px 20px; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(17,21,37,.92); backdrop-filter:blur(18px); box-shadow:var(--shadow); }
.redirect-toast[hidden] { display:none; }
.redirect-toast strong, .redirect-toast span { display:block; }
.redirect-toast span { color:var(--muted); font-size:.75rem; }
.redirect-toast button { color:white; background:transparent; border:0; font-weight:700; cursor:pointer; }
.redirect-progress { position:absolute; left:0; bottom:0; height:3px; width:100%; background:linear-gradient(90deg,var(--primary-bright),var(--cyan)); transform-origin:left; animation:countdown 5s linear forwards; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay-short { transition-delay:.1s; }
.reveal-delay { transition-delay:.2s; }

@keyframes rotate { to { transform:rotate(360deg); } }
@keyframes countdown { to { transform:scaleX(0); } }

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

@media (max-width: 920px) {
  .desktop-nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:72px; text-align:center; }
  .hero-copy { display:flex; flex-direction:column; align-items:center; }
  .hero .eyebrow { justify-content:center; }
  .hero-visual { margin-top:5px; }
  #about, .values-section { grid-template-columns:1fr; gap:35px; }
  .about-copy > p { margin-top:0; }
  .app-showcase { grid-template-columns:1fr; }
  .app-visual { min-height:410px; }
  .cta-card { text-align:center; flex-direction:column; justify-content:center; }
  .cta-card .eyebrow { justify-content:center; }
  .footer-inner { grid-template-columns:1fr; text-align:center; padding-top:50px; }
  .footer-brand, .footer-links { justify-self:center; }
  .footer-inner > p { margin:0; }
  .copyright { grid-column:1; width:100%; }
}

@media (max-width: 620px) {
  :root { --container:min(100% - 28px,1160px); }
  .site-header .button-small { padding:11px 14px; font-size:0; }
  .site-header .button-small svg { width:20px; }
  .header-inner { min-height:70px; }
  .hero { min-height:auto; padding-block:70px; gap:45px; }
  .hero h1 { font-size:clamp(3rem,16vw,4.6rem); }
  .hero-text { font-size:1rem; }
  .hero-actions { flex-direction:column; gap:20px; }
  .hero-visual { min-height:520px; }
  .phone-shell { width:275px; }
  .phone-screen { min-height:540px; }
  .feature-art { height:170px; }
  .chip-one { left:-4px; top:75px; }
  .chip-two { right:-5px; bottom:55px; }
  .orbit-one { width:350px; height:350px; }
  .orbit-two { width:430px; height:430px; }
  .section { padding-block:88px; }
  .stats { grid-template-columns:1fr; }
  .stats div { display:flex; align-items:baseline; gap:12px; }
  .app-copy { padding:36px 25px 40px; }
  .app-visual { min-height:330px; }
  .app-icon { width:120px; }
  .value-card { padding:27px 24px; }
  .cta-section { padding-bottom:85px; }
  .cta-card { padding:48px 25px; border-radius:28px; }
  .redirect-toast { left:14px; right:14px; bottom:14px; min-width:0; }
}
