:root {
  --navy-950: #061127;
  --navy-900: #07162f;
  --navy-800: #0b1d3d;
  --ink: #122043;
  --muted: #6e7c9c;
  --blue: #2a83ff;
  --cyan: #21d4e7;
  --yellow: #ffd05c;
  --lilac: #b6b5ff;
  --line: rgba(108, 137, 196, 0.18);
  --white: #f8fbff;
  --shadow: 0 28px 70px rgba(1, 12, 35, 0.2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f5f8ff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f5f8ff; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-wrap { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }

.page-shell { overflow: hidden; }
.site-header { width: min(1160px, calc(100% - 64px)); margin: 0 auto; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 23px; font-weight: 850; letter-spacing: -0.06em; }
.brand-accent { color: var(--yellow); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--cyan); }
.brand-mark svg { width: 100%; height: 100%; }
.site-nav { display: flex; align-items: center; gap: 30px; color: rgba(238, 245, 255, 0.7); font-size: 14px; font-weight: 650; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: white; }
.nav-cta { padding: 12px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: white !important; background: rgba(255,255,255,.08); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { width: 23px; height: 2px; display: block; margin: 4px; border-radius: 99px; background: white; }

.hero { min-height: 700px; padding: 88px 0 112px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); align-items: center; gap: 50px; position: relative; z-index: 0; }
.hero::before { content: ""; position: absolute; z-index: -1; left: 50%; top: -150px; width: 100vw; height: 830px; transform: translateX(-50%); background: radial-gradient(circle at 76% 35%, rgba(35, 95, 207, .22), transparent 32%), linear-gradient(136deg, #071127 0%, #081a39 55%, #0a2d5f 100%); }
.hero-copy { color: var(--white); position: relative; z-index: 2; padding-bottom: 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; color: #8aa6d8; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,208,92,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin: 22px 0 20px; font-size: clamp(52px, 6vw, 84px); line-height: .97; letter-spacing: -.075em; font-weight: 850; }
h1 span { color: var(--yellow); }
.hero-lede { max-width: 520px; margin-bottom: 34px; color: #b9c8e3; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border-radius: 13px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--yellow); box-shadow: 0 13px 25px rgba(255,208,92,.18); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(255,208,92,.28); }
.button-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--yellow); background: var(--navy-950); font-size: 19px; line-height: 1; }
.text-link { color: #dce8ff; font-size: 14px; font-weight: 750; }
.text-link span { color: var(--yellow); padding-left: 4px; }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 48px; color: #8094bb; font-size: 12px; }
.hero-proof strong { color: #deebff; }
.proof-divider { width: 1px; height: 16px; background: rgba(255,255,255,.2); }

.hero-visual { min-height: 545px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; border: 1px solid rgba(123, 180, 255, .2); box-shadow: 0 0 0 42px rgba(54,128,226,.05), 0 0 0 84px rgba(54,128,226,.035); }
.glow { position: absolute; border-radius: 50%; filter: blur(30px); opacity: .55; }
.glow-one { width: 160px; height: 160px; top: 12%; right: 8%; background: #1ecde0; }
.glow-two { width: 170px; height: 170px; bottom: 8%; left: 4%; background: #5254ff; }
.route-line { position: absolute; border: 1px dashed rgba(124, 210, 255, .36); border-left: 0; border-bottom: 0; border-radius: 0 120px 0 0; transform: rotate(28deg); }
.route-line-one { width: 175px; height: 125px; top: 10%; left: 5%; }
.route-line-two { width: 180px; height: 160px; right: 2%; bottom: 4%; transform: rotate(205deg); }
.phone-preview { width: min(318px, 70vw); padding: 12px; position: relative; z-index: 3; border: 1px solid rgba(255,255,255,.26); border-radius: 38px; background: linear-gradient(155deg, #eef6ff 0%, #dbeaff 100%); box-shadow: 0 30px 60px rgba(0, 7, 28, .45), inset 0 0 0 5px rgba(255,255,255,.18); transform: rotate(3deg); }
.phone-preview::before { content: ""; display: block; width: 78px; height: 20px; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); border-radius: 0 0 12px 12px; background: #061127; z-index: 5; }
.phone-topbar { display: flex; justify-content: space-between; padding: 10px 11px 16px; color: #3c557b; font-size: 10px; font-weight: 800; }
.preview-status { display: inline-flex; align-items: flex-end; gap: 2px; }
.preview-status i { width: 3px; border-radius: 2px; background: #3c557b; }
.preview-status i:nth-child(1) { height: 5px; }.preview-status i:nth-child(2) { height: 8px; }.preview-status i:nth-child(3) { height: 11px; }
.preview-brand { display: flex; align-items: center; justify-content: space-between; padding: 2px 12px 14px; color: #11244b; }
.mini-label { display: block; margin-bottom: 2px; color: #7586a7; font-size: 7px; font-weight: 800; letter-spacing: .15em; }.preview-brand strong { font-size: 21px; letter-spacing: -.06em; }.preview-brand strong span { color: #2a83ff; }.mini-avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: #2a83ff; font-size: 12px; font-weight: 850; }
.preview-map { height: 180px; position: relative; overflow: hidden; border-radius: 22px; background: linear-gradient(142deg, #b9e8e9, #dce8d0 40%, #c4d7ed); }
.preview-map::before { content: ""; position: absolute; inset: -50px -20px; opacity: .55; background: repeating-linear-gradient(132deg, transparent 0 30px, rgba(72,116,159,.23) 31px 33px, transparent 34px 67px); transform: rotate(-8deg); }
.map-orbit { position: absolute; border: 1px solid rgba(41,109,145,.24); border-radius: 50%; }.orbit-a { width: 180px; height: 100px; top: 32px; left: -20px; transform: rotate(25deg); }.orbit-b { width: 220px; height: 126px; right: -70px; bottom: -18px; transform: rotate(-20deg); }
.map-road { position: absolute; height: 8px; border-radius: 99px; background: rgba(255,255,255,.65); transform: rotate(-28deg); }.road-a { width: 190px; left: 26px; top: 83px; }.road-b { width: 150px; right: -18px; top: 54px; transform: rotate(36deg); }
.map-pin { position: absolute; z-index: 2; width: 26px; height: 26px; display: grid; place-items: center; border: 4px solid white; border-radius: 50% 50% 50% 2px; color: white; font-size: 0; transform: rotate(-45deg); box-shadow: 0 5px 11px rgba(17,42,66,.18); }.map-pin::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: white; }.pin-start { top: 43px; left: 62px; background: #2a83ff; }.pin-end { right: 53px; bottom: 38px; background: #f29e38; }.map-route { position: absolute; width: 116px; height: 80px; top: 57px; left: 85px; border-top: 2px dashed #246cc8; border-right: 2px dashed #246cc8; border-radius: 0 60px 0 0; transform: rotate(20deg); }
.preview-card { margin: -4px 8px 8px; position: relative; z-index: 3; padding: 17px 15px 13px; border-radius: 21px; background: white; box-shadow: 0 12px 23px rgba(45,76,110,.13); }.preview-card-heading { display: flex; justify-content: space-between; color: #7f8eaa; font-size: 7px; font-weight: 850; letter-spacing: .11em; }.live-dot { color: #1fb47b; font-size: 12px; }.preview-card h2 { margin: 11px 0 14px; color: #15284e; font-size: 17px; line-height: 1.02; letter-spacing: -.06em; }.preview-card h2 em { color: #2a83ff; font-style: normal; }.preview-row { display: flex; align-items: center; gap: 8px; padding: 8px 0; border-top: 1px solid #edf1f8; color: #536887; font-size: 9px; font-weight: 700; }.preview-row b { margin-left: auto; color: #2a83ff; font-size: 18px; }.row-icon { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 6px; color: #2a83ff; background: #eaf3ff; font-size: 12px; }.preview-action { display: flex; justify-content: space-between; align-items: center; margin-top: 9px; padding: 10px 12px; border-radius: 9px; color: #092153; background: #ffd05c; font-size: 9px; font-weight: 850; }.preview-action span { font-size: 15px; }
.floating-chip { display: flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; position: absolute; z-index: 5; border: 1px solid rgba(255,255,255,.23); border-radius: 14px; color: white; background: rgba(12, 33, 71, .78); box-shadow: 0 13px 25px rgba(0, 8, 28, .2); backdrop-filter: blur(10px); }.floating-chip b, .floating-chip small { display: block; }.floating-chip b { font-size: 10px; }.floating-chip small { margin-top: 3px; color: #a3badb; font-size: 8px; }.chip-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--navy-950); background: var(--yellow); font-weight: 900; }.chip-track { top: 20%; right: 0; }.chip-chat { bottom: 13%; left: 0; }.chip-chat .chip-icon { color: white; background: #6d70ff; }

.trust-strip { color: #b8c9e5; background: #0a1c3c; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }.trust-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }.trust-items { display: flex; gap: 28px; color: #f3f7ff; font-weight: 700; }.trust-items span::before { content: "✦"; margin-right: 8px; color: var(--yellow); }
.features-section { padding: 118px 0 126px; }.section-heading { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 80px; margin-bottom: 50px; }.section-heading h2 { max-width: 650px; margin: 16px 0 0; color: var(--ink); font-size: clamp(35px, 4vw, 54px); line-height: 1.03; letter-spacing: -.065em; }.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.feature-card { min-height: 310px; padding: 28px; position: relative; overflow: hidden; border: 1px solid #e3eafa; border-radius: 22px; background: white; box-shadow: 0 12px 40px rgba(32, 62, 112, .05); }.feature-card::after { content: ""; width: 130px; height: 130px; position: absolute; right: -48px; bottom: -50px; border: 1px solid #e7edf8; border-radius: 50%; box-shadow: 0 0 0 22px rgba(236,243,253,.55), 0 0 0 44px rgba(236,243,253,.32); }.feature-main { color: white; background: linear-gradient(145deg, #0b2550, #123b76); border: 0; box-shadow: var(--shadow); }.feature-main::after { border-color: rgba(109,176,255,.3); box-shadow: 0 0 0 22px rgba(109,176,255,.08), 0 0 0 44px rgba(109,176,255,.04); }.feature-number { color: #8fa2c0; font-size: 11px; font-weight: 850; letter-spacing: .12em; }.feature-main .feature-number { color: #82b4ed; }.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; margin: 33px 0 24px; border-radius: 13px; font-size: 22px; font-weight: 800; }.blue-icon { color: #aeeaff; background: rgba(61,181,255,.2); }.yellow-icon { color: #9f7000; background: #fff0ba; }.violet-icon { color: #5d4fd0; background: #eeebff; }.feature-card h3 { max-width: 280px; margin-bottom: 12px; color: inherit; font-size: 22px; line-height: 1.08; letter-spacing: -.045em; }.feature-card p { max-width: 300px; margin-bottom: 24px; color: #7685a1; font-size: 14px; line-height: 1.6; }.feature-main p { color: #bdd0ef; }.feature-tag { display: inline-flex; padding: 8px 10px; border-radius: 9px; color: #54709b; background: #f2f6fd; font-size: 10px; font-weight: 850; }.feature-main .feature-tag { color: #dff2ff; background: rgba(255,255,255,.11); }.feature-wide { min-height: 222px; grid-column: span 3; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; background: #eaf3ff; border-color: #d7e6fa; }.feature-wide::after { display: none; }.feature-wide .feature-number { color: #6b86b2; }.feature-wide h3 { max-width: 480px; margin: 13px 0 8px; color: var(--ink); font-size: 31px; }.feature-wide p { max-width: 520px; margin: 0; }.detail-stack { padding: 17px 19px; position: relative; z-index: 1; border: 1px solid #d4e4fa; border-radius: 16px; background: rgba(255,255,255,.7); }.detail-line { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid #e2ebf8; color: #3f5d88; font-size: 13px; }.detail-line:last-child { border-bottom: 0; }.detail-line b { margin-left: auto; color: #2f72d4; font-size: 11px; }.detail-dot { width: 9px; height: 9px; border-radius: 50%; }.dot-blue { background: #2a83ff; }.dot-yellow { background: #f1b71d; }.dot-green { background: #22b677; }

.how-section { padding: 114px 0 120px; color: white; background: var(--navy-900); }.centered-heading { display: block; text-align: center; margin-bottom: 55px; }.centered-heading .eyebrow { justify-content: center; }.centered-heading h2 { max-width: 700px; margin: 17px auto 0; color: white; }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }.step { display: flex; gap: 17px; padding-top: 26px; border-top: 1px solid rgba(139,178,239,.23); }.step-index { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #07204a; background: var(--yellow); font-size: 14px; font-weight: 900; }.step h3 { margin: 3px 0 9px; font-size: 20px; letter-spacing: -.03em; }.step p { margin: 0; color: #9eafd0; font-size: 14px; line-height: 1.55; }
.download-section { padding: 110px 0; }.download-card { min-height: 280px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 44px 50px; border-radius: 27px; color: white; background: linear-gradient(128deg, #153d7a, #1c62ae 53%, #2a83ff); box-shadow: var(--shadow); position: relative; overflow: hidden; }.download-card::after { content: ""; width: 430px; height: 430px; position: absolute; right: -150px; top: -180px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.05), 0 0 0 80px rgba(255,255,255,.035); }.download-logo { width: 104px; height: 104px; position: relative; z-index: 1; overflow: hidden; border: 5px solid rgba(255,255,255,.6); border-radius: 29px; background: white; box-shadow: 0 13px 25px rgba(0,15,52,.2); }.download-logo img { width: 100%; height: 100%; object-fit: cover; }.download-copy { position: relative; z-index: 1; }.download-copy .eyebrow { color: #d2e2ff; }.download-copy h2 { margin: 14px 0 9px; font-size: clamp(28px, 4vw, 42px); line-height: 1; letter-spacing: -.06em; }.download-copy p { max-width: 530px; margin: 0; color: #d1e0f8; font-size: 15px; line-height: 1.6; }.button-light { position: relative; z-index: 1; min-width: 185px; color: #092153; background: white; }
.site-footer { color: #8498bb; background: var(--navy-950); }.footer-inner { min-height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.footer-inner p { margin: 0; font-size: 12px; }.footer-top { color: #cbdafe; font-size: 12px; font-weight: 750; }.site-footer .brand { font-size: 18px; }

@media (max-width: 920px) {
  .section-wrap, .site-header { width: min(100% - 40px, 720px); }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }.hero-copy { padding-bottom: 0; }.hero-visual { min-height: 590px; margin-top: -12px; }.hero::before { height: 1090px; }.section-heading { grid-template-columns: 1fr; gap: 18px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-wide { grid-column: span 2; }.download-card { grid-template-columns: auto 1fr; }.button-light { grid-column: 2; justify-self: start; }.trust-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 18px; padding-bottom: 18px; }.steps-grid { gap: 20px; }
}

@media (max-width: 640px) {
  .section-wrap, .site-header { width: calc(100% - 36px); }
  .site-header { min-height: 72px; }.menu-toggle { display: block; }.site-nav { display: none; width: 100%; padding: 14px; position: absolute; top: 68px; left: 0; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: #0c2349; box-shadow: 0 20px 30px rgba(0,0,0,.18); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px; }.nav-cta { text-align: center; margin-top: 4px; }.hero { min-height: 0; padding: 53px 0 63px; gap: 10px; }.hero::before { top: -100px; height: 950px; }.hero-lede { font-size: 16px; line-height: 1.55; }.hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }.button-primary { width: 100%; }.text-link { text-align: center; }.hero-proof { margin-top: 30px; line-height: 1.5; }.hero-visual { min-height: 500px; margin-top: 5px; }.hero-visual::before { width: 280px; height: 280px; }.phone-preview { width: min(285px, 82vw); }.floating-chip { transform: scale(.87); }.chip-track { right: -15px; }.chip-chat { left: -15px; }.trust-inner { font-size: 12px; }.trust-items { width: 100%; flex-wrap: wrap; gap: 9px 19px; font-size: 11px; }.features-section, .download-section { padding: 75px 0; }.section-heading { margin-bottom: 30px; }.section-heading h2 { font-size: 38px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-wide { grid-column: span 1; min-height: auto; }.feature-card { padding: 24px; }.feature-wide { display: block; }.detail-stack { margin-top: 28px; }.how-section { padding: 78px 0; }.steps-grid { grid-template-columns: 1fr; gap: 24px; }.step { padding-top: 20px; }.download-card { display: block; padding: 30px 24px; }.download-logo { width: 78px; height: 78px; margin-bottom: 27px; border-radius: 22px; }.download-copy h2 { font-size: 35px; }.button-light { width: 100%; margin-top: 25px; }.footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 0; gap: 16px; }.footer-top { margin-top: 3px; }
}

/* Keep the customer site visually continuous in every section. */
:root {
  --ink: #f4f8ff;
  --muted: #a9bad8;
}

body,
.page-shell {
  background: #071127;
}

.features-section,
.download-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(42, 131, 255, .09), transparent 26%),
    #071127;
}

.section-heading h2 {
  color: #f4f8ff;
}

.section-heading > p {
  color: #a9bad8;
}

.feature-card {
  border-color: rgba(123, 166, 230, .18);
  background: linear-gradient(145deg, #0d2041, #0b1a35);
  box-shadow: 0 18px 45px rgba(0, 7, 25, .22);
}

.feature-card::after {
  border-color: rgba(120, 174, 245, .16);
  box-shadow: 0 0 0 22px rgba(80, 140, 230, .06), 0 0 0 44px rgba(80, 140, 230, .035);
}

.feature-card p {
  color: #a9bad8;
}

.feature-tag {
  color: #b9d0f4;
  background: rgba(115, 166, 237, .12);
}

.feature-wide {
  background: linear-gradient(135deg, #102a55, #0d2041);
  border-color: rgba(123, 166, 230, .22);
}

.feature-wide .feature-number {
  color: #9ab7e2;
}

.detail-stack {
  border-color: rgba(127, 176, 238, .2);
  background: rgba(4, 14, 34, .42);
}

.detail-line {
  border-bottom-color: rgba(127, 176, 238, .14);
  color: #c5d7f4;
}
