/* ==========================================================================
   Delivery — Website
   ========================================================================== */

body.front { background: #fff; color: var(--ink-900); overflow-x: hidden; }
.container { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 20px; }

.text-gradient {
    background: linear-gradient(100deg, #ffb07a 0%, #ff6a2b 45%, #ff9a5a 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ==========================================================================
   Header / Navbar
   ========================================================================== */
.site-header {
    position: fixed; inset-inline: 0; top: 0; z-index: 100;
    color: #fff;
    transition: transform .45s var(--ease), background-color .35s, box-shadow .35s, color .35s;
}
.site-header.is-hidden { transform: translateY(-100%); }

.scroll-progress {
    position: absolute; inset-inline-start: 0; bottom: 0; height: 2px; width: 100%;
    background: var(--brand-gradient); transform-origin: left; transform: scaleX(0);
}
[dir="rtl"] .scroll-progress { transform-origin: right; }

.topbar {
    font-size: 13px; color: rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    transition: height .35s var(--ease), opacity .3s, border-color .3s;
    height: 40px; overflow: hidden;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 40px; gap: 16px; }
.topbar-group { display: flex; align-items: center; gap: 22px; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar-item:hover { color: #fff; }
.topbar .icon { width: 15px; height: 15px; }

.lang-switch { display: inline-flex; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .1); }
.lang-switch a { padding: 1px 11px; border-radius: 999px; font-size: 12.5px; transition: background-color .2s, color .2s; }
.lang-switch a.is-active { background: #fff; color: var(--ink-900); font-weight: 500; }

.navbar { display: flex; align-items: center; gap: 28px; height: 78px; transition: height .35s var(--ease); position: relative; }

.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark { width: 42px; height: 42px; transition: transform .5s var(--ease-out); }
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.05); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-size: 20px; font-weight: 700; letter-spacing: -.2px; }
.brand-tag { font-size: 11.5px; opacity: .7; font-weight: 400; margin-top: 3px; }

.nav-menu { display: flex; align-items: center; gap: 4px; margin-inline: auto; position: relative; }
.nav-link {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 14px; border-radius: 10px; font-size: 15px; font-weight: 500;
    opacity: .88; transition: opacity .2s, background-color .2s;
}
.nav-link:hover, .nav-link[aria-expanded="true"], .nav-link.is-active { opacity: 1; }
.nav-link .icon { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.nav-link[aria-expanded="true"] .icon { transform: rotate(180deg); }

.nav-indicator {
    position: absolute; bottom: 12px; height: 3px; border-radius: 3px; width: 0;
    background: var(--brand-gradient); pointer-events: none; opacity: 0;
    transition: transform .45s var(--ease-out), width .45s var(--ease-out), opacity .3s;
    left: 0;
}

.nav-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-login { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; font-weight: 500; font-size: 14.5px; opacity: .9; }
.nav-login:hover { opacity: 1; }

/* mega menu */
.has-mega { position: static; }
.mega-menu {
    position: absolute; top: calc(100% - 6px); inset-inline: 0; margin-inline: auto; width: min(960px, calc(100vw - 40px));
    background: #fff; color: var(--ink-900); border-radius: var(--radius-lg);
    box-shadow: 0 30px 80px -20px rgba(6, 10, 20, .45), 0 0 0 1px rgba(11, 18, 34, .06);
    padding: 22px; display: grid; grid-template-columns: 1fr 1fr 300px; gap: 10px;
    opacity: 0; visibility: hidden; transform: translateY(12px) scale(.98); transform-origin: top center;
    transition: opacity .3s var(--ease), transform .35s var(--ease-out), visibility .3s;
}
.has-mega.is-open .mega-menu { opacity: 1; visibility: visible; transform: none; }
.mega-col-title { font-size: 12px; font-weight: 600; letter-spacing: .6px; color: var(--gray-500); text-transform: uppercase; padding: 4px 12px 10px; }
.mega-link { display: flex; gap: 14px; padding: 12px; border-radius: 14px; transition: background-color .2s; }
.mega-link:hover { background: var(--gray-50); }
.mega-icon {
    width: 42px; height: 42px; border-radius: 12px; flex: none; display: grid; place-items: center;
    background: var(--brand-50); color: var(--brand-600); transition: transform .3s var(--ease-out), background-color .3s, color .3s;
}
.mega-link:hover .mega-icon { background: var(--brand-500); color: #fff; transform: scale(1.06) rotate(-4deg); }
.mega-link strong { display: block; font-weight: 600; font-size: 14.5px; }
.mega-link span { display: block; font-size: 13px; color: var(--gray-500); line-height: 1.55; margin-top: 2px; }
.mega-feature { position: relative; border-radius: 16px; overflow: hidden; min-height: 260px; color: #fff; display: flex; align-items: flex-end; padding: 20px; }
.mega-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.mega-feature:hover img { transform: scale(1.06); }
.mega-feature::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6, 10, 20, 0) 25%, rgba(6, 10, 20, .88)); }
.mega-feature-body { position: relative; z-index: 2; }
.mega-feature-body strong { font-size: 17px; display: block; margin-bottom: 4px; }
.mega-feature-body span { font-size: 13px; opacity: .85; display: flex; align-items: center; gap: 6px; }

/* scrolled state */
.site-header.is-scrolled {
    background: rgba(255, 255, 255, .86); color: var(--ink-900);
    backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px);
    box-shadow: 0 1px 0 rgba(11, 18, 34, .06), 0 10px 30px -18px rgba(11, 18, 34, .3);
}
.site-header.is-scrolled .topbar { height: 0; opacity: 0; border-color: transparent; }
.site-header.is-scrolled .navbar { height: 68px; }
.site-header.is-scrolled .nav-link:hover { background: var(--gray-100); }
.site-header.is-scrolled .btn-glass { background: var(--gray-100); color: var(--ink-900); border-color: transparent; }

/* hamburger */
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; position: relative; }
.nav-toggle span {
    position: absolute; inset-inline-start: 11px; width: 22px; height: 2px; border-radius: 2px; background: currentColor;
    transition: transform .35s var(--ease), opacity .2s, top .35s var(--ease);
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; width: 16px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-open .nav-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* mobile drawer */
.mobile-drawer {
    position: fixed; top: 0; bottom: 0; inset-inline-end: 0; width: min(380px, 88vw); z-index: 120;
    background: var(--ink-900); color: #fff; padding: 22px 22px 30px; overflow-y: auto;
    transform: translateX(100%); transition: transform .5s var(--ease-out);
    display: flex; flex-direction: column; gap: 18px;
}
[dir="rtl"] .mobile-drawer { transform: translateX(-100%); }
.nav-open .mobile-drawer { transform: none; }
.drawer-backdrop {
    position: fixed; inset: 0; z-index: 110; background: rgba(6, 10, 20, .55);
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s;
}
.nav-open .drawer-backdrop { opacity: 1; visibility: visible; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; }
.drawer-close { width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; }
.drawer-nav a, .drawer-nav summary {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    padding: 14px 4px; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 16px; font-weight: 500; cursor: pointer; list-style: none;
}
.drawer-nav summary::-webkit-details-marker { display: none; }
.drawer-nav details[open] summary .icon { transform: rotate(180deg); }
.drawer-nav summary .icon { transition: transform .3s; }
.drawer-sub a { font-size: 14.5px; font-weight: 400; padding-inline-start: 14px; opacity: .8; justify-content: flex-start; }
.drawer-actions { display: grid; gap: 10px; margin-top: auto; }
.drawer-actions .btn { width: 100%; }

/* ==========================================================================
   Hero — parallax slider
   ========================================================================== */
.hero { position: relative; height: 100vh; min-height: 680px; max-height: 1080px; overflow: hidden; background: var(--ink-950); color: #fff; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; visibility: hidden; z-index: 1; }
.hero-slide.is-active { visibility: visible; z-index: 2; }
.hero-slide.is-leaving { visibility: visible; z-index: 1; }

.hero-media {
    position: absolute; inset: -8% -4%; will-change: transform;
    clip-path: inset(0 0 0 0);
}
.hero-media img {
    width: 100%; height: 100%; object-fit: cover;
    transform: scale(1.14); transition: transform 8s linear;
}
.hero-slide.is-active .hero-media img { transform: scale(1.02); }
.hero-slide .hero-media { clip-path: inset(0 0 0 100%); transition: clip-path 1.1s var(--ease-out); }
[dir="rtl"] .hero-slide .hero-media { clip-path: inset(0 100% 0 0); }
.hero-slide.is-active .hero-media, .hero-slide.is-leaving .hero-media { clip-path: inset(0 0 0 0); }
.hero.is-first-load .hero-slide.is-active .hero-media { transition: none; }

.hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background:
        radial-gradient(1200px 600px at 85% 20%, rgba(255, 90, 31, .22), transparent 60%),
        linear-gradient(90deg, rgba(6, 10, 20, .92) 0%, rgba(6, 10, 20, .7) 42%, rgba(6, 10, 20, .25) 75%, rgba(6, 10, 20, .45) 100%),
        linear-gradient(180deg, rgba(6, 10, 20, .55) 0%, transparent 25%, transparent 70%, rgba(6, 10, 20, .8) 100%);
}
[dir="rtl"] .hero-overlay {
    background:
        radial-gradient(1200px 600px at 15% 20%, rgba(255, 90, 31, .22), transparent 60%),
        linear-gradient(270deg, rgba(6, 10, 20, .92) 0%, rgba(6, 10, 20, .7) 42%, rgba(6, 10, 20, .25) 75%, rgba(6, 10, 20, .45) 100%),
        linear-gradient(180deg, rgba(6, 10, 20, .55) 0%, transparent 25%, transparent 70%, rgba(6, 10, 20, .8) 100%);
}
.hero-grid-lines {
    position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .5;
    background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
}

.hero-inner { position: relative; z-index: 3; height: 100%; display: flex; align-items: center; padding-top: 110px; padding-bottom: 150px; }
.hero-content { max-width: 640px; will-change: transform; }

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 12px; border-radius: 999px;
    background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); font-size: 13.5px;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); margin-bottom: 22px;
}
[dir="rtl"] .hero-eyebrow { padding: 7px 12px 7px 16px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-400); position: relative; }
.pulse-dot::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--brand-400); animation: pulse 1.8s var(--ease) infinite; }
@keyframes pulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

.hero-title { font-size: clamp(36px, 5.6vw, 68px); line-height: 1.12; font-weight: 700; letter-spacing: -.8px; }
[dir="rtl"] .hero-title { letter-spacing: 0; line-height: 1.25; }
.hero-lead { font-size: clamp(16px, 1.5vw, 18.5px); color: rgba(255, 255, 255, .78); margin-top: 20px; max-width: 540px; font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

/* staggered text reveal */
.hero-slide [data-anim] { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease-out), transform 1s var(--ease-out); }
.hero-slide.is-active [data-anim] { opacity: 1; transform: none; }
.hero-slide.is-active [data-anim="1"] { transition-delay: .35s; }
.hero-slide.is-active [data-anim="2"] { transition-delay: .5s; }
.hero-slide.is-active [data-anim="3"] { transition-delay: .65s; }
.hero-slide.is-active [data-anim="4"] { transition-delay: .8s; }

/* floating depth cards */
.hero-float { position: absolute; z-index: 4; will-change: transform; pointer-events: none; }
.hero-float-track { inset-inline-end: 7%; top: 30%; }
.hero-float-done { inset-inline-end: 24%; bottom: 23%; }
.glass-card {
    background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); border-radius: 20px;
    backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5); color: #fff;
}
.track-widget { width: 300px; padding: 18px; animation: floaty 7s ease-in-out infinite; }
.track-widget-head { display: flex; align-items: center; justify-content: space-between; font-size: 13px; opacity: .85; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(22, 163, 74, .2); color: #4ade80; padding: 2px 10px; border-radius: 999px; font-size: 12px; }
.live-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: blink 1.4s infinite; }
@keyframes blink { 50% { opacity: .2; } }
.track-route { position: relative; height: 92px; margin: 14px 0; border-radius: 14px; background: rgba(6, 10, 20, .35); overflow: hidden; }
.track-route svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.route-path { fill: none; stroke: rgba(255, 255, 255, .25); stroke-width: 3; stroke-dasharray: 5 6; }
.route-progress { fill: none; stroke: var(--brand-400); stroke-width: 3.5; stroke-linecap: round; stroke-dasharray: 320; stroke-dashoffset: 320; animation: draw 4.5s var(--ease) infinite; }
@keyframes draw { 0% { stroke-dashoffset: 320; } 70%, 100% { stroke-dashoffset: 110; } }
.route-dot-a { fill: #fff; }
.route-dot-b { fill: var(--brand-400); }
.track-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.track-stats div { background: rgba(255, 255, 255, .07); border-radius: 12px; padding: 9px 12px; }
.track-stats strong { display: block; font-size: 19px; font-weight: 600; }
.track-stats span { font-size: 12px; opacity: .7; }
.done-chip { display: flex; align-items: center; gap: 12px; padding: 12px 18px 12px 14px; animation: floaty 6s ease-in-out infinite reverse; }
.done-chip .done-icon { width: 38px; height: 38px; border-radius: 12px; background: var(--success); display: grid; place-items: center; }
.done-chip strong { font-size: 14px; display: block; }
.done-chip span { font-size: 12px; opacity: .75; }
@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }

/* controls */
.hero-controls { position: absolute; z-index: 5; inset-inline: 0; bottom: 38px; }
.hero-controls .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.hero-pagination { display: flex; gap: 12px; flex: 1; max-width: 720px; }
.hero-dot { flex: 1; text-align: start; color: rgba(255, 255, 255, .55); transition: color .3s; padding-top: 14px; position: relative; }
.hero-dot:hover, .hero-dot.is-active { color: #fff; }
.hero-dot-bar { position: absolute; top: 0; inset-inline: 0; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .2); overflow: hidden; }
.hero-dot-bar i { position: absolute; inset: 0; background: var(--brand-gradient); transform: scaleX(0); transform-origin: left; }
[dir="rtl"] .hero-dot-bar i { transform-origin: right; }
.hero-dot.is-done .hero-dot-bar i { transform: scaleX(1); }
.hero-dot.is-active .hero-dot-bar i { animation: progress var(--slide-duration, 7s) linear forwards; }
.hero.is-paused .hero-dot.is-active .hero-dot-bar i { animation-play-state: paused; }
@keyframes progress { to { transform: scaleX(1); } }
.hero-dot-num { font-size: 12px; font-weight: 600; opacity: .8; display: block; }
.hero-dot-label { font-size: 13.5px; font-weight: 500; }
.hero-arrows { display: flex; gap: 10px; }
.hero-arrow {
    width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff;
    border: 1px solid rgba(255, 255, 255, .3); transition: background-color .25s, border-color .25s, transform .25s;
}
.hero-arrow:hover { background: #fff; color: var(--ink-900); transform: scale(1.06); }
.hero-counter { font-size: 13px; color: rgba(255, 255, 255, .7); align-self: center; font-variant-numeric: tabular-nums; min-width: 54px; text-align: center; }
.hero-counter strong { color: #fff; font-size: 20px; font-weight: 600; }

.hero-scroll { position: absolute; z-index: 5; bottom: 44px; inset-inline-end: 40px; display: none; }

/* ==========================================================================
   Track strip
   ========================================================================== */
.track-strip { position: relative; z-index: 10; margin-top: -58px; }
.track-card {
    background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg), 0 0 0 1px rgba(11, 18, 34, .05);
    padding: 16px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center;
}
.track-card-icon { width: 60px; height: 60px; border-radius: 16px; background: var(--brand-50); color: var(--brand-600); display: grid; place-items: center; }
.track-card-label { font-size: 13px; color: var(--gray-500); }
.track-input { width: 100%; border: 0; outline: 0; font-size: 18px; font-weight: 500; padding: 2px 0; background: transparent; }
.track-input::placeholder { color: var(--gray-300); font-weight: 400; }
.track-card .btn { --btn-h: 54px; }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: 110px 0; position: relative; }
.section-sm { padding: 80px 0; }
.section-head { max-width: 680px; margin-bottom: 56px; }
.section-head.is-center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--brand-600); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--brand-gradient); }
.section-title { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.2; font-weight: 700; letter-spacing: -.5px; }
[dir="rtl"] .section-title { letter-spacing: 0; line-height: 1.35; }
.section-lead { font-size: 17px; color: var(--gray-500); margin-top: 16px; font-weight: 300; }
.section-dark { background: var(--ink-900); color: #fff; }
.section-dark .section-lead { color: rgba(255, 255, 255, .65); }
.section-soft { background: var(--gray-50); }

/* reveal on scroll */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease-out), transform 1s var(--ease-out); }
[data-reveal="left"] { transform: translateX(-50px); }
[data-reveal="right"] { transform: translateX(50px); }
[data-reveal="zoom"] { transform: scale(.94); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* stats */
.stats { padding: 70px 0 20px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { padding: 26px; border-radius: var(--radius-lg); background: var(--gray-50); position: relative; overflow: hidden; }
.stat::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; inset-inline-end: -40px; top: -40px; background: var(--brand-50); transition: transform .6s var(--ease-out); }
.stat:hover::after { transform: scale(1.4); }
.stat-value { font-size: 44px; font-weight: 700; line-height: 1; color: var(--ink-900); position: relative; z-index: 1; font-variant-numeric: tabular-nums; }
.stat-value small { font-size: 22px; color: var(--brand-500); }
.stat-label { color: var(--gray-500); margin-top: 10px; position: relative; z-index: 1; font-size: 14.5px; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.steps::before {
    content: ""; position: absolute; top: 44px; inset-inline: 12%; height: 2px;
    background: repeating-linear-gradient(90deg, var(--gray-200) 0 8px, transparent 8px 16px);
}
.step { position: relative; text-align: center; padding: 0 10px; }
.step-icon {
    width: 88px; height: 88px; margin: 0 auto 22px; border-radius: 28px; display: grid; place-items: center; position: relative;
    background: #fff; color: var(--brand-600); box-shadow: var(--shadow), 0 0 0 1px var(--gray-100);
    transition: transform .5s var(--ease-out), background-color .4s, color .4s;
}
.step:hover .step-icon { transform: translateY(-8px) rotate(-6deg); background: var(--brand-500); color: #fff; }
.step-num {
    position: absolute; top: -8px; inset-inline-end: -8px; width: 30px; height: 30px; border-radius: 50%;
    background: var(--ink-900); color: #fff; font-size: 13px; font-weight: 600; display: grid; place-items: center; border: 3px solid #fff;
}
.step h3 { font-size: 18.5px; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--gray-500); font-size: 14.5px; }

/* services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
    position: relative; padding: 30px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--gray-100);
    transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .3s; overflow: hidden;
}
.service-card::before {
    content: ""; position: absolute; inset: 0; background: radial-gradient(400px 200px at var(--mx, 50%) var(--my, 0%), rgba(255, 90, 31, .1), transparent 60%);
    opacity: 0; transition: opacity .4s;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 22px; background: var(--brand-50); color: var(--brand-600); position: relative; }
.service-card h3 { font-size: 19px; font-weight: 600; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; position: relative; }
.service-card p { color: var(--gray-500); font-size: 14.5px; position: relative; }
.service-card.is-wide { grid-column: span 2; background: var(--ink-900); color: #fff; border-color: transparent; display: flex; align-items: center; gap: 30px; }
.service-card.is-wide p { color: rgba(255, 255, 255, .65); }
.service-card.is-wide .service-icon { background: rgba(255, 255, 255, .08); color: var(--brand-300); margin-bottom: 0; width: 72px; height: 72px; flex: none; }

/* split feature */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.split.is-reverse .split-media { order: 2; }
.split-media { position: relative; isolation: isolate; }
.media-frame { border-radius: var(--radius-xl); overflow: hidden; position: relative; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.3; }
.media-frame img { width: 100%; height: 118%; object-fit: cover; will-change: transform; }
.media-accent { position: absolute; z-index: -1; width: 70%; height: 70%; border-radius: var(--radius-xl); background: var(--brand-gradient); inset-inline-start: -26px; bottom: -26px; opacity: .9; }
.float-chip {
    position: absolute; z-index: 2; background: #fff; border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow-lg);
    display: flex; align-items: center; gap: 12px; font-size: 13.5px; animation: floaty 6s ease-in-out infinite;
}
.float-chip strong { display: block; font-size: 15px; }
.float-chip span { color: var(--gray-500); font-size: 12.5px; }
.float-chip .chip-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-50); color: var(--brand-600); }
.float-chip .chip-icon.is-green { background: var(--success-soft); color: var(--success); }
.float-chip .chip-icon.is-blue { background: var(--info-soft); color: var(--info); }
.chip-pos-1 { top: 8%; inset-inline-end: -34px; }
.chip-pos-2 { bottom: 12%; inset-inline-start: -40px; animation-delay: -3s; }
.check-list { display: grid; gap: 14px; margin-top: 30px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list .check { width: 28px; height: 28px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--brand-50); color: var(--brand-600); margin-top: 1px; }
.check-list .check .icon { width: 15px; height: 15px; stroke-width: 2.6; }
.check-list strong { font-weight: 600; display: block; }
.check-list span { color: var(--gray-500); font-size: 14.5px; }
.split-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }

/* parallax band */
.parallax-band { position: relative; overflow: hidden; color: #fff; padding: 150px 0; isolation: isolate; }
.parallax-img { position: absolute; inset: -25% 0; width: 100%; height: 150%; object-fit: cover; z-index: -2; will-change: transform; }
.parallax-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(6, 10, 20, .94) 0%, rgba(6, 10, 20, .78) 45%, rgba(6, 10, 20, .45) 75%, rgba(236, 65, 8, .4)); }
[dir="rtl"] .parallax-band::before { background: linear-gradient(260deg, rgba(6, 10, 20, .94) 0%, rgba(6, 10, 20, .78) 45%, rgba(6, 10, 20, .45) 75%, rgba(236, 65, 8, .4)); }
.band-content { max-width: 720px; }
.band-content .section-title { font-size: clamp(30px, 4.2vw, 52px); }
.band-content p { font-size: 18px; color: rgba(255, 255, 255, .8); margin-top: 18px; font-weight: 300; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.zone-tag { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); font-size: 14px; }
.zone-tag .icon { width: 16px; height: 16px; color: var(--brand-300); }

/* business */
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card { padding: 22px; border-radius: var(--radius-lg); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); transition: background-color .3s, transform .4s var(--ease-out), border-color .3s; }
.feature-card:hover { background: rgba(255, 255, 255, .08); transform: translateY(-4px); border-color: rgba(255, 138, 76, .4); }
.feature-card .icon-wrap { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(255, 90, 31, .15); color: var(--brand-300); margin-bottom: 16px; }
.feature-card h3 { font-size: 16.5px; font-weight: 600; margin-bottom: 6px; }
.feature-card p { font-size: 14px; color: rgba(255, 255, 255, .6); }
.bulk-visual { position: relative; }
.bulk-visual .media-frame { aspect-ratio: 4 / 4.2; }
.bulk-flow {
    position: absolute; inset-inline: 22px; bottom: 22px; z-index: 2; padding: 18px; border-radius: 18px;
    display: flex; align-items: center; justify-content: space-between; gap: 6px;
}
.bulk-step { text-align: center; font-size: 12px; color: rgba(255, 255, 255, .85); flex: 1; }
.bulk-step .icon-wrap { width: 42px; height: 42px; border-radius: 12px; margin: 0 auto 6px; display: grid; place-items: center; background: rgba(255, 255, 255, .14); }
.bulk-step.is-hot .icon-wrap { background: var(--brand-500); }
.bulk-arrow { color: rgba(255, 255, 255, .5); }
.bulk-arrow .icon { width: 16px; height: 16px; }

/* segments */
.segments-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 18px; }
.segment-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; color: #fff; display: flex; align-items: flex-end; padding: 24px; isolation: isolate; }
.segment-card:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.segment-card:nth-child(2) { grid-column: span 4; }
.segment-card:nth-child(3) { grid-column: span 3; }
.segment-card:nth-child(4) { grid-column: span 3; }
.segment-card:nth-child(5) { grid-column: span 4; }
.segment-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.1s var(--ease-out); }
.segment-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 10, 20, .05) 30%, rgba(6, 10, 20, .85)); transition: background-color .4s; }
.segment-card:hover img { transform: scale(1.08); }
.segment-card h3 { font-size: 20px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.segment-card p { font-size: 14px; color: rgba(255, 255, 255, .8); margin-top: 6px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .5s var(--ease-out), opacity .4s; }
.segment-card:hover p, .segment-card:focus-within p { max-height: 90px; opacity: 1; }
.segment-card .seg-icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: rgba(255, 255, 255, .16); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.segment-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 34px; }
.segment-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--gray-200); font-size: 14.5px; transition: border-color .25s, color .25s, transform .3s var(--ease-out); }
.segment-chip:hover { border-color: var(--brand-300); color: var(--brand-600); transform: translateY(-3px); }
.segment-chip .icon { width: 17px; height: 17px; color: var(--brand-500); }

/* proof of delivery */
.pod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.pod-item { display: flex; gap: 14px; padding: 16px; border-radius: var(--radius); border: 1px solid var(--gray-100); background: #fff; transition: border-color .3s, box-shadow .3s; }
.pod-item:hover { border-color: var(--brand-200); box-shadow: var(--shadow); }
.pod-item .icon-wrap { width: 42px; height: 42px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--gray-50); color: var(--ink-700); }
.pod-item strong { font-size: 15px; font-weight: 600; display: block; }
.pod-item span { font-size: 13px; color: var(--gray-500); line-height: 1.55; display: block; }
.otp-card { position: absolute; z-index: 2; inset-inline-end: -30px; bottom: 10%; padding: 18px 20px; border-radius: 18px; background: var(--ink-900); color: #fff; box-shadow: var(--shadow-lg); animation: floaty 6s ease-in-out infinite; }
.otp-card small { font-size: 12px; opacity: .65; display: block; margin-bottom: 8px; }
.otp-digits { display: flex; gap: 6px; direction: ltr; }
.otp-digits b { width: 36px; height: 44px; border-radius: 10px; background: rgba(255, 255, 255, .1); display: grid; place-items: center; font-size: 20px; font-weight: 600; }
.otp-digits b:last-child { background: var(--brand-500); }

/* pricing (pay per trip, no plans) */
.pricing-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.pricing-points { display: grid; gap: 14px; margin-top: 28px; }
.pricing-points li { display: flex; gap: 14px; align-items: flex-start; }
.pricing-points .icon-wrap { width: 44px; height: 44px; border-radius: 13px; flex: none; display: grid; place-items: center; background: var(--brand-50); color: var(--brand-600); }
.pricing-points strong { display: block; font-weight: 700; }
.pricing-points span span { color: var(--gray-500); font-size: 14.5px; }
.factors-title { font-size: 16px; font-weight: 700; margin: 30px 0 12px; }
.factors { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.factor { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 12px; background: var(--gray-50); border: 1px solid var(--gray-200); font-size: 14px; font-weight: 500; }
.factor .icon { width: 17px; height: 17px; color: var(--brand-500); }
.factor-plus { color: var(--gray-400); font-weight: 700; }
.commission-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; padding: 14px 16px; border-radius: 14px; background: var(--ink-900); color: rgba(255, 255, 255, .85); font-size: 14.5px; }
.commission-note .icon { color: var(--brand-300); margin-top: 3px; }

.estimate-wrap { position: relative; }
.estimate-wrap::before { content: ""; position: absolute; inset: 8% -6% -6% 10%; border-radius: 32px; background: var(--brand-gradient); opacity: .9; z-index: -1; transform: rotate(-3deg); }
.estimate-card { background: #fff; border-radius: 26px; padding: 26px; box-shadow: var(--shadow-lg), 0 0 0 1px rgba(11, 18, 34, .05); }
.estimate-badge { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 999px; background: var(--brand-50); color: var(--brand-600); font-size: 13px; font-weight: 700; }
.estimate-route { margin: 20px 0; padding: 16px; border-radius: 16px; background: var(--gray-50); }
.estimate-stop { display: flex; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 500; }
.estimate-stop .dot { width: 14px; height: 14px; border-radius: 50%; flex: none; }
.estimate-stop .dot.is-from { background: var(--ink-900); box-shadow: 0 0 0 4px rgba(11, 18, 34, .12); }
.estimate-stop .dot.is-to { background: var(--brand-500); box-shadow: 0 0 0 4px rgba(255, 90, 31, .18); }
.estimate-line { width: 2px; height: 22px; margin: 4px 0 4px 6px; background: repeating-linear-gradient(to bottom, var(--gray-300) 0 4px, transparent 4px 8px); }
[dir="rtl"] .estimate-line { margin: 4px 6px 4px 0; }
.estimate-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.estimate-meta div { padding: 12px 14px; border-radius: 14px; border: 1px solid var(--gray-200); }
.estimate-meta small { display: block; color: var(--gray-500); font-size: 12.5px; }
.estimate-meta strong { font-size: 17px; font-weight: 700; }
.estimate-lines { margin: 18px 0 0; display: grid; gap: 10px; }
.estimate-lines div { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; }
.estimate-lines dt { color: var(--gray-500); }
.estimate-lines dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }
.estimate-lines .is-total { padding-top: 12px; border-top: 1px dashed var(--gray-200); }
.estimate-lines .is-total dt { color: var(--ink-900); font-weight: 700; }
.estimate-lines .is-total dd { font-size: 22px; font-weight: 800; color: var(--brand-600); }
.estimate-note { margin-top: 14px; font-size: 12.5px; color: var(--gray-400); }

/* drivers cta */
.driver-cta .band-content { max-width: 600px; }
.driver-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 32px 0 36px; }
.driver-perk { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.driver-perk .icon-wrap { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .12); color: var(--brand-300); flex: none; }

/* app section */
.app-section { overflow: hidden; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.store-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.store-btn { display: inline-flex; align-items: center; gap: 12px; padding: 11px 20px; border-radius: 14px; background: var(--ink-900); color: #fff; transition: transform .3s var(--ease-out), background-color .3s; }
.store-btn:hover { transform: translateY(-3px); background: var(--ink-700); }
.store-btn small { display: block; font-size: 11px; opacity: .65; line-height: 1.2; }
.store-btn strong { display: block; font-size: 15px; line-height: 1.3; font-weight: 600; }
.phones { position: relative; height: 560px; }
.phone {
    position: absolute; width: 260px; height: 530px; border-radius: 42px; background: var(--ink-950); padding: 12px;
    box-shadow: 0 40px 80px -30px rgba(11, 18, 34, .6), inset 0 0 0 2px #2a3656;
}
.phone-screen { width: 100%; height: 100%; border-radius: 32px; overflow: hidden; background: #f1f4f9; position: relative; }
.phone-notch { position: absolute; top: 10px; left: 50%; translate: -50% 0; width: 90px; height: 24px; border-radius: 20px; background: var(--ink-950); z-index: 3; }
.phone-a { inset-inline-start: 6%; top: 20px; rotate: -6deg; z-index: 2; }
.phone-b { inset-inline-end: 4%; top: 0; rotate: 5deg; }
.mini-map {
    position: absolute; inset: 0 0 42% 0;
    background-color: #e8edf3;
    background-image:
        linear-gradient(90deg, transparent 47%, #fff 47%, #fff 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, #fff 47%, #fff 53%, transparent 53%),
        linear-gradient(30deg, transparent 48%, #fff 48%, #fff 52%, transparent 52%);
    background-size: 90px 90px, 90px 90px, 160px 160px;
}
.mini-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.mini-map .route-path { stroke: var(--ink-700); stroke-dasharray: none; stroke-width: 4; opacity: .25; }
.mini-map .route-progress { stroke: var(--brand-500); stroke-width: 4.5; }
.phone-sheet { position: absolute; inset: 55% 0 0 0; background: #fff; border-radius: 24px 24px 0 0; padding: 18px 16px; box-shadow: 0 -10px 30px -12px rgba(0, 0, 0, .2); color: var(--ink-900); }
.sheet-handle { width: 40px; height: 4px; border-radius: 4px; background: var(--gray-200); margin: -6px auto 12px; }
.sheet-row { display: flex; align-items: center; gap: 10px; }
.sheet-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brand-gradient); display: grid; place-items: center; color: #fff; font-weight: 600; }
.sheet-row strong { font-size: 14px; display: block; }
.sheet-row span { font-size: 11.5px; color: var(--gray-500); }
.sheet-eta { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sheet-eta div { background: var(--gray-50); border-radius: 12px; padding: 8px 10px; }
.sheet-eta b { font-size: 16px; display: block; }
.sheet-eta small { font-size: 11px; color: var(--gray-500); }
.sheet-status { margin-top: 12px; height: 6px; border-radius: 6px; background: var(--gray-100); overflow: hidden; }
.sheet-status i { display: block; height: 100%; width: 68%; background: var(--brand-gradient); border-radius: 6px; }
.driver-screen { background: var(--ink-900); color: #fff; padding: 46px 16px 16px; }
.driver-screen .ds-head { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.ds-toggle { width: 46px; height: 26px; border-radius: 26px; background: var(--success); position: relative; }
.ds-toggle::after { content: ""; position: absolute; top: 3px; inset-inline-end: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; }
.ds-earn { margin: 18px 0; padding: 16px; border-radius: 18px; background: var(--brand-gradient); }
.ds-earn small { font-size: 12px; opacity: .85; }
.ds-earn b { display: block; font-size: 26px; }
.ds-order { background: rgba(255, 255, 255, .06); border-radius: 16px; padding: 12px; margin-top: 10px; font-size: 12px; }
.ds-order .ds-line { display: flex; gap: 8px; align-items: center; opacity: .85; margin-top: 6px; }
.ds-order .icon { width: 14px; height: 14px; color: var(--brand-300); }
.ds-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.ds-actions span { text-align: center; padding: 8px; border-radius: 10px; background: rgba(255, 255, 255, .1); font-size: 12px; }
.ds-actions span:last-child { background: var(--success); }

/* faq */
.faq-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--radius-lg); background: #fff; transition: border-color .3s, box-shadow .3s; }
.faq-item[open] { border-color: var(--brand-200); box-shadow: var(--shadow); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; font-weight: 600; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle { width: 32px; height: 32px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--gray-100); transition: transform .35s var(--ease), background-color .3s, color .3s; }
.faq-item[open] .faq-toggle { transform: rotate(45deg); background: var(--brand-500); color: #fff; }
.faq-answer { padding: 0 22px 20px; color: var(--gray-500); font-size: 15px; }
.faq-contact { padding: 30px; border-radius: var(--radius-xl); background: var(--gray-50); margin-top: 30px; }
.faq-contact h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.faq-contact p { color: var(--gray-500); font-size: 14.5px; margin-bottom: 18px; }

/* final cta */
.final-cta { padding: 0 0 110px; }
.cta-box {
    position: relative; overflow: hidden; border-radius: 32px; padding: 70px; color: #fff; isolation: isolate;
    background: var(--brand-gradient); display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center;
}
.cta-box::before, .cta-box::after { content: ""; position: absolute; border-radius: 50%; z-index: -1; border: 1px solid rgba(255, 255, 255, .25); }
.cta-box::before { width: 520px; height: 520px; inset-inline-end: -120px; top: -200px; }
.cta-box::after { width: 340px; height: 340px; inset-inline-end: -30px; top: -110px; }
.cta-box h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; line-height: 1.25; }
.cta-box p { color: rgba(255, 255, 255, .85); margin-top: 14px; font-size: 17px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.cta-box .btn-dark:hover { background: var(--ink-950); }

/* footer */
.site-footer { background: var(--ink-950); color: rgba(255, 255, 255, .65); padding: 80px 0 0; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer-about p { margin-top: 18px; max-width: 340px; }
.footer-brand { color: #fff; }
.footer-col h4 { color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { transition: color .2s; }
.footer-col a:hover { color: var(--brand-300); }
.footer-contact li { display: flex; gap: 10px; align-items: center; }
.footer-contact .icon { width: 17px; height: 17px; color: var(--brand-400); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.footer-bottom a:hover { color: #fff; }

.back-to-top {
    position: fixed; z-index: 90; bottom: 26px; inset-inline-end: 26px; width: 50px; height: 50px; border-radius: 50%;
    background: var(--ink-900); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-lg);
    opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .3s, transform .4s var(--ease-out), visibility .3s, background-color .25s;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--brand-500); }

/* credits page */
.page-hero { background: var(--ink-900); color: #fff; padding: 170px 0 70px; }
.page-hero .section-lead { color: rgba(255, 255, 255, .65); }
.credits-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.credit-card { border: 1px solid var(--gray-100); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.credit-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.credit-body { padding: 16px; font-size: 13.5px; color: var(--gray-500); }
.credit-body strong { display: block; color: var(--ink-900); font-size: 14.5px; margin-bottom: 4px; }
.credit-body a { color: var(--brand-600); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
    .nav-menu, .nav-login, .nav-actions .btn-primary { display: none; }
    .nav-toggle { display: block; }
    .navbar { justify-content: space-between; }
    .hero-float-done { display: none; }
    .split, .business-grid, .app-grid, .faq-wrap { grid-template-columns: 1fr; gap: 50px; }
    .split.is-reverse .split-media { order: 0; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .pricing-grid { grid-template-columns: 1fr; gap: 50px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .cta-box { grid-template-columns: 1fr; padding: 50px; }
    .cta-actions { justify-content: flex-start; }
    .segments-grid { grid-template-columns: repeat(6, 1fr); }
    .segment-card:nth-child(n) { grid-column: span 3; grid-row: span 1; }
    .segment-card:nth-child(1) { grid-column: span 6; }
}

@media (max-width: 860px) {
    .topbar-group.is-contact { display: none; }
    .topbar .container { justify-content: center; }
    .hero-float-track { display: none; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .steps { grid-template-columns: 1fr 1fr; row-gap: 40px; }
    .steps::before { display: none; }
    .hero-pagination .hero-dot-label { display: none; }
    .chip-pos-1 { inset-inline-end: 10px; }
    .chip-pos-2 { inset-inline-start: 10px; }
    .otp-card { inset-inline-end: 10px; }
}

@media (max-width: 640px) {
    .topbar-group.is-contact { display: none; }
    .topbar .container { justify-content: center; }
    .section { padding: 80px 0; }
    .hero { min-height: 640px; }
    .hero-inner { padding-bottom: 170px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-title { font-size: 34px; }
    .hero-controls { bottom: 90px; }
    .hero-arrows .hero-counter { display: none; }
    .hero-arrow { width: 44px; height: 44px; }
    .track-strip { margin-top: -70px; }
    .track-card { grid-template-columns: 1fr; text-align: start; }
    .track-card-icon { display: none; }
    .track-card .btn { width: 100%; }
    .services-grid, .feature-grid, .pod-grid, .driver-perks { grid-template-columns: 1fr; }
    .service-card.is-wide { grid-column: auto; flex-direction: column; align-items: flex-start; gap: 18px; }
    .segments-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
    .segment-card:nth-child(n) { grid-column: auto; }
    .segment-card p { max-height: 90px; opacity: 1; }
    .phones { height: 480px; transform: scale(.82); transform-origin: top center; }
    .phone-a { inset-inline-start: -2%; }
    .phone-b { inset-inline-end: -2%; }
    .footer-grid { grid-template-columns: 1fr; }
    .cta-box { padding: 36px 24px; border-radius: 24px; }
    .bulk-flow { flex-wrap: wrap; }
    .bulk-arrow { display: none; }
    .float-chip { display: none; }
    .media-accent { inset-inline-start: -12px; bottom: -12px; }
    .stat-value { font-size: 36px; }
}

/* maintenance page */
.maintenance-page { min-height: 100vh; display: grid; place-items: center; padding: 24px 16px; background: radial-gradient(900px 500px at 50% 0%, rgba(255, 90, 31, .25), transparent 60%), var(--ink-950); color: #fff; }
.maintenance-card { width: min(520px, 100%); text-align: center; display: grid; justify-items: center; gap: 16px; }
.maintenance-logo { height: 56px; width: auto; }
.maintenance-icon { width: 84px; height: 84px; border-radius: 26px; display: grid; place-items: center; background: var(--brand-gradient); box-shadow: var(--shadow-brand); margin-top: 12px; }
.maintenance-card h1 { font-size: clamp(26px, 5vw, 36px); font-weight: 800; }
.maintenance-card p { color: rgba(255, 255, 255, .75); font-size: 17px; }

/* social icons in footer */
.footer-social { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .75); transition: background-color .2s, color .2s, transform .25s var(--ease-out); }
.footer-social a:hover { background: var(--brand-500); color: #fff; transform: translateY(-3px); }
.footer-social .icon { width: 17px; height: 17px; }
.brand-logo-img { height: 42px; width: auto; }
