:root {
  --bg: #f5f7fa;
  --surface: #ffffff;
  --surface-2: #edf1f5;
  --ink: #07111f;
  --ink-2: #26364a;
  --muted: #687789;
  --line: rgba(7, 17, 31, 0.1);
  --dark: #07111f;
  --dark-2: #0e1b2c;
  --yellow: #ffd12f;
  --yellow-2: #f5bc00;
  --green: #31d17c;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 12px 30px rgba(9, 22, 39, 0.08);
  --shadow-md: 0 24px 70px rgba(7, 17, 31, 0.15);
  --container: 1240px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 16px; background: var(--yellow); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.topbar { background: #030a12; color: #d8e0e8; font-size: 12px; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p, .topbar__links span, .topbar__links a { display: flex; align-items: center; gap: 7px; margin: 0; }
.topbar__links { display: flex; gap: 22px; }
.topbar .icon { width: 14px; height: 14px; color: var(--yellow); }
.status-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 5px rgba(49, 209, 124, .1); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(49, 209, 124, 0); } }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(7, 17, 31, .06); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 30px rgba(7,17,31,.08); background: rgba(255,255,255,.96); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--yellow); color: var(--ink); font-size: 22px; font-weight: 900; letter-spacing: -1px; transform: skew(-6deg); box-shadow: inset 0 -4px 0 rgba(0,0,0,.09); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text strong { font-size: 16px; letter-spacing: .06em; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 34px); margin-left: auto; }
.nav a { position: relative; color: #354357; font-size: 14px; font-weight: 700; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; border-radius: 3px; background: var(--yellow-2); transition: right .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-phone { display: flex; align-items: center; gap: 10px; padding-left: 25px; border-left: 1px solid var(--line); }
.header-phone__icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: var(--yellow); }
.header-phone span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.header-phone small { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.header-phone strong { margin-top: 2px; font-size: 14px; }
.menu-btn { display: none; width: 44px; height: 44px; place-items: center; color: var(--ink); border: 0; border-radius: 12px; background: var(--surface-2); }
.menu-btn .icon { width: 23px; height: 23px; }
.close-icon { display: none; }
.menu-btn.is-open .menu-icon { display: none; }
.menu-btn.is-open .close-icon { display: block; }

.hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 10%, rgba(255,209,47,.18), transparent 20%), radial-gradient(circle at 18% 84%, rgba(60,131,246,.12), transparent 25%), linear-gradient(180deg, #06101d 0%, #081423 60%, #06101d 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 0%, transparent 86%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero__glow--one { width: 540px; height: 540px; right: -120px; top: -180px; background: radial-gradient(circle, rgba(255,209,47,.16), transparent 68%); }
.hero__glow--two { width: 420px; height: 420px; left: 10%; bottom: -250px; background: radial-gradient(circle, rgba(38,128,255,.15), transparent 68%); }
.hero__container { position: relative; z-index: 2; padding-top: 54px; padding-bottom: 36px; }
.hero-slider { position: relative; min-height: 560px; }
.hero-slide { position: absolute; inset: 0; overflow: hidden; visibility: hidden; opacity: 0; transform: translateX(24px); border: 1px solid rgba(255,255,255,.08); border-radius: 34px; background: #07111f; box-shadow: 0 28px 80px rgba(0,0,0,.28); transition: opacity .5s ease, transform .5s ease, visibility .5s; }
.hero-slide.is-active { visibility: visible; opacity: 1; transform: translateX(0); }
.hero-slide__media { position: absolute; inset: 0; }
.hero-slide__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,20,.96) 0%, rgba(6,12,22,.9) 24%, rgba(6,12,22,.58) 44%, rgba(6,12,22,.22) 66%, rgba(6,12,22,.38) 100%), linear-gradient(to top, rgba(6,12,22,.82) 0%, rgba(6,12,22,.4) 24%, rgba(6,12,22,.1) 52%, rgba(6,12,22,.25) 100%); }
.hero-slide__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; min-height: 560px; padding: 56px 52px 22px; }
.hero-slide__copy { max-width: 540px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #8d6600; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 999px; background: var(--yellow); }
.hero .eyebrow, .section--dark .eyebrow, .cta-card .eyebrow { color: var(--yellow); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(56px, 6.1vw, 86px); line-height: .97; letter-spacing: -.065em; white-space: pre-line; }
.hero h1 .accent, .accent { color: var(--yellow); }
.hero-slide__copy > p { max-width: 530px; margin: 20px 0 0; color: #d7dee7; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 28px rgba(255, 209, 47, .2); }
.btn--primary:hover { background: #ffda5e; box-shadow: 0 15px 35px rgba(255, 209, 47, .3); }
.btn--ghost { color: #fff; background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.24); }
.btn--ghost:hover { background: rgba(255,255,255,.1); }
.btn--dark { color: #fff; background: var(--dark); }
.btn--ghost-light { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
.btn--large { min-height: 64px; padding-inline: 25px; border-radius: 17px; }
.btn--large span { display: flex; flex-direction: column; line-height: 1.15; align-items: flex-start; }
.btn--large small { font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.btn--large strong { margin-top: 3px; font-size: 17px; }
.btn--full { width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: #b8c3ce; font-size: 12px; font-weight: 700; }
.hero-badge .icon { color: var(--green); }
.hero-premium-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hero-premium-item { display: flex; align-items: flex-start; gap: 12px; min-width: 0; padding: 16px 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(11,20,34,.72); backdrop-filter: blur(12px); }
.hero-premium-item .icon { width: 20px; height: 20px; margin-top: 1px; color: var(--yellow); }
.hero-premium-item strong { display: block; font-size: 12px; line-height: 1.3; }
.hero-premium-item span { display: block; margin-top: 4px; color: #98a6b7; font-size: 10px; line-height: 1.5; }
.hero-controls { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.hero-dots { position: absolute; left: 50%; bottom: 18px; display: flex; align-items: center; gap: 8px; transform: translateX(-50%); pointer-events: auto; }
.hero-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.3); transition: transform .25s ease, background .25s ease; }
.hero-dot.is-active { transform: scale(1.2); background: var(--yellow); }
.hero-arrows { position: absolute; inset: 50% 18px auto 18px; display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; }
.slider-arrow, .review-arrow { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; background: rgba(5,11,20,.4); backdrop-filter: blur(8px); transition: background .2s ease, border-color .2s ease, transform .2s ease; pointer-events: auto; }
.slider-arrow:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.32); transform: scale(1.03); }
.slider-arrow .icon { width: 19px; height: 19px; }
.slider-arrow--prev .icon, .review-prev .icon { transform: rotate(180deg); }

.booking-wrap { position: relative; z-index: 10; margin-top: -40px; }
.dispatch-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 20px 22px; color: #fff; background: linear-gradient(120deg, #0b1727, #101f32); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; box-shadow: var(--shadow-md); }
.dispatch-card__icon { display: grid; place-items: center; width: 58px; height: 58px; color: var(--ink); background: var(--yellow); border-radius: 17px; box-shadow: 0 12px 28px rgba(255,209,47,.22); }
.dispatch-card__icon .icon { width: 27px; height: 27px; }
.dispatch-card__copy { display: flex; flex-direction: column; min-width: 0; }
.dispatch-card__copy strong { font-size: 18px; letter-spacing: -.02em; }
.dispatch-card__copy span { max-width: 690px; margin-top: 4px; color: #aeb9c6; font-size: 12px; line-height: 1.65; }
.dispatch-card__actions { display: flex; align-items: center; gap: 14px; }
.dispatch-phone { display: flex; flex-direction: column; min-width: max-content; line-height: 1.15; }
.dispatch-phone small { color: #aeb9c6; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.dispatch-phone strong { margin-top: 5px; font-size: 18px; }

.trust-strip { padding: 30px 0 18px; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-strip__grid > div { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 10px 26px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { padding-left: 0; }
.trust-strip__grid > div:last-child { border-right: 0; padding-right: 0; }
.trust-strip .icon { width: 25px; height: 25px; color: #b17d00; }
.trust-strip span { display: flex; flex-direction: column; line-height: 1.3; }
.trust-strip strong { font-size: 12px; }
.trust-strip small { margin-top: 4px; color: var(--muted); font-size: 9px; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .pricing-copy h2, .faq-copy h2, .cta-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.07; letter-spacing: -.045em; }
.section-heading > p, .section-heading--split > p, .pricing-copy > p, .faq-copy > p, .cta-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading--split > p { margin: 0 0 4px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 245px; padding: 29px; overflow: hidden; background: var(--surface); border: 1px solid rgba(7,17,31,.07); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; right: -42px; bottom: -55px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle, rgba(255,209,47,.18), transparent 68%); opacity: 0; transition: opacity .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: rgba(181,130,0,.2); }
.service-card:hover::after { opacity: 1; }
.service-card__icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--ink); background: #fff6cc; border-radius: 14px; }
.service-card__icon .icon { width: 23px; height: 23px; }
.service-card h3 { margin: 27px 0 10px; font-size: 19px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-card__link { position: absolute; right: 25px; top: 25px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--surface-2); transition: transform .25s ease, background .25s ease; }
.service-card:hover .service-card__link { transform: rotate(-35deg); background: var(--yellow); }

.section--dark { position: relative; color: #fff; background: var(--dark); overflow: hidden; }
.section--dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(255,209,47,.11), transparent 26%), radial-gradient(circle at 10% 85%, rgba(60,131,246,.1), transparent 28%); }
.section--dark .container { position: relative; }
.section-heading--light > p { color: #9fadbd; }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(220px, auto); gap: 18px; }
.bento-card { position: relative; grid-column: span 4; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: rgba(255,255,255,.045); }
.bento-card--large { grid-column: span 8; min-height: 390px; }
.bento-card--wide { grid-column: span 8; min-height: 280px; display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.bento-card--yellow { color: var(--ink); background: var(--yellow); border-color: transparent; }
.bento-number { position: absolute; right: 24px; top: 20px; color: rgba(255,255,255,.16); font-size: 50px; font-weight: 800; letter-spacing: -.08em; }
.bento-card--yellow .bento-number { color: rgba(7,17,31,.12); }
.bento-icon { display: grid; place-items: center; width: 47px; height: 47px; color: var(--yellow); border-radius: 14px; background: rgba(255,209,47,.1); }
.bento-card--yellow .bento-icon { color: var(--ink); background: rgba(7,17,31,.09); }
.bento-icon .icon { width: 23px; height: 23px; }
.bento-card h3 { max-width: 440px; margin: 25px 0 12px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.bento-card p { max-width: 500px; margin: 0; color: #aab5c2; font-size: 13px; line-height: 1.75; }
.bento-card--yellow p { color: rgba(7,17,31,.72); }
.bento-card--yellow a { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; font-size: 12px; font-weight: 800; }
.bento-card--yellow a .icon { transition: transform .2s ease; }
.bento-card--yellow a:hover .icon { transform: translateX(4px); }
.bento-card__content { position: relative; z-index: 2; max-width: 48%; }
.bento-photo { position: absolute; right: 18px; top: 18px; bottom: 18px; width: calc(48% - 18px); overflow: hidden; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 18%); border-radius: 28px; background: linear-gradient(90deg, var(--dark) 0%, transparent 35%), url("assets/dispatcher-ai.jpg") center / cover no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.bento-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,17,31,.34), transparent 55%); }
.metric { min-width: 165px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.05); text-align: center; }
.metric strong { display: block; color: var(--yellow); font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.metric span { display: block; margin-top: 8px; color: #aab5c2; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fleet-card { position: relative; overflow: hidden; background: var(--surface); border: 1px solid rgba(7,17,31,.07); border-radius: 24px; box-shadow: 0 8px 30px rgba(7,17,31,.04); transition: transform .25s ease, box-shadow .25s ease; }
.fleet-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.fleet-card__visual { position: relative; min-height: 278px; display: flex; align-items: stretch; justify-content: center; padding: 12px 12px 0; overflow: hidden; background: linear-gradient(180deg, #0d1624, #101a27); }
.fleet-card__visual::before { content: ""; position: absolute; inset: 12px 12px 0; border-radius: 24px 24px 34px 24px; background: radial-gradient(circle at 75% 20%, rgba(255,209,47,.12), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); }
.fleet-card__visual::after { content: ""; position: absolute; z-index: 2; inset: auto 12px 0; height: 45%; border-radius: 0 0 34px 24px; background: linear-gradient(to top, rgba(7,17,31,.6), transparent); }
.fleet-card__visual img { position: relative; z-index: 1; width: 100%; height: 278px; object-fit: cover; border-radius: 24px 24px 34px 24px; clip-path: polygon(0 8%, 100% 0, 100% 86%, 92% 100%, 0 100%); transition: transform .45s ease; }
.fleet-card:hover .fleet-card__visual img { transform: translateX(8px) scale(1.02); }
.fleet-tag { position: absolute; z-index: 3; left: 17px; top: 17px; padding: 7px 10px; border-radius: 9px; color: var(--ink); background: var(--yellow); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fleet-card__body { padding: 25px; }
.fleet-card__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.fleet-card h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.fleet-price { color: #8a6400; font-size: 12px; font-weight: 800; }
.fleet-meta { display: flex; gap: 16px; margin-top: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.fleet-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.fleet-features span { display: flex; align-items: center; gap: 7px; color: #4e5e70; font-size: 10px; font-weight: 700; }
.fleet-features .icon { width: 14px; height: 14px; color: #9c7100; }

.pricing-section { padding-top: 115px; background: #e9eef4; }
.pricing-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.pricing-copy > p code { padding: 3px 6px; border-radius: 5px; color: var(--ink); background: rgba(7,17,31,.07); font-size: .9em; }
.payment-list { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 30px 0; }
.payment-list span { display: flex; align-items: center; gap: 6px; color: #45566a; font-size: 12px; font-weight: 700; }
.payment-list .icon { width: 16px; height: 16px; color: #946c00; }
.pricing-card { padding: 30px; background: var(--surface); border: 1px solid rgba(7,17,31,.07); border-radius: 28px; box-shadow: var(--shadow-md); }
.pricing-card__header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.pricing-card__header span { font-size: 18px; font-weight: 800; }
.pricing-card__header strong { padding: 6px 10px; border-radius: 8px; background: #edf2f6; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.price-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row__name { display: flex; flex-direction: column; }
.price-row__name strong { font-size: 14px; }
.price-row__name small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.price-row__value { font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.pricing-card__note { display: flex; align-items: center; gap: 13px; margin-top: 18px; padding: 16px; border-radius: 14px; background: #fff8d8; }
.pricing-card__note .icon { width: 23px; height: 23px; color: #8d6600; }
.pricing-card__note p { margin: 0; color: #6c550f; font-size: 10px; line-height: 1.6; }

.stats-section { padding: 55px 0; color: #fff; background: var(--dark); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 20px 35px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.stat-item:last-child { border-right: 0; }
.stat-item strong { display: block; color: var(--yellow); font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.06em; }
.stat-item span { display: block; margin-top: 10px; color: #aab5c2; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.reviews-section { overflow: hidden; background: #fff; }
.rating-summary { display: grid; grid-template-columns: auto auto; justify-items: start; align-items: center; gap: 3px 12px; }
.rating-summary .stars { grid-row: 1 / span 2; color: #e5a900; font-size: 18px; letter-spacing: 2px; }
.rating-summary strong { font-size: 20px; }
.rating-summary span { color: var(--muted); font-size: 9px; }
.reviews-stage { overflow: visible; }
.reviews-track { display: flex; gap: 18px; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.review-card { flex: 0 0 calc((100% - 36px) / 3); min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fbfcfd; }
.review-card__top { display: flex; align-items: center; justify-content: space-between; }
.review-card__quote { display: grid; place-items: center; width: 42px; height: 42px; color: #9b7100; border-radius: 13px; background: #fff4c3; }
.review-card__stars { color: #e5a900; font-size: 12px; letter-spacing: 1px; }
.review-card > p { margin: 27px 0 24px; color: #435267; font-size: 14px; line-height: 1.8; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-avatar { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); border-radius: 50%; background: var(--yellow); font-size: 13px; font-weight: 800; }
.review-author div { display: flex; flex-direction: column; }
.review-author strong { font-size: 12px; }
.review-author span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.reviews-controls { display: flex; justify-content: flex-end; align-items: center; gap: 13px; margin-top: 28px; }
.review-arrow { color: var(--ink); border-color: var(--line); background: var(--surface); }
.review-arrow:hover { background: var(--yellow); border-color: var(--yellow); }
.review-progress { width: 100px; height: 3px; overflow: hidden; border-radius: 999px; background: #e6eaee; }
.review-progress span { display: block; width: 33.333%; height: 100%; background: var(--ink); transition: transform .4s ease; transform-origin: left; }

.faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 85px; align-items: start; }
.faq-copy { position: sticky; top: calc(var(--header-h) + 35px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: #7c5a00; font-size: 12px; font-weight: 800; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); border: 0; background: transparent; text-align: left; font-size: 15px; font-weight: 800; }
.faq-question span:last-child { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #edf1f5; transition: transform .3s ease, background .3s ease; }
.faq-question .icon { width: 16px; height: 16px; transform: rotate(90deg); }
.faq-item.is-open .faq-question span:last-child { transform: rotate(180deg); background: var(--yellow); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 55px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

.cta-section { padding: 0 0 100px; }
.cta-card { position: relative; min-height: 355px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; padding: 60px; overflow: hidden; color: #fff; border-radius: 30px; background: var(--dark); }
.cta-card::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 36px 36px; }
.cta-card__glow { position: absolute; width: 430px; height: 430px; right: -120px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(255,209,47,.3), transparent 68%); }
.cta-copy, .cta-actions { position: relative; z-index: 2; }
.cta-copy > p { color: #aeb8c4; }
.cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; max-width: 300px; margin-left: auto; }

.footer { color: #aeb8c4; background: #030a12; }
.footer__main { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 65px; padding: 75px 0 55px; }
.brand--footer .brand__text strong { color: #fff; }
.footer__brand > p { max-width: 320px; margin: 22px 0; color: #8491a0; font-size: 12px; line-height: 1.8; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.socials a:hover { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }
.footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer__col h3 { margin: 0 0 10px; color: #fff; font-size: 13px; }
.footer__col a, .footer__col p { margin: 0; color: #8794a3; font-size: 11px; transition: color .2s ease; }
.footer__col a:hover { color: var(--yellow); }
.footer__contact a, .footer__contact p { display: flex; align-items: flex-start; gap: 9px; }
.footer__contact .icon { width: 15px; height: 15px; margin-top: 1px; color: var(--yellow); }
.footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.footer__bottom p { margin: 0; }
.footer__bottom > div { display: flex; gap: 20px; }
.footer__bottom a:hover { color: #fff; }

.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --container: 960px; }
  .nav { gap: 18px; }
  .header-phone { padding-left: 18px; }
  .header-phone span:last-child { display: none; }
  .hero { min-height: 700px; }
  .hero-slider { min-height: 545px; }
  .hero-slide__content { padding: 48px 38px 20px; }
  .hero h1 { font-size: clamp(50px, 6vw, 76px); }
  .hero-premium-row { gap: 10px; }
  .hero-premium-item { padding: 14px 14px; }
  .dispatch-card { grid-template-columns: auto 1fr; }
  .dispatch-card__actions { grid-column: 2; justify-content: space-between; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(3) { padding-left: 0; }
  .section-heading--split { gap: 45px; }
  .pricing-layout { gap: 50px; }
  .footer__main { gap: 35px; }
}

@media (max-width: 820px) {
  :root { --header-h: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__links a { display: none; }
  .site-header { height: var(--header-h); }
  .nav { position: fixed; left: 14px; right: 14px; top: calc(var(--header-h) + 7px); display: grid; gap: 0; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(-10px); border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-md); transition: .25s ease; }
  .nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav a { padding: 13px 14px; border-radius: 10px; }
  .nav a:hover { background: var(--surface-2); }
  .nav a::after { display: none; }
  .header-phone { margin-left: auto; padding-left: 0; border-left: 0; }
  .menu-btn { display: grid; }
  .hero { min-height: 860px; }
  .hero__container { padding-top: 42px; }
  .hero-slider { min-height: 690px; }
  .hero-slide { border-radius: 28px; }
  .hero-slide__overlay { background: linear-gradient(180deg, rgba(5,11,20,.92) 0%, rgba(5,11,20,.74) 28%, rgba(5,11,20,.36) 62%, rgba(5,11,20,.72) 100%); }
  .hero-slide__content { min-height: 690px; padding: 34px 28px 18px; }
  .hero-slide__copy { max-width: 100%; }
  .hero h1 { font-size: clamp(46px, 11vw, 68px); }
  .hero-slide__copy > p { font-size: 16px; }
  .hero-actions { margin-top: 24px; }
  .hero-premium-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hero-arrows { inset-inline: 12px; }
  .booking-wrap { margin-top: -22px; }
  .dispatch-card { grid-template-columns: auto 1fr; }
  .dispatch-card__actions { grid-column: 1 / -1; padding-left: 80px; }
  .trust-strip { padding-top: 28px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip__grid > div { padding: 10px 18px; }
  .section { padding: 82px 0; }
  .section-heading--split { grid-template-columns: 1fr; align-items: start; gap: 5px; }
  .section-heading--split > p { max-width: 620px; margin-top: 15px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-card, .bento-card--large, .bento-card--wide { grid-column: span 6; }
  .bento-card--large { min-height: 400px; }
  .bento-card__content { max-width: 58%; }
  .bento-photo { right: 14px; top: 14px; bottom: 14px; width: calc(42% - 14px); }
  .bento-card--wide { flex-direction: column; align-items: flex-start; }
  .metric { width: 100%; }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .fleet-card__visual { min-height: 310px; }
  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-copy { max-width: 680px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 25px; }
  .stat-item:nth-child(2) { border-right: 0; }
  .review-card { flex-basis: calc((100% - 18px) / 2); }
  .faq-layout { grid-template-columns: 1fr; gap: 25px; }
  .faq-copy { position: static; }
  .cta-card { grid-template-columns: 1fr; gap: 35px; padding: 45px; }
  .cta-actions { max-width: none; margin-left: 0; display: grid; grid-template-columns: 1fr 1fr; }
  .footer__main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 67px; }
  .topbar__inner { justify-content: center; }
  .topbar__links { display: none; }
  .header-phone { display: none; }
  .brand__mark { width: 38px; height: 38px; border-radius: 11px; }
  .hero { min-height: 780px; }
  .hero__container { padding-top: 34px; }
  .hero-slider { min-height: 660px; }
  .hero-slide { border-radius: 24px; }
  .hero-slide__content { min-height: 660px; padding: 28px 18px 16px; }
  .hero h1 { font-size: clamp(42px, 12.4vw, 58px); }
  .hero-slide__copy > p { font-size: 14px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-badge { margin-top: 18px; }
  .hero-premium-row { grid-template-columns: 1fr; gap: 10px; }
  .hero-premium-item { padding: 13px 14px; }
  .hero-premium-item strong { font-size: 11px; }
  .hero-premium-item span { font-size: 9px; }
  .hero-arrows { display: none; }
  .hero-dots { bottom: 14px; }
  .slider-arrow { width: 42px; height: 42px; }
  .dispatch-card { grid-template-columns: 1fr; gap: 15px; padding: 18px; text-align: center; }
  .dispatch-card__icon { margin-inline: auto; }
  .dispatch-card__actions { grid-column: auto; padding-left: 0; display: grid; width: 100%; }
  .dispatch-phone { align-items: center; }
  .trust-strip__grid { grid-template-columns: 1fr; gap: 0; }
  .trust-strip__grid > div { padding: 14px 0 !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .pricing-copy h2, .faq-copy h2, .cta-copy h2 { font-size: 36px; }
  .section-heading > p, .section-heading--split > p, .pricing-copy > p, .faq-copy > p, .cta-copy > p { font-size: 14px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 225px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-card--large, .bento-card--wide { grid-column: 1; }
  .bento-card--large { min-height: 570px; }
  .bento-card__content { max-width: 100%; }
  .bento-photo { left: 14px; right: 14px; top: auto; bottom: 14px; width: auto; height: 44%; border-top: 0; clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%); border-radius: 22px; background-image: linear-gradient(to bottom, var(--dark) 0%, transparent 35%), url("assets/dispatcher-ai.jpg"); }
  .fleet-card { display: block; }
  .fleet-card__visual { min-height: 260px; }
  .fleet-features { grid-template-columns: 1fr; }
  .pricing-card { padding: 22px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item { padding: 18px 8px; }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .review-card { flex-basis: 100%; }
  .rating-summary { margin-top: 22px; }
  .faq-answer p { padding-right: 10px; }
  .cta-section { padding-bottom: 72px; }
  .cta-card { padding: 35px 24px; border-radius: 24px; }
  .cta-actions { grid-template-columns: 1fr; }
  .footer__main { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding-top: 55px; }
  .footer__brand, .footer__contact { grid-column: 1 / -1; }
  .footer__bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .mobile-bar { position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-bar a { min-height: 49px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 13px; font-size: 12px; font-weight: 800; }
  .mobile-bar__secondary { background: #edf1f5; }
  .mobile-bar__primary { background: var(--yellow); }
}

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


/* LUXURY VIP THEME OVERRIDES */

body {
  background:
    radial-gradient(circle at top, rgba(198, 151, 70, 0.08), transparent 20%),
    linear-gradient(180deg, #06070a 0%, #090b10 100%);
  color: #f7f0e4;
}

a { transition: color .2s ease, opacity .2s ease, transform .2s ease; }

.topbar {
  background: linear-gradient(90deg, #040507 0%, #090b10 50%, #040507 100%);
  color: #d8cdb8;
  border-bottom: 1px solid rgba(215, 170, 84, 0.16);
}
.status-dot { background: #d7a953; box-shadow: 0 0 0 5px rgba(215, 169, 83, .10); }
.topbar .icon { color: #d9ab52; }

.site-header {
  background: rgba(5, 6, 10, .78);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(215, 170, 84, 0.14);
}
.site-header.scrolled {
  background: rgba(5, 6, 10, .94);
  box-shadow: 0 18px 34px rgba(0,0,0,.28);
}
.brand__mark {
  background: linear-gradient(180deg, #f5d28a 0%, #d8a23f 48%, #b47b1f 100%);
  color: #090909;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.16), 0 8px 22px rgba(217, 171, 82, .20);
}
.brand__text strong,
.nav a,
.header-phone strong,
.menu-btn { color: #f5efe4; }
.brand__text small,
.header-phone small { color: #bcae93; }
.nav a::after { background: linear-gradient(90deg, #d6a54a, #f7dc9c); }
.header-phone {
  border-left-color: rgba(215, 170, 84, 0.16);
}
.header-phone__icon {
  background: linear-gradient(180deg, #f5d28a 0%, #d9ab52 100%);
  box-shadow: 0 10px 22px rgba(217, 171, 82, .20);
}
.menu-btn {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(215,170,84,.16);
}

.hero {
  background:
    radial-gradient(circle at 83% 16%, rgba(215,169,83,.18), transparent 20%),
    radial-gradient(circle at 15% 84%, rgba(131,104,57,.14), transparent 24%),
    linear-gradient(180deg, #040507 0%, #080a0f 38%, #06070a 100%);
}
.hero__container {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}
.hero-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 760px;
}
.hero-slide {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.hero-slide__content {
  max-width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 760px;
  padding: 138px 28px 28px;
}
.hero-slide__copy {
  max-width: 640px;
}
.hero-slide__overlay {
  background:
    linear-gradient(90deg, rgba(4,5,7,.96) 0%, rgba(4,5,7,.92) 18%, rgba(4,5,7,.70) 35%, rgba(4,5,7,.35) 58%, rgba(4,5,7,.48) 100%),
    linear-gradient(to top, rgba(4,5,7,.88) 0%, rgba(4,5,7,.40) 24%, rgba(4,5,7,.06) 48%, rgba(4,5,7,.26) 100%),
    radial-gradient(circle at 18% 18%, rgba(215, 169, 83, .18), transparent 18%);
}
.hero h1 {
  font-size: clamp(64px, 6vw, 100px);
  letter-spacing: -.075em;
  text-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.hero-slide__copy > p {
  color: #d7cfc0;
  font-size: clamp(17px, 1.25vw, 20px);
}
.accent, .hero h1 .accent {
  color: #e6ba64;
  text-shadow: 0 0 30px rgba(230, 186, 100, .10);
}
.hero-badge { color: #bba988; }
.hero-premium-row {
  gap: 18px;
  max-width: min(1380px, calc(100% - 48px));
}
.hero-premium-item {
  border: 1px solid rgba(215, 170, 84, 0.14);
  background: linear-gradient(180deg, rgba(14,17,23,.84), rgba(9,11,16,.76));
  box-shadow: 0 18px 32px rgba(0,0,0,.18);
}
.hero-premium-item .icon { color: #d7a953; }
.hero-premium-item strong { color: #f4ecdf; }
.hero-premium-item span { color: #a79474; }
.hero-dots { bottom: 24px; }
.hero-dot { width: 12px; height: 12px; background: rgba(255,255,255,.24); }
.hero-dot.is-active { background: #d7a953; box-shadow: 0 0 0 6px rgba(215,169,83,.12); }
.hero-arrows { inset-inline: 26px; }
.slider-arrow {
  border-color: rgba(215,170,84,.18);
  background: rgba(8,10,14,.45);
}
.slider-arrow:hover {
  background: rgba(215,170,84,.18);
  border-color: rgba(247,220,156,.40);
}

.booking-wrap { margin-top: -56px; }
.dispatch-card {
  background: linear-gradient(135deg, rgba(13,15,21,.95), rgba(9,11,16,.95));
  border: 1px solid rgba(215,170,84,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}
.dispatch-card__icon {
  background: linear-gradient(180deg, #f5d28a 0%, #d7a953 100%);
}
.dispatch-card__copy strong,
.dispatch-phone strong { color: #f3ede2; }
.dispatch-card__copy span,
.dispatch-phone small { color: #ae9b7d; }

.trust-strip { padding-top: 40px; }
.trust-strip__grid > div { border-right-color: rgba(215,170,84,.14); }
.trust-strip .icon { color: #d7a953; }
.trust-strip strong { color: #f2eadf; }
.trust-strip small { color: #a59375; }

.section,
.pricing-section,
.reviews-section,
.cta-section {
  background: transparent;
}
.section-heading h2,
.pricing-copy h2,
.faq-copy h2,
.cta-copy h2,
.section-heading--split h2,
.section-heading--light h2,
.rating-summary strong {
  color: #f4ecdf;
}
.section-heading > p,
.section-heading--split > p,
.pricing-copy > p,
.faq-copy > p,
.cta-copy > p,
.section-heading--light > p,
.rating-summary span { color: #a9987a; }
.eyebrow { color: #d7a953; }
.eyebrow::before { background: linear-gradient(90deg, #d7a953, #f5d28a); }

.service-card,
.fleet-card,
.pricing-card,
.review-card,
.faq-item,
.cta-card,
.metric {
  background: linear-gradient(180deg, rgba(14,17,23,.92), rgba(10,12,17,.94));
  border: 1px solid rgba(215,170,84,.12);
  box-shadow: 0 20px 40px rgba(0,0,0,.14);
}
.service-card__icon,
.bento-icon,
.review-card__quote,
.fleet-tag,
.pricing-card__header strong,
.faq-question span:last-child {
  background: linear-gradient(180deg, rgba(245,210,138,.18), rgba(215,169,83,.12));
}
.service-card h3,
.bento-card h3,
.fleet-card h3,
.price-row__name strong,
.review-author strong,
.faq-question,
.pricing-card__header span,
.cta-copy h2,
.footer__col h3,
.footer__brand .brand__text strong { color: #f4ecdf; }
.service-card p,
.bento-card p,
.fleet-meta,
.fleet-features span,
.price-row__name small,
.review-card p,
.review-author span,
.faq-answer p,
.footer__col a,
.footer__col p,
.footer__brand > p { color: #a89779; }
.service-card__link,
.review-arrow,
.mobile-bar__secondary { background: rgba(255,255,255,.04); }
.service-card:hover,
.fleet-card:hover { box-shadow: 0 26px 52px rgba(0,0,0,.18); }
.service-card:hover .service-card__link { background: linear-gradient(180deg, #f5d28a, #d7a953); }

.bento-card {
  background: linear-gradient(180deg, rgba(13,16,22,.94), rgba(9,11,16,.94));
  border-color: rgba(215,170,84,.10);
}
.bento-card--yellow {
  color: #111;
  background: linear-gradient(180deg, #f1d38b 0%, #d6a249 100%);
}
.bento-card--yellow p { color: rgba(17,17,17,.70); }
.bento-card--yellow a { color: #111; }
.bento-number { color: rgba(215,170,84,.14); }
.bento-card--yellow .bento-number { color: rgba(17,17,17,.12); }

.fleet-card__visual { background: linear-gradient(180deg, #0c0e13, #12151b); }
.fleet-price,
.price-row__value,
.stat-item strong,
.pricing-card__note .icon,
.payment-list .icon,
.fleet-features .icon,
.footer__contact .icon,
.review-card__stars,
.rating-summary .stars { color: #d7a953; }
.pricing-card__note {
  background: linear-gradient(180deg, rgba(215,169,83,.14), rgba(215,169,83,.08));
}
.pricing-card__note p { color: #cfbb98; }
.price-row,
.fleet-meta,
.faq-item + .faq-item,
.footer__bottom { border-color: rgba(215,170,84,.10); }
.stats-section { background: linear-gradient(180deg, #050609 0%, #090b10 100%); }
.stat-item { border-right-color: rgba(215,170,84,.10); }
.stat-item span { color: #a99676; }

.review-progress { background: rgba(255,255,255,.05); }
.review-progress span { background: linear-gradient(90deg, #b9852e, #f3d28a); }
.review-arrow {
  border-color: rgba(215,170,84,.16);
  color: #f4ecdf;
}

.faq-question {
  color: #f4ecdf;
}
.faq-question .icon { color: #d7a953; }
.faq-answer { color: #b3a183; }

.cta-card {
  background: linear-gradient(135deg, rgba(13,16,22,.96), rgba(8,10,14,.96));
  border-color: rgba(215,170,84,.14);
  box-shadow: 0 28px 60px rgba(0,0,0,.22);
}
.cta-card::before {
  background: radial-gradient(circle at 0% 0%, rgba(215,169,83,.18), transparent 32%);
}
.btn--dark {
  background: #0c0f14;
  border: 1px solid rgba(215,170,84,.12);
}
.btn--ghost-light {
  background: rgba(255,255,255,.04);
  border-color: rgba(215,170,84,.14);
}

.footer { background: #030407; }
.footer__bottom { color: #8d7f67; }
.socials a {
  border-color: rgba(215,170,84,.14);
  background: rgba(255,255,255,.02);
}
.socials a:hover {
  color: #0b0d10;
  border-color: #d7a953;
  background: linear-gradient(180deg, #f5d28a, #d7a953);
}

.mobile-bar {
  background: rgba(6,7,10,.94);
  border-top-color: rgba(215,170,84,.14);
}
.mobile-bar__primary {
  color: #111;
  background: linear-gradient(180deg, #f5d28a, #d7a953);
}
.mobile-bar__secondary {
  color: #f4ecdf;
  border: 1px solid rgba(215,170,84,.12);
}

@media (max-width: 1100px) {
  .hero-slider { min-height: 720px; }
  .hero-slide__content {
    min-height: 720px;
    max-width: min(1180px, calc(100% - 36px));
    padding-top: 126px;
  }
  .hero-premium-row {
    max-width: min(1180px, calc(100% - 36px));
    gap: 12px;
  }
}

@media (max-width: 820px) {
  .site-header { background: rgba(5,6,10,.88); }
  .nav {
    background: rgba(8,10,14,.98);
    border-color: rgba(215,170,84,.14);
  }
  .nav a { color: #f4ecdf; }
  .nav a:hover { background: rgba(255,255,255,.04); }
  .hero-slider { min-height: 780px; }
  .hero-slide__content {
    min-height: 780px;
    max-width: min(100%, calc(100% - 24px));
    padding: 124px 12px 18px;
  }
  .hero h1 { font-size: clamp(48px, 10vw, 72px); }
  .hero-slide__copy { max-width: 100%; }
  .hero-premium-row { grid-template-columns: repeat(2, 1fr); }
  .booking-wrap { margin-top: -38px; }
}

@media (max-width: 560px) {
  .hero-slider { min-height: 720px; }
  .hero-slide__content {
    min-height: 720px;
    padding: 110px 6px 16px;
  }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-slide__copy > p { font-size: 14px; }
  .hero-premium-row { grid-template-columns: 1fr; gap: 10px; }
  .hero-premium-item { padding: 12px 14px; }
  .hero-arrows { display: none; }
  .hero-dots { bottom: 12px; }
}



/* POST-LUXURY LAYOUT CLEANUP */
.booking-wrap {
  position: relative;
  z-index: 12;
  margin-top: 26px;
}
.luxury-cta-bar {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  border: 1px solid rgba(215,170,84,.14);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(14,17,23,.96), rgba(9,11,16,.97));
  box-shadow: 0 28px 50px rgba(0,0,0,.24);
}
.luxury-cta-bar__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  color: #090909;
  background: linear-gradient(180deg, #f5d28a 0%, #d7a953 100%);
  box-shadow: 0 14px 28px rgba(215,169,83,.18);
}
.luxury-cta-bar__icon .icon { width: 26px; height: 26px; }
.luxury-cta-bar__copy small {
  display: block;
  color: #d7a953;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.luxury-cta-bar__copy strong {
  display: block;
  margin-top: 7px;
  color: #f4ecdf;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.luxury-cta-bar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-strip {
  padding: 26px 0 8px;
}
.trust-strip__grid {
  gap: 16px;
}
.trust-strip__grid > div {
  padding: 20px 18px;
  border-right: 0;
  border: 1px solid rgba(215,170,84,.12);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14,17,23,.88), rgba(10,12,17,.92));
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
}
.trust-strip__grid > div:first-child,
.trust-strip__grid > div:last-child { padding-left: 18px; padding-right: 18px; }
.trust-strip .icon {
  width: 24px;
  height: 24px;
}
.trust-strip strong {
  font-size: 13px;
  color: #f4ecdf;
}
.trust-strip small {
  color: #a89779;
  font-size: 10px;
}
.section {
  padding: 92px 0;
}
.section-heading {
  margin-bottom: 38px;
}
.section-heading h2, .pricing-copy h2, .faq-copy h2, .cta-copy h2 {
  font-size: clamp(34px, 4vw, 54px);
}
.section-heading--split {
  gap: 48px;
}
.section-heading--split > p,
.section-heading > p,
.pricing-copy > p,
.faq-copy > p,
.cta-copy > p {
  max-width: 620px;
}
.services-grid,
.fleet-grid {
  gap: 22px;
}
.service-card,
.fleet-card,
.pricing-card,
.review-card,
.faq-item,
.cta-card {
  border-radius: 26px;
}
.service-card {
  min-height: 255px;
}
.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.feature-pills span {
  padding: 8px 12px;
  border: 1px solid rgba(215,170,84,.16);
  border-radius: 999px;
  color: #ddc191;
  background: rgba(255,255,255,.03);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bento-card--large {
  min-height: 420px;
}
.bento-card--wide {
  align-items: center;
}
.metric {
  min-width: 190px;
}
.pricing-layout {
  gap: 56px;
}
.faq-item {
  padding: 0 26px;
}
.faq-question {
  padding: 22px 0;
}
.faq-answer p {
  padding-right: 0;
}
.reviews-controls {
  margin-top: 20px;
}
.cta-actions {
  gap: 14px;
}
.footer__main {
  gap: 44px;
}
@media (max-width: 1100px) {
  .booking-wrap { margin-top: 22px; }
  .luxury-cta-bar {
    grid-template-columns: auto 1fr;
  }
  .luxury-cta-bar__actions {
    grid-column: 1 / -1;
    padding-left: 86px;
  }
}
@media (max-width: 820px) {
  .booking-wrap { margin-top: 18px; }
  .luxury-cta-bar {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }
  .luxury-cta-bar__actions {
    grid-column: auto;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .trust-strip__grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bento-card__content {
    max-width: 56%;
  }
}
@media (max-width: 560px) {
  .booking-wrap { margin-top: 14px; }
  .luxury-cta-bar {
    padding: 18px;
    border-radius: 22px;
  }
  .luxury-cta-bar__copy strong {
    font-size: 18px;
  }
  .luxury-cta-bar__actions {
    grid-template-columns: 1fr;
  }
  .trust-strip__grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 74px 0;
  }
  .bento-card__content {
    max-width: 100%;
  }
  .faq-item {
    padding: 0 18px;
  }
}


/* FINAL SPACING FIX */

.hero { padding-bottom: 18px; }
.hero-slide__content { row-gap: 28px; }
.hero-premium-row { align-items: stretch; }
.luxury-cta-bar { position: relative; z-index: 3; }
.luxury-cta-bar__actions .btn { min-width: 210px; }
.trust-strip__grid > div { min-height: 92px; }
.section#services { padding-top: 78px; }

@media (max-width: 820px) {
  .luxury-cta-bar__actions .btn { min-width: 0; }
  .section#services { padding-top: 70px; }
}

@media (max-width: 560px) {
  .hero-premium-row { margin-top: 6px; }
  .section#services { padding-top: 62px; }
}


/* HERO CROP FIX */
.hero-slider {
  min-height: 860px !important;
}
.hero-slide__content {
  min-height: 860px !important;
  justify-content: flex-start !important;
  gap: 42px;
  padding-bottom: 90px !important;
}
.hero-slide__copy {
  max-width: 640px;
}
.hero-premium-row {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.hero-premium-item {
  min-height: 92px;
}
.hero-controls {
  z-index: 8;
}
.hero-dots {
  bottom: 30px !important;
}
.hero-arrows {
  top: 44%;
}

@media (max-width: 1100px) {
  .hero-slider {
    min-height: 830px !important;
  }
  .hero-slide__content {
    min-height: 830px !important;
    padding-bottom: 84px !important;
  }
}

@media (max-width: 820px) {
  .hero-slider {
    min-height: 860px !important;
  }
  .hero-slide__content {
    min-height: 860px !important;
    gap: 28px;
    padding-bottom: 72px !important;
  }
  .hero-premium-row {
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .hero-slider {
    min-height: 790px !important;
  }
  .hero-slide__content {
    min-height: 790px !important;
    gap: 24px;
    padding-bottom: 56px !important;
  }
  .hero-premium-item {
    min-height: 0;
  }
  .hero-dots {
    bottom: 16px !important;
  }
}


/* FINAL PROFESSIONAL POLISH */
.hero__container {
  padding-top: 46px;
  padding-bottom: 20px;
}
.hero-slider {
  min-height: 720px !important;
}
.hero-slide__content {
  min-height: 720px !important;
  justify-content: center !important;
  gap: 16px;
  padding: 132px 48px 96px !important;
}
.hero-slide__copy {
  max-width: 640px;
}
.hero h1 {
  max-width: 680px;
}
.hero-badge {
  margin-top: 26px;
}
.hero-premium-row,
.hero-premium-item {
  display: none !important;
}
.hero-dots {
  bottom: 28px !important;
}
.hero-arrows {
  inset: 50% 26px auto 26px;
}
.booking-wrap {
  margin-top: 22px !important;
  z-index: 3;
}
.luxury-cta-bar {
  gap: 26px;
}
.luxury-cta-bar__copy strong {
  max-width: 680px;
}
.bento-card__content {
  max-width: 44%;
}
.bento-photo {
  width: calc(50% - 18px);
  background: linear-gradient(90deg, rgba(7,17,31,.30) 0%, transparent 32%), url("assets/dispatcher-ai.jpg") center center / cover no-repeat;
}
.fleet-card__visual img {
  image-rendering: auto;
}
.footer-note {
  display: block;
  margin-top: 14px;
  color: #8f9cab;
  font-size: 11px;
  line-height: 1.6;
}
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 60;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner__content {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(215,170,84,.18);
  border-radius: 22px;
  background: rgba(5,7,10,.96);
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}
.cookie-banner strong {
  display: block;
  color: #f4ecdf;
  font-size: 16px;
}
.cookie-banner p {
  margin: 8px 0 0;
  color: #b7a98f;
  font-size: 13px;
  line-height: 1.6;
}
.cookie-banner a {
  color: #f5d28a;
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.legal-page {
  background: linear-gradient(180deg, #05070b 0%, #0a0d13 100%);
  color: #f4ecdf;
}
.legal-header {
  position: sticky;
  top: 0;
}
.legal-main {
  padding-top: 92px;
}
.legal-hero {
  padding: 52px 0 20px;
}
.legal-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(40px, 6vw, 68px);
  line-height: .98;
  letter-spacing: -.05em;
}
.legal-hero p {
  max-width: 820px;
  margin: 22px 0 0;
  color: #b5a78b;
  font-size: 17px;
  line-height: 1.8;
}
.legal-section {
  padding: 26px 0 86px;
}
.legal-grid {
  display: grid;
  grid-template-columns: 280px minmax(0,1fr);
  gap: 24px;
  align-items: start;
}
.legal-toc,
.legal-card {
  border: 1px solid rgba(215,170,84,.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(14,17,23,.94), rgba(10,12,17,.96));
  box-shadow: 0 24px 44px rgba(0,0,0,.16);
}
.legal-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 10px;
  padding: 24px;
}
.legal-toc strong {
  color: #f4ecdf;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.legal-toc a {
  color: #b6a88c;
  font-size: 14px;
}
.legal-toc a:hover { color: #f5d28a; }
.legal-card {
  padding: 32px;
}
.legal-card section + section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(215,170,84,.08);
}
.legal-card h2 {
  margin: 0 0 14px;
  color: #f4ecdf;
  font-size: 24px;
  letter-spacing: -.03em;
}
.legal-card p,
.legal-card li {
  color: #b5a78b;
  font-size: 15px;
  line-height: 1.85;
}
.legal-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}
.legal-card strong {
  color: #f5e8d0;
}
.legal-note {
  margin-top: 34px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(245,210,138,.08);
  color: #dbc9a5;
  font-size: 14px;
  line-height: 1.7;
}
.legal-footer {
  background: #030407;
}
@media (max-width: 1100px) {
  .hero-slide__content {
    min-height: 700px !important;
    padding: 122px 36px 88px !important;
  }
  .bento-card__content {
    max-width: 48%;
  }
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .legal-toc {
    position: static;
  }
}
@media (max-width: 820px) {
  .hero-slider {
    min-height: 680px !important;
  }
  .hero-slide__content {
    min-height: 680px !important;
    padding: 118px 18px 82px !important;
  }
  .hero h1 {
    font-size: clamp(44px, 11vw, 68px);
  }
  .luxury-cta-bar__actions {
    grid-template-columns: 1fr 1fr;
  }
  .bento-card__content,
  .bento-photo {
    max-width: 100%;
    width: 100%;
  }
  .bento-card--large {
    min-height: 660px;
  }
  .bento-photo {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
    height: 290px;
    clip-path: none;
    border-radius: 24px;
  }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-banner__content {
    grid-template-columns: 1fr;
  }
  .legal-main {
    padding-top: 82px;
  }
}
@media (max-width: 560px) {
  .hero-slider {
    min-height: 620px !important;
  }
  .hero-slide__content {
    min-height: 620px !important;
    padding: 110px 10px 62px !important;
  }
  .hero-badge {
    font-size: 11px;
  }
  .luxury-cta-bar__actions {
    grid-template-columns: 1fr;
  }
  .cookie-banner p {
    font-size: 12px;
  }
  .legal-card,
  .legal-toc {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .legal-card h2 {
    font-size: 21px;
  }
}


/* CLEAN HERO HEADER TRANSITION */
:root {
  --header-h: 84px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: linear-gradient(180deg, rgba(3,4,7,.82), rgba(3,4,7,.24) 72%, transparent);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header.scrolled {
  position: fixed;
  background: rgba(5,6,9,.92);
  border-bottom: 1px solid rgba(215,170,84,.12);
  box-shadow: 0 16px 36px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}

.header__inner {
  max-width: 1380px;
}

.brand__text strong,
.nav a,
.header-phone strong {
  text-shadow: 0 2px 16px rgba(0,0,0,.28);
}

.hero {
  min-height: 720px;
  padding-bottom: 0;
  border-bottom: 0;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 96px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(5,7,10,.52) 58%, #07090d 100%);
}

.hero__container {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-slider {
  min-height: 720px !important;
}

.hero-slide {
  border-top: 0;
  border-bottom: 0;
}

.hero-slide__content {
  min-height: 720px !important;
  padding-top: 128px !important;
  padding-bottom: 82px !important;
}

.hero-controls {
  z-index: 8;
}

.hero-dots {
  bottom: 34px !important;
}

.booking-wrap,
.luxury-cta-bar {
  display: none !important;
}

.trust-strip {
  position: relative;
  z-index: 6;
  margin: 0;
  padding: 38px 0 18px;
  background: #07090d;
}

.trust-strip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1240px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(215,170,84,.18), transparent);
}

.trust-strip__grid > div {
  min-height: 94px;
}

.section#services {
  padding-top: 82px;
}

@media (max-width: 820px) {
  :root { --header-h: 72px; }

  .site-header {
    background: linear-gradient(180deg, rgba(3,4,7,.90), rgba(3,4,7,.36) 78%, transparent);
  }

  .site-header.scrolled {
    background: rgba(5,6,9,.96);
  }

  .hero,
  .hero-slider,
  .hero-slide__content {
    min-height: 680px !important;
  }

  .hero-slide__content {
    padding-top: 108px !important;
    padding-bottom: 76px !important;
  }

  .trust-strip {
    padding-top: 30px;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-slider,
  .hero-slide__content {
    min-height: 620px !important;
  }

  .hero-slide__content {
    padding-top: 96px !important;
    padding-bottom: 62px !important;
  }

  .hero::after {
    height: 70px;
  }

  .hero-dots {
    bottom: 20px !important;
  }

  .trust-strip {
    padding: 24px 0 8px;
  }

  .trust-strip::before {
    width: calc(100% - 28px);
  }
}



/* HERO DOTS + CLEAN STRIP FIX */
.hero::after {
  display: none !important;
}

.hero-slider {
  overflow: hidden;
}

.hero-controls {
  inset: auto 0 26px 0;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.hero-dots {
  position: relative;
  left: auto;
  bottom: auto !important;
  transform: none;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(5,7,10,.44);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.26);
  transition: width .22s ease, transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.hero-dot:hover {
  background: rgba(255,255,255,.44);
}

.hero-dot.is-active {
  width: 28px;
  background: linear-gradient(90deg, #d6a54a, #f5d28a);
  box-shadow: 0 0 0 4px rgba(214,165,74,.14);
  transform: none;
}

.booking-wrap {
  display: block !important;
  margin-top: 28px !important;
}

.luxury-cta-bar {
  display: grid !important;
  position: relative;
  z-index: 5;
}

.trust-strip {
  margin-top: 26px;
  padding: 8px 0 18px;
  background: transparent;
}

.trust-strip::before {
  display: none;
}

.trust-strip__grid {
  gap: 18px;
}

.trust-strip__grid > div {
  border: 1px solid rgba(215,170,84,.10);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14,17,23,.86), rgba(10,12,17,.9));
}

@media (max-width: 820px) {
  .hero-controls {
    bottom: 18px;
  }
  .booking-wrap {
    margin-top: 22px !important;
  }
  .trust-strip {
    margin-top: 22px;
    padding-top: 4px;
  }
}

@media (max-width: 560px) {
  .hero-controls {
    bottom: 12px;
  }
  .hero-dots {
    gap: 8px;
    padding: 7px 10px;
  }
  .hero-dot {
    width: 8px;
    height: 8px;
  }
  .hero-dot.is-active {
    width: 22px;
  }
  .booking-wrap {
    margin-top: 18px !important;
  }
}



/* FINAL HERO + BENTO COMPOSITION FIX */
.hero-slider {
  min-height: 720px !important;
}

.hero-slide__content {
  min-height: 720px !important;
  padding-bottom: 72px !important;
}

.hero-controls {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px !important;
  transform: translateX(-50%);
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(5,7,10,.36);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  pointer-events: auto;
}

.hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.26);
}

.hero-dot.is-active {
  width: 26px;
  background: linear-gradient(90deg, #d6a54a, #f5d28a);
  box-shadow: 0 0 0 4px rgba(214,165,74,.12);
}

.hero-arrows {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 11;
}

.slider-arrow {
  width: 52px;
  height: 52px;
  background: rgba(6,8,11,.34);
  border: 1px solid rgba(215,170,84,.22);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
  pointer-events: auto;
}

.slider-arrow:hover {
  background: rgba(215,170,84,.16);
  border-color: rgba(245,210,138,.44);
}

.booking-wrap {
  display: block !important;
  position: relative;
  z-index: 14;
  margin-top: -18px !important;
}

.luxury-cta-bar {
  display: grid !important;
  position: relative;
  z-index: 5;
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
}

.trust-strip {
  margin-top: 18px;
  padding: 8px 0 18px;
  background: transparent;
}

.bento-card--large {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  align-items: stretch;
  gap: 26px;
  min-height: 430px;
  overflow: visible;
}

.bento-card--large::before {
  content: "";
  position: absolute;
  inset: 16px 16px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215,170,84,.10), transparent 72%);
  pointer-events: none;
}

.bento-card__content {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 8px 2px;
}

.bento-photo {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  min-height: 378px;
  border-radius: 34px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
  background: linear-gradient(180deg, rgba(7,17,31,.08), rgba(7,17,31,.20)), url("assets/dispatcher-ai.jpg") center center / cover no-repeat;
  box-shadow: 0 24px 50px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.06);
}

.bento-photo::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.bento-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,17,31,.08), transparent 35%, rgba(7,17,31,.28) 100%);
}

.feature-pills {
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .bento-card--large {
    grid-template-columns: minmax(0, .95fr) minmax(300px, 1.05fr);
    gap: 20px;
  }

  .bento-photo {
    min-height: 340px;
  }
}

@media (max-width: 820px) {
  .hero-slide__content {
    min-height: 680px !important;
    padding-bottom: 68px !important;
  }

  .hero-arrows {
    left: 14px;
    right: 14px;
  }

  .slider-arrow {
    width: 46px;
    height: 46px;
  }

  .booking-wrap {
    margin-top: -12px !important;
  }

  .bento-card--large {
    grid-template-columns: 1fr;
    min-height: 700px;
  }

  .bento-card__content {
    padding: 0;
  }

  .bento-photo {
    min-height: 310px;
    clip-path: none;
    border-radius: 28px;
  }
}

@media (max-width: 560px) {
  .hero-slide__content {
    min-height: 620px !important;
    padding-bottom: 58px !important;
  }

  .hero-dots {
    bottom: 16px !important;
    gap: 8px;
    padding: 7px 10px;
  }

  .hero-dot {
    width: 8px;
    height: 8px;
  }

  .hero-dot.is-active {
    width: 20px;
  }

  .hero-arrows {
    left: 10px;
    right: 10px;
  }

  .slider-arrow {
    width: 42px;
    height: 42px;
  }

  .booking-wrap {
    margin-top: -8px !important;
  }

  .bento-card--large {
    min-height: 640px;
  }

  .bento-photo {
    min-height: 260px;
    border-radius: 24px;
  }
}


/* COOKIE BANNER CONTENT FIX */
.cookie-banner__content {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 22px;
}

.cookie-banner__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(215,170,84,.18);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(245,210,138,.16), rgba(215,169,83,.08));
  font-size: 23px;
}

.cookie-banner__copy strong {
  font-size: 16px;
}

.cookie-banner__copy p {
  max-width: 790px;
}

.cookie-banner__copy > a {
  display: inline-flex;
  margin-top: 8px;
  color: #f5d28a;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner__actions .btn {
  min-width: 132px;
}

@media (max-width: 820px) {
  .cookie-banner__content {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cookie-banner__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 560px) {
  .cookie-banner__content {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .cookie-banner__icon {
    width: 42px;
    height: 42px;
  }

  .cookie-banner__actions {
    grid-column: auto;
  }

  .cookie-banner__actions .btn {
    width: 100%;
  }
}

/* LD CMS theme variables and light mode */
html[data-theme="dark"] {
  --bg: var(--ld-dark-bg, #06070a);
  --surface: var(--ld-dark-surface, #0e1117);
  --ink: var(--ld-dark-text, #f4ecdf);
  --muted: var(--ld-dark-muted, #a9987a);
  --yellow: var(--ld-dark-accent, #d7a953);
  --yellow-2: var(--ld-dark-accent, #d7a953);
}
html[data-theme="light"] {
  --bg: var(--ld-light-bg, #f4f1eb);
  --surface: var(--ld-light-surface, #ffffff);
  --ink: var(--ld-light-text, #17140f);
  --muted: var(--ld-light-muted, #6d6250);
  --yellow: var(--ld-light-accent, #a87828);
  --yellow-2: var(--ld-light-accent, #a87828);
}
html[data-theme="light"] body { background: var(--bg); color: var(--ink); }
html[data-theme="light"] .section:not(.section--dark):not(.stats-section),
html[data-theme="light"] .pricing-section,
html[data-theme="light"] .reviews-section,
html[data-theme="light"] .cta-section { background: var(--bg); }
html[data-theme="light"] .service-card,
html[data-theme="light"] .fleet-card,
html[data-theme="light"] .pricing-card,
html[data-theme="light"] .review-card,
html[data-theme="light"] .faq-item { background: var(--surface); border-color: rgba(63,47,23,.12); box-shadow: 0 18px 38px rgba(63,47,23,.08); }
html[data-theme="light"] .section-heading h2,
html[data-theme="light"] .pricing-copy h2,
html[data-theme="light"] .faq-copy h2,
html[data-theme="light"] .service-card h3,
html[data-theme="light"] .fleet-card h3,
html[data-theme="light"] .faq-question,
html[data-theme="light"] .price-row__name strong,
html[data-theme="light"] .review-author strong { color: var(--ink); }
html[data-theme="light"] .section-heading p,
html[data-theme="light"] .pricing-copy p,
html[data-theme="light"] .faq-copy p,
html[data-theme="light"] .service-card p,
html[data-theme="light"] .fleet-meta,
html[data-theme="light"] .fleet-features span,
html[data-theme="light"] .review-card p,
html[data-theme="light"] .review-author span,
html[data-theme="light"] .faq-answer p { color: var(--muted); }
html[data-theme="light"] .site-header.scrolled { background: rgba(255,255,255,.92); border-bottom-color: rgba(63,47,23,.1); }
html[data-theme="light"] .site-header.scrolled .nav a,
html[data-theme="light"] .site-header.scrolled .brand__text strong,
html[data-theme="light"] .site-header.scrolled .header-phone strong,
html[data-theme="light"] .site-header.scrolled .theme-toggle { color: var(--ink); text-shadow: none; }
html[data-theme="light"] .site-header.scrolled .brand__text small,
html[data-theme="light"] .site-header.scrolled .header-phone small { color: var(--muted); }
html[data-theme="light"] .trust-strip__grid > div { background: rgba(255,255,255,.8); border-color: rgba(63,47,23,.1); }
html[data-theme="light"] .trust-strip strong { color: var(--ink); }
html[data-theme="light"] .trust-strip small { color: var(--muted); }
html[data-theme="light"] .legal-page { background: var(--bg); color: var(--ink); }
html[data-theme="light"] .legal-card,
html[data-theme="light"] .legal-toc { background: var(--surface); border-color: rgba(63,47,23,.12); }
html[data-theme="light"] .legal-card h2,
html[data-theme="light"] .legal-toc strong { color: var(--ink); }
html[data-theme="light"] .legal-card p,
html[data-theme="light"] .legal-card li,
html[data-theme="light"] .legal-toc a,
html[data-theme="light"] .legal-hero p { color: var(--muted); }
.theme-toggle { display:grid; place-items:center; width:42px; height:42px; border:1px solid rgba(215,170,84,.15); border-radius:50%; color:#f4ecdf; background:rgba(255,255,255,.04); }
.theme-toggle .icon { width:19px; height:19px; }
.brand__logo { width:46px; height:46px; object-fit:contain; }
.cookie-banner[hidden] { display:none !important; }


/* HOTFIX 1.0.2 — HERO VIEWPORT / CTA OVERLAP / BUTTON CLIP FIX */
.hero {
  min-height: auto !important;
  padding-bottom: 0 !important;
}

.hero-slider {
  min-height: 690px !important;
  overflow: hidden !important;
}

.hero-slide__content {
  min-height: 690px !important;
  padding-top: 104px !important;
  padding-bottom: 96px !important;
}

.hero-controls {
  inset: auto 0 18px 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  pointer-events: none;
}

.hero-dots {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  pointer-events: auto !important;
}

.hero-arrows {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  pointer-events: none !important;
}

.slider-arrow {
  pointer-events: auto !important;
}

.booking-wrap {
  position: relative !important;
  z-index: 14 !important;
  display: block !important;
  margin-top: -34px !important;
}

.luxury-cta-bar {
  display: grid !important;
}

.trust-strip {
  margin-top: 14px !important;
}

@media (max-width: 1100px) {
  .hero-slider {
    min-height: 660px !important;
  }

  .hero-slide__content {
    min-height: 660px !important;
    padding-top: 98px !important;
    padding-bottom: 92px !important;
  }

  .booking-wrap {
    margin-top: -26px !important;
  }
}

@media (max-width: 820px) {
  .hero-slider {
    min-height: 630px !important;
  }

  .hero-slide__content {
    min-height: 630px !important;
    padding-top: 92px !important;
    padding-bottom: 86px !important;
  }

  .hero-controls {
    inset: auto 0 16px 0 !important;
  }

  .booking-wrap {
    margin-top: -18px !important;
  }
}

@media (max-width: 560px) {
  .hero-slider {
    min-height: 600px !important;
  }

  .hero-slide__content {
    min-height: 600px !important;
    padding-top: 84px !important;
    padding-bottom: 78px !important;
  }

  .hero-controls {
    inset: auto 0 12px 0 !important;
  }

  .hero-dots {
    padding: 7px 10px !important;
  }

  .booking-wrap {
    margin-top: -10px !important;
  }
}



/* FINAL3 — EXACT HERO SPACING FIX */
.hero {
  min-height: auto !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.hero-slider {
  min-height: 720px !important;
  overflow: hidden !important;
}

.hero h1 {
  white-space: pre-line !important;
  margin: 0 !important;
}

.hero-slide__content {
  min-height: 720px !important;
  padding-top: 104px !important;
  padding-bottom: 68px !important;
}

.hero-slide__copy {
  padding-bottom: 0 !important;
}

.hero-actions {
  position: relative;
  z-index: 2;
}

.hero-controls {
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
}

.hero-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translateX(-50%) !important;
  pointer-events: auto !important;
}

.hero-arrows {
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  pointer-events: none !important;
}

.slider-arrow {
  pointer-events: auto !important;
}

.booking-wrap {
  position: relative !important;
  z-index: 12 !important;
  display: block !important;
  margin-top: 22px !important;
}

.luxury-cta-bar {
  display: grid !important;
  position: relative !important;
  margin: 0 !important;
}

.trust-strip {
  margin-top: 18px !important;
}

@media (max-width: 1100px) {
  .hero-slider,
  .hero-slide__content {
    min-height: 700px !important;
  }

  .hero-slide__content {
    padding-top: 98px !important;
    padding-bottom: 66px !important;
  }

  .booking-wrap {
    margin-top: 20px !important;
  }
}

@media (max-width: 820px) {
  .hero-slider,
  .hero-slide__content {
    min-height: 670px !important;
  }

  .hero-slide__content {
    padding-top: 92px !important;
    padding-bottom: 62px !important;
  }

  .hero-arrows {
    left: 14px !important;
    right: 14px !important;
  }

  .booking-wrap {
    margin-top: 18px !important;
  }
}

@media (max-width: 560px) {
  .hero-slider,
  .hero-slide__content {
    min-height: 650px !important;
  }

  .hero-slide__content {
    padding-top: 84px !important;
    padding-bottom: 58px !important;
  }

  .hero-dots {
    bottom: 12px !important;
  }

  .booking-wrap {
    margin-top: 14px !important;
  }
}
