@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/prata-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/prata-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --background: #070909;
  --foreground: #f6f4ee;
  --card: #0d1010;
  --card-foreground: #f6f4ee;
  --popover: #111414;
  --popover-foreground: #f6f4ee;
  --primary: #e3aa3e;
  --primary-foreground: #12100b;
  --secondary: #171a1a;
  --secondary-foreground: #f6f4ee;
  --muted: #171a1a;
  --muted-foreground: #9a9d9b;
  --accent: #2b2417;
  --accent-foreground: #f4c971;
  --destructive: #d95252;
  --border: rgba(255,255,255,.11);
  --input: rgba(255,255,255,.12);
  --ring: #e3aa3e;
  --radius: .7rem;
  --gold: #e8ad3d;
  --gold-soft: #f5ca72;
  --ink: #070909;
  --panel: #0d1010;
  --line: rgba(255,255,255,.11);
  --muted-text: #aaaead;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #f7f5f0; font-family: var(--font-manrope), Arial, Helvetica, sans-serif; }
h1, h2 { font-family: var(--font-prata), Georgia, serif; font-weight: 400; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { height: 72px; padding: 0 max(24px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(4,5,5,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: flex; flex-direction: column; align-items: center; letter-spacing: .28em; line-height: 1; }
.brand span { font-family: var(--font-prata), Georgia, serif; font-size: 26px; }
.brand small { margin-top: 7px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .36em; }
.desktop-nav { display: flex; gap: 30px; align-items: center; font-size: 13px; font-weight: 600; color: #d6d7d5; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--gold-soft); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { min-width: 42px; height: 34px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: #f0cc78; border: 1px solid rgba(240,204,120,.42); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.language-switch svg { width: 14px; height: 14px; }
.language-switch:hover { color: #063d34; border-color: #f0cc78; background: #f0cc78; }
.footer-language-row { display: none; }

@media (max-width: 680px) {
  .site-header .header-phone { display: inline-flex !important; }
}
.phone-reveal-short { display: none; }
.header-phone { color: var(--gold-soft); font-size: 14px; font-weight: 750; white-space: nowrap; letter-spacing: .02em; }
.gold-button { border: 0; border-radius: 5px; background: linear-gradient(135deg, #f0c467, #ce8c21); color: #17120a; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; box-shadow: inset 0 1px rgba(255,255,255,.35), 0 8px 24px rgba(225,163,50,.17); transition: transform .2s, filter .2s; }
.gold-button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.gold-button.compact { height: 42px; padding: 0 18px; font-size: 13px; }
.menu-button { display: none; background: none; border: 0; color: white; }

.hero { min-height: 620px; position: relative; overflow: hidden; background: #080a0a; }
.hero-image { object-fit: cover; object-position: center 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,5,.97) 0%, rgba(3,5,5,.83) 35%, rgba(3,5,5,.23) 66%, rgba(3,5,5,.35) 100%), linear-gradient(0deg, #070909 0%, transparent 22%); }
.hero-inner { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: 1fr 370px; gap: 60px; align-items: center; padding-block: 58px; }
.hero-copy { max-width: 665px; }
.eyebrow { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 26px; height: 1px; background: var(--gold); }
h1 { margin: 18px 0 16px; max-width: 700px; font-size: clamp(42px, 5.3vw, 68px); line-height: .99; letter-spacing: -.035em; font-weight: 400; }
.hero-lead { margin: 0 0 14px; color: var(--gold-soft); font-size: 21px; font-weight: 700; }
.hero-text { max-width: 520px; color: #c5c8c6; line-height: 1.65; font-size: 15px; }
.hero-benefits { display: grid; grid-template-columns: repeat(4, minmax(82px, 1fr)); gap: 18px; max-width: 530px; margin: 28px 0; }
.hero-benefit { display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; font-size: 12px; line-height: 1.25; color: #e9e9e5; }
.hero-benefit i { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(232,173,61,.7); border-radius: 50%; color: var(--gold); background: rgba(4,6,6,.42); box-shadow: inset 0 0 18px rgba(232,173,61,.05); }
.hero-benefit svg { width: 25px; height: 25px; stroke-width: 1.55; }
.messengers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 520px; }
.messengers a { height: 44px; border-radius: 5px; display: flex; align-items: center; justify-content: center; gap: 9px; font-weight: 750; font-size: 14px; box-shadow: inset 0 1px rgba(255,255,255,.2); }
.messengers img { width: 28px; height: 28px; flex: none; }
.viber { background: #5f2e9f; }.whatsapp { background: #0e8d4e; }.telegram { background: #168fbd; }

.quote-card { background: rgba(11,13,13,.95); border: 1px solid rgba(255,255,255,.13); padding: 22px; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.48); backdrop-filter: blur(12px); }
.quote-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.quote-top > div { display: flex; flex-direction: column; gap: 5px; }
.quote-top span { font-size: 20px; font-weight: 760; }
.quote-top small { color: var(--muted-text); }
.quote-top svg { color: var(--gold); width: 20px; }
.quote-card label { display: block; color: #b8bcba; font-size: 13px; margin-bottom: 11px; }
.quote-field-label { margin-bottom: 11px; }
.quote-field-label > label { margin-bottom: 0; }
.field { display: flex; align-items: center; margin-top: 6px; height: 44px; border: 1px solid #303333; background: #070909; border-radius: 4px; transition: border .2s; }
.field:focus-within { border-color: var(--gold); }
.field input, .field select { width: 100%; height: 100%; padding: 0 12px; background: transparent; color: #f3f3ee; border: 0; outline: 0; appearance: none; font-size: 13px; }
.field [data-slot='native-select-wrapper'] { width: 100%; height: 100%; }
.field [data-slot='native-select'] { height: 100%; }
.field svg { width: 17px; margin-right: 12px; color: #aeb1af; pointer-events: none; }
.date-picker-field input[type='date']::-webkit-calendar-picker-indicator,
.time-picker-field input[type='time']::-webkit-calendar-picker-indicator { width: 0; height: 0; margin: 0; padding: 0; opacity: 0; pointer-events: none; }
.date-picker-trigger,
.time-picker-trigger { width: 42px; height: 100%; padding: 0; flex: none; display: grid; place-items: center; color: #aeb1af; background: transparent; border: 0; border-left: 1px solid transparent; cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.date-picker-trigger svg,
.time-picker-trigger svg { width: 17px; height: 17px; margin: 0; color: currentColor; }
.date-picker-trigger:hover,
.date-picker-trigger:focus-visible,
.time-picker-trigger:hover,
.time-picker-trigger:focus-visible { color: var(--gold-soft); background: rgba(232,173,61,.08); border-left-color: rgba(232,173,61,.24); outline: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quote-choice-row { grid-template-columns: .72fr 1.28fr; }
.wide { width: 100%; height: 48px; margin-top: 3px; font-size: 12px; }
.safe-note { margin: 13px 0 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: #939694; font-size: 12px; }
.safe-note svg { width: 14px; color: var(--gold); }
.quote-success { min-height: 263px; padding: 28px 10px; display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column; }
.quote-success > span { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(232,173,61,.1); color: var(--gold); border: 1px solid rgba(232,173,61,.35); }
.quote-success h3 { margin: 17px 0 8px; font-size: 21px; }.quote-success p { max-width: 280px; margin: 0; color: #9ea29f; line-height: 1.5; font-size: 15px; }
.outline-button { margin-top: 19px; padding: 9px 14px; color: var(--gold-soft); background: transparent; border: 1px solid rgba(232,173,61,.35); border-radius: 4px; cursor: pointer; }
.quote-contact-step { animation: quote-step-in .28s both ease; }
.quote-contact-intro { margin: -2px 0 19px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.quote-contact-intro h3 { margin: 0 0 7px; color: #f4f2ec; font-family: var(--font-prata), Georgia, serif; font-size: 21px; font-weight: 400; }
.quote-contact-intro p { margin: 0; color: #9ea29f; font-size: 13px; line-height: 1.5; }
.quote-back-button { width: 100%; margin-top: 12px; padding: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #aeb2af; background: transparent; border: 0; cursor: pointer; font-size: 12px; }
.quote-back-button svg { width: 15px; }
.quote-back-button:hover { color: var(--gold-soft); transform: translateX(-3px); }
@keyframes quote-step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }

.trust-strip { background: #f5f3ee; color: #171918; }
.trust-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 15px; padding: 24px 28px; border-right: 1px solid #dedbd4; }
.trust-grid > div:first-child { border-left: 1px solid #dedbd4; }
.trust-grid svg { color: #c9902d; width: 29px; flex: none; }
.trust-grid p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.trust-grid b { font-size: 15px; }.trust-grid span { color: #6a6d6a; font-size: 13px; line-height: 1.4; }

.routes-section { padding-block: 82px 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(30px, 4vw, 48px); margin: 10px 0 0; letter-spacing: -.035em; }
.section-heading > p { color: #929694; line-height: 1.6; max-width: 440px; font-size: 14px; }
.route-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.route-card { --route-position: 0%; min-height: 250px; grid-column: span 2; padding: 24px; position: relative; overflow: hidden; isolation: isolate; border: 1px solid var(--line); border-radius: 8px; background-image: linear-gradient(180deg, rgba(3,5,5,.12) 0%, rgba(3,5,5,.38) 42%, rgba(3,5,5,.97) 100%), url('/images/route-cities-v3.webp'); background-size: auto, 500% auto; background-position: center, var(--route-position) center; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s, border-color .25s; }
.route-1 { --route-position: 25%; }.route-2 { --route-position: 50%; }.route-3 { --route-position: 0%; }.route-4 { --route-position: 75%; }.route-5 { --route-position: 100%; }
.route-card:nth-child(4), .route-card:nth-child(5) { grid-column: span 3; }
.route-card:hover { transform: translateY(-4px); border-color: rgba(232,173,61,.5); }
.route-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,5,5,.36), transparent 72%); }
.route-card > * { position: relative; z-index: 1; }
.route-number { font-family: var(--font-prata), Georgia, serif; color: rgba(232,173,61,.42); font-size: 14px; }
.route-card small { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.route-card-destination { display: block; width: fit-content; max-width: 100%; color: inherit; }
.route-card-destination h3 { transition: color .22s ease; }
.route-card-destination:hover h3, .route-card-destination:focus-visible h3 { color: var(--gold-soft); }
.route-card h3 { margin: 9px 0; font-size: 22px; display: flex; align-items: center; gap: 8px; }
.route-card h3 svg { width: 18px; color: var(--gold); }
.route-card p { margin: 0; color: #b6bab7; font-size: 15px; }
.route-more { display: flex; align-items: center; gap: 7px; color: #e8e6e0; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.route-more svg { width: 15px; color: var(--gold); }
.route-links { display: flex; align-items: center; justify-content: space-between; gap: 14px; position: relative; z-index: 2; }
.return-link { color: #afb3b1; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.inline-route-link { color: var(--gold-soft); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(232,173,61,.45); text-underline-offset: 3px; }
.inline-route-link:hover { color: #fff1c9; text-decoration-color: currentColor; }

.services-section { padding-block: 90px; background: #0b0e0e; border-block: 1px solid var(--line); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-card { min-height: 220px; padding: 27px; border: 1px solid var(--line); background: #0f1212; border-radius: 8px; }
.service-card > span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(232,173,61,.32); color: var(--gold); border-radius: 50%; }
.service-card h3 { margin: 30px 0 10px; font-size: 17px; }.service-card p { margin: 0; color: #aeb2af; font-size: 15px; line-height: 1.55; }

.fleet-section { display: grid; grid-template-columns: .85fr 1.7fr; gap: 70px; align-items: center; padding-block: 105px; }
.fleet-copy h2, .about-grid h2, .details-grid h2, .story-section h2 { margin: 13px 0 20px; font-size: clamp(32px, 4vw, 49px); line-height: 1.05; letter-spacing: -.04em; }
.fleet-copy > p, .about-grid > div > p { color: #9ca09e; line-height: 1.7; font-size: 14px; }
.fleet-copy ul, .included-card ul { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 11px; }
.fleet-copy li, .included-card li { display: flex; align-items: center; gap: 9px; font-size: 15px; color: #dadbd7; }
.fleet-copy li svg, .included-card li svg { width: 16px; color: var(--gold); }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.fleet-card { min-height: 290px; padding: 20px 20px 22px; overflow: hidden; background: #0e1111; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; }
.fleet-card > span { color: rgba(232,173,61,.45); font-family: var(--font-prata), Georgia, serif; font-size: 12px; }
.fleet-vehicle { width: calc(100% + 20px); height: 135px; align-self: center; margin: 4px -10px 10px; background-repeat: no-repeat; filter: none; }
.fleet-vehicle-1 { background-image: url('/images/comfort-skoda-superb-white-v4.png'); background-size: contain; background-position: center; background-color: #fff; }
.fleet-vehicle-2 { background-image: url('/images/business-sedan-white-v1.png'); }
.fleet-vehicle-3 { background-image: url('/images/minivan-white-v1.png'); }
.fleet-vehicle-2, .fleet-vehicle-3 { background-size: contain; background-position: center; background-color: #fff; filter: none; }
.fleet-card h3 { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .08em; margin: 0 0 12px; }.fleet-card p { display: flex; align-items: center; gap: 10px; color: #d0d2cf; margin: 6px 0; font-size: 21px; }.fleet-card p svg { width: 21px; height: 21px; color: var(--gold); flex: none; }

.about-section { padding-block: 92px; background: linear-gradient(100deg, #eeeae1 0%, #faf8f3 100%); color: #171918; }
.about-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.about-grid .eyebrow { color: #9d6b16; }.about-grid .eyebrow > span { background: #b77a18; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d9d5cc; }
.stats div { padding: 38px 18px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; border-right: 1px solid #d9d5cc; }.stats div:last-child { border: 0; }
.stats strong { color: #a86f12; font-size: 28px; }.stats span { color: #666a67; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #7c5210; font-size: 15px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }.text-link svg { width: 17px; }

.cta-section { margin-block: 70px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: radial-gradient(circle at 85% 50%, rgba(232,173,61,.16), transparent 38%), #111414; border: 1px solid rgba(232,173,61,.22); border-radius: 8px; }
.cta-section h2 { margin: 0 0 8px; font-size: 28px; }.cta-section p { margin: 0; color: #aeb2af; font-size: 16px; }.cta-button { min-height: 48px; padding: 0 24px; font-size: 14px; white-space: nowrap; }

.site-footer { background: #040606; border-top: 1px solid var(--line); padding-top: 52px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 46px; }
.footer-brand { width: max-content; align-items: flex-start; }.footer-grid > div:first-child > p { max-width: 285px; color: #979b98; font-size: 14px; line-height: 1.7; margin-top: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; font-size: 14px; color: #aeb2af; }.footer-grid b { color: #f0efe9; margin-bottom: 6px; }
.footer-grid a:hover { color: var(--gold); }.mini-socials { display: flex; gap: 12px; margin-top: 7px; }.mini-socials a { display: flex; align-items: center; gap: 6px; }.mini-socials img { width: 18px; height: 18px; }
.footer-socials-block { margin-top: 12px; }
.footer-socials-title { color: inherit; font-size: 12px; }
.footer-socials { margin-top: 8px; display: flex; align-items: center; gap: 9px; }
.footer-socials > a,
.footer-social-placeholder { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.06); transition: color .2s, border-color .2s, background .2s, transform .2s; }
.footer-socials svg { width: 17px; height: 17px; overflow: visible; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.footer-socials svg rect,
.footer-socials svg circle:not(.social-icon-dot) { fill: none; }
.footer-socials .social-icon-dot { fill: currentColor; stroke: none; }
.footer-socials > a:hover { color: #102a43; border-color: #f8d896; background: linear-gradient(145deg, #f8d896, #d8ad54); transform: translateY(-2px); }
.footer-social-placeholder { cursor: default; opacity: .78; }
.footer-routes { padding: 26px 0 34px; border-top: 1px solid var(--line); }
.footer-routes > b { display: block; margin-bottom: 16px; color: #f0efe9; font-size: 14px; }
.footer-routes > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px 22px; }
.footer-routes a { color: #a3a7a4; font-size: 13px; line-height: 1.4; transition: color .2s; }
.footer-routes a:hover { color: var(--gold); }
.copyright { border-top: 1px solid var(--line); padding-block: 18px; color: #777b79; font-size: 11px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.copyright a { color: #777b79; transition: color .2s; }.copyright a:hover { color: var(--gold); }
.mobile-menu { display: none; position: relative; }.mobile-menu summary { list-style: none; cursor: pointer; }.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 42px; width: 210px; padding: 12px; display: flex; flex-direction: column; background: #0d1010; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.mobile-menu nav a { padding: 11px; color: #d6d8d5; font-size: 13px; border-bottom: 1px solid var(--line); }.mobile-menu nav a:last-child { border: 0; }

.route-hero { position: relative; min-height: 670px; background: #070909; overflow: hidden; }
.route-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,6,.98), rgba(4,6,6,.72) 51%, rgba(4,6,6,.7)), url('/images/atlas-hero.png') 70% center/cover no-repeat; opacity: .82; }
.route-hero-grid { min-height: 670px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 370px; align-items: center; gap: 85px; padding-block: 70px; }
.route-hero h1 { font-size: clamp(31px, 3.65vw, 46px); max-width: 720px; }.route-lead { color: #c1c4c2; font-size: 16px; line-height: 1.65; max-width: 610px; }
.route-price { width: fit-content; margin-top: 25px; padding: 15px 18px; display: grid; grid-template-columns: auto auto; align-items: center; gap: 4px 20px; background: rgba(12,15,15,.82); border: 1px solid rgba(232,173,61,.4); border-radius: 6px; box-shadow: 0 16px 35px rgba(0,0,0,.22); }
.route-price > span { color: #aeb2af; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }.route-price > strong { grid-row: 1 / 3; grid-column: 2; color: var(--gold-soft); font-family: var(--font-prata), Georgia, serif; font-size: 25px; font-weight: 400; white-space: nowrap; }.route-price > small { display: flex; align-items: center; gap: 6px; color: #d7d8d4; font-size: 13px; }.route-price > small svg { width: 15px; height: 15px; color: var(--gold); }
.route-facts { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; max-width: 620px; }
.route-hero-contact { margin-top: 27px; }
.route-hero-contact .hero-benefits { margin: 0 0 18px; }
.route-facts > div { min-height: 78px; padding: 15px; background: rgba(12,15,15,.72); border: 1px solid var(--line); display: flex; align-items: center; gap: 12px; border-radius: 5px; }
.route-facts > div:last-child { grid-column: 1 / -1; }.route-facts svg { color: var(--gold); width: 24px; flex: none; }
.route-facts span { display: flex; flex-direction: column; gap: 5px; color: #aeb2af; font-size: 13px; }.route-facts b { color: #f3f2ed; font-size: 16px; font-weight: 650; }
.journey-section { padding-block: 90px; }.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.journey-grid > div { padding: 25px; border: 1px solid var(--line); min-height: 190px; }.journey-grid > div > span { color: var(--gold); font-family: var(--font-prata), Georgia, serif; }.journey-grid h3 { margin: 34px 0 10px; font-size: 18px; }.journey-grid p { margin: 0; color: #aeb2af; line-height: 1.55; font-size: 14px; }
.route-details { background: #0c0f0f; border-block: 1px solid var(--line); padding-block: 95px; }.details-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.details-grid > div:first-child > p { color: #aeb2af; line-height: 1.7; font-size: 15px; max-width: 600px; }
.path-line { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 32px 0 24px; }.path-line strong { color: var(--gold-soft); font-size: 16px; }.path-line span { display: flex; align-items: center; gap: 9px; color: #b0b4b1; font-size: 14px; }.path-line i { width: 28px; height: 1px; background: #4a4e4c; display: inline-block; }
.included-card { background: #111414; border: 1px solid rgba(232,173,61,.22); padding: 34px; border-radius: 8px; }.included-card h2 { font-size: 28px; }.included-card ul { margin-bottom: 28px; }
.route-overview-section { padding-block: 92px; color: #1b1d1c; background: #f4f1e9; }
.route-overview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px 80px; }.route-overview-grid h2 { margin: 13px 0 0; font-size: clamp(34px, 4vw, 49px); line-height: 1.08; letter-spacing: -.04em; }.route-overview-copy { color: #606562; font-size: 15px; line-height: 1.75; }.route-overview-copy p:first-child { margin-top: 0; }.route-overview-copy p:last-child { margin-bottom: 0; }
.route-overview-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border: 1px solid #d7d2c8; border-radius: 7px; background: #fbfaf6; }.route-overview-stats > div { min-height: 110px; padding: 23px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #d7d2c8; }.route-overview-stats > div:last-child { border-right: 0; }.route-overview-stats strong { color: #9c6613; font-family: var(--font-prata), Georgia, serif; font-size: 27px; font-weight: 400; }.route-overview-stats span { margin-top: 5px; color: #737774; font-size: 13px; }
.route-pricing-section, .route-pickup-section, .route-faq-section { padding-block: 95px; }
.route-pricing-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 13px; }.route-price-card { padding: 30px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(232,173,61,.36); border-radius: 8px; background: radial-gradient(circle at 90% 15%, rgba(232,173,61,.14), transparent 35%), #111414; }.route-price-card > span { color: #aeb2af; font-size: 12px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }.route-price-card > strong { margin: 13px 0 16px; color: var(--gold-soft); font-family: var(--font-prata), Georgia, serif; font-size: 34px; font-weight: 400; }.route-price-card > strong small { font-family: var(--font-manrope), sans-serif; font-size: 14px; }.route-price-card > p { margin: 0 0 24px; color: #aeb2af; font-size: 14px; line-height: 1.6; }
.route-factor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.route-factor-grid > div { min-height: 175px; padding: 24px; border: 1px solid var(--line); border-radius: 7px; background: #0d1010; }.route-factor-grid svg { width: 26px; color: var(--gold); }.route-factor-grid h3 { margin: 25px 0 8px; font-size: 17px; }.route-factor-grid p { margin: 0; color: #a5aaa7; font-size: 14px; line-height: 1.55; }
.route-fleet-section { padding-block: 95px; background: #0b0e0e; border-block: 1px solid var(--line); }.route-fleet-grid { max-width: 980px; margin-inline: auto; }.route-connectivity, .route-pet-note { max-width: 980px; margin: 14px auto 0; padding: 20px 23px; display: flex; align-items: center; gap: 17px; border: 1px solid rgba(232,173,61,.25); border-radius: 7px; background: rgba(232,173,61,.05); }.route-connectivity > svg, .route-pet-note > svg { width: 29px; color: var(--gold); flex: none; }.route-connectivity > div, .route-pet-note > div { display: flex; flex-direction: column; gap: 4px; }.route-connectivity strong, .route-pet-note strong { color: #f0efe9; font-size: 16px; }.route-connectivity span, .route-pet-note span { color: #a5aaa7; font-size: 13px; line-height: 1.5; }
.route-fleet-price { margin-top: auto; padding-top: 18px; color: var(--gold-soft); font-family: var(--font-prata), Georgia, serif; font-size: 23px; font-weight: 400; border-top: 1px solid rgba(232,173,61,.2); }
.route-fleet-price small { display: block; margin-top: 5px; color: #929793; font-family: var(--font-manrope), sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.route-pet-note { border-color: rgba(137,171,124,.28); background: rgba(137,171,124,.055); }.route-pet-note > svg { color: #a8c49c; }
.route-pickup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.route-pickup-grid > div { min-height: 205px; padding: 27px; border: 1px solid var(--line); border-radius: 7px; background: #0d1010; }.route-pickup-grid svg { width: 31px; color: var(--gold); }.route-pickup-grid h3 { margin: 38px 0 9px; font-size: 18px; }.route-pickup-grid p { margin: 0; color: #a5aaa7; font-size: 14px; line-height: 1.6; }.route-trust-strip { margin-top: 12px; padding: 23px 25px; display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: center; gap: 14px; color: #aeb2af; border: 1px solid var(--line); border-radius: 7px; background: #111414; font-size: 13px; line-height: 1.55; }.route-trust-strip > svg { width: 25px; color: var(--gold); }.route-trust-strip strong { display: block; color: #ecebe6; font-size: 14px; }
.route-scenic-section { padding-bottom: 95px; }.route-scenic-banner { min-height: 390px; position: relative; overflow: hidden; display: flex; align-items: center; border: 1px solid rgba(232,173,61,.22); border-radius: 9px; background: #111414; box-shadow: 0 25px 65px rgba(0,0,0,.3); }.route-scenic-banner::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,6,6,.92) 0%, rgba(4,6,6,.7) 42%, rgba(4,6,6,.18) 72%, rgba(4,6,6,.08) 100%), linear-gradient(0deg, rgba(4,6,6,.38), transparent 48%); }.route-scenic-banner > img { object-fit: cover; object-position: center center; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }.route-scenic-banner:hover > img { transform: scale(1.025); }.route-scenic-copy { max-width: 560px; padding: 48px; position: relative; z-index: 2; }.route-scenic-copy h2 { max-width: 520px; margin: 15px 0 15px; color: #f2f1eb; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.05; letter-spacing: -.04em; }.route-scenic-copy > p { max-width: 470px; margin: 0; color: #d0d2ce; font-size: 16px; line-height: 1.65; }.route-scenic-copy .gold-button { min-height: 49px; margin-top: 25px; padding: 0 21px; }
.route-longform-section { padding-block: 90px; background: #0b0e0e; border-block: 1px solid var(--line); }.route-longform-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }.route-longform-grid > div:first-child { position: sticky; top: 105px; }.route-longform-grid > div:first-child h2 { margin: 13px 0 18px; font-size: clamp(34px, 4vw, 49px); line-height: 1.08; letter-spacing: -.04em; }.route-longform-grid > div:first-child > p { max-width: 410px; color: #a6aaa7; font-size: 15px; line-height: 1.65; }
.route-longform-scroll { max-height: 470px; padding: 8px 31px 8px 4px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #b77a1c #1b1e1e; }.route-longform-scroll::-webkit-scrollbar { width: 8px; }.route-longform-scroll::-webkit-scrollbar-track { background: #1b1e1e; border-radius: 10px; }.route-longform-scroll::-webkit-scrollbar-thumb { background: #a86f16; border-radius: 10px; }.route-longform-scroll h3 { margin: 0 0 10px; color: #efeee8; font-size: 19px; }.route-longform-scroll h3:not(:first-child) { margin-top: 31px; padding-top: 27px; border-top: 1px solid var(--line); }.route-longform-scroll p { margin: 0; color: #aeb2af; font-size: 15px; line-height: 1.78; }.route-longform-scroll strong { color: #e3c386; font-weight: 700; }
.route-faq-section { padding-top: 20px; }
.route-reviews-section { padding-block: 90px; color: #1b1d1c; background: #f4f1e9; border-top: 1px solid #ded9cf; }.route-reviews-section .section-heading > p { color: #656a67; }.review-carousel { min-width: 0; }.review-carousel-controls { margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.review-carousel-dots { display: flex; align-items: center; gap: 7px; }.review-carousel-dots button { width: 26px; height: 4px; padding: 0; border: 0; border-radius: 8px; background: #cbc4b7; cursor: pointer; }.review-carousel-dots button.is-active { width: 42px; background: #a86f16; }.review-carousel-arrows { display: flex; gap: 8px; }.review-carousel-arrows button { width: 43px; height: 43px; display: grid; place-items: center; color: #86590f; border: 1px solid #cfc7b9; border-radius: 50%; background: #fbfaf6; cursor: pointer; }.review-carousel-arrows button:hover { color: #fff; border-color: #9f6812; background: #9f6812; }.review-carousel-arrows svg { width: 19px; }
.route-reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }.route-reviews-track::-webkit-scrollbar { display: none; }.route-review-card { min-height: 285px; margin: 0; padding: 30px; display: flex; flex-direction: column; scroll-snap-align: start; border: 1px solid #d8d3c9; border-radius: 8px; background: #fbfaf6; box-shadow: 0 15px 35px rgba(50,42,27,.055); }.route-review-card > svg { width: 28px; color: #ad7419; }.review-stars { margin-top: 20px; display: flex; gap: 4px; }.review-stars svg { width: 17px; height: 17px; color: #b87816; fill: #d99a34; }.route-review-card > p { max-width: 900px; margin: 20px 0 27px; color: #353936; font-size: 17px; line-height: 1.7; }.route-review-card footer { margin-top: auto; padding-top: 17px; display: flex; align-items: center; gap: 15px; border-top: 1px solid #e2ded5; }.route-review-card footer span { color: #85570f; font-size: 13px; font-weight: 800; }.route-review-card footer time { color: #777c78; font-size: 12px; }.route-review-card footer small { margin-left: auto; color: #777c78; font-size: 12px; font-weight: 700; }
.review-carousel-footer { margin-top: 14px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid #d8d3c9; border-radius: 7px; background: #fbfaf6; }.review-carousel-footer p { margin: 0; color: #656a67; font-size: 14px; }.review-carousel-footer .gold-button { min-height: 46px; padding: 0 18px; white-space: nowrap; }.review-carousel-footer .gold-button svg { width: 18px; }
.other-routes { padding-block: 90px; }.mini-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.mini-route-grid a { padding: 22px; min-height: 135px; display: grid; grid-template-columns: auto 1fr auto; gap: 8px 13px; align-items: center; border: 1px solid var(--line); background: #0d1010; border-radius: 6px; }.mini-route-grid a > svg { color: var(--gold); width: 21px; }.mini-route-grid a > svg:last-child { width: 16px; }.mini-route-grid span { font-size: 17px; font-weight: 700; }.mini-route-grid small { grid-column: 2; color: #a2a6a3; font-size: 13px; }

.inner-hero { min-height: 470px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(4,6,6,.97), rgba(4,6,6,.45)), url('/images/atlas-hero.png') 70% 49%/cover no-repeat; }.inner-hero .narrow { max-width: 1180px; }.inner-hero h1 { max-width: 780px; }.inner-hero p { max-width: 650px; color: #bec2bf; line-height: 1.65; font-size: 16px; }.compact-hero { min-height: 370px; }.compact-hero h1 { margin-bottom: 10px; }
.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 100px; }.story-copy { color: #9ca09e; line-height: 1.8; font-size: 14px; }
.values-section { background: #f5f3ed; color: #191b1a; padding-block: 80px; }.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #d8d5ce; border: 1px solid #d8d5ce; }.values-grid > div { background: #f5f3ed; padding: 30px; min-height: 230px; }.values-grid svg { color: #ad7419; width: 30px; }.values-grid h3 { margin: 34px 0 10px; }.values-grid p { color: #666a67; line-height: 1.6; font-size: 15px; }
.drivers-section { padding-block: 100px; }
.about-section-heading { margin-bottom: 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; }
.about-section-heading h2 { margin: 13px 0 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; letter-spacing: -.04em; }
.about-section-heading > p { max-width: 610px; margin: 0; color: #a9adaa; font-size: 15px; line-height: 1.75; }
.drivers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.driver-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #0e1111; transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease; }
.driver-card:hover { transform: translateY(-5px); border-color: rgba(232,173,61,.4); box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.driver-photo { height: 405px; overflow: hidden; background: #161918; }
.driver-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.82) contrast(1.03); transition: transform .55s ease, filter .35s ease; }
.driver-card:hover .driver-photo img { transform: scale(1.025); filter: saturate(.95) contrast(1.03); }
.driver-copy { padding: 24px; }
.driver-copy > span { display: flex; align-items: center; gap: 7px; color: var(--gold); font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.driver-copy > span svg { width: 15px; }
.driver-copy h3 { margin: 10px 0 9px; font-family: var(--font-prata), Georgia, serif; font-size: 27px; font-weight: 400; }
.driver-copy p { margin: 0; color: #a8aca9; font-size: 14px; line-height: 1.65; }
.driver-photo-note { margin: 16px 0 0; color: #747976; font-size: 12px; }
.company-legal-section { padding-block: 95px; color: #191b1a; background: #f4f1e9; }
.light-heading .eyebrow { color: #94610f; }.light-heading .eyebrow > span { background: #ad7419; }.light-heading > p { color: #626764; }
.company-legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.company-legal-card { padding: 30px; border: 1px solid #d8d3c9; border-radius: 8px; background: #fbfaf6; box-shadow: 0 18px 45px rgba(50,42,27,.07); }
.company-legal-card > svg { width: 33px; height: 33px; color: #a86f15; stroke-width: 1.5; }
.legal-card-label { margin-top: 24px; display: block; color: #9b6818; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.company-legal-card h3 { margin: 7px 0 25px; font-family: var(--font-prata), Georgia, serif; font-size: 26px; font-weight: 400; }
.company-legal-card dl { margin: 0; }
.company-legal-card dl > div { padding: 13px 0; display: grid; grid-template-columns: 155px 1fr; gap: 22px; border-top: 1px solid #e1ddd4; }
.company-legal-card dt { color: #777b78; font-size: 12px; font-weight: 700; }.company-legal-card dd { margin: 0; color: #242725; font-size: 14px; font-weight: 650; line-height: 1.5; }
.company-legal-card > a { min-height: 46px; margin-top: 20px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; color: #88570c; border: 1px solid #c99542; border-radius: 4px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.company-legal-card > a:hover { color: #fff; background: #9f6812; border-color: #9f6812; }.company-legal-card > a svg { width: 15px; }
.contact-section { display: grid; grid-template-columns: 1fr 390px; gap: 100px; padding-block: 90px; align-items: start; }.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.contact-list > div:not(.contact-messengers) { min-height: 130px; padding: 24px; display: flex; gap: 14px; align-items: flex-start; background: #0e1111; border: 1px solid var(--line); }.contact-list svg { color: var(--gold); width: 22px; }.contact-list span { display: flex; flex-direction: column; gap: 7px; color: #aeb2af; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }.contact-list b { color: #f3f1ec; font-size: 17px; text-transform: none; letter-spacing: 0; }.contact-list small { color: #8f9391; text-transform: none; letter-spacing: 0; }
.contact-messengers { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.contact-messengers a { min-height: 49px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 4px; font-size: 15px; font-weight: 700; }.contact-messengers img { width: 28px; height: 28px; }
.legal-page { padding-block: 70px 100px; max-width: 920px; }.legal-note { padding: 18px 20px; background: rgba(232,173,61,.08); border: 1px solid rgba(232,173,61,.24); color: var(--gold-soft); font-size: 15px; line-height: 1.6; }.legal-page section { padding: 25px 0; border-bottom: 1px solid var(--line); }.legal-page section h2 { font-size: 20px; }.legal-page section p { color: #b0b4b1; line-height: 1.8; font-size: 16px; }
.offer-requisites dl { margin: 20px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; }
.offer-requisites dl > div { padding: 15px 18px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; border-bottom: 1px solid var(--line); background: #0d1010; }
.offer-requisites dl > div:last-child { border-bottom: 0; }
.offer-requisites dt { color: #898e8a; font-size: 12px; font-weight: 750; }
.offer-requisites dd { margin: 0; color: #e1e2de; font-size: 14px; font-weight: 650; line-height: 1.55; }
.offer-license-link { min-height: 45px; margin-top: 18px; padding: 0 16px; display: inline-flex; align-items: center; gap: 9px; color: var(--gold-soft); border: 1px solid rgba(232,173,61,.42); border-radius: 4px; font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.offer-license-link:hover { color: #17120a; background: var(--gold-soft); border-color: var(--gold-soft); }
.offer-license-link svg { width: 15px; height: 15px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }.gold-button.compact { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; padding-block: 62px; }
  .hero-copy { padding-top: 20px; }.hero { background-position: 62% center; }.hero-shade { background: linear-gradient(90deg, rgba(3,5,5,.97), rgba(3,5,5,.62)), linear-gradient(0deg, #070909, transparent 25%); }
  .quote-card { max-width: 600px; }.trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div:first-child { border-left: 0; }
  .services-grid { grid-template-columns: 1fr 1fr; }.fleet-section { grid-template-columns: 1fr; }.about-grid, .story-section { grid-template-columns: 1fr; gap: 45px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-routes > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-hero-grid { grid-template-columns: 1fr; gap: 35px; }.details-grid { grid-template-columns: 1fr; gap: 50px; }.contact-section { grid-template-columns: 1fr; gap: 45px; }
  .route-overview-grid, .route-pricing-grid, .route-longform-grid { grid-template-columns: 1fr; gap: 36px; }.route-factor-grid { grid-template-columns: 1fr 1fr; }.route-trust-strip { grid-template-columns: auto 1fr; }.route-longform-grid > div:first-child { position: static; }
  .about-section-heading, .company-legal-grid { grid-template-columns: 1fr; gap: 28px; }.drivers-grid { grid-template-columns: 1fr 1fr; }.driver-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 7px); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }.site-header { position: sticky; top: 0; z-index: 100; height: 66px; padding: 0 12px; }.brand span { font-size: 20px; }.brand small { font-size: 7px; }.header-actions { gap: 10px; }.header-phone { font-size: 12px; }.language-switch { min-width: 42px; height: 34px; padding: 0 8px; }.mobile-menu nav { position: fixed; top: 66px; right: 10px; }
  .hero { min-height: 0; }.hero-image { object-position: 65% top; }.hero-inner { min-height: 0; padding-block: 58px 36px; }
  h1 { font-size: 39px; line-height: 1.02; }.hero-lead { font-size: 19px; max-width: 320px; }.hero-text { font-size: 16px; max-width: 360px; }
  .hero-benefits { grid-template-columns: repeat(4, 1fr); gap: 8px; }.hero-benefit { font-size: 11px; }.hero-benefit i { width: 48px; height: 48px; }
  .messengers { grid-template-columns: repeat(3, 1fr); }.messengers a { font-size: 0; }.messengers a img { width: 30px; height: 30px; }
  .quote-card { padding: 18px; }.trust-grid { grid-template-columns: 1fr; }.trust-grid > div { min-height: 110px; padding: 22px 20px; align-items: center; border-right: 0; border-bottom: 1px solid #dedbd4; }.trust-grid > div:last-child { border-bottom: 0; }
  .section-heading { display: block; }.section-heading > p { margin-top: 16px; }.route-grid { grid-template-columns: 1fr; }.route-card, .route-card:nth-child(4), .route-card:nth-child(5) { grid-column: 1; min-height: 210px; }
  .services-grid, .fleet-grid, .journey-grid, .mini-route-grid, .values-grid, .contact-list { grid-template-columns: 1fr; }.services-section, .routes-section, .fleet-section, .journey-section, .other-routes { padding-block: 65px; }
  .fleet-card { min-height: 310px; }.fleet-vehicle { height: 150px; }.about-grid { gap: 35px; }.stats { grid-template-columns: 1fr; }.stats div { border-right: 0; border-bottom: 1px solid #d9d5cc; }.stats div:last-child { border-bottom: 0; }
  .cta-section { margin-block: 50px 85px; padding: 30px 24px; display: block; }.cta-button { margin-top: 22px; width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }.footer-routes > div { grid-template-columns: 1fr 1fr; gap: 11px 18px; }.copyright { align-items: flex-start; flex-direction: column; gap: 8px; }
  .route-hero-grid { padding-block: 58px; }.route-hero h1 { font-size: 28px; }.route-price { width: 100%; grid-template-columns: 1fr; gap: 7px; }.route-price > strong { grid-row: auto; grid-column: auto; font-size: 24px; }.route-facts { grid-template-columns: 1fr; }.route-facts > div:last-child { grid-column: auto; }.details-grid { gap: 38px; }.path-line { flex-direction: column; align-items: flex-start; }.path-line i { width: 1px; height: 20px; margin-left: 4px; }
  .route-overview-section, .route-pricing-section, .route-fleet-section, .route-pickup-section, .route-longform-section, .route-reviews-section { padding-block: 65px; }.route-overview-stats, .route-factor-grid, .route-pickup-grid { grid-template-columns: 1fr; }.route-overview-stats > div { min-height: 88px; border-right: 0; border-bottom: 1px solid #d7d2c8; }.route-overview-stats > div:last-child { border-bottom: 0; }.route-factor-grid > div { min-height: 155px; }.route-price-card { padding: 24px 20px; }.route-price-card > strong { font-size: 30px; }.route-connectivity, .route-pet-note { align-items: flex-start; }.route-trust-strip { padding: 20px; }.route-longform-scroll { max-height: 430px; padding-right: 18px; }.route-longform-scroll p { font-size: 14px; line-height: 1.72; }.route-faq-section { padding-block: 10px 55px; }.route-review-card { min-height: 325px; padding: 23px 20px; }.route-review-card > p { font-size: 15px; }.route-review-card footer { flex-wrap: wrap; gap: 7px 12px; }.route-review-card footer small { margin-left: 0; }.review-carousel-footer { padding: 17px; align-items: stretch; flex-direction: column; }.review-carousel-footer .gold-button { width: 100%; }.review-carousel-arrows button { width: 40px; height: 40px; }
  .route-scenic-section { padding-bottom: 65px; }.route-scenic-banner { min-height: 310px; align-items: flex-end; }.route-scenic-banner::after { background: linear-gradient(0deg, rgba(4,6,6,.97) 0%, rgba(4,6,6,.72) 58%, rgba(4,6,6,.18) 100%); }.route-scenic-banner > img { object-position: 61% center; }.route-scenic-copy { padding: 27px 22px; }.route-scenic-copy h2 { max-width: 310px; font-size: 31px; }.route-scenic-copy > p { font-size: 14px; }.route-scenic-copy .gold-button { width: 100%; }
  .story-section { padding-block: 70px; }.values-grid { background: transparent; border: 0; gap: 10px; }.contact-list > div:not(.contact-messengers) { min-height: 105px; }.contact-messengers { grid-column: 1; }
  .drivers-section, .company-legal-section { padding-block: 65px; }.about-section-heading { margin-bottom: 28px; }.drivers-grid { grid-template-columns: 1fr; }.driver-card:last-child { grid-column: auto; max-width: none; }.driver-photo { height: 390px; }.driver-copy { padding: 21px; }.company-legal-card { padding: 22px 20px; }.company-legal-card dl > div, .offer-requisites dl > div { grid-template-columns: 1fr; gap: 5px; }.company-legal-card h3 { font-size: 24px; }
}

/* Green Style — Figma-aligned visual system */
:root {
  --background: #f7faf8;
  --foreground: #173c3a;
  --card: #ffffff;
  --card-foreground: #173c3a;
  --popover: #ffffff;
  --popover-foreground: #173c3a;
  --primary: #d7ad50;
  --primary-foreground: #063d34;
  --secondary: #eaf1ed;
  --secondary-foreground: #173c3a;
  --muted: #eef4f1;
  --muted-foreground: #71817e;
  --accent: #f4e7c7;
  --accent-foreground: #173c3a;
  --border: #dce7e2;
  --input: #dce7e2;
  --ring: #d7ad50;
  --gold: #d2a543;
  --gold-soft: #e1bd69;
  --ink: #f7faf8;
  --panel: #ffffff;
  --line: rgba(20, 68, 59, .14);
  --muted-text: #71817e;
  --green-950: #003c32;
  --green-900: #06483c;
  --green-800: #0c5748;
  --green-100: #eaf2ee;
  --green-shadow: rgba(0, 60, 50, .14);
}

body {
  color: #173c3a;
  background: #f7faf8;
}

.site-header,
.site-header.is-scrolled {
  color: #fffaf0;
  background: rgba(0, 60, 50, .97);
  border-bottom-color: rgba(225, 189, 105, .22);
  box-shadow: 0 10px 30px rgba(0, 41, 34, .14);
  backdrop-filter: blur(14px) saturate(1.05);
}
.brand span { color: #f2d795; }
.brand small { color: #dcb65c; }
.desktop-nav { color: #f4f7f4; }
.desktop-nav a:hover,
.header-phone { color: #f1cf7f; }
.mobile-menu-trigger {
  color: #f4d27c;
  border-color: rgba(235, 205, 132, .48);
  background: rgba(255, 255, 255, .06);
}
.mobile-menu-trigger:hover {
  color: #063d34;
  border-color: #e1bd69;
  background: #e1bd69;
  box-shadow: 0 10px 24px rgba(0, 44, 36, .24);
}
.site-header .gold-button,
.gold-button {
  color: #063d34;
  background: linear-gradient(135deg, #edcf83, #d2a543);
  box-shadow: inset 0 1px rgba(255,255,255,.48), 0 10px 25px rgba(135, 95, 16, .2);
}
.site-header .gold-button:hover,
.gold-button:hover {
  color: #063d34;
  background: linear-gradient(135deg, #f3d995, #d8ae4d);
  box-shadow: inset 0 1px rgba(255,255,255,.55), 0 15px 32px rgba(0, 66, 54, .24), 0 0 0 1px rgba(225, 189, 105, .18);
}

.hero { background: #003c32; }
.hero-image { object-position: center 51%; filter: saturate(.9) contrast(1.02); }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 48, 40, .96) 0%, rgba(0, 55, 46, .82) 37%, rgba(0, 44, 37, .2) 68%, rgba(0, 42, 35, .3) 100%),
    linear-gradient(0deg, rgba(0, 49, 41, .94) 0%, transparent 27%);
}
.hero h1 { color: #f3d78f; }
.hero .eyebrow,
.hero-lead { color: #efd080; }
.hero .eyebrow > span { background: #dfb758; }
.hero-text { color: #edf3ef; }
.hero-benefit { color: #f7f5eb; }
.hero-benefit i {
  color: #efc968;
  border-color: rgba(232, 192, 96, .72);
  background: rgba(0, 55, 46, .5);
  box-shadow: inset 0 0 20px rgba(225, 189, 105, .08);
}
.quote-card {
  color: #173c3a;
  background: rgba(255, 255, 255, .97);
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 26px 70px rgba(0, 42, 35, .28);
}
.quote-top span,
.quote-contact-intro h3 { color: #153d38; }
.quote-top small,
.quote-card label,
.quote-contact-intro p,
.quote-back-button { color: #6e817d; }
.quote-top svg,
.safe-note svg { color: #c59634; }
.field { border-color: #d8e3df; background: #fbfdfc; }
.field:focus-within { border-color: #cda13f; box-shadow: 0 0 0 3px rgba(210, 165, 67, .12); }
.field input,
.field select { color: #173c3a; }
.field svg,
.safe-note { color: #71817e; }
.outline-button { color: #0a5949; border-color: #9dbdb4; }
.outline-button:hover { color: #fff; background: #0a5949; border-color: #0a5949; box-shadow: 0 10px 24px var(--green-shadow); }

.trust-strip { color: #173c3a; background: #fff; }
.trust-grid { min-height: 112px; }
.trust-grid > div,
.trust-grid > div:first-child { border-color: #e1e9e5; }
.trust-grid svg { color: #c89b38; }
.trust-grid span { color: #71817e; }

.seo-intro-section,
.routes-section,
.fleet-section,
.pricing-section,
.faq-section,
.journey-section,
.route-overview-section,
.route-pricing-section,
.route-pickup-section,
.route-longform-section,
.route-reviews-section,
.fleet-levels-section,
.fleet-comparison-section,
.fleet-care-section,
.fleet-faq-section {
  color: #173c3a;
  background: #f7faf8;
}
.routes-section,
.fleet-section,
.pricing-section,
.faq-section { padding-block: 108px; }
.section-heading h2,
.fleet-copy h2,
.about-grid h2,
.details-grid h2,
.story-section h2,
.seo-intro-grid h2,
.pricing-section h2,
.faq-section h2 { color: #173c3a; }
.section-heading > p,
.seo-intro-copy p,
.fleet-copy > p,
.pricing-section p,
.faq-list details p { color: #71817e; }
.eyebrow,
.comparison-section .eyebrow,
.about-grid .eyebrow,
.light-heading .eyebrow,
.fleet-features-section .eyebrow,
.fleet-prices-section .eyebrow,
.fleet-quote-section .eyebrow { color: #856018; }
.eyebrow > span,
.comparison-section .eyebrow > span,
.about-grid .eyebrow > span,
.light-heading .eyebrow > span,
.fleet-features-section .eyebrow > span,
.fleet-prices-section .eyebrow > span,
.fleet-quote-section .eyebrow > span { background: #d2a543; }
.inline-route-link,
.text-link { color: #8f691e; text-decoration-color: rgba(143, 105, 30, .4); }
.inline-route-link:hover,
.text-link:hover { color: #06483c; }

.route-card {
  min-height: 270px;
  border-color: rgba(210, 165, 67, .22);
  background-image: linear-gradient(180deg, rgba(0,54,45,.2), rgba(0,54,45,.57) 48%, rgba(0,45,38,.98) 100%), url('/images/route-cities-v3.webp');
  box-shadow: 0 16px 34px rgba(0, 55, 46, .13);
}
.route-card::after { background: linear-gradient(90deg, rgba(0, 51, 43, .44), transparent 72%); }
.route-card:hover { border-color: rgba(225, 189, 105, .72); box-shadow: 0 22px 44px rgba(0, 55, 46, .2); }
.route-number { color: rgba(241, 207, 127, .65); }
.route-card small,
.route-card h3 svg,
.route-more svg { color: #e6c46e; }
.route-card h3,
.route-more { color: #fff; }
.route-card p,
.return-link { color: #dce9e4; }
.route-card-destination:hover h3,
.route-card-destination:focus-visible h3 { color: #f1d487; }

.services-section,
.booking-section,
.coverage-section,
.route-fleet-section {
  color: #f8f7ef;
  background: #003c32;
  border-color: rgba(225, 189, 105, .16);
}
.services-section .section-heading h2,
.booking-section .section-heading h2,
.coverage-section h2,
.route-fleet-section h2 { color: #f7f4e9; }
.services-section .section-heading > p,
.booking-section .section-heading > p,
.coverage-section p { color: #bed0ca; }
.services-section .eyebrow,
.booking-section .eyebrow,
.coverage-section .eyebrow,
.route-fleet-section .eyebrow { color: #e1bd69; }
.services-section .eyebrow > span,
.booking-section .eyebrow > span,
.coverage-section .eyebrow > span,
.route-fleet-section .eyebrow > span { background: #d7ad50; }
.service-card,
.booking-step {
  color: #173c3a;
  background: #fff;
  border-color: rgba(225, 189, 105, .3);
  box-shadow: 0 14px 30px rgba(0, 38, 32, .16);
}
.service-card > span,
.booking-step > svg {
  color: #bd8d2e;
  border-color: rgba(210, 165, 67, .45);
  background: #fcf8ed;
}
.service-card h3,
.booking-step h3 { color: #173c3a; }
.service-card p,
.booking-step p { color: #71817e; }
.booking-step > span { color: #856018; }

.fleet-card,
.price-factor,
.faq-list details,
.route-factor-grid > div,
.route-price-card,
.route-pickup-grid > div,
.route-review-card,
.fleet-level-card,
.fleet-feature-card {
  color: #173c3a;
  background: #fff;
  border-color: #dce7e2;
  box-shadow: 0 13px 30px rgba(0, 55, 46, .08);
}
.fleet-card > span,
.fleet-card h3,
.fleet-card p svg,
.price-factor > span,
.price-factor small,
.faq-list summary svg { color: #b88728; }
.fleet-card p,
.price-factor p { color: #687d78; }
.fleet-vehicle-1,
.fleet-vehicle-2,
.fleet-vehicle-3 { background-color: transparent; }

.comparison-section,
.about-section,
.fleet-features-section,
.fleet-prices-section,
.fleet-quote-section {
  color: #173c3a;
  background: #fff;
}
.comparison-section .section-heading > p,
.about-grid > div > p { color: #71817e; }
.comparison-table,
.fleet-comparison-table,
.fleet-price-table {
  border-color: #dce7e2;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 55, 46, .08);
}
.comparison-head,
.fleet-comparison-table thead,
.fleet-price-table thead { color: #fff; background: #06483c; }
.comparison-head th:last-child,
.fleet-comparison-table thead th,
.fleet-price-table thead th { color: #f0ce78; }
.comparison-row,
.comparison-row > *,
.fleet-comparison-table th,
.fleet-comparison-table td,
.fleet-price-table th,
.fleet-price-table td { border-color: #e1e9e5; }
.comparison-row:hover { background: #f5f9f7; }
.comparison-row th,
.comparison-row svg { color: #9b701f; }
.comparison-row td { color: #71817e; }
.comparison-row td:last-child { color: #173c3a; }
.fleet-comparison-table tbody th { color: #173c3a; background: #eef4f1; }
.fleet-comparison-table tbody td { color: #657a76; background: #fff; }
.stats { border-color: #dfe8e4; }
.stats div { border-color: #dfe8e4; }
.stats strong { color: #ae7d24; }
.stats span { color: #71817e; }

.coverage-link {
  color: #173c3a;
  background: #fff;
  border-color: rgba(225, 189, 105, .34);
  box-shadow: 0 9px 20px rgba(0, 38, 32, .11);
}
.coverage-link > svg:first-child { color: #b98a2e; }
.coverage-link > svg:last-child { color: #678079; }
.coverage-link:hover,
.coverage-link:focus-visible {
  color: #063d34;
  background: #fffaf0;
  border-color: #d7ad50;
  box-shadow: 0 14px 30px rgba(0, 35, 29, .19);
}
.coverage-link:hover > svg:first-child,
.coverage-link:focus-visible > svg:first-child,
.coverage-link:hover > svg:last-child,
.coverage-link:focus-visible > svg:last-child { color: #9f741f; }

.about-section { background: #fff; }
.cta-section {
  color: #f8f5e9;
  background: radial-gradient(circle at 90% 45%, rgba(225, 189, 105, .15), transparent 38%), #06483c;
  border-color: rgba(225, 189, 105, .25);
  box-shadow: 0 20px 46px rgba(0, 55, 46, .14);
}
.cta-section h2 { color: #fff; }
.cta-section p { color: #c9d8d3; }

.site-footer {
  color: #f5f4ea;
  background: #003c32;
  border-top-color: rgba(225, 189, 105, .18);
}
.site-footer .footer-brand span { color: #f1d083; text-shadow: none; }
.site-footer .footer-brand small { color: #d7ad50; }
.footer-grid > div:first-child > p,
.footer-grid > div:not(:first-child),
.footer-routes a { color: #b9cbc5; }
.footer-grid b,
.footer-routes > b { color: #fff; }
.footer-grid a:hover,
.footer-routes a:hover,
.copyright a:hover { color: #efcb71; }
.footer-routes,
.copyright { border-color: rgba(225, 189, 105, .16); }
.copyright,
.copyright a { color: #8eaaa1; }

.floating-contact-trigger {
  color: #063d34;
  border-color: #f2d68d;
  background: linear-gradient(145deg, #efd180, #c99835);
  box-shadow: 0 13px 32px rgba(0, 48, 40, .28), 0 0 0 0 rgba(210, 165, 67, .45);
}
.floating-contact-panel {
  color: #173c3a;
  border-color: #d7e3de;
  background: rgba(255,255,255,.99);
  box-shadow: 0 24px 66px rgba(0, 48, 40, .2);
}
.floating-contact-close { color: #6d807b; border-color: #d4e0dc; }
.floating-contact-eyebrow { color: #9b701f; }
.floating-contact-phone { color: #06483c; border-color: #dce6e2; }
.floating-contact-phone:hover { color: #a57620; }
.floating-contact-links > a { color: #405f58; border-color: #d8e4df; background: #f8fbf9; }
.floating-contact-links > a:hover { color: #06483c; border-color: #d7ad50; background: #fffaf0; }
.floating-contact-panel > p { color: #71817e; }

.mobile-menu-panel {
  color: #f8f5e9;
  background: radial-gradient(circle at 100% 0%, rgba(225, 189, 105, .13), transparent 36%), rgba(0, 60, 50, .995);
}
.mobile-menu-head { border-bottom-color: rgba(225,189,105,.2); }
.mobile-menu-close { color: #f0ce78; background: rgba(255,255,255,.06); border-color: rgba(225,189,105,.4); }
.mobile-menu-close:hover { color: #063d34; background: #e1bd69; border-color: #e1bd69; }
.mobile-menu .mobile-main-nav a { color: #fff; border-bottom-color: rgba(255,255,255,.12); }
.mobile-menu .mobile-main-nav a svg,
.mobile-route-nav a svg { color: #e1bd69; }
.mobile-menu .mobile-main-nav a:hover,
.mobile-route-nav a:hover { color: #f0ce78; }
.mobile-route-nav > p { color: #e1bd69; }
.mobile-route-nav a { color: #c5d4cf; border-bottom-color: rgba(255,255,255,.1); }
.mobile-menu-contact > a:first-child { color: #f0ce78; border-color: rgba(225,189,105,.45); }
.mobile-menu-contact > a:first-child:hover { color: #063d34; background: #e1bd69; border-color: #e1bd69; }

.route-hero,
.inner-hero,
.fleet-page-hero { background-color: #003c32; }
.route-hero-bg {
  background: linear-gradient(90deg, rgba(0, 48, 40, .97), rgba(0, 58, 48, .76) 52%, rgba(0, 48, 40, .38)), url('/images/atlas-hero.png') 70% center/cover no-repeat;
}
.inner-hero {
  background: linear-gradient(90deg, rgba(0, 48, 40, .97), rgba(0, 58, 48, .5)), url('/images/atlas-hero.png') 70% 49%/cover no-repeat;
}
.fleet-page-hero {
  background: radial-gradient(circle at 82% 24%, rgba(225, 189, 105, .15), transparent 31%), linear-gradient(115deg, #0b5748, #003c32);
}
.route-hero h1,
.inner-hero h1,
.fleet-page-hero h1 { color: #f4d78d; }
.route-hero .eyebrow,
.inner-hero .eyebrow,
.fleet-page-hero .eyebrow,
.route-scenic-copy .eyebrow { color: #efcf7c; }
.route-hero .eyebrow > span,
.inner-hero .eyebrow > span,
.fleet-page-hero .eyebrow > span,
.route-scenic-copy .eyebrow > span { background: #d7ad50; }
.route-lead,
.inner-hero p { color: #d7e3df; }
.route-price,
.route-facts > div { background: rgba(0, 48, 40, .78); border-color: rgba(225, 189, 105, .3); }
.route-price > strong { color: #efd080; }
.route-price > span,
.route-facts span { color: #bed0ca; }
.route-price > small,
.route-facts b { color: #fff; }
.route-price > small svg,
.route-facts svg { color: #e1bd69; }
.fleet-class-nav a { color: #f7f4e9; border-color: rgba(225,189,105,.38); background: rgba(255,255,255,.06); }
.fleet-class-nav a svg { color: #e1bd69; }
.fleet-class-nav a:hover { color: #063d34; border-color: #e1bd69; background: #e1bd69; box-shadow: 0 12px 28px rgba(0, 42, 35, .22); }
.fleet-class-summary { color: #fff; background: radial-gradient(circle at 12% 8%, rgba(225,189,105,.13), transparent 34%), #06483c; border-color: rgba(225,189,105,.28); }
.fleet-class-summary h2 { color: #f0ce78; }
.fleet-class-summary > p,
.fleet-class-summary .fleet-class-capacity span { color: #c9d8d3; }
.fleet-models-grid { background: #f7faf8; }

.route-connectivity,
.route-pet-note,
.route-trust-strip {
  color: #173c3a;
  background: #fff;
  border-color: #dce7e2;
}
.route-connectivity strong,
.route-pet-note strong,
.route-trust-strip strong,
.route-longform-scroll h3 { color: #173c3a; }
.route-connectivity span,
.route-pet-note span,
.route-trust-strip,
.route-longform-scroll p { color: #71817e; }
.route-connectivity > svg,
.route-pet-note > svg,
.route-longform-scroll strong { color: #ac7c24; }
.route-longform-scroll { scrollbar-color: #d2a543 #e3ece8; }
.route-longform-scroll::-webkit-scrollbar-track { background: #e3ece8; }
.route-longform-scroll::-webkit-scrollbar-thumb { background: #d2a543; }

.legal-note,
.offer-license-link,
.company-legal-card > a {
  color: #0b5748;
  border-color: #aac5bc;
  background: #eef5f1;
}
.offer-license-link:hover,
.company-legal-card > a:hover { color: #063d34; border-color: #d7ad50; background: #fff5d9; }
.values-grid svg,
.company-legal-card > svg,
.legal-card-label,
.review-carousel-arrows button,
.route-review-card > svg,
.route-review-card footer span { color: #a87821; }
.review-stars svg { color: #c89a38; fill: #e4c36f; }
.review-carousel-dots button.is-active { background: #d2a543; }
.review-carousel-arrows button { border-color: #b8ccc5; background: #fff; }
.review-carousel-arrows button:hover,
.fleet-lightbox-arrow:hover,
.fleet-lightbox-close:hover { color: #063d34; border-color: #e1bd69; background: #e1bd69; box-shadow: 0 11px 26px rgba(0, 55, 46, .2); }

@keyframes contact-pulse-green {
  0% { box-shadow: 0 13px 32px rgba(0,48,40,.28), 0 0 0 0 rgba(210,165,67,.45); }
  70% { box-shadow: 0 13px 32px rgba(0,48,40,.28), 0 0 0 16px rgba(210,165,67,0); }
  100% { box-shadow: 0 13px 32px rgba(0,48,40,.28), 0 0 0 0 rgba(210,165,67,0); }
}
.floating-contact-trigger { animation-name: contact-pulse-green; }

@media (max-width: 980px) {
  .hero-shade {
    background: linear-gradient(90deg, rgba(0,48,40,.95), rgba(0,58,48,.65)), linear-gradient(0deg, rgba(0,48,40,.72), transparent 34%);
  }
}

@media (max-width: 680px) {
  .routes-section,
  .fleet-section,
  .pricing-section,
  .faq-section { padding-block: 68px; }
  .hero-image {
    top: -45% !important;
    bottom: auto !important;
    height: 145% !important;
    object-position: 82% center;
  }
  .hero-shade {
    background: linear-gradient(180deg, rgba(0,48,40,.7) 0%, rgba(0,55,46,.83) 36%, rgba(0,52,43,.65) 56%, rgba(0,45,38,.92) 79%, rgba(0,42,35,.98) 100%);
  }
  .route-hero-bg {
    background-image: linear-gradient(180deg, rgba(0,48,40,.72) 0%, rgba(0,55,46,.84) 37%, rgba(0,52,43,.62) 56%, rgba(0,45,38,.92) 79%, rgba(0,42,35,.98) 100%), url('/images/atlas-hero.png');
    background-position: center, 82% bottom;
    background-size: 100% 100%, auto 145%;
    background-repeat: no-repeat;
    opacity: .96;
  }
  .quote-card { box-shadow: 0 18px 46px rgba(0,42,35,.22); }
  .route-card { box-shadow: 0 12px 28px rgba(0,55,46,.16); }
  .comparison-row td:last-child::before { color: #9b701f; }
}

/* Refined motion and interaction system */
a, button { transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease, filter .22s ease; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 200; overflow: visible; transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { background: rgba(4,5,5,.84); border-color: rgba(232,173,61,.22); box-shadow: 0 12px 34px rgba(0,0,0,.3); backdrop-filter: blur(16px) saturate(1.12); }
body.mobile-menu-open .site-header { backdrop-filter: none; }
.brand:hover { transform: translateY(-1px); }
.header-phone:hover { color: #fff1c9; transform: translateY(-1px); }

.desktop-nav a { position: relative; padding-block: 8px; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.desktop-routes-menu { position: relative; }
.desktop-routes-trigger { display: inline-flex; align-items: center; gap: 5px; }
.desktop-routes-trigger svg { width: 14px; height: 14px; color: var(--gold); transition: transform .24s ease; }
.desktop-routes-dropdown { position: absolute; top: calc(100% + 10px); left: 50%; z-index: 210; width: 470px; padding: 19px; color: #d8dad7; background: rgba(10,13,13,.98); border: 1px solid rgba(232,173,61,.25); border-radius: 7px; box-shadow: 0 24px 60px rgba(0,0,0,.52); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 8px); transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.desktop-routes-dropdown::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.desktop-routes-dropdown > span { display: block; margin-bottom: 11px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.desktop-routes-dropdown > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px 24px; }
.desktop-nav .desktop-routes-dropdown a { min-height: 34px; padding: 8px 0; display: flex; align-items: center; color: #b7bbb8; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 13px; font-weight: 600; }
.desktop-nav .desktop-routes-dropdown a::after { display: none; }
.desktop-nav .desktop-routes-dropdown a:hover { color: var(--gold-soft); transform: translateX(4px); }
.desktop-routes-menu:hover .desktop-routes-dropdown,
.desktop-routes-menu:focus-within .desktop-routes-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.desktop-routes-menu:hover .desktop-routes-trigger svg,
.desktop-routes-menu:focus-within .desktop-routes-trigger svg { transform: rotate(180deg); }

.gold-button { position: relative; overflow: hidden; }
.gold-button::after { content: ''; position: absolute; top: -70%; left: -50%; width: 34%; height: 240%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent); transform: rotate(18deg) translateX(-220%); transition: transform .55s ease; pointer-events: none; }
.gold-button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: inset 0 1px rgba(255,255,255,.4), 0 13px 30px rgba(225,163,50,.28); }
.gold-button:hover::after { transform: rotate(18deg) translateX(560%); }
.gold-button:active { transform: translateY(0); }
.outline-button:hover { color: #17120a; background: var(--gold-soft); border-color: var(--gold-soft); transform: translateY(-2px); }

.hero-benefit i { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background-color .25s ease; }
.hero-benefit:hover i { transform: translateY(-3px); border-color: var(--gold-soft); background: rgba(232,173,61,.08); box-shadow: 0 8px 25px rgba(232,173,61,.13), inset 0 0 18px rgba(232,173,61,.08); }
.messengers a:hover, .contact-messengers a:hover { transform: translateY(-3px); filter: brightness(1.12); box-shadow: inset 0 1px rgba(255,255,255,.28), 0 10px 24px rgba(0,0,0,.28); }

.route-card { transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease, filter .32s ease; }
.route-card:hover { transform: translateY(-7px); border-color: rgba(232,173,61,.62); box-shadow: 0 22px 44px rgba(0,0,0,.38), 0 0 0 1px rgba(232,173,61,.08); filter: brightness(1.06); }
.route-more svg, .text-link svg, .mini-route-grid a > svg:last-child { transition: transform .22s ease; }
.route-more:hover { color: var(--gold-soft); }
.route-more:hover svg, .text-link:hover svg, .mini-route-grid a:hover > svg:last-child { transform: translateX(5px); }
.return-link:hover { color: var(--gold-soft); text-underline-offset: 5px; }
.text-link:hover { color: #b67816; }

.service-card, .fleet-card { transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease; }
.service-card:hover, .fleet-card:hover { transform: translateY(-5px); border-color: rgba(232,173,61,.38); box-shadow: 0 18px 34px rgba(0,0,0,.25); }
.service-card:hover { background: #121616; }
.service-card > span { transition: transform .28s ease, background-color .28s ease, border-color .28s ease; }
.service-card:hover > span { transform: rotate(-5deg) scale(1.06); background: rgba(232,173,61,.08); border-color: rgba(232,173,61,.65); }
.fleet-vehicle { transition: transform .38s cubic-bezier(.2,.7,.2,1), filter .38s ease; }
.fleet-card:hover .fleet-vehicle { transform: translateX(4px) scale(1.035); filter: none; }
.fleet-card:hover .fleet-vehicle-2, .fleet-card:hover .fleet-vehicle-3 { filter: none; }

.mini-route-grid a { transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease; }
.mini-route-grid a:hover { transform: translateY(-4px); border-color: rgba(232,173,61,.45); background: #111515; box-shadow: 0 16px 30px rgba(0,0,0,.25); }
.footer-grid a:hover, .footer-routes a:hover { transform: translateX(3px); }
.mobile-menu summary:hover { color: var(--gold-soft); transform: scale(1.06); }
.mobile-menu nav a:hover { color: var(--gold-soft); background: rgba(232,173,61,.07); padding-left: 15px; }

.motion-ready .reveal-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .route-card.reveal-on-scroll.is-visible:hover { transform: translateY(-7px); }
.motion-ready .service-card.reveal-on-scroll.is-visible:hover,
.motion-ready .fleet-card.reveal-on-scroll.is-visible:hover { transform: translateY(-5px); }
.motion-ready .mini-route-grid a.reveal-on-scroll.is-visible:hover { transform: translateY(-4px); }

@media (min-width: 981px) {
  .hero-copy > *, .hero .quote-card, .route-hero-grid > *, .inner-hero .narrow > * { animation: hero-enter .72s both cubic-bezier(.2,.7,.2,1); }
  .hero-copy > *:nth-child(2), .route-hero-grid > *:nth-child(2), .inner-hero .narrow > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3), .inner-hero .narrow > *:nth-child(3) { animation-delay: .15s; }
  .hero-copy > *:nth-child(4) { animation-delay: .22s; }
  .hero-copy > *:nth-child(5), .hero .quote-card { animation-delay: .3s; }
}

@keyframes hero-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

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

/* Full-screen mobile navigation */
.mobile-menu-trigger { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: #f7f5f0; background: transparent; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; cursor: pointer; }
.mobile-menu-trigger svg { width: 23px; height: 23px; }
.mobile-menu-trigger:hover { color: var(--gold-soft); border-color: rgba(232,173,61,.55); background: rgba(232,173,61,.07); }
.mobile-menu-panel { position: fixed; inset: 0; z-index: 1000; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; display: flex; flex-direction: column; color: #f7f5f0; border: 0; background: radial-gradient(circle at 100% 0%, rgba(232,173,61,.12), transparent 38%), rgba(5,7,7,.985); animation: mobile-menu-in .28s both cubic-bezier(.2,.7,.2,1); }
.mobile-menu-head { min-height: 72px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(232,173,61,.2); flex: none; }
.mobile-menu-close { min-height: 42px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; color: #f5ca72; background: rgba(232,173,61,.06); border: 1px solid rgba(232,173,61,.34); border-radius: 22px; cursor: pointer; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.mobile-menu-close svg { width: 19px; height: 19px; }
.mobile-menu-close:hover { color: #17120a; background: var(--gold-soft); border-color: var(--gold-soft); }
.mobile-menu-scroll { width: min(100% - 44px, 720px); margin-inline: auto; padding: 30px 0 42px; overflow-y: auto; overscroll-behavior: contain; }
.mobile-menu .mobile-main-nav { position: static; width: auto; padding: 0; display: grid; background: transparent; border: 0; box-shadow: none; }
.mobile-menu .mobile-main-nav a { min-height: 54px; padding: 0; display: flex; align-items: center; justify-content: space-between; color: #f3f1eb; border-bottom: 1px solid var(--line); font-family: var(--font-prata), Georgia, serif; font-size: 24px; font-weight: 400; }
.mobile-menu .mobile-main-nav a svg { width: 19px; color: rgba(232,173,61,.62); transition: transform .22s ease; }
.mobile-menu .mobile-main-nav a:hover { color: var(--gold-soft); padding-left: 0; background: transparent; }
.mobile-menu .mobile-main-nav a:hover svg { transform: translateX(5px); }
.mobile-route-nav { margin-top: 34px; }
.mobile-route-nav > p { margin: 0 0 14px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mobile-route-nav > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
.mobile-route-nav a { min-height: 43px; padding: 7px 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #adb1ae; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 14px; }
.mobile-route-nav a svg { width: 14px; flex: none; color: rgba(232,173,61,.5); transition: transform .22s ease; }
.mobile-route-nav a:hover { color: var(--gold-soft); }
.mobile-route-nav a:hover svg { transform: translateX(4px); }
.mobile-menu-contact { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mobile-menu-contact > a { min-height: 50px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 5px; }
.mobile-menu-contact > a:first-child { color: var(--gold-soft); border: 1px solid rgba(232,173,61,.34); font-weight: 750; }
.mobile-menu-contact > a:first-child:hover { background: rgba(232,173,61,.08); border-color: rgba(232,173,61,.65); }
.mobile-menu-contact svg { width: 18px; }

@keyframes mobile-menu-in { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 680px) {
  .mobile-menu-head { min-height: 66px; padding: 0 14px; }
  .mobile-menu-close span { display: none; }
  .mobile-menu-close { width: 42px; padding: 0; justify-content: center; }
  .mobile-menu-scroll { width: min(100% - 28px, 720px); padding-top: 20px; }
  .mobile-menu .mobile-main-nav a { min-height: 49px; font-size: 21px; }
  .mobile-route-nav { margin-top: 25px; }
  .mobile-route-nav > div { grid-template-columns: 1fr; }
  .mobile-route-nav a { min-height: 39px; font-size: 13px; }
  .mobile-menu-contact { grid-template-columns: 1fr; margin-top: 26px; }
}

/* Homepage SEO content */
.seo-intro-section { padding-block: 92px; }
.seo-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.seo-intro-grid h2, .coverage-grid h2 { margin: 13px 0 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.06; letter-spacing: -.04em; }
.seo-intro-copy p { margin: 0 0 15px; color: #adb1ae; font-size: 16px; line-height: 1.75; }
.seo-text-link { color: var(--gold-soft); }

.comparison-section { padding-block: 92px; color: #191b1a; background: #f4f1e9; }
.comparison-section .eyebrow { color: #966311; }
.comparison-section .eyebrow > span { background: #b77a18; }
.comparison-section .section-heading > p { color: #666a67; }
.comparison-table { width: 100%; display: block; overflow: hidden; border: 1px solid #d7d2c8; border-spacing: 0; border-radius: 8px; background: #fbfaf6; box-shadow: 0 20px 50px rgba(51,42,25,.08); }
.comparison-table thead, .comparison-table tbody { display: block; width: 100%; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 170px 1fr 1fr; }
.comparison-head { color: #f4f2eb; background: #111414; }
.comparison-head > * { padding: 17px 22px; }
.comparison-head th { text-align: left; font-size: 14px; }
.comparison-head th:last-child { color: var(--gold-soft); }
.comparison-row { border-top: 1px solid #dfdbd2; transition: background-color .22s ease; }
.comparison-row:hover { background: #f4efe4; }
.comparison-row > * { min-height: 66px; padding: 18px 22px; display: flex; align-items: center; border-right: 1px solid #dfdbd2; }
.comparison-row > *:last-child { border-right: 0; }
.comparison-row th { color: #8e5c0e; font-size: 14px; text-align: left; }
.comparison-row td { color: #5f6461; font-size: 14px; line-height: 1.45; }
.comparison-row td:last-child { gap: 9px; color: #202321; font-weight: 650; }
.comparison-row svg { width: 17px; color: #ad7419; flex: none; }

.booking-section { padding-block: 96px; background: #0b0e0e; border-block: 1px solid var(--line); }
.booking-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.booking-step { min-height: 235px; padding: 25px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #101313; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.booking-step:hover { transform: translateY(-5px); border-color: rgba(232,173,61,.42); box-shadow: 0 18px 36px rgba(0,0,0,.28); }
.booking-step > span { position: absolute; top: 20px; right: 20px; color: rgba(232,173,61,.25); font-family: var(--font-prata), Georgia, serif; }
.booking-step > svg { width: 35px; height: 35px; color: var(--gold); stroke-width: 1.45; }
.booking-step h3 { margin: 38px 0 10px; font-size: 18px; }
.booking-step p { margin: 0; color: #a8aca9; font-size: 14px; line-height: 1.6; }

.pricing-section { padding-block: 96px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.price-factor { min-height: 145px; padding: 23px; display: grid; grid-template-columns: 48px 1fr; gap: 17px; border: 1px solid var(--line); border-radius: 7px; background: #0d1010; transition: transform .25s ease, border-color .25s ease, background-color .25s ease; }
.price-factor:hover { transform: translateY(-3px); border-color: rgba(232,173,61,.38); background: #111414; }
.price-factor > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(232,173,61,.3); border-radius: 50%; }
.price-factor svg { width: 23px; }
.price-factor small { color: rgba(232,173,61,.5); font-size: 11px; }
.price-factor h3 { margin: 5px 0 7px; font-size: 17px; }
.price-factor p { margin: 0; color: #a5aaa7; font-size: 14px; line-height: 1.5; }

.coverage-section { padding-block: 96px; background: linear-gradient(110deg, #121515, #090b0b); border-block: 1px solid var(--line); }
.coverage-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; }
.coverage-grid > div:first-child > p { margin: 22px 0 0; color: #a9adaa; font-size: 15px; line-height: 1.7; }
.coverage-button { min-height: 48px; margin-top: 28px; padding: 0 20px; font-size: 12px; }
.coverage-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.coverage-link { min-height: 55px; padding: 12px 15px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: #c6c9c6; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.02); font-size: 14px; font-weight: 650; }
.coverage-link > svg { width: 17px; color: var(--gold); }
.coverage-link > svg:last-child { width: 14px; color: #737875; transition: transform .22s ease; }
.coverage-link:hover { color: var(--gold-soft); border-color: rgba(232,173,61,.4); background: rgba(232,173,61,.05); transform: translateX(3px); }
.coverage-link:hover > svg:last-child { transform: translateX(4px); color: var(--gold); }

.faq-section { padding-block: 100px 42px; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.faq-list details { border: 1px solid var(--line); border-radius: 7px; background: #0d1010; overflow: hidden; transition: border-color .24s ease, background-color .24s ease; }
.faq-list details:hover, .faq-list details[open] { border-color: rgba(232,173,61,.38); background: #101313; }
.faq-list summary { min-height: 68px; padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #ecebe6; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 21px; color: var(--gold); flex: none; transition: transform .25s ease; }
.faq-list details[open] summary svg { transform: rotate(12deg) scale(1.08); }
.faq-list details p { margin: 0; padding: 0 19px 20px; color: #a6aba8; font-size: 14px; line-height: 1.65; }

@media (max-width: 980px) {
  .seo-intro-grid, .coverage-grid { grid-template-columns: 1fr; gap: 38px; }
  .booking-grid { grid-template-columns: 1fr 1fr; }
  .coverage-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .seo-intro-section, .comparison-section, .booking-section, .pricing-section, .coverage-section { padding-block: 65px; }
  .seo-intro-copy p { font-size: 15px; }
  .comparison-head { display: none; }
  .comparison-row { grid-template-columns: 1fr 1fr; gap: 8px 14px; padding: 15px 16px 17px; }
  .comparison-row > * { min-height: auto; padding: 0; border-right: 0; }
  .comparison-row th { grid-column: 1 / -1; padding-bottom: 3px; font-size: 15px; }
  .comparison-row td { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 5px 6px; font-size: 13px; line-height: 1.35; }
  .comparison-row td::before { content: 'Таксі'; grid-column: 1 / -1; color: #8b8f8c; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
  .comparison-ru .comparison-row td::before { content: 'Такси'; }
  .comparison-row td:last-child::before { content: 'Atlas Transfer'; color: #0b5f9e; }
  .comparison-row td:first-of-type span { grid-column: 1 / -1; }
  .comparison-row td:last-child svg { width: 15px; height: 15px; margin-top: 1px; }
  .booking-grid, .pricing-grid, .coverage-links, .faq-list { grid-template-columns: 1fr; }
  .booking-step { min-height: 205px; }
  .coverage-grid h2 { font-size: 34px; }
  .faq-section { padding-block: 70px 20px; }
}

/* Floating quick contact */
.floating-contact { position: fixed; right: 24px; bottom: 24px; z-index: 90; }
.floating-contact-trigger { width: 66px; height: 66px; position: relative; display: grid; place-items: center; color: #151817; border: 1px solid #f3ca73; border-radius: 50%; background: linear-gradient(145deg, #f4c669, #c98720); box-shadow: 0 12px 32px rgba(0,0,0,.4), 0 0 0 0 rgba(221,158,43,.5); cursor: pointer; animation: contact-pulse 2.2s infinite; transition: transform .22s ease, filter .22s ease; }
.floating-contact-trigger:hover { transform: translateY(-3px) scale(1.04); filter: brightness(1.08); }
.floating-contact-trigger svg { width: 28px; height: 28px; }
.floating-contact-panel { width: 370px; max-width: calc(100vw - 28px); padding: 25px; position: absolute; right: 0; bottom: 82px; color: #f2f1ec; border: 1px solid rgba(232,173,61,.32); border-radius: 12px; background: rgba(13,16,16,.98); box-shadow: 0 22px 70px rgba(0,0,0,.55); opacity: 0; visibility: hidden; transform: translateY(14px) scale(.97); transform-origin: right bottom; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.floating-contact.is-open .floating-contact-panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.floating-contact.is-open .floating-contact-trigger { animation: none; }
.floating-contact-close { width: 38px; height: 38px; position: absolute; top: 16px; right: 16px; display: grid; place-items: center; color: #b8bcb9; border: 1px solid #343938; border-radius: 50%; background: transparent; cursor: pointer; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.floating-contact-close:hover { color: var(--gold-soft); border-color: rgba(232,173,61,.45); transform: rotate(6deg); }
.floating-contact-close svg { width: 19px; }
.floating-contact-eyebrow { display: block; padding-right: 48px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.floating-contact-panel h2 { margin: 7px 44px 20px 0; font-family: var(--font-prata), Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1.25; }
.floating-contact-phone { min-height: 58px; display: flex; align-items: center; gap: 11px; color: #f5d58f; border-block: 1px solid var(--line); font-size: 21px; font-weight: 750; }
.floating-contact-phone:hover { color: #fff1c9; }
.floating-contact-phone svg { width: 20px; color: var(--gold); }
.floating-contact-links { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.floating-contact-links > a { min-height: 74px; padding: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #d4d7d4; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.025); font-size: 12px; font-weight: 700; transition: transform .2s ease, color .2s ease, border-color .2s ease, background-color .2s ease; }
.floating-contact-links > a:hover { transform: translateY(-2px); color: var(--gold-soft); border-color: rgba(232,173,61,.38); background: rgba(232,173,61,.06); }
.floating-contact-links img, .instagram-icon { width: 38px; height: 38px; }
.instagram-icon { display: grid; place-items: center; color: #fff; border-radius: 50%; background: radial-gradient(circle at 30% 100%, #ffd600 0 16%, #ff7a00 34%, #ff0169 57%, #d300c5 76%, #7638fa 100%); }
.instagram-icon svg { width: 22px; height: 22px; }
.floating-contact-panel > p { margin: 14px 0 0; color: #8f9491; font-size: 12px; text-align: center; }
@keyframes contact-pulse { 0% { box-shadow: 0 12px 32px rgba(0,0,0,.4), 0 0 0 0 rgba(221,158,43,.48); } 70% { box-shadow: 0 12px 32px rgba(0,0,0,.4), 0 0 0 16px rgba(221,158,43,0); } 100% { box-shadow: 0 12px 32px rgba(0,0,0,.4), 0 0 0 0 rgba(221,158,43,0); } }

@media (max-width: 680px) {
  .floating-contact { right: 16px; bottom: 16px; }
  .floating-contact-trigger { width: 58px; height: 58px; }
  .floating-contact-panel { right: -2px; bottom: 72px; padding: 21px; }
  .floating-contact-panel h2 { font-size: 21px; }
  .floating-contact-phone { font-size: 19px; }
  .floating-contact-links > a { min-height: 68px; }
}

@media (prefers-reduced-motion: reduce) { .floating-contact-trigger { animation: none; } }

/* Fleet page */
.fleet-page-hero { background: radial-gradient(circle at 82% 24%, rgba(232,173,61,.13), transparent 28%), linear-gradient(115deg, #111414, #070909); }
.fleet-page-hero .narrow { max-width: 1040px; }
.fleet-page-hero h1 { max-width: 850px; }
.fleet-page-hero p { max-width: 720px; }
.fleet-class-nav { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.fleet-class-nav a { min-width: 150px; min-height: 48px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; color: #dadcd9; border: 1px solid rgba(232,173,61,.28); border-radius: 5px; background: rgba(255,255,255,.025); font-size: 13px; font-weight: 750; }
.fleet-class-nav a svg { width: 16px; color: var(--gold); }
.fleet-class-nav a:hover { color: #17120a; border-color: var(--gold-soft); background: var(--gold-soft); transform: translateY(-2px); }
.fleet-class-nav a:hover svg { color: currentColor; transform: translateX(3px); }

.fleet-levels-section, .fleet-comparison-section, .fleet-care-section, .fleet-faq-section { padding-block: 96px; }
.fleet-page-heading { margin-bottom: 38px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 70px; align-items: end; }
.fleet-page-heading h2 { max-width: 720px; margin: 13px 0 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.06; letter-spacing: -.04em; }
.fleet-page-heading > p { margin: 0; color: #a8aca9; font-size: 15px; line-height: 1.7; }
.fleet-page-heading.light-heading > p { color: #c6c3ba; }

.fleet-class-section { margin-top: 16px; display: grid; grid-template-columns: minmax(270px, .68fr) minmax(0, 1.55fr); overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #0d1010; scroll-margin-top: 95px; }
.fleet-class-summary { padding: 34px; display: flex; flex-direction: column; align-items: flex-start; background: radial-gradient(circle at 12% 8%, rgba(232,173,61,.12), transparent 31%), #111414; border-right: 1px solid var(--line); }
.fleet-class-summary > span { color: rgba(232,173,61,.55); font-family: var(--font-prata), Georgia, serif; font-size: 18px; }
.fleet-class-summary h2 { margin: 58px 0 8px; color: var(--gold-soft); font-size: 37px; }
.fleet-class-summary > strong { max-width: 300px; color: #ecebe6; font-size: 16px; line-height: 1.45; }
.fleet-class-summary > p { margin: 17px 0 24px; color: #a7aca8; font-size: 14px; line-height: 1.65; }
.fleet-class-capacity { width: 100%; margin-bottom: 27px; padding-block: 18px; display: grid; gap: 11px; border-block: 1px solid var(--line); }
.fleet-class-capacity span { display: flex; align-items: center; gap: 10px; color: #d7d9d6; font-size: 14px; }
.fleet-class-capacity svg { width: 20px; color: var(--gold); }
.fleet-class-summary .gold-button { min-height: 52px; margin-top: auto; padding: 0 24px; gap: 16px; }
.fleet-class-summary .gold-button svg { width: 18px; flex: none; }
.fleet-models-grid { padding: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fleet-model-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #101313; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.fleet-model-card:hover { transform: translateY(-4px); border-color: rgba(232,173,61,.42); box-shadow: 0 18px 35px rgba(0,0,0,.28); }
.fleet-photo-placeholder { aspect-ratio: 16 / 9; margin: 10px; display: grid; place-items: center; align-content: center; gap: 10px; color: rgba(232,173,61,.72); border: 1px dashed rgba(232,173,61,.42); border-radius: 5px; background: radial-gradient(circle at 50% 30%, rgba(232,173,61,.11), transparent 42%), repeating-linear-gradient(-45deg, rgba(255,255,255,.018) 0 8px, transparent 8px 16px); }
.fleet-photo-placeholder svg { width: 40px; height: 40px; stroke-width: 1.35; }
.fleet-photo-placeholder span { color: #999e9a; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.fleet-model-gallery { aspect-ratio: 16 / 9; margin: 10px; overflow: hidden; border-radius: 5px; background: #080a0a; }
.fleet-model-gallery [data-slot="carousel-content"], .fleet-model-gallery [data-slot="carousel-content"] > div, .fleet-model-gallery [data-slot="carousel-item"] { height: 100%; }
.fleet-gallery-open { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; color: inherit; border: 0; background: transparent; cursor: zoom-in; }
.fleet-model-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .5s ease, filter .35s ease; }
.fleet-model-card:hover .fleet-model-gallery img { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.fleet-gallery-open > span { position: absolute; left: 10px; bottom: 10px; z-index: 2; padding: 6px 9px; display: inline-flex; align-items: center; gap: 6px; color: #f4f0e7; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(5,7,7,.72); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: 0; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease; }
.fleet-gallery-open > span svg { width: 13px; height: 13px; }
.fleet-gallery-open:hover > span, .fleet-gallery-open:focus-visible > span { opacity: 1; transform: translateY(0); }
.fleet-gallery-count { position: absolute; right: 10px; bottom: 10px; z-index: 2; min-width: 44px; padding: 5px 8px; color: #f4f0e7; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(5,7,7,.72); backdrop-filter: blur(8px); text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.fleet-gallery-arrow { position: absolute !important; inset-block: 0 !important; z-index: 3; width: 34px !important; height: 34px !important; margin-block: auto !important; color: #fff !important; border-color: rgba(255,255,255,.32) !important; background: rgba(5,7,7,.66) !important; backdrop-filter: blur(8px); opacity: 0; transition: opacity .2s ease, background-color .2s ease !important; }
.fleet-gallery-arrow:hover { background: rgba(232,173,61,.92) !important; color: #17120a !important; }
.fleet-gallery-arrow-prev { left: 9px !important; }
.fleet-gallery-arrow-next { right: 9px !important; }
.fleet-model-card:hover .fleet-gallery-arrow, .fleet-gallery-arrow:focus-visible { opacity: 1; }
[data-slot="dialog-overlay"]:has(+ .fleet-lightbox) { background: rgba(2,3,3,.9); backdrop-filter: blur(12px); }
[data-slot="dialog-overlay"]:has(+ .fleet-lightbox) { z-index: 1200 !important; }
.fleet-lightbox { z-index: 1201 !important; width: min(94vw, 1500px) !important; max-width: none !important; padding: 0 !important; gap: 0 !important; overflow: hidden; color: #f5f1e8 !important; border-radius: 8px !important; background: #060808 !important; box-shadow: 0 30px 100px rgba(0,0,0,.75) !important; }
.fleet-lightbox > img { width: 100%; height: min(86vh, 930px); display: block; object-fit: contain; background: #060808; }
.fleet-lightbox-caption { position: absolute; left: 18px; bottom: 16px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(5,7,7,.72); backdrop-filter: blur(8px); font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.fleet-lightbox-arrow, .fleet-lightbox-close { position: absolute; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(5,7,7,.68); backdrop-filter: blur(8px); cursor: pointer; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.fleet-lightbox-arrow:hover, .fleet-lightbox-close:hover { color: #17120a; border-color: var(--gold-soft); background: var(--gold-soft); }
.fleet-lightbox-arrow svg, .fleet-lightbox-close svg { width: 21px; height: 21px; }
.fleet-lightbox-arrow { inset-block: 0; margin-block: auto; }
.fleet-lightbox-prev { left: 16px; }
.fleet-lightbox-next { right: 16px; }
.fleet-lightbox-close { top: 14px; right: 14px; }
.fleet-model-card > div:last-child { padding: 10px 19px 20px; }
.fleet-model-card small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fleet-model-card h3 { margin: 6px 0 0; color: #eeede8; font-size: 18px; }
.fleet-model-note { margin: 18px 0 0; color: #868b88; font-size: 12px; line-height: 1.55; }

.fleet-features-section, .fleet-prices-section, .fleet-quote-section { padding-block: 96px; color: #1a1c1b; background: #f3f0e8; }
.fleet-features-section .eyebrow, .fleet-prices-section .eyebrow, .fleet-quote-section .eyebrow { color: #98640e; }
.fleet-features-section .eyebrow > span, .fleet-prices-section .eyebrow > span, .fleet-quote-section .eyebrow > span { background: #b87916; }
.fleet-features-section h2, .fleet-prices-section h2, .fleet-quote-section h2 { color: #171918; }
.fleet-features-section .fleet-page-heading > p, .fleet-prices-section .fleet-page-heading > p { color: #656a67; }
.fleet-features-grid { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; border: 1px solid #d6d1c7; border-radius: 8px; background: #fbfaf6; box-shadow: 0 18px 45px rgba(48,39,23,.07); }
.fleet-features-grid > div { min-height: 145px; padding: 22px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; color: #202321; border-right: 1px solid #ded9cf; text-align: center; font-size: 13px; font-weight: 700; }
.fleet-features-grid > div:last-child { border-right: 0; }
.fleet-features-grid svg { width: 29px; height: 29px; color: #b87816; stroke-width: 1.6; }

.fleet-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,.16); }
.fleet-comparison-table, .fleet-price-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.fleet-comparison-table thead, .fleet-price-table thead { background: #111414; }
.fleet-comparison-table th, .fleet-comparison-table td, .fleet-price-table th, .fleet-price-table td { padding: 19px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.5; }
.fleet-comparison-table tr > *:last-child, .fleet-price-table tr > *:last-child { border-right: 0; }
.fleet-comparison-table tbody tr:last-child > *, .fleet-price-table tbody tr:last-child > * { border-bottom: 0; }
.fleet-comparison-table thead th, .fleet-price-table thead th { color: var(--gold-soft); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.fleet-comparison-table tbody th { width: 21%; color: #e7e6e1; background: #101313; }
.fleet-comparison-table tbody td { color: #abb0ac; background: #0d1010; }
.fleet-comparison-table td svg { width: 16px; margin-right: 6px; color: var(--gold); vertical-align: middle; }

.fleet-prices-section .fleet-table-wrap { border-color: #d6d1c7; box-shadow: 0 20px 50px rgba(48,39,23,.08); }
.fleet-price-table thead { background: #171a19; }
.fleet-price-table th, .fleet-price-table td { border-color: #ded9cf; }
.fleet-price-table tbody th, .fleet-price-table tbody td { color: #333634; background: #fbfaf6; }
.fleet-price-table tbody tr:nth-child(even) > * { background: #f5f1e8; }
.fleet-price-table tbody td { font-weight: 750; white-space: nowrap; }
.fleet-price-table tbody th a { display: inline-flex; align-items: center; gap: 9px; color: #8e5d0f; font-weight: 750; }
.fleet-price-table tbody th a svg { width: 15px; transition: transform .22s ease; }
.fleet-price-table tbody th a:hover { color: #b37718; }
.fleet-price-table tbody th a:hover svg { transform: translateX(4px); }

.fleet-care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fleet-care-grid article { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 8px; background: #0d1010; transition: transform .25s ease, border-color .25s ease, background-color .25s ease; }
.fleet-care-grid article:hover { transform: translateY(-4px); border-color: rgba(232,173,61,.4); background: #111414; }
.fleet-care-grid svg { width: 34px; height: 34px; color: var(--gold); stroke-width: 1.45; }
.fleet-care-grid h3 { margin: 40px 0 10px; font-size: 18px; }
.fleet-care-grid p { margin: 0; color: #a4a9a5; font-size: 14px; line-height: 1.6; }
.fleet-faq-section { padding-top: 15px; }

.fleet-quote-section { background: linear-gradient(120deg, #efe9dd, #faf8f2); }
.fleet-quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.fleet-quote-grid > div:first-child { padding-top: 30px; }
.fleet-quote-grid h2 { max-width: 540px; margin: 13px 0 18px; font-size: clamp(35px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.fleet-quote-grid > div:first-child > p { max-width: 520px; margin: 0; color: #626763; font-size: 15px; line-height: 1.7; }

/* Local blue-and-white theme preview */
:root {
  --background: #f5f8fa;
  --foreground: #102a43;
  --card: #ffffff;
  --card-foreground: #102a43;
  --popover: #ffffff;
  --popover-foreground: #102a43;
  --primary: #073763;
  --primary-foreground: #ffffff;
  --secondary: #eaf4fa;
  --secondary-foreground: #073763;
  --muted: #edf3f7;
  --muted-foreground: #62758a;
  --accent: #eaf4fa;
  --accent-foreground: #073763;
  --border: #cfdeea;
  --input: #cfdeea;
  --ring: #0b5f9e;
  --gold: #0b5f9e;
  --gold-soft: #e9b949;
  --ink: #f5f8fa;
  --panel: #ffffff;
  --line: rgba(7, 55, 99, .15);
  --muted-text: #64778b;
}

body { background: #f5f8fa; color: #102a43; }

.site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #dce7ef;
  box-shadow: 0 4px 24px rgba(7, 55, 99, .07);
}
.brand { color: #073763; }
.brand small { color: #0b5f9e; }
.desktop-nav { color: #173f63; }
.desktop-nav a:hover { color: #0b5f9e; }
.header-phone { color: #073763; }
.menu-button { color: #073763; }

.gold-button {
  background: linear-gradient(135deg, #0b5f9e, #073763);
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(7, 55, 99, .2);
}
.gold-button:hover { filter: brightness(1.08); }
.site-header .gold-button {
  background: linear-gradient(135deg, #f0c85c, #e9b949);
  color: #073763;
  box-shadow: 0 9px 24px rgba(233, 185, 73, .24);
}

.hero { background: #073763; color: #ffffff; }
.hero-image { filter: saturate(.88) contrast(1.02) brightness(1.08); }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 43, 78, .97) 0%, rgba(5, 49, 88, .9) 36%, rgba(7, 55, 99, .32) 67%, rgba(7, 55, 99, .2) 100%),
    linear-gradient(0deg, rgba(4, 39, 70, .78) 0%, transparent 30%);
}
.hero .eyebrow { color: #f4cf70; }
.hero .eyebrow > span { background: #e9b949; }
.hero-lead { color: #f4cf70; }
.hero-text { color: #e4edf4; }
.hero-benefit { color: #f4f8fb; }
.hero-benefit i {
  color: #77c7f2;
  border-color: rgba(119, 199, 242, .72);
  background: rgba(7, 55, 99, .46);
  box-shadow: inset 0 0 22px rgba(119, 199, 242, .1);
}

.quote-card {
  color: #102a43;
  background: rgba(255, 255, 255, .97);
  border-color: rgba(255, 255, 255, .9);
  box-shadow: 0 26px 70px rgba(5, 35, 62, .28);
}
.quote-top small,
.safe-note { color: #64778b; }
.quote-top svg,
.safe-note svg { color: #0b5f9e; }
.quote-card label { color: #334f69; }
.field {
  border-color: #cfdeea;
  background: #ffffff;
}
.field:focus-within { border-color: #0b5f9e; box-shadow: 0 0 0 3px rgba(11, 95, 158, .1); }
.field input,
.field select { color: #102a43; }
.field input::placeholder { color: #7f91a2; }
.field svg { color: #54718b; }
.quote-contact-intro { border-bottom-color: #d7e3ec; }
.quote-contact-intro h3 { color: #102a43; }
.quote-contact-intro p,
.quote-success p,
.quote-back-button { color: #64778b; }
.quote-success > span {
  color: #0b5f9e;
  background: #eaf4fa;
  border-color: #b9d8eb;
}
.outline-button {
  color: #073763;
  border-color: #9cc6df;
}

.mobile-menu nav {
  background: #ffffff;
  border-color: #d7e3ec;
  box-shadow: 0 20px 50px rgba(7, 55, 99, .18);
}
.mobile-menu nav a { color: #173f63; border-bottom-color: #e1eaf1; }

@media (max-width: 980px) {
  .fleet-page-heading, .fleet-class-section, .fleet-quote-grid { grid-template-columns: 1fr; gap: 28px; }
  .fleet-class-summary { border-right: 0; border-bottom: 1px solid var(--line); }
  .fleet-class-summary h2 { margin-top: 32px; }
  .fleet-features-grid { grid-template-columns: repeat(3, 1fr); }
  .fleet-features-grid > div:nth-child(3) { border-right: 0; }
  .fleet-features-grid > div:nth-child(-n+3) { border-bottom: 1px solid #ded9cf; }
  .fleet-care-grid { grid-template-columns: 1fr 1fr; }
  .fleet-quote-grid > div:first-child { padding-top: 0; }
}

@media (max-width: 680px) {
  .fleet-page-hero .narrow { padding-block: 58px; }
  .fleet-page-hero h1 { font-size: 34px; }
  .fleet-class-nav { margin-top: 24px; display: grid; grid-template-columns: 1fr; }
  .fleet-class-nav a { width: 100%; }
  .fleet-levels-section, .fleet-features-section, .fleet-comparison-section, .fleet-prices-section, .fleet-care-section, .fleet-faq-section, .fleet-quote-section { padding-block: 65px; }
  .fleet-page-heading { margin-bottom: 27px; gap: 15px; }
  .fleet-page-heading h2 { font-size: 34px; }
  .fleet-class-section { margin-top: 12px; scroll-margin-top: 78px; }
  .fleet-class-summary { padding: 24px 20px; }
  .fleet-class-summary h2 { margin-top: 27px; font-size: 32px; }
  .fleet-class-summary .gold-button { width: 100%; margin-top: 8px; }
  .fleet-models-grid { padding: 10px; grid-template-columns: 1fr; gap: 10px; }
  .fleet-photo-placeholder, .fleet-model-gallery { min-height: 180px; }
  .fleet-gallery-arrow { opacity: 1; }
  .fleet-gallery-open > span { opacity: 1; transform: none; }
  .fleet-lightbox { width: calc(100vw - 18px) !important; }
  .fleet-lightbox > img { height: 78vh; }
  .fleet-lightbox-arrow { width: 40px; height: 40px; }
  .fleet-lightbox-prev { left: 9px; }
  .fleet-lightbox-next { right: 9px; }
  .fleet-lightbox-close { top: 9px; right: 9px; }
  .fleet-features-grid { grid-template-columns: 1fr 1fr; }
  .fleet-features-grid > div { min-height: 125px; border-bottom: 1px solid #ded9cf; }
  .fleet-features-grid > div:nth-child(3) { border-right: 1px solid #ded9cf; }
  .fleet-features-grid > div:nth-child(even) { border-right: 0; }
  .fleet-features-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .fleet-table-wrap { margin-right: calc(var(--shell-pad) * -1); border-radius: 7px 0 0 7px; }
  .fleet-comparison-table, .fleet-price-table { min-width: 720px; }
  .fleet-comparison-table th, .fleet-comparison-table td, .fleet-price-table th, .fleet-price-table td { padding: 16px; font-size: 13px; }
  .fleet-care-grid { grid-template-columns: 1fr; }
  .fleet-care-grid article { min-height: 190px; }
  .fleet-care-grid h3 { margin-top: 30px; }
  .fleet-faq-section { padding-top: 5px; }
}

/* Complete Atlas blue-and-white theme */
body {
  background: #f7fafc;
  color: #102a43;
}

/* Shared section rhythm and typography */
.routes-section,
.seo-intro-section,
.fleet-section,
.pricing-section,
.faq-section,
.journey-section,
.route-pricing-section,
.route-pickup-section,
.route-faq-section,
.other-routes,
.story-section,
.drivers-section,
.contact-section,
.legal-page,
.fleet-levels-section,
.fleet-comparison-section,
.fleet-care-section,
.fleet-faq-section {
  color: #102a43;
}
.section-heading > p,
.seo-intro-copy p,
.fleet-copy > p,
.story-copy,
.about-section-heading > p,
.fleet-page-heading > p,
.coverage-grid > div:first-child > p,
.details-grid > div:first-child > p,
.route-longform-grid > div:first-child > p {
  color: #5f7488;
}
.eyebrow { color: #0b5f9e; }
.eyebrow > span { background: #0b5f9e; }

/* Header and navigation */
.site-header {
  color: #073763;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #dce7ef;
  box-shadow: 0 5px 24px rgba(7, 55, 99, .08);
  backdrop-filter: blur(14px);
}
.site-header.is-scrolled {
  color: #073763;
  background: rgba(255, 255, 255, .985);
  border-color: #d6e4ed;
  box-shadow: 0 12px 34px rgba(7, 55, 99, .13);
  backdrop-filter: blur(18px) saturate(1.08);
}
.desktop-nav { color: #173f63; }
.desktop-nav a:hover,
.footer-grid a:hover,
.footer-routes a:hover { color: #2b8bc4; }
.header-phone { color: #073763; }
.site-header .gold-button {
  background: linear-gradient(135deg, #f3cc67, #e9b949);
  color: #073763;
  box-shadow: 0 9px 22px rgba(150, 111, 21, .2);
}
.site-header .gold-button:hover {
  box-shadow: 0 13px 28px rgba(150, 111, 21, .27);
}
.desktop-routes-trigger svg { color: #0b5f9e; }
.desktop-routes-dropdown {
  color: #102a43;
  background: rgba(255, 255, 255, .99);
  border-color: #c9dce8;
  box-shadow: 0 24px 60px rgba(7, 55, 99, .18);
}
.desktop-routes-dropdown > span { color: #0b5f9e; }
.desktop-nav .desktop-routes-dropdown a {
  color: #35536d;
  border-bottom-color: #dce7ef;
}
.desktop-nav .desktop-routes-dropdown a:hover {
  color: #073763;
  background: #eef7fc;
}

/* Main photographic hero */
.hero-image {
  object-position: center center;
  filter: saturate(.92) contrast(1.02) brightness(1.03);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 39, 72, .97) 0%, rgba(5, 50, 91, .88) 37%, rgba(5, 54, 96, .2) 68%, rgba(5, 54, 96, .05) 100%),
    linear-gradient(0deg, rgba(3, 34, 62, .72) 0%, transparent 32%);
}
.hero-copy { text-shadow: 0 2px 18px rgba(0, 29, 56, .2); }
.hero .eyebrow,
.hero-lead { color: #f4cf70; }
.hero .eyebrow > span { background: #e9b949; }
.hero-text { color: #e6eef5; }
.hero-benefit { color: #f5f9fc; }
.hero-benefit i {
  color: #80cef5;
  border-color: rgba(128, 206, 245, .72);
  background: rgba(6, 53, 95, .55);
  box-shadow: inset 0 0 20px rgba(128, 206, 245, .08), 0 8px 22px rgba(0, 26, 50, .14);
}
.hero-benefit:hover i {
  color: #ffffff;
  border-color: #9bddff;
  background: rgba(11, 95, 158, .7);
  box-shadow: 0 12px 28px rgba(1, 31, 59, .28), inset 0 0 18px rgba(255, 255, 255, .08);
}

/* Forms */
.quote-card {
  color: #102a43;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255, 255, 255, .92);
  box-shadow: 0 28px 72px rgba(4, 38, 70, .27);
}
.quote-top small,
.safe-note,
.quote-contact-intro p,
.quote-success p,
.quote-back-button { color: #64788b; }
.quote-top svg,
.safe-note svg { color: #0b5f9e; }
.quote-card label { color: #35526d; }
.field { border-color: #cadbe7; background: #ffffff; }
.field:hover { border-color: #8ebbd5; box-shadow: 0 5px 15px rgba(7, 55, 99, .06); }
.field:focus-within { border-color: #0b5f9e; box-shadow: 0 0 0 3px rgba(11, 95, 158, .11); }
.field input,
.field select { color: #102a43; }
.field input::placeholder { color: #8293a3; }
.field svg { color: #58738c; }
.quote-contact-intro { border-bottom-color: #d9e5ed; }
.quote-contact-intro h3 { color: #102a43; }
.quote-success > span { color: #0b5f9e; background: #eaf4fa; border-color: #add2e7; }
.outline-button { color: #073763; border-color: #94bfd8; }
.outline-button:hover { color: #ffffff; background: #0b5f9e; border-color: #0b5f9e; }

/* Light content cards */
.trust-strip,
.about-section,
.comparison-section,
.route-overview-section,
.route-reviews-section,
.values-section,
.company-legal-section,
.fleet-features-section,
.fleet-prices-section,
.fleet-quote-section {
  color: #102a43;
  background: #ffffff;
}
.trust-grid > div { border-color: #dce7ef; }
.trust-grid svg { color: #0b5f9e; }
.trust-grid span { color: #617588; }

.services-section,
.booking-section,
.coverage-section,
.route-details,
.route-fleet-section,
.route-longform-section {
  color: #102a43;
  background: #eaf4fa;
  border-color: #d4e4ee;
}
.service-card,
.fleet-card,
.booking-step,
.price-factor,
.faq-list details,
.journey-grid > div,
.route-factor-grid > div,
.route-pickup-grid > div,
.mini-route-grid a,
.driver-card,
.contact-list > div:not(.contact-messengers),
.fleet-class-section,
.fleet-model-card,
.fleet-care-grid article {
  color: #102a43;
  background: #ffffff;
  border-color: #d3e2ec;
  box-shadow: 0 10px 28px rgba(7, 55, 99, .055);
}
.service-card p,
.fleet-card p,
.booking-step p,
.price-factor p,
.faq-list details p,
.journey-grid p,
.route-factor-grid p,
.route-pickup-grid p,
.mini-route-grid small,
.driver-copy p,
.contact-list span,
.contact-list small,
.fleet-model-note,
.fleet-care-grid p,
.legal-page section p {
  color: #617588;
}
.faq-list summary,
.fleet-model-card h3,
.contact-list b,
.fleet-class-capacity span { color: #102a43; }
.service-card > span,
.price-factor > span {
  color: #0b5f9e;
  border-color: #a9cfe4;
  background: #f3f9fc;
}
.fleet-card h3,
.fleet-class-summary h2,
.route-fleet-price,
.path-line strong { color: #0b5f9e; }
.fleet-card > span,
.price-factor small,
.fleet-class-summary > span { color: rgba(11, 95, 158, .58); }

/* Card hover system */
.service-card:hover,
.fleet-card:hover,
.booking-step:hover,
.price-factor:hover,
.faq-list details:hover,
.faq-list details[open],
.route-factor-grid > div:hover,
.route-pickup-grid > div:hover,
.mini-route-grid a:hover,
.driver-card:hover,
.fleet-model-card:hover,
.fleet-care-grid article:hover {
  color: #102a43;
  background: #ffffff;
  border-color: #6daed2;
  box-shadow: 0 18px 42px rgba(7, 55, 99, .14);
}
.service-card:hover > span {
  color: #ffffff;
  background: #0b5f9e;
  border-color: #0b5f9e;
}
.route-more:hover,
.return-link:hover,
.text-link:hover,
.coverage-link:hover { color: #0b5f9e; }
.inline-route-link,
.seo-text-link,
.text-link {
  color: #0b5f9e;
  text-decoration-color: rgba(11, 95, 158, .42);
}
.inline-route-link:hover,
.inline-route-link:focus-visible,
.seo-text-link:hover,
.text-link:hover {
  color: #073763;
  text-decoration-color: currentColor;
}

/* Dark image cards remain readable */
.route-card {
  color: #ffffff;
  border-color: rgba(170, 218, 244, .4);
  box-shadow: 0 14px 34px rgba(7, 55, 99, .13);
  background-image: linear-gradient(180deg, rgba(2, 27, 50, .24) 0%, rgba(2, 31, 57, .55) 46%, rgba(1, 20, 38, .98) 100%), url('/images/route-cities-v3.webp');
}
.route-card::after { background: linear-gradient(90deg, rgba(2, 29, 54, .68) 0%, rgba(2, 31, 58, .32) 58%, rgba(2, 31, 58, .12) 100%); }
.route-card small,
.route-card h3 svg,
.route-more svg { color: #80cef5; }
.route-card p,
.return-link { color: #dbe9f2; }
.route-number { color: rgba(128, 206, 245, .66); }
.route-card:hover {
  border-color: #65b5e3;
  box-shadow: 0 24px 48px rgba(7, 55, 99, .24);
  filter: brightness(.98);
}
.route-card-destination:hover h3,
.route-card-destination:focus-visible h3 { color: #9bddff; }
.route-card .route-more:hover,
.route-card .return-link:hover { color: #9bddff; }
.coverage-link:hover {
  color: #073763;
  border-color: #79b9dc;
  background: #f1f8fc;
  box-shadow: 0 12px 28px rgba(7, 55, 99, .1);
}
.coverage-link:hover > svg:last-child { color: #0b5f9e; }

/* Comparison, stats and legal light surfaces */
.comparison-table,
.route-overview-stats,
.route-review-card,
.review-carousel-footer,
.company-legal-card,
.values-grid > div,
.fleet-features-grid,
.fleet-price-table tbody th,
.fleet-price-table tbody td {
  color: #102a43;
  background: #ffffff;
  border-color: #d3e1ea;
  box-shadow: 0 14px 34px rgba(7, 55, 99, .065);
}
.comparison-head,
.fleet-comparison-table thead,
.fleet-price-table thead { color: #ffffff; background: #073763; }
.comparison-head th:last-child,
.fleet-comparison-table thead th,
.fleet-price-table thead th { color: #bfe8ff; }
.comparison-row,
.comparison-row > *,
.company-legal-card dl > div,
.route-review-card footer,
.fleet-price-table th,
.fleet-price-table td { border-color: #dce7ef; }
.comparison-row:hover,
.fleet-price-table tbody tr:nth-child(even) > * { background: #eff7fb; }
.comparison-row th,
.comparison-row svg,
.company-legal-card > svg,
.legal-card-label,
.stats strong,
.text-link,
.light-heading .eyebrow,
.route-overview-stats strong,
.route-review-card > svg,
.route-review-card footer span,
.fleet-price-table tbody th a { color: #0b5f9e; }
.comparison-row td,
.company-legal-card dt,
.route-overview-copy,
.route-overview-stats span,
.route-review-card footer time,
.route-review-card footer small,
.review-carousel-footer p { color: #617588; }
.comparison-row td:last-child,
.company-legal-card dd,
.route-review-card > p { color: #203c55; }
.stats,
.stats div { border-color: #d7e4ec; }
.stats span { color: #617588; }
.about-grid .eyebrow { color: #0b5f9e; }
.about-grid .eyebrow > span,
.light-heading .eyebrow > span { background: #0b5f9e; }

/* Route and inner-page heroes */
.route-hero,
.inner-hero,
.fleet-page-hero { color: #ffffff; background-color: #073763; }
.route-hero-bg {
  background: linear-gradient(90deg, rgba(4, 40, 73, .97), rgba(5, 51, 91, .75) 52%, rgba(5, 51, 91, .45)), url('/images/atlas-hero-blue-v1.png') 70% center/cover no-repeat;
  opacity: .92;
}
.inner-hero {
  background: linear-gradient(90deg, rgba(4, 40, 73, .96), rgba(5, 51, 91, .48)), url('/images/atlas-hero-blue-v1.png') 70% 49%/cover no-repeat;
}
.inner-hero p,
.route-lead { color: #dfebf3; }
.route-price,
.route-facts > div {
  background: rgba(5, 48, 86, .76);
  border-color: rgba(150, 211, 244, .38);
  box-shadow: 0 16px 36px rgba(2, 24, 45, .2);
}
.route-price > span,
.route-facts span { color: #c6dce9; }
.route-price > strong { color: #f4cf70; }
.route-price > small,
.route-facts b { color: #ffffff; }
.route-facts svg { color: #7bcaf2; }
.included-card,
.route-price-card {
  color: #102a43;
  background: #ffffff;
  border-color: #b9d5e5;
  box-shadow: 0 16px 38px rgba(7, 55, 99, .1);
}
.included-card li,
.route-price-card > span,
.route-price-card > p { color: #617588; }
.route-price-card > strong { color: #0b5f9e; }
.route-connectivity,
.route-pet-note,
.route-trust-strip {
  color: #102a43;
  background: #ffffff;
  border-color: #c8dce8;
}
.route-connectivity strong,
.route-pet-note strong,
.route-trust-strip strong { color: #102a43; }
.route-connectivity span,
.route-pet-note span,
.route-trust-strip { color: #617588; }
.route-longform-scroll h3 { color: #102a43; }
.route-longform-scroll p { color: #617588; }
.route-longform-scroll strong { color: #0b5f9e; }
.route-longform-scroll { scrollbar-color: #0b5f9e #dceaf2; }
.route-longform-scroll::-webkit-scrollbar-track { background: #dceaf2; }
.route-longform-scroll::-webkit-scrollbar-thumb { background: #0b5f9e; }

/* Fleet */
.fleet-page-hero {
  background: radial-gradient(circle at 82% 24%, rgba(113, 195, 238, .2), transparent 31%), linear-gradient(115deg, #0b5f9e, #052f57);
}
.fleet-class-nav a {
  color: #e8f3f9;
  border-color: rgba(170, 218, 244, .38);
  background: rgba(255, 255, 255, .06);
}
.fleet-class-nav a svg { color: #8dd7ff; }
.fleet-class-nav a:hover { color: #073763; border-color: #ffffff; background: #ffffff; box-shadow: 0 12px 28px rgba(2, 28, 52, .2); }
.fleet-class-summary {
  color: #ffffff;
  background: radial-gradient(circle at 12% 8%, rgba(116, 202, 247, .17), transparent 34%), #073763;
  border-color: #c9dce8;
}
.fleet-class-summary h2 { color: #bfe8ff; }
.fleet-class-summary > strong { color: #ffffff; }
.fleet-class-summary > p,
.fleet-class-summary .fleet-class-capacity span { color: #d9e8f1; }
.fleet-class-summary .fleet-class-capacity { border-color: rgba(198, 226, 241, .2); }
.fleet-models-grid { background: #f4f9fc; }
.fleet-comparison-table tbody th { color: #153a5a; background: #eef6fa; }
.fleet-comparison-table tbody td { color: #5c7185; background: #ffffff; }
.fleet-features-section,
.fleet-prices-section,
.fleet-quote-section { background: #eef6fa; }
.fleet-features-section h2,
.fleet-prices-section h2,
.fleet-quote-section h2 { color: #102a43; }
.fleet-features-section .eyebrow,
.fleet-prices-section .eyebrow,
.fleet-quote-section .eyebrow,
.fleet-features-grid svg,
.fleet-price-table tbody th a { color: #0b5f9e; }
.fleet-features-section .eyebrow > span,
.fleet-prices-section .eyebrow > span,
.fleet-quote-section .eyebrow > span { background: #0b5f9e; }
.fleet-features-grid > div { color: #203c55; border-color: #d7e4ec; }

/* CTA, footer and floating contact */
.cta-section {
  color: #102a43;
  background: radial-gradient(circle at 88% 46%, rgba(90, 177, 224, .17), transparent 38%), #eaf4fa;
  border-color: #c8dfeb;
  box-shadow: 0 18px 44px rgba(7, 55, 99, .08);
}
.cta-section p { color: #617588; }
.site-footer {
  color: #f2f7fa;
  background: linear-gradient(135deg, #052e53, #073763);
  border-top-color: rgba(185, 222, 241, .2);
}
.site-footer .footer-brand span {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .24);
}
.site-footer .footer-brand small { color: #8dd7ff; }
.footer-grid > div:first-child > p,
.footer-grid > div:not(:first-child),
.footer-routes a { color: #bcd0dd; }
.footer-grid b,
.footer-routes > b { color: #ffffff; }
.footer-routes,
.copyright { border-color: rgba(185, 222, 241, .16); }
.copyright,
.copyright a { color: #8da9ba; }
.floating-contact-trigger {
  color: #ffffff;
  border-color: #7bcaf2;
  background: linear-gradient(145deg, #1684bd, #073763);
  box-shadow: 0 13px 32px rgba(7, 55, 99, .32), 0 0 0 0 rgba(11, 95, 158, .42);
}
.floating-contact-panel {
  color: #102a43;
  border-color: #bfd7e5;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 24px 66px rgba(7, 55, 99, .2);
}
.floating-contact-close { color: #587189; border-color: #cfdee8; }
.floating-contact-eyebrow { color: #0b5f9e; }
.floating-contact-phone { color: #073763; border-color: #d9e5ed; }
.floating-contact-phone:hover { color: #0b5f9e; }
.floating-contact-links > a { color: #35536d; border-color: #d5e3ec; background: #f7fbfd; }
.floating-contact-links > a:hover { color: #0b5f9e; border-color: #8fc2df; background: #eef7fc; }
.floating-contact-panel > p { color: #6b7f91; }

/* Full-screen dropdown menu */
.mobile-menu-trigger {
  color: #073763;
  border-color: #c6d8e4;
  background: #f7fbfd;
}
.mobile-menu-trigger:hover { color: #ffffff; border-color: #0b5f9e; background: #0b5f9e; }
.mobile-menu-panel {
  color: #102a43;
  background: radial-gradient(circle at 100% 0%, rgba(86, 177, 225, .16), transparent 38%), rgba(247, 251, 253, .992);
}
.mobile-menu-head { border-bottom-color: #d6e4ed; }
.mobile-menu-close { color: #073763; background: #eaf4fa; border-color: #afd0e3; }
.mobile-menu-close:hover { color: #ffffff; background: #0b5f9e; border-color: #0b5f9e; }
.mobile-menu .mobile-main-nav a { color: #102a43; border-bottom-color: #d8e5ed; }
.mobile-menu .mobile-main-nav a svg,
.mobile-route-nav a svg { color: #4b9dc9; }
.mobile-menu .mobile-main-nav a:hover,
.mobile-route-nav a:hover { color: #0b5f9e; }
.mobile-route-nav > p { color: #0b5f9e; }
.mobile-route-nav a { color: #587087; border-bottom-color: #dfe9ef; }
.mobile-menu-contact > a:first-child { color: #073763; border-color: #9ec8df; }
.mobile-menu-contact > a:first-child:hover { color: #ffffff; background: #0b5f9e; border-color: #0b5f9e; }

@keyframes contact-pulse {
  0% { box-shadow: 0 13px 32px rgba(7, 55, 99, .32), 0 0 0 0 rgba(11, 95, 158, .42); }
  70% { box-shadow: 0 13px 32px rgba(7, 55, 99, .32), 0 0 0 16px rgba(11, 95, 158, 0); }
  100% { box-shadow: 0 13px 32px rgba(7, 55, 99, .32), 0 0 0 0 rgba(11, 95, 158, 0); }
}

@media (max-width: 980px) {
  .hero-shade {
    background: linear-gradient(90deg, rgba(4, 40, 73, .95), rgba(5, 51, 91, .62)), linear-gradient(0deg, rgba(3, 34, 62, .7), transparent 34%);
  }
}

@media (max-width: 680px) {
  .hero-image { object-position: 66% center; }
  .hero-shade {
    background: linear-gradient(180deg, rgba(4, 40, 73, .63) 0%, rgba(4, 40, 73, .88) 44%, rgba(3, 32, 59, .97) 100%);
  }
  .quote-card { box-shadow: 0 18px 46px rgba(4, 38, 70, .2); }
  .route-card { box-shadow: 0 12px 28px rgba(7, 55, 99, .16); }
}

/* Unified blue hover glow for every button control */
.gold-button {
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.gold-button:hover,
.site-header .gold-button:hover {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .38),
    0 14px 32px rgba(11, 95, 158, .3),
    0 0 0 1px rgba(91, 176, 222, .16);
}
.outline-button:hover,
.mobile-menu-trigger:hover,
.mobile-menu-close:hover,
.review-carousel-arrows button:hover,
.fleet-lightbox-arrow:hover,
.fleet-lightbox-close:hover {
  box-shadow: 0 11px 26px rgba(11, 95, 158, .24);
}

/* Subtle recurring drive motion for the primary quote action. */
.quote-car-motion {
  width: 28px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  flex: none;
  animation: quote-car-drive 3.8s cubic-bezier(.4, 0, .2, 1) infinite;
  will-change: transform, opacity;
}
.quote-car-icon {
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
  transform: scaleX(-1);
}
.gold-button:hover .quote-car-motion { animation-duration: 2.4s; }
@keyframes quote-car-drive {
  0%, 52%, 100% { opacity: 1; transform: translateX(0); }
  66% { opacity: 1; transform: translateX(13px); }
  72% { opacity: 0; transform: translateX(18px); }
  73% { opacity: 0; transform: translateX(-9px); }
  84% { opacity: 1; transform: translateX(0); }
}

/* High-contrast route directory cards */
.coverage-link {
  color: #123a5a;
  background: #ffffff;
  border-color: #b9d2e1;
  box-shadow: 0 7px 18px rgba(7, 55, 99, .055);
  font-weight: 750;
}
.coverage-link > svg:first-child { color: #0b6fae; }
.coverage-link > svg:last-child { color: #496b83; }
.coverage-link:hover,
.coverage-link:focus-visible {
  color: #073763;
  background: #f7fbfd;
  border-color: #4e9fca;
  box-shadow: 0 13px 30px rgba(7, 55, 99, .14);
}
.coverage-link:hover > svg:first-child,
.coverage-link:focus-visible > svg:first-child,
.coverage-link:hover > svg:last-child,
.coverage-link:focus-visible > svg:last-child { color: #0b5f9e; }

/* Unified blue typography accents across every page */
:root { --gold-soft: #2b8bc4; }
.eyebrow,
.comparison-section .eyebrow,
.about-grid .eyebrow,
.light-heading .eyebrow,
.fleet-features-section .eyebrow,
.fleet-prices-section .eyebrow,
.fleet-quote-section .eyebrow {
  color: #0b5f9e;
}
.eyebrow > span,
.comparison-section .eyebrow > span,
.about-grid .eyebrow > span,
.light-heading .eyebrow > span,
.fleet-features-section .eyebrow > span,
.fleet-prices-section .eyebrow > span,
.fleet-quote-section .eyebrow > span {
  background: #0b5f9e;
}
.hero .eyebrow,
.hero-lead,
.route-hero .eyebrow,
.inner-hero .eyebrow,
.fleet-page-hero .eyebrow,
.route-scenic-copy .eyebrow {
  color: #bfe8ff;
}
.hero .eyebrow > span,
.route-hero .eyebrow > span,
.inner-hero .eyebrow > span,
.fleet-page-hero .eyebrow > span,
.route-scenic-copy .eyebrow > span {
  background: #7bcaf2;
}
.route-price > strong { color: #bfe8ff; }
.legal-note,
.offer-license-link { color: #0b5f9e; }
.offer-license-link {
  border-color: #79b9dc;
  background: #f4f9fc;
}
.offer-license-link:hover {
  color: #ffffff;
  border-color: #0b5f9e;
  background: #0b5f9e;
}

/* Homepage fleet benefits: readable and kept on one horizontal line. */
.fleet-section {
  grid-template-columns: 1fr;
  gap: 34px;
}
.fleet-copy {
  max-width: 900px;
  min-width: 0;
}
.fleet-copy ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(18px, 4vw, 44px);
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.fleet-copy ul::-webkit-scrollbar { display: none; }
.fleet-copy li {
  flex: 0 0 auto;
  color: #153a5a;
  font-weight: 700;
  white-space: nowrap;
}
.fleet-copy li svg {
  color: #0b6fae;
  stroke-width: 2.4;
}

@media (max-width: 680px) {
  html,
  body { overflow-x: clip; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { width: 100%; min-width: 0; }
  .hero .eyebrow { max-width: 100%; display: flex; line-height: 1.5; }
  .hero .eyebrow > span { flex: 0 0 26px; }
  .fleet-section { grid-template-columns: minmax(0, 1fr); overflow: hidden; }
  .fleet-copy,
  .fleet-grid,
  .fleet-card { width: 100%; min-width: 0; max-width: 100%; }
  .fleet-copy ul { gap: 18px; }
  .fleet-copy li { font-size: 13px; }
}

/* Gold-free accents across internal pages and shared navigation. */
:root {
  --gold: #0b6fae;
  --gold-soft: #2b8bc4;
}
.site-header .gold-button {
  color: #ffffff;
  background: linear-gradient(135deg, #1684bd, #073763);
  box-shadow: 0 9px 24px rgba(7, 55, 99, .22);
}
.site-header .gold-button:hover {
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(11, 95, 158, .3);
}
.values-grid svg,
.company-legal-card > svg,
.legal-card-label,
.company-legal-card > a,
.review-carousel-arrows button,
.route-review-card > svg,
.route-review-card footer span {
  color: #0b5f9e;
}
.company-legal-card > a {
  border-color: #79b9dc;
  background: #f4f9fc;
}
.company-legal-card > a:hover {
  color: #ffffff;
  border-color: #0b5f9e;
  background: #0b5f9e;
}
.review-stars svg {
  color: #0b6fae;
  fill: #5bb0de;
}
.review-carousel-dots button.is-active { background: #0b5f9e; }
.review-carousel-arrows button {
  border-color: #9bc7df;
  background: #f7fbfd;
}
.review-carousel-arrows button:hover {
  color: #ffffff;
  border-color: #0b5f9e;
  background: #0b5f9e;
}
.route-scenic-banner { border-color: rgba(91, 176, 222, .36); }
.route-fleet-price { border-top-color: rgba(91, 176, 222, .3); }
.legal-note {
  color: #0b5f9e;
  border-color: #afd0e3;
  background: #eaf4fa;
}
.fleet-photo-placeholder {
  color: rgba(11, 95, 158, .72);
  border-color: rgba(11, 95, 158, .42);
  background: radial-gradient(circle at 50% 30%, rgba(91, 176, 222, .13), transparent 42%), repeating-linear-gradient(-45deg, rgba(7,55,99,.025) 0 8px, transparent 8px 16px);
}
.fleet-gallery-arrow:hover {
  color: #ffffff !important;
  background: rgba(11, 95, 158, .94) !important;
}
.fleet-lightbox-arrow:hover,
.fleet-lightbox-close:hover {
  color: #ffffff;
  border-color: #5bb0de;
  background: #0b5f9e;
}

/* Mobile hero: bring the car into the first-screen composition. */
@media (max-width: 680px) {
  .hero-image {
    top: -45% !important;
    bottom: auto !important;
    height: 145% !important;
    object-position: 82% center;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      rgba(4, 40, 73, .72) 0%,
      rgba(4, 40, 73, .84) 36%,
      rgba(4, 40, 73, .68) 56%,
      rgba(3, 32, 59, .93) 79%,
      rgba(3, 32, 59, .98) 100%
    );
  }
  .route-hero-bg {
    background-image:
      linear-gradient(
        180deg,
        rgba(4, 40, 73, .76) 0%,
        rgba(4, 40, 73, .86) 37%,
        rgba(4, 40, 73, .64) 56%,
        rgba(3, 32, 59, .92) 79%,
        rgba(3, 32, 59, .98) 100%
      ),
      url('/images/atlas-hero-blue-v1.png');
    background-position: center, 82% bottom;
    background-size: 100% 100%, auto 145%;
    background-repeat: no-repeat;
    opacity: .94;
  }
}

/* Final mobile-header sizing: logo, phone and menu stay on one row. */
@media (max-width: 680px) {
  .site-header { padding-inline: 8px; }
  .site-header > .brand { align-items: flex-start; }
  .site-header > .brand span { font-size: 18px; letter-spacing: .2em; }
  .site-header > .brand small { margin-top: 5px; font-size: 5.5px; letter-spacing: .24em; }
  .header-actions { gap: 8px; }
  .header-language-switch { display: none; }
  .site-header .header-phone { min-width: 0; padding: 0; display: inline-flex !important; align-items: center; gap: 4px; font-size: 12px; line-height: 1; background: transparent; border: 0; }
  .site-header .phone-reveal-label { display: inline; }
  .site-header .phone-reveal-short { display: none; }
  .mobile-menu-trigger { width: 36px; height: 36px; }
  .mobile-menu-trigger svg { width: 20px; height: 20px; }
  .footer-language-row { width: 100%; padding-right: 74px; display: flex; align-items: center; justify-content: space-between; gap: 14px; box-sizing: border-box; }
  .footer-language-row > span { color: #afc4bc; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
  .footer-language-switch { min-width: 58px; height: 36px; padding: 0 10px; }
  .footer-language-switch svg { display: block; width: 14px; height: 14px; }
}
