:root {
  --navy: #07182e;
  --navy-2: #0b2445;
  --blue: #1565d8;
  --cyan: #39bfea;
  --green: #2cd27f;
  --ink: #10243e;
  --muted: #60738b;
  --line: #dfe7ef;
  --paper: #f5f8fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 24, 46, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(7, 24, 46, .94); box-shadow: 0 10px 30px rgba(0, 0, 0, .14); backdrop-filter: blur(14px); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-size: 1.06rem; font-weight: 800; letter-spacing: .08em; }
.brand-mark {
  width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px;
  background: linear-gradient(135deg, var(--cyan), var(--green)); color: var(--navy); font-weight: 800;
}
.nav-links { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 600; }
.nav-links a { text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 10px; background: rgba(255,255,255,.08); }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; }

.hero { position: relative; min-height: 770px; display: grid; align-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 75% 30%, #123b71 0, transparent 34%), linear-gradient(145deg, #06162b 0%, #0a2343 56%, #0b3159 100%); }
.hero::after { content:""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(to top, rgba(5,20,38,.7), transparent); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; padding-top: 100px; }
.hero-copy { padding: 60px 0 70px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: #a8dfff; margin-bottom: 24px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(44,210,127,.12); }
.hero h1 { max-width: 650px; font-size: clamp(3.1rem, 5.5vw, 5.5rem); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #52c8ff, #42e596); background-clip: text; }
.hero-copy > p { max-width: 620px; margin-top: 25px; color: #b9c8d9; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 12px; padding: 10px 22px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--green), #1ebd6d); color: #062618; box-shadow: 0 13px 36px rgba(44,210,127,.24); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
.button small { display: block; font-size: .62rem; font-weight: 600; line-height: 1; opacity: .78; }
.play-icon { font-size: .9rem; }
.hero-proof { display: flex; gap: 28px; margin-top: 42px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { display: grid; }
.hero-proof strong { font-size: 1.08rem; color: #fff; }
.hero-proof span { color: #8096ad; font-size: .7rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .26; }
.hero-glow-one { width: 420px; height: 420px; right: 2%; top: 15%; background: #0c86e8; }
.hero-glow-two { width: 260px; height: 260px; left: -100px; bottom: -60px; background: #27cf80; }
.route-lines { position: absolute; inset: 0; opacity: .13; }
.route { position: absolute; display: block; height: 2px; width: 44%; border-radius: 99px; }
.route::before, .route::after { content:""; position:absolute; top:50%; width:11px; height:11px; border:3px solid currentColor; border-radius:50%; transform:translateY(-50%); background:var(--navy); }
.route::before { left: 28%; } .route::after { right: 13%; }
.route-one { color:#28c5fb; background:#28c5fb; right:-4%; top:27%; transform:rotate(-14deg); }
.route-two { color:#29df82; background:#29df82; right:-5%; bottom:23%; transform:rotate(11deg); }
.route-three { color:#4a69ff; background:#4a69ff; left:-10%; top:45%; transform:rotate(7deg); }

.hero-visual { position: relative; height: 620px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: 294px; height: 596px; padding: 10px; border-radius: 45px; background: linear-gradient(145deg,#36495c,#03070c 35%,#1a2938); box-shadow: 0 45px 90px rgba(0,0,0,.45), inset 0 0 0 2px #627488; transform: rotate(5deg); }
.phone-speaker { position: absolute; z-index:4; top:18px; left:50%; transform:translateX(-50%); width:70px; height:20px; border-radius:20px; background:#050a0f; }
.phone-screen { height: 100%; border-radius: 36px; overflow: hidden; color: var(--ink); background: #eef5f8; }
.app-top { display:flex; justify-content:space-between; align-items:center; padding: 44px 18px 13px; background:#fff; }
.app-top div { display:grid; }
.app-top small { color:#7c8c9d; font-size:.58rem; }
.app-top strong { font-size:.82rem; }
.avatar { width:29px; height:29px; display:grid; place-items:center; border-radius:50%; background:var(--navy); color:#fff; font-size:.65rem; }
.search-bar { margin: 0 15px 12px; padding: 9px 12px; display:flex; align-items:center; gap:8px; border-radius:9px; background:#fff; color:#8090a0; font-size:.62rem; box-shadow:0 6px 18px rgba(22,59,89,.07); }
.map { position:relative; height: 245px; overflow:hidden; background: linear-gradient(25deg,#d7e8e7,#eef2e4); }
.map-road { position:absolute; height:7px; width:150%; border:2px solid rgba(255,255,255,.85); border-left:0; border-right:0; background:#cadbd9; }
.road-a { top:35%; left:-30%; transform:rotate(-13deg); }.road-b{top:65%; left:-23%; transform:rotate(19deg)}.road-c{top:18%; left:-30%; transform:rotate(44deg)}
.map-route { position:absolute; left:45%; top:-10%; height:120%; width:7px; background:#1489e8; transform:rotate(29deg); border:2px solid rgba(255,255,255,.7); border-radius:8px; }
.pin { position:absolute; width:29px; height:29px; display:grid; place-items:center; border:3px solid #fff; border-radius:50% 50% 50% 4px; transform:rotate(-45deg); color:#fff; font-size:.55rem; font-weight:800; box-shadow:0 5px 10px rgba(0,0,0,.15); }
.pin::first-letter { transform:rotate(45deg); }
.pin-a{top:26%;left:24%;background:#f05475}.pin-b{top:52%;right:16%;background:#20a685}
.location-dot { position:absolute; left:46%; bottom:22%; width:16px; height:16px; border:4px solid #fff; border-radius:50%; background:#126ed0; box-shadow:0 0 0 5px rgba(18,110,208,.2); }
.nearby-card { margin: -17px 13px 0; position:relative; z-index:3; padding:14px; border-radius:14px; background:#fff; box-shadow:0 12px 35px rgba(15,55,83,.14); }
.nearby-title { display:flex; align-items:center; justify-content:space-between; margin-bottom:9px; }
.nearby-title strong { font-size:.68rem; }.nearby-title span{font-size:.52rem;color:var(--blue)}
.transport-row { display:grid; grid-template-columns:34px 1fr auto; align-items:center; gap:9px; padding:8px 0; border-top:1px solid #edf0f3; }
.transport-icon { width:30px; height:30px; display:grid; place-items:center; border-radius:9px; color:#fff; font-size:.52rem; font-weight:800; }
.metro{background:#f05374}.bus{background:#18a488}.transport-row div{display:grid}.transport-row strong{font-size:.6rem}.transport-row small{font-size:.49rem;color:#8a99a9}.transport-row b{color:#94a1ae}
.floating-card { position:absolute; z-index:3; display:flex; align-items:center; gap:9px; padding:11px 14px; border:1px solid rgba(255,255,255,.18); border-radius:13px; color:#fff; background:rgba(14,47,82,.8); box-shadow:0 15px 40px rgba(0,0,0,.22); backdrop-filter:blur(15px); }
.floating-card > span { width:31px; height:31px; display:grid; place-items:center; border-radius:9px; background:rgba(57,191,234,.17); color:#75dbff; }
.floating-card div{display:grid}.floating-card strong{font-size:.7rem}.floating-card small{font-size:.52rem;color:#9db0c4}
.weather{top:17%;right:-1%}.alert{bottom:16%;left:-5%}

.section-heading { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.section-heading.compact { margin-bottom: 35px; }
.section-heading h2, .product-copy h2, .about-copy h2, .contact-card h2 { margin-top: 12px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.04em; }
.section-heading p { margin-top: 16px; color: var(--muted); }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { padding:28px; border:1px solid #e5ebf1; border-radius:18px; background:#fff; box-shadow:0 12px 35px rgba(15,52,81,.045); transition:transform .25s, box-shadow .25s; }
.feature-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.feature-icon { width:46px; height:46px; display:grid; place-items:center; margin-bottom:19px; border-radius:13px; font-size:1.15rem; font-weight:800; }
.cyan{background:#e5f7ff;color:#069cd5}.green{background:#e6faef;color:#17a962}.violet{background:#f1eafe;color:#7952d9}.amber{background:#fff3d8;color:#d38a00}.blue{background:#e8efff;color:#3867dc}.rose{background:#ffebf0;color:#dc4b70}
.feature-card h3 { font-size:1.04rem; }.feature-card p{margin-top:9px;color:var(--muted);font-size:.88rem}
.download-banner { margin-top:48px; padding:47px 52px; display:flex; align-items:center; justify-content:space-between; gap:35px; border-radius:26px; color:#fff; background:radial-gradient(circle at 70% 0,rgba(57,191,234,.32),transparent 34%),linear-gradient(135deg,var(--navy),#0b3765); box-shadow:var(--shadow); }
.download-banner h2{margin-top:9px;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.2}.download-banner p{margin-top:8px;color:#adc0d3}.kicker.light{color:#65dca3}
.button-light { color:var(--navy); background:#fff; white-space:nowrap; box-shadow:0 12px 30px rgba(0,0,0,.15); }

.network { padding-top:0; }
.network-list { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.network-list span { display:flex; align-items:center; gap:9px; padding:11px 16px; border:1px solid var(--line); border-radius:99px; background:#fff; font-size:.8rem; font-weight:700; }
.line { width:8px;height:8px;border-radius:50%}.line-pink{background:#e84e88}.line-red{background:#e94d4d}.line-green{background:#21aa67}.line-blue{background:#368dde}.line-purple{background:#8758c9}.line-teal{background:#34b9ab}.line-orange{background:#e9903b}

.models { background:var(--paper); }
.product-grid { display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center }
.product-copy > p,.about-copy > p{margin-top:18px;color:var(--muted)}
.check-list{list-style:none;display:grid;gap:14px;margin:28px 0}.check-list li{display:flex;align-items:center;gap:11px;font-weight:600;font-size:.9rem}.check-list span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#dff8eb;color:#159d5b;font-size:.73rem}
.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-weight:800;text-decoration:none;font-size:.88rem}
.dashboard-card{padding:28px;border:1px solid #dfe7ef;border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.dashboard-head{display:flex;justify-content:space-between}.dashboard-head div{display:grid}.dashboard-head small{font-size:.55rem;color:#27a868;font-weight:800;letter-spacing:.1em}.dashboard-head strong{font-size:1rem}.dashboard-head span{color:#9daab7}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.metrics div{padding:14px;border-radius:12px;background:#f5f8fb;display:grid}.metrics small{font-size:.52rem;color:#78899b}.metrics strong{font-size:1.32rem}.metrics span{font-size:.52rem;color:#9aa8b5}
.chart{position:relative;height:190px;overflow:hidden;border-radius:10px;background:linear-gradient(to bottom,#fbfdff,#f4f8fb)}
.chart-grid{position:absolute;inset:0;background-image:linear-gradient(#e6edf3 1px,transparent 1px),linear-gradient(90deg,#e6edf3 1px,transparent 1px);background-size:100% 25%,16.66% 100%}
.chart-area{position:absolute;inset:17% 3% 7%;background:linear-gradient(to top,rgba(21,101,216,.17),transparent 80%);clip-path:polygon(0 96%,10% 75%,21% 61%,33% 38%,45% 25%,55% 21%,65% 30%,77% 49%,88% 69%,100% 94%,100% 100%,0 100%)}
.chart-line{position:absolute;left:3%;bottom:13%;width:94%;height:72%;border-top:3px solid var(--blue);border-radius:50% 50% 0 0;transform:skewY(-2deg)}
.chart-point{position:absolute;left:55%;top:22%;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 3px rgba(21,101,216,.2)}
.chart-legend{display:flex;justify-content:space-between;margin-top:13px;color:#7b8c9d;font-size:.58rem}.chart-legend span:first-child{display:flex;align-items:center;gap:6px}.chart-legend b{width:9px;height:3px;background:var(--blue)}

.about-grid { display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:90px }
.about-mark{position:relative;width:300px;height:300px;margin:auto;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,#0f3b68 0 35%,var(--navy) 36% 100%);box-shadow:0 30px 80px rgba(7,24,46,.22)}
.about-mark > span{font-size:5rem;color:#fff;font-weight:800}.orbit{position:absolute;border:1px solid rgba(57,191,234,.38);border-radius:50%}.orbit::after{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}
.orbit-one{inset:24px;transform:rotate(30deg)}.orbit-one::after{right:20px;top:28px}.orbit-two{inset:-20px;transform:rotate(-50deg)}.orbit-two::after{left:39px;bottom:52px;background:var(--cyan)}
.values{display:flex;gap:25px;margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.values span{display:grid;font-size:.76rem;font-weight:700}.values b{color:var(--blue);font-size:.65rem}

.contact { padding-top:20px; }
.contact-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:50px 55px;border-radius:26px;color:#fff;background:linear-gradient(135deg,#1053a5,#0e79b7 65%,#12a982);box-shadow:0 24px 65px rgba(18,90,155,.2)}
.contact-card h2{font-size:clamp(1.7rem,3vw,2.45rem)}.contact-card p{margin-top:10px;color:rgba(255,255,255,.75)}
.contact-actions{display:flex;gap:11px}.button-outline-light{border:1px solid rgba(255,255,255,.5);color:#fff;white-space:nowrap}

footer{margin-top:100px;padding:70px 0 25px;color:#91a3b7;background:var(--navy)}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.brand-light{margin-bottom:17px}.footer-brand p{max-width:300px;font-size:.84rem}
.footer-grid h3{margin-bottom:17px;color:#fff;font-size:.8rem}.footer-grid > div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid a:not(.brand){font-size:.76rem;text-decoration:none}.footer-grid a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;margin-top:50px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09);font-size:.68rem}
.mobile-download{display:none}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}

@media (max-width: 960px){
  .hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{padding-bottom:0}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{height:610px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr;gap:55px}.product-copy{text-align:center}.check-list{max-width:480px;margin-inline:auto}.about-grid{grid-template-columns:1fr;gap:55px}.about-copy{text-align:center}.values{justify-content:center}
  .contact-card{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
}
@media (max-width: 720px){
  .container{width:min(100% - 28px,1160px)}.section{padding:78px 0}
  .menu-toggle{display:block}.nav-links{position:absolute;left:14px;right:14px;top:70px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(7,24,46,.98);box-shadow:0 20px 50px rgba(0,0,0,.28)}.nav-links.open{display:flex}.nav-links a{padding:12px 14px}.nav-cta{text-align:center;margin-top:6px}
  .hero{min-height:auto}.hero-grid{padding-top:105px;gap:15px}.hero-copy{padding-top:35px}.hero h1{font-size:clamp(2.7rem,14vw,4rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-proof{gap:15px}.hero-proof div{flex:1}.hero-visual{height:540px;transform:scale(.88);margin:-25px 0}.phone{height:570px}.weather{right:-4%}.alert{left:-4%}
  .feature-grid{grid-template-columns:1fr}.download-banner{padding:35px 25px;align-items:flex-start;flex-direction:column}.network-list{justify-content:flex-start}
  .dashboard-card{padding:17px}.metrics{gap:5px}.metrics div{padding:10px}.metrics strong{font-size:1rem}.chart{height:145px}
  .about-mark{width:230px;height:230px}.about-mark>span{font-size:4rem}.values{gap:14px;flex-wrap:wrap}.values span{min-width:90px}
  .contact-card{padding:36px 25px}.contact-actions{width:100%;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:6px}
  .mobile-download{position:fixed;z-index:90;left:50%;bottom:14px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;width:max-content;padding:12px 20px;border-radius:99px;color:#062618;background:var(--green);box-shadow:0 13px 35px rgba(4,26,19,.3);text-decoration:none;font-size:.82rem;font-weight:800}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}
}
