/* Taxi Mota — Estavayer-le-Lac & Broye.
   Design « Route de nuit » : carte sombre, planificateur de course, tableau de destinations.
   Sora (display) + Figtree (texte). Accent or taxi. */

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

:root {
  --bg: #080c14;
  --bg-2: #0d1220;
  --surface: #131b2c;
  --surface-2: #1a2440;
  --surface-3: #222f4f;
  --ink: #f5f8ff;
  --body: #a7b4cc;
  --mute: #6b7997;
  --gold: #ffc233;
  --gold-2: #ffb300;
  --gold-deep: #e39c00;
  --line: rgba(255,255,255,0.09);
  --line-2: rgba(255,255,255,0.16);
  --green: #2ee6a5;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 30px 70px -30px rgba(0,0,0,0.75);
  --shadow-gold: 0 16px 40px -14px rgba(255,194,51,0.45);
  --disp: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sans: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --map: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.03' stroke-width='1'%3E%3Cpath d='M0 15h60M0 30h60M0 45h60M15 0v60M30 0v60M45 0v60'/%3E%3C/g%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--body);
  background: var(--map), var(--bg);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
.icon { width: 1em; height: 1em; flex-shrink: 0; }

h1, h2, h3, h4 {
  font-family: var(--disp);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.1em; max-width: 66ch; text-wrap: pretty; }
a { color: var(--gold); text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.tabnum { font-variant-numeric: tabular-nums; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8, 12, 20, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; padding-left: clamp(20px,4vw,48px); padding-right: clamp(20px,4vw,48px); }
.logo { display: inline-flex; align-items: center; }
.logo-txt { font-family: var(--disp); font-weight: 800; font-size: 1.42rem; letter-spacing: -0.02em; color: #f5f8ff; line-height: 1; }
.logo-txt b { color: var(--gold); font-weight: 800; }
.footer-logo .logo-txt { font-size: 1.2rem; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #cdd7e8; font-size: 0.94rem; font-weight: 500; position: relative; padding: 4px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 2px; background: var(--gold); transition: width 0.25s ease; }
.main-nav a:hover::after { width: 100%; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: 0.25s; }
.btn-call-header { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: #10151f !important; padding: 11px 20px; border-radius: 999px; font-weight: 700; font-size: 0.92rem; white-space: nowrap; transition: 0.2s; }
.btn-call-header:hover { background: var(--gold-2); transform: translateY(-1px); box-shadow: var(--shadow-gold); }
.btn-call-header .icon { width: 16px; height: 16px; }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 28px; border-radius: 12px; font-family: var(--sans); font-weight: 700; font-size: 0.98rem; border: 1.5px solid transparent; cursor: pointer; transition: 0.2s; }
.btn .icon { width: 19px; height: 19px; }
.btn-primary { background: var(--gold); color: #10151f; box-shadow: var(--shadow-gold); }
.btn-primary:hover { background: var(--gold-2); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,0.05); border-color: var(--line-2); color: #fff; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-block { width: 100%; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ---------- HERO : planificateur de course ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(40px,6vw,74px) 0 clamp(56px,7vw,90px); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 60% at 78% -10%, rgba(255,194,51,0.14), transparent 60%), radial-gradient(70% 60% at 0% 110%, rgba(46,230,165,0.06), transparent 55%); pointer-events: none; }
.hero-bg { position: absolute; right: 0; top: 0; bottom: 0; width: 52%; opacity: 0.5; -webkit-mask-image: linear-gradient(90deg, transparent, #000 55%); mask-image: linear-gradient(90deg, transparent, #000 55%); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero .container { position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 0.86rem; color: var(--gold); background: rgba(255,194,51,0.1); border: 1px solid rgba(255,194,51,0.25); padding: 7px 14px; border-radius: 999px; margin-bottom: 24px; }
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(46,230,165,0.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(46,230,165,0.55)} 70%{box-shadow:0 0 0 8px rgba(46,230,165,0)} 100%{box-shadow:0 0 0 0 rgba(46,230,165,0)} }
.hero h1 { color: #fff; max-width: 14ch; overflow-wrap: break-word; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .lead { color: var(--body); font-size: clamp(1.05rem,1.5vw,1.2rem); max-width: 44ch; margin-top: 4px; }

/* Carte planificateur */
.planner { margin-top: 34px; max-width: 560px; background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow); }
.planner-head { display: flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 700; color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.planner-head svg { width: 20px; height: 20px; color: var(--gold); }
.route-inputs { position: relative; }
.route-inputs::before { content: ""; position: absolute; left: 21px; top: 34px; bottom: 34px; width: 2px; background: repeating-linear-gradient(180deg, var(--gold) 0 4px, transparent 4px 9px); }
.rfield { display: flex; align-items: center; gap: 12px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 11px; padding: 4px 14px; margin-bottom: 10px; transition: border-color 0.2s; }
.rfield:focus-within { border-color: var(--gold); }
.rfield .rico { width: 14px; height: 14px; flex-shrink: 0; z-index: 1; }
.rfield .rico.from { color: var(--green); }
.rfield .rico.to { color: var(--gold); }
.rfield input, .rfield select { flex: 1; background: none; border: none; outline: none; color: #fff; font-family: var(--sans); font-size: 0.98rem; padding: 13px 0; min-width: 0; }
.rfield input::placeholder { color: var(--mute); }
.rfield select { color: #fff; appearance: none; cursor: pointer; }
.rfield select option { background: var(--surface-2); color: #fff; }
.rfield label { font-size: 0.7rem; color: var(--mute); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.rfield-col { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 14px; }
.route-two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.planner .btn-primary { width: 100%; margin-top: 6px; }
.planner-or { text-align: center; margin-top: 14px; font-size: 0.9rem; color: var(--mute); }
.planner-or a { font-weight: 700; }

.hero-chips { display: flex; flex-wrap: wrap; gap: 10px 10px; margin-top: 26px; }
.chip { display: inline-flex; align-items: center; gap: 8px; font-size: 0.86rem; font-weight: 600; color: var(--body); background: rgba(255,255,255,0.04); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; }
.chip svg { width: 16px; height: 16px; color: var(--gold); }

/* ---------- Sections ---------- */
section { padding: clamp(56px,8vw,100px) 0; }
.section-alt { background: var(--bg-2); }
.section-head { max-width: 720px; margin-bottom: clamp(32px,5vw,52px); }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 15px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); }
.section-head p { color: var(--body); }

/* ---------- Tableau de destinations (board) ---------- */
.board { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.board a { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 16px; padding: 20px 24px; border-bottom: 1px solid var(--line); color: var(--ink); transition: background 0.2s, padding-left 0.25s; }
.board a:last-child { border-bottom: none; }
.board a:hover { background: rgba(255,194,51,0.06); padding-left: 30px; }
.board .b-ico { width: 42px; height: 42px; border-radius: 11px; background: var(--surface-2); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.board .b-ico svg { width: 21px; height: 21px; }
.board .b-main { min-width: 0; overflow-wrap: break-word; }
.board .b-name { display: block; font-family: var(--disp); font-weight: 700; font-size: 1.12rem; color: #fff; }
.board .b-desc { display: block; margin-top: 3px; font-size: 0.9rem; color: var(--mute); }
.board .b-meta { font-family: var(--disp); font-weight: 600; font-size: 0.9rem; color: var(--gold); white-space: nowrap; }
.board .b-arrow { color: var(--mute); font-size: 1.3rem; transition: transform 0.25s, color 0.2s; }
.board a:hover .b-arrow { transform: translateX(5px); color: var(--gold); }

/* ---------- Parcours (journey) ---------- */
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.journey::before { content: ""; position: absolute; left: 8%; right: 8%; top: 27px; height: 2px; background: repeating-linear-gradient(90deg, var(--gold) 0 10px, transparent 10px 20px); z-index: 0; }
.step { text-align: center; padding: 0 14px; position: relative; z-index: 1; }
.step .s-dot { width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; background: var(--surface-2); border: 2px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--disp); font-weight: 800; font-size: 1.15rem; }
.step h3 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { font-size: 0.9rem; margin: 0 auto; max-width: 24ch; }

/* ---------- Flotte (showcase) ---------- */
.fleet { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px,4vw,48px); align-items: center; }
.fleet-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); aspect-ratio: 16/11; position: relative; }
.fleet-media img { width: 100%; height: 100%; object-fit: cover; }
.fleet-media .plate { position: absolute; left: 16px; bottom: 16px; background: rgba(8,12,20,0.8); backdrop-filter: blur(6px); border: 1px solid var(--line-2); color: #fff; font-family: var(--disp); font-weight: 700; font-size: 0.85rem; padding: 8px 14px; border-radius: 8px; }
.fleet-points { list-style: none; padding: 0; margin: 20px 0 0; }
.fleet-points li { display: flex; gap: 13px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.fleet-points li:last-child { border-bottom: none; }
.fleet-points .fp-ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px; background: rgba(255,194,51,0.12); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.fleet-points .fp-ico svg { width: 21px; height: 21px; }
.fleet-points strong { display: block; color: #fff; font-family: var(--disp); font-size: 1.02rem; }
.fleet-points span { font-size: 0.92rem; color: var(--body); }

/* ---------- Avis (marquee-style dark) ---------- */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: 0.95rem; margin-bottom: 12px; }
.review p { color: #e7edf7; font-size: 1rem; margin-bottom: 14px; max-width: none; }
.review .who { display: flex; align-items: center; gap: 6px; font-weight: 700; color: #fff; font-size: 0.9rem; font-family: var(--disp); }
.review .g { display: inline-flex; align-items: center; gap: 5px; font-size: 0.76rem; color: var(--mute); font-weight: 600; margin-top: 4px; }
.review .g svg { width: 14px; height: 14px; }

/* ---------- Régions (board multi-colonnes) ---------- */
.region-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 40px; }
.region-col h3 { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.region-col ul { list-style: none; padding: 0; margin: 0; }
.region-col li { margin-bottom: 3px; }
.region-col a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 12px; border-radius: 9px; color: var(--body); font-weight: 500; font-size: 0.95rem; transition: 0.2s; }
.region-col a:hover { background: var(--surface); color: #fff; padding-left: 16px; }
.region-col a::after { content: "→"; color: var(--gold); opacity: 0; transition: 0.2s; }
.region-col a:hover::after { opacity: 1; }
/* fallback pills (pages internes) */
.region-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.region-pills a { background: var(--surface); border: 1px solid var(--line); padding: 9px 17px; border-radius: 999px; font-size: 0.9rem; font-weight: 600; color: var(--ink); transition: 0.2s; }
.region-pills a:hover { background: var(--gold); color: #10151f; border-color: var(--gold); transform: translateY(-2px); }

/* ---------- Bande CTA ---------- */
.cta-band { background: linear-gradient(120deg, var(--surface-2), var(--surface)); border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: clamp(40px,6vw,66px) clamp(26px,5vw,60px); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--gold-deep)); }
.cta-band h2 { color: #fff; }
.cta-band p { color: var(--body); max-width: 560px; margin: 0 auto; }
.cta-band .cta-row { justify-content: center; }

/* ---------- Page hero (pages internes) ---------- */
.page-hero { position: relative; padding: clamp(52px,7vw,88px) 0 clamp(40px,6vw,62px); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 90% at 85% -10%, rgba(255,194,51,0.12), transparent 60%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.1rem,4.4vw,3.5rem); }
.page-hero p { color: var(--body); max-width: 64ch; }
.breadcrumb { font-size: 0.85rem; color: var(--mute); margin-bottom: 16px; }
.breadcrumb a { color: var(--mute); }
.breadcrumb a:hover { color: var(--gold); }

.content-block { max-width: 760px; }
.content-block h2 { margin-top: 1.4em; font-size: clamp(1.5rem,2.6vw,2rem); }
.content-block p { color: var(--body); }
.content-block ul { color: var(--body); padding-left: 1.2em; }
.content-block li { margin-bottom: 0.5em; }
.content-block li::marker { color: var(--gold); }
.content-block strong { color: #dfe7f4; }

.two-col { display: grid; grid-template-columns: 1fr 340px; gap: clamp(30px,4vw,54px); align-items: start; }
.side-card { background: var(--surface); border: 1px solid var(--line-2); border-top: 3px solid var(--gold); border-radius: var(--radius); padding: 28px 26px; position: sticky; top: 92px; box-shadow: var(--shadow); }
.side-card h3 { font-size: 1.1rem; color: #fff; }
.side-card ul { list-style: none; padding: 0; margin: 16px 0 20px; }
.side-card li { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 0.92rem; color: var(--body); font-weight: 500; }
.side-card li:last-child { border-bottom: none; }
.side-card li .icon { width: 18px; height: 18px; color: var(--gold); margin-right: 10px; flex-shrink: 0; }
.service-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin: 28px 0; aspect-ratio: 16/10; border: 1px solid var(--line); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line-2); max-width: 820px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 22px 4px; font-family: var(--disp); font-weight: 700; font-size: clamp(1.05rem,1.8vw,1.28rem); color: #fff; transition: color 0.2s; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.5rem; color: var(--gold); flex-shrink: 0; transition: transform 0.25s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary:hover { color: var(--gold); }
.faq-answer { padding: 0 4px 22px; font-size: 0.96rem; color: var(--body); max-width: 68ch; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); color: var(--body); padding: 58px 0 26px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-grid h4 { color: #fff; font-size: 1.02rem; margin-bottom: 15px; }
.footer-grid p, .footer-grid a { color: var(--body); font-size: 0.92rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { display: flex; align-items: center; margin-bottom: 11px; }
.footer-grid li .icon { width: 15px; height: 15px; margin-right: 10px; flex-shrink: 0; color: var(--gold); }
.footer-grid a:hover { color: #fff; }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--disp); font-weight: 800; font-size: 1.2rem; color: #fff; margin-bottom: 14px; }
.footer-logo .logo-mark { width: 34px; height: 34px; border-radius: 9px; }
.footer-logo .logo-mark svg { width: 19px; height: 19px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.82rem; color: var(--mute); }
.footer-bottom a { color: var(--body); }

/* ---------- Appel flottant ---------- */
.call-float { position: fixed; bottom: 24px; right: 24px; z-index: 200; width: 58px; height: 58px; border-radius: 50%; background: var(--gold); color: #10151f; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-gold); transition: transform 0.2s; }
.call-float:hover { transform: scale(1.08); }
.call-float svg { width: 27px; height: 27px; }

/* ---------- Formulaire ---------- */
.contact-form { background: var(--surface); border: 1px solid var(--line-2); border-top: 3px solid var(--gold); border-radius: var(--radius); padding: clamp(24px,4vw,36px); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.88rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line-2); border-radius: 10px; font-family: var(--sans); font-size: 0.95rem; background: var(--bg-2); color: #fff; transition: 0.2s; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--mute); }
.form-group select option { background: var(--surface-2); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,194,51,0.18); }
.form-note { font-size: 0.8rem; color: var(--mute); margin-top: 10px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2){transition-delay:.06s}.reveal:nth-child(3){transition-delay:.12s}.reveal:nth-child(4){transition-delay:.18s}
@keyframes riseIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow, .hero h1, .hero .lead, .planner, .hero-chips { animation: riseIn 0.8s cubic-bezier(0.16,1,0.3,1) both; }
.hero h1 { animation-delay: .06s; } .hero .lead { animation-delay: .12s; } .planner { animation-delay: .2s; } .hero-chips { animation-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .hero-eyebrow, .hero h1, .hero .lead, .planner, .hero-chips { animation: none; transition: none; opacity: 1; transform: none; }
  .hero-eyebrow .dot { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-bg { display: none; }
  .planner { max-width: 100%; }
  .board a { grid-template-columns: auto 1fr auto; }
  .board .b-meta { display: none; }
  .journey { grid-template-columns: 1fr 1fr; gap: 34px 0; }
  .journey::before { display: none; }
  .fleet { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr 1fr; }
  .region-cols { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .side-card { position: static; }
}
@media (max-width: 680px) {
  .main-nav { position: fixed; top: 70px; left: 0; right: 0; background: var(--bg); flex-direction: column; align-items: flex-start; padding: 20px 24px; border-bottom: 1px solid var(--line); gap: 16px; transform: translateY(-140%); opacity: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; }
  .nav-toggle { display: block; }
  .btn-call-header { display: none; }
  .route-two { grid-template-columns: 1fr; }
  .journey, .rev-grid, .region-cols, .footer-grid { grid-template-columns: 1fr; }
  .cta-band { margin: 0; }
  .form-row { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .cta-row { flex-direction: column; }
}

/* ---------- Back to top ---------- */
.back-to-top { position: fixed; right: 24px; bottom: 94px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--surface); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 12px 26px -10px rgba(0,0,0,0.6); opacity: 0; visibility: hidden; transform: translateY(12px); transition: 0.25s; z-index: 190; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
@media (max-width: 680px) { .back-to-top { right: 16px; bottom: 84px; width: 42px; height: 42px; } }
