:root {
    --ink: #071713;
    --ink-2: #0d2a23;
    --ink-3: #163b31;
    --yellow: #ffd21f;
    --yellow-soft: #fff1a8;
    --green: #13c47f;
    --green-deep: #078c5a;
    --blue: #2577ea;
    --coral: #ff6a4a;
    --cream: #f4f1e8;
    --paper: #fffefa;
    --mist: #e7efeb;
    --muted: #5f736c;
    --line: rgba(7, 23, 19, .12);
    --line-light: rgba(255, 255, 255, .14);
    --radius-xl: 38px;
    --radius-lg: 28px;
    --radius-md: 20px;
    --shadow: 0 28px 80px rgba(7, 35, 28, .14);
    --font-display: "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
    --font-body: "Avenir Next", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
svg { width: 100%; height: 100%; }
.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; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 12px 18px; border-radius: 12px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.skip-link:focus { top: 16px; }

.site-header {
    position: fixed;
    z-index: 50;
    top: 16px;
    left: 50%;
    display: flex;
    width: min(1220px, calc(100% - 28px));
    align-items: center;
    justify-content: space-between;
    padding: 10px 11px 10px 18px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 21px;
    background: rgba(7, 23, 19, .87);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
    color: #fff;
    backdrop-filter: blur(18px);
    transition: top .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { top: 8px; background: rgba(7, 23, 19, .97); box-shadow: 0 12px 36px rgba(0, 0, 0, .24); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; transform: skew(-6deg); border-radius: 13px; background: var(--yellow); color: var(--ink); font-size: 19px; font-weight: 1000; }
.brand-copy strong { display: block; font-size: 18px; line-height: 1; }
.brand-copy small { display: block; margin-top: 4px; color: #b9cbc5; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { padding: 11px 12px; border-radius: 12px; color: #d4e2dd; font-size: 12px; font-weight: 850; text-decoration: none; transition: background .2s ease, color .2s ease; }
.main-nav a:hover, .main-nav a.active { background: rgba(255, 255, 255, .08); color: #fff; }
.main-nav .nav-cta { margin-left: 5px; background: var(--yellow); color: var(--ink); }
.main-nav .nav-cta:hover { background: #ffe05d; color: var(--ink); }
.menu-toggle { display: none; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; border-radius: 2px; background: #fff; }

.hero {
    position: relative;
    display: grid;
    min-height: 830px;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    align-items: center;
    gap: 70px;
    overflow: hidden;
    padding: 150px max(6vw, 28px) 95px;
    background:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
        var(--ink);
    background-size: 55px 55px;
    color: #fff;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { right: -180px; top: -240px; width: 650px; height: 650px; border: 110px solid rgba(19, 196, 127, .08); }
.hero-glow-two { left: -300px; bottom: -420px; width: 760px; height: 760px; border: 130px solid rgba(255, 210, 31, .065); }
.hero-copy, .ecosystem-stage { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #b8d4ca; font-size: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 25px; height: 2px; background: var(--yellow); }
.eyebrow.dark { color: #197157; }
.hero h1 {
    max-width: 850px;
    margin: 22px 0 22px;
    font-family: var(--font-display);
    font-size: clamp(55px, 6.2vw, 95px);
    line-height: .92;
    letter-spacing: -.067em;
}
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 690px; margin: 0; color: #b6c9c2; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 21px; border-radius: 15px; font-size: 13px; font-weight: 950; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--yellow); color: var(--ink); box-shadow: 0 14px 35px rgba(255, 210, 31, .16); }
.button.ghost { border: 1px solid rgba(255, 255, 255, .2); color: #fff; }
.button.dark-button { background: var(--ink); color: #fff; }
.button.opportunity-button { border: 1px solid rgba(19, 196, 127, .55); background: rgba(19, 196, 127, .1); color: #c9f8e5; }
.button.opportunity-button:hover { background: var(--green); color: var(--ink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #8ba69d; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.trust-row span::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); content: ""; box-shadow: 0 0 0 5px rgba(19, 196, 127, .08); }

.ecosystem-stage {
    min-height: 590px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 40px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
    box-shadow: 0 38px 100px rgba(0, 0, 0, .38);
    backdrop-filter: blur(12px);
}
.stage-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.stage-topline { position: absolute; top: 23px; left: 25px; right: 25px; display: flex; align-items: center; justify-content: space-between; color: #cfe1db; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.stage-topline span { display: flex; align-items: center; gap: 8px; }
.stage-topline i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(19, 196, 127, .1); }
.stage-topline b { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; color: var(--yellow); }
.route-map { position: absolute; top: 84px; right: 35px; left: 35px; height: 275px; overflow: hidden; border-radius: 30px; background: #dfe9e5; }
.route-map::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, #b7d6c9 0 15%, transparent 16%), radial-gradient(circle at 18% 82%, #c7dfd6 0 20%, transparent 21%); content: ""; }
.map-road { position: absolute; height: 12px; border-radius: 20px; background: rgba(255, 255, 255, .86); }
.road-one { top: 72px; left: -25px; width: 130%; transform: rotate(-18deg); }
.road-two { top: 135px; left: 5%; width: 110%; transform: rotate(31deg); }
.road-three { bottom: 38px; left: -10%; width: 120%; transform: rotate(-5deg); }
.map-route { position: absolute; top: 74px; left: 29%; width: 43%; height: 120px; border-right: 5px dashed var(--green-deep); border-bottom: 5px dashed var(--green-deep); border-radius: 0 0 40px; transform: rotate(-3deg); }
.map-node { position: absolute; z-index: 3; display: grid; width: 48px; height: 48px; place-items: center; transform: rotate(-45deg); border: 5px solid #fff; border-radius: 17px 17px 17px 4px; box-shadow: 0 12px 25px rgba(7, 23, 19, .2); }
.map-node b { transform: rotate(45deg); font-size: 9px; }
.node-origin { top: 58px; left: 23%; background: var(--yellow); color: var(--ink); }
.node-mid { top: 127px; left: 55%; width: 37px; height: 37px; border-width: 4px; border-radius: 13px 13px 13px 3px; background: var(--coral); color: #fff; }
.node-destination { right: 18%; bottom: 44px; background: var(--ink); color: #fff; }
.map-pulse { position: absolute; top: 62px; left: calc(23% + 4px); width: 40px; height: 40px; border: 2px solid var(--yellow); border-radius: 50%; animation: mapPulse 2.4s ease-out infinite; }
@keyframes mapPulse { 0% { transform: scale(.8); opacity: .8; } 100% { transform: scale(3); opacity: 0; } }
.live-service { position: absolute; display: flex; align-items: center; gap: 11px; min-height: 66px; padding: 11px 13px; border-radius: 19px; background: #fff; color: var(--ink); box-shadow: 0 18px 40px rgba(0, 0, 0, .24); }
.live-service .live-code { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--ink); color: var(--yellow); font-size: 10px; font-weight: 1000; }
.live-service div { min-width: 0; }
.live-service small, .live-service strong { display: block; white-space: nowrap; }
.live-service small { margin-bottom: 3px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.live-service strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; }
.live-service > b { margin-left: auto; padding: 7px 8px; border-radius: 9px; background: #e7f8f0; color: #08794d; font-size: 9px; white-space: nowrap; }
.live-taxi { top: 335px; left: 19px; width: 65%; transform: rotate(-2deg); }
.live-delivery { top: 407px; right: 18px; width: 68%; transform: rotate(2deg); }
.live-delivery .live-code { background: var(--green); color: var(--ink); }
.live-package { top: 482px; left: 30px; width: 62%; transform: rotate(-1deg); }
.live-package .live-code { background: var(--blue); color: #fff; }
.stage-caption { position: absolute; right: 22px; bottom: 22px; display: flex; width: 130px; align-items: center; gap: 9px; padding: 12px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 17px; background: rgba(7, 23, 19, .72); }
.stage-caption strong { color: var(--yellow); font-size: 27px; }
.stage-caption span { color: #c5d7d1; font-size: 8px; font-weight: 850; line-height: 1.35; text-transform: uppercase; }

.service-marquee { display: flex; align-items: center; justify-content: space-between; gap: 25px; overflow: hidden; padding: 19px max(6vw, 28px); background: var(--yellow); }
.service-marquee p { flex: 0 0 auto; margin: 0; font-size: 14px; font-weight: 1000; }
.service-marquee div { display: flex; align-items: center; gap: 16px; color: #6d5800; font-size: 10px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.service-marquee i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); opacity: .45; }

.section { padding: 105px max(6vw, 28px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); gap: 80px; align-items: end; margin-bottom: 45px; }
.section-heading h2, .local-network h2, .business-growth h2, .dispatchers h2, .safety h2, .national-section h2, .foundation-link h2, .download h2 { margin: 13px 0 0; font-family: var(--font-display); font-size: clamp(40px, 5vw, 70px); line-height: .98; letter-spacing: -.057em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services { background: var(--cream); }
.flagship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.flagship-card { position: relative; display: flex; min-height: 570px; flex-direction: column; overflow: hidden; padding: 26px; border-radius: var(--radius-lg); }
.flagship-card::after { position: absolute; right: -100px; bottom: -130px; width: 310px; height: 310px; border: 50px solid rgba(255, 255, 255, .17); border-radius: 50%; content: ""; }
.taxi-card { background: var(--yellow); }
.delivery-card { background: var(--green); }
.package-card { background: var(--blue); color: #fff; }
.flagship-top { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; }
.service-index { font-size: 9px; font-weight: 1000; letter-spacing: .09em; text-transform: uppercase; }
.service-icon { display: grid; width: 67px; height: 67px; place-items: center; padding: 15px; border-radius: 22px; background: rgba(255, 255, 255, .55); }
.service-icon svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.package-card .service-icon { background: rgba(255, 255, 255, .14); }
.flagship-copy { position: relative; z-index: 2; margin-top: auto; }
.flagship-card h3 { margin: 0 0 13px; font-family: var(--font-display); font-size: 36px; letter-spacing: -.045em; }
.flagship-card p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.6; opacity: .78; }
.flagship-card ul { display: grid; gap: 8px; margin: 21px 0 24px; padding: 0; list-style: none; }
.flagship-card li { font-size: 11px; font-weight: 850; }
.flagship-card li::before { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: currentColor; content: ""; opacity: .6; }
.flagship-card > a { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(7, 23, 19, .16); font-size: 11px; font-weight: 1000; text-decoration: none; }
.package-card > a { border-top-color: rgba(255, 255, 255, .22); }
.flagship-card > a span { font-size: 20px; transition: transform .2s ease; }
.flagship-card > a:hover span { transform: translateX(4px); }

.everyday-grid { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 16px; margin-top: 16px; }
.everyday-card { position: relative; min-height: 360px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.everyday-card::after { position: absolute; right: -45px; bottom: -55px; width: 160px; height: 160px; border-radius: 45px; background: var(--mist); content: ""; transform: rotate(18deg); }
.directory-card { background: var(--ink); color: #fff; }
.directory-card::after { background: rgba(255, 210, 31, .12); }
.mini-number { position: absolute; top: 26px; right: 26px; color: #9baba5; font-size: 10px; font-weight: 1000; }
.mini-icon { display: grid; width: 58px; height: 58px; place-items: center; padding: 14px; border-radius: 19px; background: var(--mist); }
.mini-icon svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.directory-card .mini-icon { background: rgba(255, 210, 31, .13); color: var(--yellow); }
.everyday-card h3 { position: relative; z-index: 2; margin: 95px 0 12px; font-family: var(--font-display); font-size: 29px; line-height: 1.05; letter-spacing: -.045em; }
.everyday-card p { position: relative; z-index: 2; max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.directory-card p { color: #afc4bc; }

.local-network { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 110px max(6vw, 28px); background: var(--ink); color: #fff; }
.local-network-copy > p { max-width: 650px; color: #afc4bc; font-size: 16px; line-height: 1.75; }
.local-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.talent-board { padding: 20px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 34px; background: linear-gradient(145deg, #123a30, #0a211b); box-shadow: 0 35px 80px rgba(0, 0, 0, .32); }
.talent-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px 13px; border-radius: 18px; background: #fff; color: var(--ink); }
.talent-search > span { position: relative; width: 19px; height: 19px; border: 2px solid var(--ink); border-radius: 50%; }
.talent-search > span::after { position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; transform: rotate(45deg); border-radius: 2px; background: var(--ink); content: ""; }
.talent-search p { margin: 0; color: #74867f; font-size: 12px; font-weight: 800; }
.talent-search b { padding: 9px 11px; border-radius: 11px; background: var(--yellow); font-size: 9px; text-transform: uppercase; }
.talent-list { display: grid; gap: 8px; margin-top: 14px; }
.talent-list article { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 17px; background: rgba(255, 255, 255, .055); }
.talent-list i { display: grid; width: 37px; height: 37px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: rgba(255, 210, 31, .12); color: var(--yellow); font-size: 9px; font-style: normal; font-weight: 1000; }
.talent-list div { flex: 1; }
.talent-list strong, .talent-list small { display: block; }
.talent-list strong { font-size: 13px; }
.talent-list small { margin-top: 3px; color: #94aca3; font-size: 9px; }
.talent-list > article > span { color: var(--yellow); }

.business-growth { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 110px max(6vw, 28px); background: #e4eee9; }
.business-intro > p { max-width: 630px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.business-intro .button { margin-top: 18px; }
.growth-metrics { display: grid; grid-template-columns: 1.06fr .94fr; gap: 13px; }
.growth-main { display: flex; min-height: 480px; flex-direction: column; justify-content: space-between; padding: 28px; overflow: hidden; border-radius: 31px; background: var(--yellow); }
.growth-main > span { font-size: 9px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.growth-main > strong { font-family: var(--font-display); font-size: 36px; line-height: 1.05; letter-spacing: -.05em; }
.growth-line { display: flex; height: 100px; align-items: flex-end; gap: 7px; }
.growth-line i { flex: 1; border-radius: 8px 8px 3px 3px; background: var(--ink); }
.growth-line i:nth-child(1) { height: 24%; opacity: .25; }.growth-line i:nth-child(2) { height: 39%; opacity: .35; }.growth-line i:nth-child(3) { height: 34%; opacity: .45; }.growth-line i:nth-child(4) { height: 58%; opacity: .62; }.growth-line i:nth-child(5) { height: 76%; opacity: .8; }.growth-line i:nth-child(6) { height: 100%; }
.growth-side { display: grid; gap: 12px; }
.growth-side article { padding: 20px; border-radius: 23px; background: var(--paper); }
.growth-side small { color: var(--green-deep); font-size: 9px; font-weight: 1000; }
.growth-side strong { display: block; margin: 11px 0 7px; font-size: 17px; }
.growth-side p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.dispatchers { background: var(--cream); }
.dispatcher-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding: 52px; overflow: hidden; border-radius: var(--radius-xl); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.dispatcher-copy p { color: #afc4bc; font-size: 16px; line-height: 1.7; }
.program-note { display: block; margin-top: 18px; color: #78958a; font-size: 9px; line-height: 1.5; }
.dispatcher-flow { display: flex; flex-direction: column; justify-content: center; }
.dispatcher-flow article { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 19px; background: rgba(255, 255, 255, .055); }
.dispatcher-flow article > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 13px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 1000; }
.dispatcher-flow strong, .dispatcher-flow p { display: block; }
.dispatcher-flow strong { font-size: 14px; }
.dispatcher-flow p { margin: 4px 0 0; color: #9db4ac; font-size: 10px; }
.dispatcher-flow > i { width: 2px; height: 20px; margin-left: 34px; background: repeating-linear-gradient(to bottom, var(--green) 0 4px, transparent 4px 8px); }
.dispatcher-panel > .button { grid-column: 1 / -1; justify-self: start; }

.opportunities { position: relative; padding: 110px max(6vw, 28px); overflow: hidden; background: var(--ink); color: #fff; }
.opportunities::before { position: absolute; top: -230px; right: -170px; width: 620px; height: 620px; border: 100px solid rgba(19, 196, 127, .075); border-radius: 50%; content: ""; pointer-events: none; }
.opportunities::after { position: absolute; bottom: -240px; left: -190px; width: 560px; height: 560px; border: 90px solid rgba(255, 210, 31, .055); border-radius: 50%; content: ""; pointer-events: none; }
.opportunities-heading { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(310px, .7fr); gap: 80px; align-items: end; }
.opportunities-heading h2 { max-width: 820px; margin: 13px 0 0; font-family: var(--font-display); font-size: clamp(43px, 5.3vw, 76px); line-height: .95; letter-spacing: -.062em; }
.opportunities-intro p { margin: 0; color: #aec4bc; font-size: 16px; line-height: 1.7; }
.opportunities-intro span { display: block; margin-top: 17px; padding-left: 15px; border-left: 3px solid var(--yellow); color: #e5eee9; font-size: 11px; font-weight: 850; line-height: 1.55; }
.opportunity-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.opportunity-card { display: flex; min-height: 330px; flex-direction: column; padding: 25px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 27px; background: rgba(255, 255, 255, .055); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.opportunity-card:hover { transform: translateY(-5px); border-color: rgba(19, 196, 127, .55); background: rgba(255, 255, 255, .08); }
.opportunity-featured { background: var(--yellow); color: var(--ink); }
.opportunity-featured:hover { border-color: var(--yellow); background: #ffda42; }
.opportunity-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.opportunity-card-top > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: rgba(255, 255, 255, .1); color: var(--yellow); font-size: 9px; font-weight: 1000; }
.opportunity-featured .opportunity-card-top > span { background: var(--ink); color: var(--yellow); }
.opportunity-card-top i { padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; color: #9db6ad; font-size: 8px; font-style: normal; font-weight: 1000; letter-spacing: .09em; text-transform: uppercase; }
.opportunity-featured .opportunity-card-top i { border-color: rgba(7, 23, 19, .14); color: #5c4c00; }
.opportunity-card h3 { margin: 38px 0 10px; font-family: var(--font-display); font-size: 27px; letter-spacing: -.035em; }
.opportunity-card p { margin: 0; color: #9eb5ad; font-size: 12px; line-height: 1.65; }
.opportunity-featured p { color: #493e0d; }
.opportunity-card > a { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 24px; color: #eafff7; font-size: 11px; font-weight: 1000; text-decoration: none; }
.opportunity-card > a span { color: var(--yellow); font-size: 18px; transition: transform .2s ease; }
.opportunity-card > a:hover span { transform: translateX(4px); }
.opportunity-featured > a { color: var(--ink); }
.opportunity-featured > a span { color: var(--ink); }
.join-callout { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 14px; padding: 25px; border-radius: 27px; background: var(--green); color: var(--ink); }
.join-callout-mark { display: grid; width: 58px; height: 58px; place-items: center; transform: rotate(-5deg); border-radius: 18px; background: var(--ink); color: var(--yellow); font-size: 29px; font-weight: 1000; }
.join-callout div:nth-child(2) > span { display: block; color: #075b3d; font-size: 8px; font-weight: 1000; letter-spacing: .11em; text-transform: uppercase; }
.join-callout strong { display: block; margin-top: 5px; font-size: 19px; }
.join-callout p { margin: 5px 0 0; color: #075b3d; font-size: 10px; line-height: 1.5; }
.join-callout .button { background: var(--ink); color: #fff; box-shadow: none; }

.safety { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 110px max(6vw, 28px); background: var(--ink-2); color: #fff; }
.safety-visual { position: relative; display: grid; min-height: 510px; place-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .09); border-radius: var(--radius-xl); background: radial-gradient(circle at center, rgba(19, 196, 127, .22), transparent 52%), linear-gradient(145deg, #061c17, #133f34); }
.safety-radar { position: absolute; border: 1px solid rgba(255, 255, 255, .11); border-radius: 50%; }
.radar-one { width: 400px; height: 400px; }.radar-two { width: 280px; height: 280px; }
.shield { position: relative; z-index: 2; display: grid; width: 150px; height: 180px; place-items: center; clip-path: polygon(50% 0, 92% 17%, 86% 70%, 50% 100%, 14% 70%, 8% 17%); background: var(--yellow); color: var(--ink); font-size: 34px; font-weight: 1000; }
.safety-chip { position: absolute; z-index: 3; padding: 14px 17px; border-radius: 17px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.safety-chip strong, .safety-chip span { display: block; }.safety-chip strong { font-size: 12px; }.safety-chip span { margin-top: 4px; color: var(--muted); font-size: 9px; }.chip-one { top: 45px; left: 35px; }.chip-two { right: 26px; bottom: 52px; }
.safety-copy > p { color: #adc3bb; font-size: 16px; line-height: 1.7; }
.safety-list { display: grid; margin-top: 28px; }
.safety-list article { display: grid; grid-template-columns: auto 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.safety-list article > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 12px; background: rgba(255, 210, 31, .1); color: var(--yellow); font-size: 9px; font-weight: 1000; }
.safety-list strong { font-size: 13px; }.safety-list p { margin: 5px 0 0; color: #93aca3; font-size: 10px; line-height: 1.5; }

.national-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding: 110px max(6vw, 28px); background: var(--paper); }
.national-copy p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.national-visual { position: relative; min-height: 490px; overflow: hidden; border-radius: 50% 48% 43% 57% / 47% 58% 42% 53%; background: var(--yellow); }
.national-visual::before, .national-visual::after { position: absolute; border: 2px dashed rgba(7, 23, 19, .13); border-radius: inherit; content: ""; }.national-visual::before { inset: 10%; }.national-visual::after { inset: 23%; }
.national-visual > strong { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: var(--font-display); font-size: 44px; line-height: .95; letter-spacing: -.05em; }
.country-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 9px 11px; border-radius: 12px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 900; }
.country-node i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }.node-a { top: 16%; left: 15%; }.node-b { top: 32%; right: 8%; }.node-c { bottom: 15%; left: 20%; }
.country-line { position: absolute; z-index: 2; border: 2px solid rgba(7, 23, 19, .27); border-top: 0; border-left: 0; }.line-a { top: 24%; left: 27%; width: 33%; height: 22%; transform: rotate(-15deg); }.line-b { right: 24%; bottom: 28%; width: 27%; height: 25%; transform: rotate(24deg); }.line-c { bottom: 25%; left: 32%; width: 28%; height: 18%; transform: rotate(-18deg); }

.foundation-link { display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; align-items: center; padding: 100px max(6vw, 28px); overflow: hidden; background: #f1e6d7; }
.foundation-mark { position: relative; display: grid; min-height: 390px; place-items: center; border-radius: 43% 57% 59% 41% / 48% 42% 58% 52%; background: var(--coral); }
.foundation-mark::before, .foundation-mark::after { position: absolute; border: 1px solid rgba(255, 255, 255, .3); border-radius: inherit; content: ""; }.foundation-mark::before { inset: 12%; }.foundation-mark::after { inset: 25%; }
.foundation-mark span { position: relative; z-index: 2; color: #fff; font-family: var(--font-display); font-size: 100px; font-weight: 1000; }
.foundation-mark i { position: absolute; right: 18%; bottom: 17%; width: 30px; height: 30px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 15px rgba(255, 210, 31, .16); }
.foundation-copy p { max-width: 800px; color: #665c51; font-size: 16px; line-height: 1.75; }
.human-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 13px; padding-bottom: 6px; border-bottom: 2px solid var(--coral); color: #b53a23; font-size: 13px; font-weight: 1000; text-decoration: none; }
.human-link span { font-size: 20px; transition: transform .2s ease; }.human-link:hover span { transform: translateX(4px); }

.download { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; padding: 100px max(6vw, 28px); background: var(--green); }
.download-heading p { max-width: 520px; font-weight: 750; line-height: 1.6; }
.app-download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.app-download-card { padding: 25px; border-radius: 29px; background: var(--paper); box-shadow: 0 22px 55px rgba(7, 70, 49, .17); }
.driver-app { background: var(--ink); color: #fff; }
.app-card-head { display: flex; align-items: center; gap: 13px; }
.app-symbol { display: grid; width: 49px; height: 49px; place-items: center; transform: rotate(-4deg); border-radius: 15px; background: var(--yellow); color: var(--ink); font-weight: 1000; }
.app-card-head small, .app-card-head strong { display: block; }.app-card-head small { color: var(--green-deep); font-size: 8px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }.driver-app .app-card-head small { color: #8eb3a6; }.app-card-head strong { margin-top: 3px; font-size: 20px; }
.app-download-card > p { min-height: 67px; color: var(--muted); font-size: 11px; line-height: 1.55; }.driver-app > p { color: #9fb7ae; }
.platform-links { display: grid; gap: 8px; }
.platform-links a { display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }.platform-links a:hover { transform: translateX(3px); border-color: var(--green); }
.driver-app .platform-links a { border-color: rgba(255, 255, 255, .13); }
.platform-links span { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }.driver-app .platform-links span { color: #88a69b; }.platform-links strong { font-size: 12px; }
.driver-register-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; padding: 12px 0 2px; border-top: 1px solid rgba(255, 255, 255, .12); color: #d8e7e1; font-size: 9px; font-weight: 900; text-decoration: none; }
.driver-register-link span { color: var(--yellow); font-size: 17px; }

.site-footer { padding: 60px max(6vw, 28px) 28px; background: var(--ink); color: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 13px; }.footer-brand strong { font-size: 22px; }.footer-brand p { max-width: 360px; margin: 5px 0 0; color: #8fa69e; font-size: 11px; line-height: 1.5; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 9px; }.footer-links strong { margin-bottom: 4px; color: var(--yellow); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.footer-links a { color: #bdcec8; font-size: 11px; font-weight: 800; text-decoration: none; }.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #718b82; font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }

.whatsapp-float { position: fixed; z-index: 45; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; padding: 10px 15px 10px 11px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 18px; background: #16b86e; color: #fff; box-shadow: 0 18px 45px rgba(4, 74, 44, .28); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 22px 55px rgba(4, 74, 44, .36); }
.whatsapp-float svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.whatsapp-float small, .whatsapp-float strong { display: block; }
.whatsapp-float small { margin-bottom: 2px; color: #d9ffed; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-float strong { font-size: 12px; }

.seo-faq { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 70px; padding: 105px max(6vw, 28px); background: var(--paper); }
.seo-faq-heading { position: sticky; top: 105px; align-self: start; }
.seo-faq-heading h2 { max-width: 620px; margin: 16px 0 18px; font-family: var(--font-display); font-size: clamp(43px, 4.7vw, 72px); line-height: .98; letter-spacing: -.055em; }
.seo-faq-heading p { max-width: 600px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.seo-faq-list { display: grid; gap: 11px; }
.seo-faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #f8faf7; transition: border-color .2s ease, box-shadow .2s ease; }
.seo-faq-list details[open] { border-color: rgba(19, 196, 127, .45); background: #fff; box-shadow: 0 18px 50px rgba(7, 35, 28, .08); }
.seo-faq-list summary { position: relative; padding: 23px 58px 23px 24px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 950; line-height: 1.35; }
.seo-faq-list summary::-webkit-details-marker { display: none; }
.seo-faq-list summary::after { position: absolute; top: 50%; right: 21px; display: grid; width: 28px; height: 28px; place-items: center; transform: translateY(-50%); border-radius: 9px; background: var(--yellow); content: "+"; font-size: 20px; line-height: 1; }
.seo-faq-list details[open] summary::after { content: "-"; }
.seo-faq-list details p { margin: -5px 24px 23px; color: var(--muted); font-size: 15px; line-height: 1.72; }

/* Readability pass: supporting copy stays secondary without becoming tiny. */
.brand-copy small { font-size: 11px; }
.main-nav a { font-size: 15px; }
.eyebrow { font-size: 13px; }
.button { font-size: 16px; }
.trust-row { font-size: 13px; }
.stage-topline { font-size: 13px; }
.map-node b { font-size: 12px; }
.live-service small { font-size: 11px; }
.live-service strong { font-size: 16px; }
.live-service > b { font-size: 12px; }
.stage-caption span { font-size: 11px; }
.service-marquee div { font-size: 13px; }
.service-index { font-size: 12px; }
.flagship-card li, .flagship-card > a { font-size: 14px; }
.mini-number { font-size: 13px; }
.everyday-card p { font-size: 16px; }
.talent-search p { font-size: 15px; }
.talent-search b, .talent-list i { font-size: 12px; }
.talent-list strong { font-size: 16px; }
.talent-list small { font-size: 13px; }
.growth-main > span, .growth-side small { font-size: 12px; }
.growth-side p { font-size: 14px; }
.program-note { font-size: 13px; }
.dispatcher-flow p { font-size: 13px; }
.opportunities-intro span { font-size: 14px; }
.opportunity-card-top > span, .opportunity-card-top i { font-size: 12px; }
.opportunity-card p { font-size: 16px; }
.opportunity-card > a { font-size: 14px; }
.join-callout div:nth-child(2) > span { font-size: 12px; }
.join-callout p { font-size: 14px; }
.safety-chip strong { font-size: 15px; }
.safety-chip span { font-size: 13px; }
.safety-list p { font-size: 14px; }
.country-node { font-size: 12px; }
.app-card-head small { font-size: 12px; }
.app-download-card > p { font-size: 15px; }
.platform-links span { font-size: 12px; }
.platform-links strong { font-size: 15px; }
.driver-register-link { font-size: 13px; }
.footer-brand p { font-size: 14px; }
.footer-links strong { font-size: 12px; }
.footer-links a { font-size: 14px; }
.footer-bottom { font-size: 12px; }
.whatsapp-float small { font-size: 10px; }
.whatsapp-float strong { font-size: 15px; }

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

@media (max-width: 1100px) {
    .main-nav a { padding-inline: 9px; }
    .hero { grid-template-columns: 1fr 430px; gap: 35px; }
    .flagship-card { min-height: 610px; }
    .growth-metrics { grid-template-columns: 1fr; }
    .growth-main { min-height: 340px; }
}

@media (max-width: 980px) {
    .main-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; background: #0a201a; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 13px; }
    .main-nav .nav-cta { margin: 3px 0 0; text-align: center; }
    .menu-toggle { display: block; }
    .hero { grid-template-columns: 1fr; padding-top: 140px; }
    .hero-copy { max-width: 800px; }
    .ecosystem-stage { width: min(650px, 100%); margin: 0 auto; }
    .section-heading, .local-network, .business-growth, .safety, .national-section, .foundation-link, .download, .seo-faq { grid-template-columns: 1fr; }
    .section-heading { gap: 20px; }
    .flagship-grid { grid-template-columns: 1fr 1fr; }
    .flagship-card:last-child { grid-column: 1 / -1; min-height: 490px; }
    .flagship-card { min-height: 560px; }
    .everyday-grid { grid-template-columns: 1fr 1fr; }
    .directory-card { grid-column: 1 / -1; min-height: 300px; }
    .local-network, .business-growth, .safety, .national-section, .foundation-link, .download, .seo-faq { gap: 50px; }
    .seo-faq-heading { position: static; }
    .talent-board { width: min(700px, 100%); }
    .business-growth { align-items: start; }
    .growth-metrics { grid-template-columns: 1fr 1fr; }
    .dispatcher-panel { grid-template-columns: 1fr; }
    .opportunities-heading { grid-template-columns: 1fr; gap: 25px; }
    .opportunity-grid { grid-template-columns: 1fr 1fr; }
    .join-callout { grid-template-columns: auto 1fr; }
    .join-callout .button { grid-column: 1 / -1; }
    .national-visual, .foundation-mark { width: min(620px, 100%); margin: 0 auto; }
    .foundation-mark { min-height: 350px; }
    .download { align-items: start; }
    .footer-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 650px) {
    .site-header { top: 8px; }
    .brand-copy small { display: none; }
    .hero { min-height: auto; gap: 40px; padding: 125px 19px 65px; }
    .hero h1 { font-size: clamp(49px, 15vw, 67px); }
    .hero-copy > p { font-size: 18px; }
    .hero-actions, .hero-actions .button { width: 100%; }
    .trust-row { gap: 12px; }
    .ecosystem-stage { min-height: 530px; border-radius: 30px; }
    .route-map { right: 17px; left: 17px; }
    .live-service { max-width: calc(100% - 30px); }
    .live-taxi { left: 12px; width: 77%; }.live-delivery { right: 12px; width: 80%; }.live-package { left: 16px; width: 76%; }
    .stage-caption { display: none; }
    .service-marquee { align-items: flex-start; flex-direction: column; }
    .service-marquee div { width: max-content; animation: marquee 18s linear infinite; }
    @keyframes marquee { to { transform: translateX(-42%); } }
    .section, .local-network, .business-growth, .dispatchers, .opportunities, .safety, .national-section, .foundation-link, .download, .seo-faq { padding: 75px 19px; }
    .section-heading h2, .local-network h2, .business-growth h2, .dispatchers h2, .opportunities-heading h2, .safety h2, .national-section h2, .foundation-link h2, .download h2, .seo-faq-heading h2 { font-size: 43px; }
    .seo-faq-list summary { padding: 20px 54px 20px 19px; font-size: 16px; }
    .seo-faq-list details p { margin-right: 19px; margin-left: 19px; }
    .flagship-grid, .everyday-grid, .growth-metrics, .app-download-grid { grid-template-columns: 1fr; }
    .flagship-card, .flagship-card:last-child { grid-column: auto; min-height: 510px; }
    .everyday-card, .directory-card { grid-column: auto; min-height: 320px; }
    .talent-board { padding: 12px; }
    .talent-search { grid-template-columns: auto 1fr; }.talent-search b { display: none; }
    .growth-main { min-height: 360px; }
    .dispatcher-panel { padding: 27px 20px; border-radius: 28px; }
    .dispatcher-panel > .button { width: 100%; }
    .opportunity-grid { grid-template-columns: 1fr; }
    .opportunity-card { min-height: 290px; }
    .join-callout { grid-template-columns: 1fr; }
    .join-callout-mark { width: 50px; height: 50px; }
    .join-callout .button { grid-column: auto; width: 100%; }
    .safety-visual { min-height: 400px; }.radar-one { width: 320px; height: 320px; }.radar-two { width: 220px; height: 220px; }.shield { width: 120px; height: 145px; }.chip-one { top: 25px; left: 18px; }.chip-two { right: 15px; bottom: 30px; }
    .national-visual { min-height: 390px; }.national-visual > strong { font-size: 36px; }.country-node { font-size: 12px; }
    .foundation-mark { min-height: 310px; }.foundation-mark span { font-size: 82px; }
    .app-download-card > p { min-height: auto; }
    .footer-links { grid-template-columns: 1fr 1fr; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .whatsapp-float { right: 11px; bottom: 11px; padding: 11px; border-radius: 17px; }
    .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .map-pulse, .service-marquee div { animation: none; }
    .site-header, .button, .human-link span, .flagship-card > a span { transition: none; }
}
