@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --black: #050505;
  --ink: #111214;
  --paper: #f7f7f5;
  --white: #fff;
  --sand: #ebe9e2;
  --blue: #276ef1;
  --muted: #a6a6a3;
  --line: rgba(17,18,20,.14);
  --shell: min(1440px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin: 0 auto; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(5,5,5,.96); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.header-inner { height: 72px; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { width: 18px; height: 18px; border-radius: 50%; display: inline-block; background: conic-gradient(from 90deg, #fff 0 25%, transparent 25% 39%, #fff 39% 75%, transparent 75% 88%, #fff 88%); box-shadow: inset 0 0 0 3px #050505; }
.desktop-nav { display: flex; align-items: center; gap: 28px; height: 100%; flex: 1; }
.nav-link, .header-text-link { background: transparent; border: 0; color: rgba(255,255,255,.88); cursor: pointer; font-size: 13px; font-weight: 500; padding: 12px 0; }
.nav-link:hover, .header-text-link:hover { color: #fff; }
.nav-link span { margin-left: 4px; opacity: .65; }
.nav-dropdown { position: relative; height: 100%; display: flex; align-items: center; }
.mega-menu { position: absolute; top: 72px; left: -26px; width: 760px; padding: 30px; display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 32px; background: #111; border: 1px solid rgba(255,255,255,.12); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .22s ease; box-shadow: 0 22px 65px rgba(0,0,0,.35); }
.nav-dropdown:hover .mega-menu, .nav-dropdown:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu > div:not(.mega-feature) { display: flex; flex-direction: column; gap: 14px; }
.mega-menu a { font-size: 14px; color: rgba(255,255,255,.82); }
.mega-menu a:hover { color: #fff; }
.mega-feature { padding: 22px; background: #242424; display: flex; flex-direction: column; justify-content: space-between; min-height: 170px; }
.mega-feature strong { font-size: 20px; line-height: 1.15; letter-spacing: -.04em; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; font-weight: 600; font-size: 14px; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-small { min-height: 38px; padding-inline: 18px; }
.btn-light { background: #fff; color: #070707; }
.btn-light:hover { background: #e9e9e9; }
.btn-dark { background: #090909; color: #fff; }
.btn-dark:hover { background: #242424; }
.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.08); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.full { width: 100%; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: #fff; margin: 7px 0; transition: .2s; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 860px; height: 100vh; max-height: 1040px; color: #fff; overflow: hidden; display: flex; align-items: flex-end; }
.hero-media { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=2200&q=88'); background-size: cover; background-position: 54% 57%; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.56) 42%, rgba(0,0,0,.16) 72%, rgba(0,0,0,.3) 100%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 100px; }
.hero-kicker { margin: 0 0 22px; }
.hero h1 { margin: 0; max-width: 940px; font-size: clamp(58px, 6.2vw, 104px); line-height: .96; letter-spacing: -.067em; font-weight: 600; }
.hero-copy { max-width: 640px; margin: 30px 0 0; font-size: 18px; line-height: 1.58; color: rgba(255,255,255,.86); }
.hero-actions { margin-top: 34px; display: flex; gap: 10px; flex-wrap: wrap; }
.scroll-cue { position: absolute; z-index: 3; right: 48px; bottom: 52px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); display: grid; place-items: center; }
.scroll-cue span { width: 8px; height: 8px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg) translate(-2px,-2px); }

.eyebrow { margin: 0 0 16px; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.eyebrow.dark { color: #5c5c5a; }
.eyebrow.muted { color: rgba(255,255,255,.42); }
.section-white { background: #f7f7f5; }
.section-dark { background: #090909; color: #fff; }
.section-sand { background: var(--sand); }
.section-blue { background: var(--blue); color: #fff; }

.intro { padding: 132px 0 122px; }
.two-col-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 100px; align-items: end; }
.two-col-heading h2, .section-heading h2, .showcase-copy h2, .business-content h2, .safety-copy h2, .cta h2 { margin: 0; font-size: clamp(40px, 4vw, 67px); line-height: 1.01; letter-spacing: -.055em; font-weight: 600; }
.two-col-heading p, .section-heading > p, .showcase-copy > p, .business-content > p, .safety-copy > p, .cta-side p { margin: 0; font-size: 16px; line-height: 1.66; color: #555652; }
.text-link { display: inline-block; margin-top: 28px; font-weight: 600; font-size: 14px; border-bottom: 1px solid currentColor; padding-bottom: 3px; color: #fff; }
.text-link.dark { color: #111; }
.stats-grid { margin-top: 108px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-card { min-height: 170px; padding: 32px 24px 28px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.stat-card:not(:first-child) { padding-left: 24px; }
.stat-card:last-child { border-right: 0; }
.stat-card strong { font-size: clamp(32px, 3vw, 50px); letter-spacing: -.06em; font-weight: 600; }
.stat-card span { color: #6d6d69; font-size: 13px; line-height: 1.35; max-width: 145px; }

.services { padding: 130px 0 145px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 120px; align-items: end; }
.section-heading > p { color: rgba(255,255,255,.62); }
.service-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.service-card { min-height: 450px; padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; justify-content: space-between; transition: background .25s ease; }
.service-card:first-child { padding-left: 0; }
.service-card:last-child { border-right: 0; padding-right: 0; }
.service-card:hover { background: #131313; }
.service-icon { font-size: 35px; color: rgba(255,255,255,.55); }
.service-card h3 { margin: 0 0 20px; max-width: 330px; font-size: 31px; line-height: 1.08; letter-spacing: -.045em; }
.service-card p:not(.eyebrow) { margin: 0; max-width: 340px; color: rgba(255,255,255,.58); line-height: 1.55; font-size: 14px; }
.service-card > a { font-size: 30px; align-self: flex-end; }

.showcase { padding: 142px 0; overflow: hidden; }
.showcase-grid { display: grid; grid-template-columns: minmax(0, .87fr) minmax(520px, 1.13fr); gap: 90px; align-items: center; }
.showcase-copy > p { margin-top: 28px; max-width: 560px; }
.check-list { list-style: none; padding: 0; margin: 48px 0; border-top: 1px solid var(--line); }
.check-list li { display: grid; grid-template-columns: 55px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 500; }
.check-list span { color: #8e8e89; }
.product-demo { min-height: 760px; display: flex; align-items: center; justify-content: center; background: #d9d8d2; padding: 55px; }
.phone-shell { width: min(420px, 100%); min-height: 700px; background: #f4f4f2; border: 10px solid #0d0d0d; border-radius: 32px; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.16); }
.phone-topbar { height: 42px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; background: #efefec; }
.map-surface { height: 260px; position: relative; background: linear-gradient(145deg, #e6e4de, #cbc9c2); overflow: hidden; }
.map-road { position: absolute; height: 22px; background: #f6f5f1; border: 1px solid rgba(0,0,0,.05); }
.road-a { width: 150%; top: 75px; left: -20%; transform: rotate(23deg); }
.road-b { width: 120%; top: 160px; left: -10%; transform: rotate(-18deg); }
.road-c { width: 22px; height: 130%; left: 60%; top: -10%; transform: rotate(8deg); }
.map-pin { position: absolute; width: 14px; height: 14px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.25); }
.pin-a { left: 27%; top: 34%; background: #111; }
.pin-b { right: 18%; bottom: 20%; background: var(--blue); }
.map-car { position: absolute; left: 52%; top: 55%; width: 30px; height: 30px; border-radius: 50%; background: #111; color: #fff; display: grid; place-items: center; font-size: 11px; box-shadow: 0 5px 16px rgba(0,0,0,.24); }
.booking-panel { padding: 26px 24px 28px; }
.booking-panel h3 { margin: 0 0 20px; font-size: 27px; letter-spacing: -.045em; }
.booking-panel label { position: relative; display: block; margin-bottom: 8px; }
.booking-panel input { width: 100%; height: 46px; border: 1px solid #d5d5d1; background: #fff; padding: 0 12px 0 38px; font-size: 13px; outline: none; }
.dot { position: absolute; left: 16px; top: 18px; width: 8px; height: 8px; border-radius: 50%; z-index: 2; }
.dot.start { background: #111; }
.dot.end { background: var(--blue); }
.ride-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0; }
.ride-option { border: 1px solid #d5d5d1; background: #fff; min-height: 66px; padding: 12px; text-align: left; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; }
.ride-option span { font-size: 10px; letter-spacing: .12em; color: #777; }
.ride-option strong { font-size: 15px; }
.ride-option.active { border-color: #111; box-shadow: inset 0 0 0 1px #111; }
.booking-status { min-height: 18px; margin: 12px 0 0; font-size: 11px; color: #4d4d49; text-align: center; }

.business { padding: 138px 0; }
.business-layout { display: grid; grid-template-columns: .58fr 1fr 1.05fr; column-gap: 70px; align-items: stretch; }
.business-tabs { display: flex; flex-direction: column; border-top: 1px solid rgba(0,0,0,.2); }
.business-tab { background: transparent; border: 0; border-bottom: 1px solid rgba(0,0,0,.2); text-align: left; padding: 20px 4px; cursor: pointer; font-size: 14px; color: #72726e; transition: .2s; }
.business-tab:hover, .business-tab.active { color: #111; padding-left: 12px; }
.business-tab.active { font-weight: 600; }
.business-content { padding-top: 6px; display: flex; flex-direction: column; justify-content: center; }
.business-content h2 { font-size: clamp(42px, 4vw, 63px); }
.business-content > p { margin-top: 28px; max-width: 500px; }
.business-visual { min-height: 600px; background-image: linear-gradient(0deg, rgba(0,0,0,.12), rgba(0,0,0,.03)), url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?auto=format&fit=crop&w=1200&q=84'); background-size: cover; background-position: center; transition: opacity .22s ease, transform .22s ease; }
.business-visual.switching { opacity: .35; transform: scale(.985); }

.safety { padding: 142px 0; }
.safety-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 95px; align-items: center; }
.safety-media { min-height: 690px; background: linear-gradient(0deg, rgba(0,0,0,.12), rgba(0,0,0,.04)), url('https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1300&q=84'); background-size: cover; background-position: center; }
.safety-copy > p { margin-top: 28px; }
.mini-features { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.mini-features div { padding: 24px 16px 20px 0; display: flex; flex-direction: column; gap: 8px; }
.mini-features strong { font-size: 28px; letter-spacing: -.05em; }
.mini-features span { font-size: 12px; color: #6c6c67; }

.quote-section { padding: 142px 0; }
.quote-wrap { max-width: 1120px; margin-left: auto; margin-right: auto; }
blockquote { margin: 0; font-size: clamp(45px, 5.3vw, 78px); line-height: 1.02; letter-spacing: -.06em; font-weight: 500; }
.quote-meta { margin-top: 54px; display: flex; align-items: center; gap: 16px; }
.avatar-placeholder { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: #111; font-weight: 700; }
.quote-meta div { display: flex; flex-direction: column; gap: 5px; }
.quote-meta small { color: rgba(255,255,255,.55); }

.cta { padding: 120px 0; }
.cta-layout { display: grid; grid-template-columns: 1.1fr .7fr; gap: 110px; align-items: end; }
.cta h2 { max-width: 850px; font-size: clamp(48px, 5vw, 78px); }
.cta-side p { color: rgba(255,255,255,.8); margin-bottom: 30px; }

.site-footer { background: #050505; color: #fff; padding: 75px 0 28px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-top p { margin: 0; max-width: 300px; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.55; text-align: right; }
.footer-grid { padding: 55px 0 70px; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 13px; }
.footer-title { margin: 0 0 8px; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.76); font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s cubic-bezier(.2,.65,.25,1), transform .72s cubic-bezier(.2,.65,.25,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1200px); }
  .desktop-nav { gap: 18px; }
  .header-text-link { display: none; }
  .showcase-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .business-layout { grid-template-columns: .5fr .95fr 1fr; gap: 38px; }
}

@media (max-width: 900px) {
  :root { --shell: calc(100% - 40px); }
  .desktop-nav, .header-actions > .btn, .header-text-link { display: none; }
  .header-inner { height: 64px; justify-content: space-between; }
  .menu-toggle { display: block; }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { display: block; position: fixed; inset: 64px 0 auto 0; height: calc(100vh - 64px); background: #080808; transform: translateY(-110%); transition: transform .3s cubic-bezier(.2,.65,.25,1); z-index: -1; }
  .site-header.menu-open .mobile-menu { transform: translateY(0); }
  .mobile-menu-inner { padding-top: 42px; display: flex; flex-direction: column; gap: 0; }
  .mobile-menu-inner > a:not(.btn) { font-size: 28px; letter-spacing: -.04em; border-bottom: 1px solid rgba(255,255,255,.16); padding: 18px 0; }
  .mobile-menu-inner .btn { margin-top: 34px; }
  .hero { min-height: 780px; max-height: 920px; }
  .hero-content { padding-bottom: 70px; }
  .hero h1 { font-size: clamp(54px, 10vw, 82px); max-width: 760px; }
  .hero-copy { max-width: 560px; }
  .scroll-cue { right: 20px; bottom: 24px; }
  .two-col-heading, .section-heading, .cta-layout { grid-template-columns: 1fr; gap: 34px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-card { border-bottom: 1px solid var(--line); }
  .stat-card:nth-child(even) { border-right: 0; }
  .stat-card:last-child { grid-column: 1/-1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:last-child { min-height: 340px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .service-card:last-child { border-bottom: 0; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 720px; }
  .business-layout { grid-template-columns: 1fr; row-gap: 50px; }
  .business-tabs { display: grid; grid-template-columns: repeat(2,1fr); }
  .business-tab:nth-child(odd) { border-right: 1px solid rgba(0,0,0,.2); }
  .business-content { max-width: 720px; }
  .business-visual { min-height: 520px; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-media { min-height: 520px; }
  .quote-wrap { width: var(--shell); }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .hero { min-height: 720px; height: 100svh; }
  .hero-media { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.3)), linear-gradient(0deg, rgba(0,0,0,.65), transparent 60%); }
  .hero-content { padding-bottom: 54px; }
  .hero h1 { font-size: 50px; line-height: .98; }
  .hero-copy { margin-top: 22px; font-size: 15px; max-width: calc(100% - 20px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .intro, .services, .showcase, .business, .safety, .quote-section { padding-top: 88px; padding-bottom: 88px; }
  .two-col-heading h2, .section-heading h2, .showcase-copy h2, .business-content h2, .safety-copy h2, .cta h2 { font-size: 40px; }
  .stats-grid { margin-top: 68px; grid-template-columns: 1fr; }
  .stat-card, .stat-card:not(:first-child) { min-height: 130px; padding: 24px 0; border-right: 0; }
  .stat-card:last-child { grid-column: auto; }
  .section-heading { gap: 25px; }
  .service-grid { margin-top: 48px; }
  .service-card h3 { font-size: 28px; }
  .showcase-grid { gap: 52px; }
  .product-demo { min-height: auto; padding: 22px 10px; margin-inline: -14px; }
  .phone-shell { border-width: 7px; border-radius: 28px; }
  .business-tabs { grid-template-columns: 1fr; }
  .business-tab:nth-child(odd) { border-right: 0; }
  .business-visual { min-height: 420px; }
  .safety-grid { gap: 52px; }
  .safety-media { min-height: 420px; }
  .mini-features { grid-template-columns: 1fr; }
  .mini-features div { border-bottom: 1px solid var(--line); }
  blockquote { font-size: 40px; }
  .cta { padding: 88px 0; }
  .cta-layout { gap: 38px; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-top p { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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