:root {
  color-scheme: light;
  --ink: #191b25;
  --muted: #626677;
  --indigo: #4355d6;
  --indigo-deep: #3342b7;
  --teal: #007f79;
  --canvas: #f7f8fc;
  --line: #e6e8f0;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
::selection { background: #dce0ff; color: #202b89; }
:focus-visible { outline: 3px solid #3d77ec; outline-offset: 4px; }
.container { width: min(100% - 64px, 1180px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -80px; left: 20px; padding: 12px 18px; background: #fff; color: var(--indigo); border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 14px; }
.section-space { padding-block: 118px; }

.site-header { position: relative; z-index: 20; background: var(--canvas); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #e8eaf2; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 24px; font-weight: 820; letter-spacing: -.075em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; color: #fff; background: var(--indigo); box-shadow: 0 8px 20px #4355d629; font-family: Arial, sans-serif; font-size: 27px; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.brand-dot { color: var(--indigo); }
.site-header nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 680; color: #565a6b; }
.site-header nav a:hover { color: var(--indigo); }
.site-header nav .nav-status { color: var(--indigo); padding: 11px 16px; border: 1px solid #cbd1f8; border-radius: 99px; background: #f0f2ff; }
.nav-status span { display: inline-block; margin-left: 8px; }

.hero { position: relative; overflow: hidden; background: var(--canvas); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(4px); }
.hero-glow-one { width: 700px; height: 700px; right: -245px; top: -130px; background: radial-gradient(circle, #e3e6ff 0%, #eef0ff 40%, transparent 72%); }
.hero-glow-two { width: 500px; height: 500px; right: 19%; bottom: -270px; background: radial-gradient(circle, #e9f6f2 0%, transparent 70%); }
.hero-grid { position: relative; min-height: 648px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 5; padding: 60px 0 65px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 24px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; }
h1 { max-width: 640px; margin-bottom: 27px; font-size: clamp(52px, 5.1vw, 75px); line-height: 1.08; font-weight: 760; }
h1 em { color: var(--indigo); font-style: normal; }
.keep-together { white-space: nowrap; }
.hero-lede { max-width: 480px; margin-bottom: 34px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 23px; border-radius: 12px; font-size: 14px; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--indigo); box-shadow: 0 12px 26px #4355d630; }
.button-primary:hover { background: var(--indigo-deep); box-shadow: 0 15px 32px #4355d642; }
.button-light { color: var(--indigo); background: #fff; box-shadow: 0 12px 26px #111a6330; }
.button-light:hover { background: #f1f3ff; }
.button span { font-size: 18px; font-weight: 400; }
.availability-note { display: inline-flex; align-items: center; gap: 8px; color: #626777; font-size: 13px; font-weight: 600; }
.availability-dot { width: 7px; height: 7px; border-radius: 50%; background: #27b69c; box-shadow: 0 0 0 5px #27b69c20; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 45px; padding-top: 22px; border-top: 1px solid #e3e6ef; color: #606575; font-size: 12px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 16px; height: 16px; color: var(--teal); }
.hero-bottom-line { height: 1px; background: #e8eaf2; }

.hero-art { position: relative; height: 620px; isolation: isolate; }
.orbit { position: absolute; border: 1px solid #dce0f5; border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; top: 48px; left: 2%; }
.orbit-two { width: 390px; height: 390px; top: 105px; left: 12%; border-style: dashed; opacity: .7; }
.phone { position: absolute; border: 7px solid #20243e; border-radius: 37px; background: #20243e; box-shadow: 0 37px 65px #34395835, 0 9px 18px #3439581a; overflow: hidden; }
.phone-screen { height: 100%; border-radius: 30px; overflow: hidden; background: #fff; }
.phone-notch { position: absolute; z-index: 3; top: 0; left: 50%; width: 75px; height: 15px; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: #20243e; }
.phone-topbar { height: 35px; padding: 14px 21px 0; display: flex; justify-content: space-between; color: #2c3046; font-size: 9px; font-weight: 800; }
.phone-signal { letter-spacing: 2px; }
.phone-chat { z-index: 2; left: 11%; top: 77px; width: 234px; height: 468px; transform: rotate(-8deg); }
.chat-header { display: flex; align-items: center; gap: 8px; height: 54px; padding: 0 13px; border-bottom: 1px solid #eef0f6; }
.chat-header > span:nth-child(3) { display: grid; gap: 1px; }
.chat-header strong { font-size: 11px; }
.chat-header small { color: #389985; font-size: 8px; }
.back-chevron { color: var(--indigo); font-size: 25px; font-weight: 300; }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #4e4c9e; font-size: 11px; font-weight: 800; }
.avatar-purple { background: #e9e7ff; }
.call-glyph { margin-left: auto; color: var(--indigo); font-size: 18px; }
.chat-day { margin: 13px 0 18px; color: #a0a3af; font-size: 8px; text-align: center; }
.chat-bubble { width: fit-content; max-width: 155px; margin: 0 11px 7px; padding: 9px 11px; border-radius: 10px; font-size: 9px; line-height: 1.4; }
.bubble-other { color: #353746; background: #f0f1f8; border-bottom-left-radius: 3px; }
.bubble-self { margin-top: 14px; margin-left: auto; color: white; background: var(--indigo); border-bottom-right-radius: 3px; }
.file-bubble { display: flex; align-items: center; gap: 8px; width: 180px; margin: 4px 11px; padding: 9px; border: 1px solid #dfe3f9; border-radius: 10px; color: #6770bb; background: #f8f9ff; font-size: 11px; }
.file-bubble > span:nth-child(2) { display: grid; gap: 2px; flex: 1; }
.file-bubble strong { color: #353746; font-size: 8px; }
.file-bubble small { color: #818595; font-size: 7px; }
.file-symbol { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; color: #4a57bc; background: #e5e8ff; font-size: 16px; }
.chat-compose { position: absolute; inset: auto 11px 12px; display: flex; align-items: center; gap: 9px; height: 33px; padding: 0 9px; border: 1px solid #e4e6ed; border-radius: 20px; color: #a4a7b3; background: #fff; font-size: 8px; }
.chat-compose > span:first-child { color: var(--indigo); font-size: 17px; }
.send-dot { display: grid; place-items: center; width: 23px; height: 23px; margin-left: auto; border-radius: 50%; color: white; background: var(--indigo); font-size: 10px; }
.phone-map { z-index: 3; top: 38px; right: 3%; width: 234px; height: 470px; transform: rotate(9deg); }
.map-header { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; font-size: 12px; }
.map-header span { color: var(--indigo); font-size: 25px; }
.map-canvas { position: relative; height: 267px; overflow: hidden; background: #f5f3ed; }
.map-canvas::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(#e6e1d6 1px, transparent 1px), linear-gradient(90deg, #e6e1d6 1px, transparent 1px); background-size: 55px 55px; opacity: .5; transform: rotate(9deg) scale(1.3); }
.map-park { position: absolute; display: block; border-radius: 16px; background: #dcead4; }
.map-park-one { width: 97px; height: 70px; left: -16px; top: 31px; transform: rotate(9deg); }
.map-park-two { width: 70px; height: 90px; right: -6px; bottom: 17px; transform: rotate(9deg); }
.map-road { position: absolute; display: block; background: #fff; box-shadow: 0 0 0 1px #e2dfd7; }
.map-road-one { width: 25px; height: 330px; left: 80px; top: -30px; transform: rotate(16deg); }
.map-road-two { width: 21px; height: 330px; left: 158px; top: -30px; transform: rotate(16deg); }
.map-road-three { width: 280px; height: 20px; left: -25px; top: 71px; transform: rotate(-12deg); }
.map-road-four { width: 280px; height: 20px; left: -25px; top: 184px; transform: rotate(-12deg); }
.map-pin { position: absolute; z-index: 1; display: grid; place-items: center; width: 29px; height: 29px; border: 3px solid white; border-radius: 50%; color: white; box-shadow: 0 3px 9px #29304935; font-size: 10px; font-weight: 800; }
.map-pin-one { top: 65px; left: 115px; background: var(--indigo); }
.map-pin-two { top: 160px; left: 36px; background: #d36a86; }
.map-pin-self { top: 129px; right: 34px; background: var(--teal); font-size: 16px; }
.map-people { display: grid; gap: 6px; padding: 15px 15px; }
.map-people > strong { margin-bottom: 3px; font-size: 10px; }
.map-people > span { display: flex; align-items: center; gap: 6px; padding: 6px 7px; border-radius: 7px; background: #f7f8fb; font-size: 8px; font-weight: 700; }
.map-people small { margin-left: auto; color: #9295a2; font-size: 7px; font-weight: 500; }
.people-dot { width: 15px; height: 15px; border-radius: 50%; background: #bfc6ff; }
.people-dot-coral { background: #f3bbca; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; border: 1px solid #edf0f6; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px #333b681f; }
.floating-card-call { left: 0; top: 26px; padding: 10px 15px 10px 10px; }
.floating-card-call > span:last-child { display: grid; gap: 3px; }
.floating-card strong { font-size: 11px; }
.floating-card small { color: #858a9b; font-size: 9px; }
.floating-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; }
.call-icon { color: var(--teal); background: #e0f5ef; }
.call-icon svg { width: 18px; height: 18px; }
.floating-card-location { right: 0; bottom: 46px; padding: 12px 15px; color: #415449; font-size: 10px; font-weight: 700; }
.live-ring { width: 8px; height: 8px; border-radius: 50%; background: #1bba93; box-shadow: 0 0 0 5px #d9f4e9; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 20px; }
h2 { margin-bottom: 0; font-size: clamp(39px, 4.3vw, 57px); line-height: 1.13; font-weight: 760; }
.section-heading > p { max-width: 370px; margin-bottom: 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 342px; padding: 26px 24px; overflow: hidden; border: 1px solid #e9eaf1; border-radius: 20px; background: #fafaff; }
.feature-card:nth-child(2) { background: #f8fbfa; }
.feature-card:nth-child(3) { background: #fffaf8; }
.feature-card:nth-child(4) { background: #f7fbfa; }
.feature-icon { display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 28px; border-radius: 14px; color: var(--indigo); background: #e8eaff; }
.feature-card:nth-child(2) .feature-icon { color: var(--teal); background: #dcf1ed; }
.feature-card:nth-child(3) .feature-icon { color: #b56949; background: #fcece4; }
.feature-card:nth-child(4) .feature-icon { color: var(--teal); background: #dcf1ed; }
.feature-icon svg { width: 27px; height: 27px; }
.feature-number { color: #8b8e9f; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { margin: 10px 0 10px; font-size: 19px; line-height: 1.25; letter-spacing: -.035em; }
.feature-card p { position: relative; z-index: 1; color: #656a7a; font-size: 13px; line-height: 1.65; }
.feature-accent { position: absolute; right: 20px; bottom: 22px; display: grid; gap: 5px; justify-items: end; }
.accent-bubble { padding: 8px 11px; border-radius: 9px 9px 3px 9px; color: #fff; background: #6b79dc; font-size: 9px; }
.accent-bubble-reply { margin-right: 22px; color: #53596b; background: #e9eafa; border-radius: 9px 9px 9px 3px; }
.call-wave { position: absolute; right: 17px; bottom: 28px; left: 24px; display: flex; align-items: center; gap: 5px; height: 34px; opacity: .65; }
.call-wave i { width: 3px; height: 10px; border-radius: 4px; background: #62b6a5; }
.call-wave i:nth-child(2n) { height: 20px; }
.call-wave i:nth-child(3n) { height: 29px; }
.call-wave i:nth-child(5n) { height: 13px; }
.file-preview, .location-preview { position: absolute; right: 16px; bottom: 19px; left: 16px; display: flex; align-items: center; gap: 9px; padding: 9px; border: 1px solid #f0e6e3; border-radius: 10px; background: #fff; box-shadow: 0 5px 15px #49434b0a; }
.file-preview > span:first-child, .location-preview-pin { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: #b56949; background: #fbece4; font-size: 17px; }
.file-preview > span:nth-child(2), .location-preview > span:nth-child(2) { display: grid; gap: 2px; flex: 1; }
.file-preview strong, .location-preview strong { font-size: 9px; }
.file-preview small, .location-preview small { color: #8f93a1; font-size: 8px; }
.file-preview > span:last-child { color: var(--teal); font-size: 15px; }
.location-preview { border-color: #e2efeb; }
.location-preview-pin { color: var(--teal); background: #e0f4ed; }
.toggle-preview { width: 25px; height: 15px; border-radius: 20px; background: var(--teal); }
.toggle-preview::after { display: block; width: 11px; height: 11px; margin: 2px 2px 0 auto; border-radius: 50%; background: #fff; content: ""; }

.how-section { background: var(--canvas); }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; }
.how-visual { position: relative; display: grid; place-items: center; min-height: 495px; overflow: hidden; border-radius: 27px; background: radial-gradient(circle at 50% 45%, #e2e7ff 0, #edeffd 44%, #e7f3f0 100%); }
.how-orbit { position: absolute; width: 425px; height: 425px; border: 1px solid #cfd6f4; border-radius: 50%; box-shadow: 0 0 0 75px #ffffff21; }
.qr-card { position: relative; display: grid; place-items: center; width: 200px; height: 228px; padding-top: 5px; border: 11px solid white; border-radius: 27px; color: #313faa; background: white; box-shadow: 0 28px 50px #3b489437; transform: rotate(-8deg); }
.qr-card svg { width: 138px; height: 138px; }
.qr-corners { position: absolute; top: -6px; left: 50%; width: 65px; height: 8px; transform: translateX(-50%); border-radius: 0 0 8px 8px; background: #dfe4ff; }
.qr-connected { position: absolute; right: 35px; bottom: 70px; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border-radius: 12px; color: #424f63; background: white; box-shadow: 0 10px 25px #3b489424; font-size: 11px; font-weight: 730; transform: rotate(4deg); }
.qr-connected span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: white; background: var(--teal); }
.how-copy { padding: 20px 0; }
.how-copy h2 { margin-bottom: 21px; }
.how-copy > p:not(.eyebrow) { max-width: 490px; margin-bottom: 37px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.how-steps { display: grid; gap: 21px; }
.how-steps > div { display: flex; align-items: start; gap: 17px; }
.how-steps > div > span { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border: 1px solid #cbd0ec; border-radius: 50%; color: var(--indigo); font-size: 11px; font-weight: 800; }
.how-steps p { display: grid; gap: 4px; margin: 0; }
.how-steps strong { font-size: 14px; }
.how-steps small { color: #6c7080; font-size: 12px; line-height: 1.45; }

.availability { overflow: hidden; color: #fff; background: #232c83; background-image: radial-gradient(circle at 85% 90%, #4656b2 0, transparent 42%), radial-gradient(circle at 20% -25%, #3949ab 0, transparent 40%); }
.availability-inner { display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 15%; }
.eyebrow-light { color: #9de0d0; }
.availability h2 { margin-bottom: 20px; }
.availability p:not(.eyebrow) { max-width: 525px; margin-bottom: 0; color: #d7dcf9; font-size: 16px; line-height: 1.8; }
.availability .button { margin-top: 28px; }
.download-note { display: block; margin-top: 15px; color: #d7dcf9; font-size: 12px; line-height: 1.5; }
.availability-card { display: grid; justify-items: start; gap: 12px; min-height: 236px; padding: 27px; border: 1px solid #ffffff4a; border-radius: 20px; background: #ffffff17; box-shadow: 0 20px 40px #151d6840; backdrop-filter: blur(8px); }
.availability-card-icon { display: grid; place-items: center; width: 57px; height: 57px; border-radius: 17px; color: var(--indigo); background: #fff; font-size: 29px; font-weight: 850; letter-spacing: -.1em; }
.availability-card strong { align-self: end; font-size: 18px; letter-spacing: -.035em; }
.availability-card > span:last-child { color: #cad1fa; font-size: 12px; }
.site-footer { background: #f8f9fc; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 130px; }
.footer-inner p, .footer-inner > span { margin: 0; color: #737787; font-size: 12px; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr .9fr; }
  .hero-art { transform: scale(.87); transform-origin: center right; margin-left: -45px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card { min-height: 310px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 38px, 560px); }
  .header-inner { height: 78px; }
  .brand { font-size: 25px; }
  .brand-mark { width: 39px; height: 39px; }
  .site-header nav { gap: 0; }
  .site-header nav a:not(.nav-status) { display: none; }
  .site-header nav .nav-status { padding: 10px 12px; font-size: 13px; white-space: nowrap; }
  .nav-status span { display: none; }
  .hero-grid { display: flex; flex-direction: column; gap: 0; min-height: auto; }
  .hero-copy { align-self: stretch; padding: 62px 0 0; }
  .eyebrow { font-size: 14px; letter-spacing: .12em; }
  h1 { font-size: clamp(46px, 13vw, 54px); line-height: 1.1; }
  .hero-lede { font-size: 20px; line-height: 1.65; }
  .button { min-height: 62px; padding-inline: 25px; font-size: 17px; }
  .availability-note { font-size: 16px; }
  .hero-proof { gap: 13px 18px; margin-top: 36px; font-size: 15px; line-height: 1.4; }
  .hero-proof svg { width: 19px; height: 19px; }
  .hero-art { width: 520px; max-width: none; height: 465px; margin: -8px 0 -65px; transform: scale(.74); transform-origin: top center; }
  .hero-glow-one { right: -430px; top: 300px; }
  .section-space { padding-block: 75px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { max-width: 470px; margin: 22px 0 0; font-size: 18px; line-height: 1.65; }
  h2 { font-size: clamp(41px, 10vw, 54px); }
  .feature-card { padding-bottom: 93px; }
  .feature-number { font-size: 13px; }
  .feature-card h3 { font-size: 24px; }
  .feature-card p { font-size: 17px; line-height: 1.6; }
  .accent-bubble { font-size: 12px; }
  .file-preview strong, .location-preview strong { font-size: 12px; }
  .file-preview small, .location-preview small { font-size: 11px; }
  .how-grid { grid-template-columns: 1fr; gap: 34px; }
  .how-visual { min-height: 370px; order: 2; }
  .how-copy { order: 1; padding: 0; }
  .how-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.65; }
  .how-steps { gap: 25px; }
  .how-steps > div > span { width: 41px; height: 41px; flex-basis: 41px; font-size: 14px; }
  .how-steps strong { font-size: 18px; }
  .how-steps small { font-size: 15px; line-height: 1.5; }
  .qr-connected { right: 25px; bottom: 38px; }
  .availability-inner { grid-template-columns: 1fr; gap: 40px; }
  .availability p:not(.eyebrow) { font-size: 19px; line-height: 1.65; }
  .download-note { font-size: 15px; }
  .availability-card { min-height: 190px; }
  .availability-card strong { font-size: 22px; }
  .availability-card > span:last-child { font-size: 15px; }
  .footer-inner { flex-wrap: wrap; justify-content: space-between; padding-block: 27px; }
  .footer-inner p, .footer-inner > span { font-size: 15px; }
  .footer-inner p { order: 3; width: 100%; }
}

@media (max-width: 540px) {
  .features-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 284px; }
  .feature-icon { margin-bottom: 20px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 16px; }
  .hero-art { margin-left: -32px; }
  .footer-inner > span { margin-left: auto; }
}

@media (max-width: 390px) {
  .hero-art { margin-left: -48px; transform: scale(.65); margin-bottom: -115px; }
}

@media (max-width: 340px) {
  .brand { font-size: 22px; }
  .site-header nav .nav-status { font-size: 11px; }
  h1 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
