:root {
  --black: #050607;
  --graphite: #101418;
  --jade: #78D6B5;
  --silver: #AAB5B8;
  --pearl: #F6F7F4;
  --petrol: #0E2B32;
  --mist: #EAF5F0;
  --line: rgba(120, 214, 181, 0.26);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--pearl);
  font-family: var(--sans);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  width: 100%;
  height: 95px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 0 clamp(22px, 4.8vw, 70px);
  color: var(--pearl);
  background: rgba(32, 35, 39, 0.84);
  border-bottom: 1px solid rgba(120, 214, 181, 0.1);
  backdrop-filter: blur(18px);
}

.site-header > .brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  max-width: 180px;
  min-width: 0;
}

.site-header > .brand img {
  width: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.lang-label img {
  height: 18px;
}

.desktop-nav {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: clamp(14px, 1.8vw, 32px);
  row-gap: 8px;
  color: rgba(246, 247, 244, 0.86);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.desktop-nav a { white-space: nowrap; }
.desktop-nav a, .footer-main a { transition: color 0.25s ease; }
.desktop-nav a:hover, .footer-main a:hover { color: var(--jade); }

.header-actions { min-width: 0; display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: center; gap: 12px; }
.lang-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  color: var(--pearl);
  background: rgba(246, 247, 244, 0.08);
  border: 1px solid rgba(120, 214, 181, 0.38);
  border-radius: 999px;
  font: 900 11px var(--sans);
  cursor: pointer;
}
.lang-toggle:hover { border-color: var(--jade); color: var(--jade); }
.flag { font-size: 12px; }
.phone-btn, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.phone-btn { white-space: nowrap; }
.phone-btn, .btn-primary {
  color: #06211B;
  background: linear-gradient(135deg, #9DE7CE, var(--jade));
  box-shadow: 0 18px 38px rgba(120, 214, 181, 0.18);
}
.phone-btn i, .btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.phone-btn:hover, .btn:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(120, 214, 181, 0.22); }
.btn-ghost { color: var(--pearl); border: 1px solid rgba(246, 247, 244, 0.58); background: rgba(246, 247, 244, 0.05); }
.menu-toggle, .mobile-nav { display: none; }

.section-inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section-dark { color: var(--pearl); background: var(--black); }
.section-graphite { color: var(--pearl); background: var(--graphite); }
.eyebrow {
  margin: 0 0 19px;
  color: var(--jade);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 600;
  line-height: 0.96;
}
.section-title.light { color: var(--pearl); }
.centered { text-align: center; }

.hero {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--pearl);
  background: var(--black);
}
.hero-bg, .final-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
}
.hero-bg {
  background-image: linear-gradient(90deg, rgba(5, 6, 7, 0.92) 0%, rgba(5, 6, 7, 0.7) 42%, rgba(5, 6, 7, 0.34) 100%), url("../images/hero.jpg");
}
.hero::after, .final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 74% 60%, rgba(120, 214, 181, 0.13), transparent 26%);
}
.hero-copy {
  width: min(680px, 44vw);
  margin-left: clamp(26px, 6.8vw, 118px);
  padding-top: 74px;
}
.hero h1 {
  margin: 0;
  max-width: 740px;
  font-family: var(--serif);
  font-size: clamp(82px, 6.2vw, 96px);
  font-weight: 600;
  line-height: 0.95;
}
.hero-lead {
  max-width: 610px;
  margin: 28px 0 34px;
  color: rgba(246, 247, 244, 0.83);
  font-size: 19px;
  line-height: 1.72;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 15px; }
.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  color: rgba(246, 247, 244, 0.82);
  font-size: 13px;
  font-weight: 800;
}
.trust-line span { position: relative; padding-left: 18px; }
.trust-line span::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--jade);
  border-radius: 50%;
}

.booking-panel {
  position: absolute;
  top: 210px;
  right: clamp(28px, 6.4vw, 108px);
  width: 310px;
  padding: 30px;
  background: rgba(16, 20, 24, 0.74);
  border: 1px solid rgba(120, 214, 181, 0.28);
  border-radius: 8px;
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}
.booking-panel h2 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 600; }
.panel-line { width: 58px; height: 2px; margin: 16px 0 18px; background: var(--jade); }
.booking-panel label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 0 12px;
  color: rgba(246, 247, 244, 0.68);
  border: 1px solid rgba(246, 247, 244, 0.13);
  border-radius: 5px;
  font-size: 12px;
}
.booking-panel label i, .booking-panel small i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--jade);
}
.booking-panel .btn { width: 100%; margin-top: 8px; }
.booking-panel small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  color: rgba(246, 247, 244, 0.72);
  font-weight: 700;
}
.floating-cards {
  position: absolute;
  right: clamp(28px, 7vw, 118px);
  bottom: 94px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: min(760px, 55vw);
}
.glass-card {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  text-align: center;
  background: rgba(246, 247, 244, 0.07);
  border: 1px solid rgba(246, 247, 244, 0.15);
  border-radius: 6px;
  backdrop-filter: blur(14px);
}
.glass-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--jade);
  font-size: 24px;
}
.glass-card span { font-weight: 900; }

.promise {
  min-height: 520px;
  display: flex;
  align-items: center;
  color: var(--pearl);
  background: linear-gradient(180deg, #090D10, var(--graphite));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.promise article { position: relative; padding: 26px 18px 36px; text-align: center; border-right: 1px solid rgba(246, 247, 244, 0.12); }
.promise article:last-child { border-right: 0; }
.promise article::after { content: ""; position: absolute; left: 24%; right: 24%; bottom: 0; height: 2px; background: var(--petrol); }
.icon-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  color: var(--jade);
  border: 1px solid rgba(120, 214, 181, 0.5);
  border-radius: 50%;
  background: rgba(120, 214, 181, 0.08);
}
.icon-ring i { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; font-size: 24px; }
.promise h2 { margin: 20px 0 12px; font-family: var(--serif); font-size: 34px; line-height: 1; }
.promise p, .about-copy p, .routes p, .process-grid p, .final-content p {
  margin: 0;
  color: rgba(246, 247, 244, 0.72);
  font-size: 16px;
  line-height: 1.72;
}

.presentation {
  padding: 106px 0;
  background: var(--mist);
}
.presentation-grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: start;
}
.presentation-copy {
  display: grid;
  gap: 18px;
  color: rgba(5, 6, 7, 0.76);
  font-size: 16px;
  line-height: 1.76;
}
.presentation-copy p,
.presentation-copy h3 { margin: 0; }
.presentation-copy h3 {
  color: var(--black);
  font-size: 18px;
  text-transform: uppercase;
}
.service-list {
  columns: 2;
  gap: 26px;
  margin: 0;
  padding-left: 19px;
}
.service-list li { margin: 0 0 8px; break-inside: avoid; }

.services { min-height: 1080px; padding: 112px 0 116px; }
.service-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(390px, auto)) minmax(380px, auto);
  grid-auto-rows: minmax(380px, auto);
  gap: 16px;
  margin-top: 54px;
}
.service-tile {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(280px, 1fr);
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(120, 214, 181, 0.28);
  border-radius: 5px;
  background: var(--black);
}
.service-tile.large { grid-row: span 2; }
.service-tile::before {
  content: "";
  grid-row: 2;
  min-height: 0;
  background-image: var(--img);
  background-position: center;
  background-size: cover;
}
.service-tile div {
  grid-row: 1;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  background: rgba(5, 6, 7, 0.96);
  border-top: 1px solid rgba(120, 214, 181, 0.28);
}
.service-tile::after { display: none; }
.service-tile i { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: var(--jade); font-size: 20px; }
.service-tile h3 { margin: 0; color: var(--pearl); font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.15; }

.about {
  padding: 106px 0 104px;
  display: flex;
  align-items: center;
  background: var(--mist);
}
.about-grid { display: grid; grid-template-columns: 48% 42%; gap: 10%; align-items: center; }
.about-media { margin: 0; overflow: hidden; border-radius: 5px; box-shadow: 0 28px 70px rgba(5, 6, 7, 0.2); }
.about-media img { width: 100%; height: 640px; object-fit: cover; }
.about-copy .section-title { margin-bottom: 28px; }
.about-copy p { color: rgba(5, 6, 7, 0.74); }
.check-list { display: grid; gap: 15px; padding: 0; margin: 30px 0 34px; list-style: none; }
.check-list li, .proof-pills span, .footer-main a, .footer-main p { display: flex; align-items: center; gap: 12px; }
.check-list i, .proof-pills i { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex: 0 0 24px; color: var(--jade); }
.proof-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.proof-pills span { min-height: 50px; padding: 0 18px; color: var(--black); border: 1px solid rgba(120, 214, 181, 0.46); border-radius: 999px; font-weight: 900; }

.routes {
  min-height: 940px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.routes-grid { display: grid; grid-template-columns: 38% 62%; gap: 48px; align-items: center; }
.routes p { margin-top: 26px; }
.route-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(120, 214, 181, 0.28);
  border-radius: 8px;
  background: var(--black);
}
.route-video,
.route-panel::before {
  position: absolute;
  inset: 0;
}
.route-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-panel::before {
  content: "";
  z-index: 1;
  background:
    radial-gradient(circle at 35% 45%, rgba(120, 214, 181, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(5, 6, 7, 0.74), rgba(14, 43, 50, 0.58));
  pointer-events: none;
}
.route-panel svg { position: absolute; inset: 16% 6%; z-index: 2; width: 88%; height: 70%; overflow: visible; }
.route-path {
  fill: none;
  stroke: var(--jade);
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 14px rgba(120, 214, 181, 0.8));
  stroke-dasharray: 920;
  stroke-dashoffset: 920;
}
.chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  color: var(--pearl);
  background: rgba(5, 6, 7, 0.64);
  border: 1px solid rgba(120, 214, 181, 0.55);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.chip i { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; color: var(--jade); }
.chip-1 { left: 7%; top: 56%; }
.chip-2 { left: 22%; top: 23%; }
.chip-3 { right: 38%; top: 38%; }
.chip-4 { right: 23%; top: 61%; }
.chip-5 { right: 8%; top: 27%; }
.chip-6 { right: 12%; bottom: 16%; }

.process {
  min-height: 820px;
  display: flex;
  align-items: center;
  background: var(--pearl);
}
.process-line {
  position: relative;
  width: 84%;
  height: 2px;
  margin: 62px auto 0;
  background: rgba(14, 43, 50, 0.16);
}
.process-line span { display: block; width: 0; height: 2px; background: var(--jade); box-shadow: 0 0 16px rgba(120, 214, 181, 0.8); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: -34px; }
.process-grid article { text-align: center; padding: 0 18px; }
.process-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--pearl);
  background: var(--graphite);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}
.process-grid h3 { margin: 18px 0 10px; color: var(--black); font-size: 18px; text-transform: uppercase; }
.process-grid p { color: rgba(5, 6, 7, 0.7); }

.numbers {
  min-height: 540px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
  border-right: 1px solid rgba(120, 214, 181, 0.26);
}
.number-grid article:last-child { border-right: 0; }
.number-grid strong { color: var(--pearl); font-family: var(--serif); font-size: clamp(48px, 5vw, 82px); font-weight: 600; line-height: 0.95; }
.number-grid span { color: var(--jade); font-weight: 900; }

.gallery { min-height: 1080px; padding: 112px 0; background: var(--pearl); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; gap: 16px; margin-top: 54px; }
.gallery-item {
  position: relative;
  grid-column: span 6;
  grid-row: span 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(120, 214, 181, 0.32);
  border-radius: 5px;
  background: var(--black);
}
.gallery-item.tall { grid-row: span 4; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.94; transition: transform 0.55s ease, opacity 0.35s ease; }
.gallery-item:hover img { transform: scale(1.045); opacity: 1; }
.gallery-item::after { content: ""; position: absolute; inset: 44% 0 0; background: linear-gradient(180deg, transparent, rgba(5, 6, 7, 0.84)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: var(--pearl); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }

.testimonials { min-height: 700px; display: flex; align-items: center; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.testimonial-grid article { min-height: 250px; padding: 34px; color: var(--pearl); background: rgba(246, 247, 244, 0.06); border: 1px solid rgba(246, 247, 244, 0.13); border-radius: 6px; backdrop-filter: blur(12px); }
.testimonial-grid p { margin: 0 0 32px; color: rgba(246, 247, 244, 0.82); line-height: 1.72; }
.testimonial-grid p::before { content: "“"; color: var(--jade); font-family: var(--serif); font-size: 52px; line-height: 0; }
.testimonial-grid strong, .testimonial-grid span { display: block; }
.testimonial-grid span { margin-top: 5px; color: var(--jade); font-size: 13px; font-weight: 900; }

.faq {
  min-height: 700px;
  display: flex;
  align-items: center;
  background: var(--mist);
}
.faq-grid { display: grid; grid-template-columns: 36% 64%; gap: 54px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0;
  color: var(--black);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.faq-item button i { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: 0 0 38px; color: var(--jade); }
.faq-item p { display: none; margin: 0 0 28px; color: rgba(5, 6, 7, 0.72); line-height: 1.68; }
.faq-item.open p { display: block; }

.final-cta {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: var(--pearl);
  background: var(--black);
  isolation: isolate;
}
.final-bg { background-image: linear-gradient(90deg, rgba(5, 6, 7, 0.8), rgba(5, 6, 7, 0.5), rgba(5, 6, 7, 0.82)), url("../images/cta-final.jpg"); }
.final-content { width: min(900px, calc(100% - 48px)); }
.final-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(56px, 6vw, 88px); font-weight: 600; line-height: 0.96; }
.final-content p { margin-top: 26px; }
.dashcam-note {
  color: var(--jade) !important;
  font-weight: 800;
}
.final-content .hero-ctas { justify-content: center; margin-top: 34px; }

.site-footer { min-height: 520px; color: rgba(246, 247, 244, 0.82); background: var(--black); }
.footer-main {
  min-height: 410px;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 1fr 1.2fr 0.9fr 0.9fr;
  gap: 30px;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0 54px;
}
.footer-main h3 { margin: 0 0 22px; color: var(--jade); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-main a, .footer-main p { margin: 0 0 13px; color: rgba(246, 247, 244, 0.75); font-size: 13px; line-height: 1.55; }
.footer-brand img {
  width: 70%;
}
.footer-brand p { margin-top: 25px; max-width: 270px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(120, 214, 181, 0.42); border-radius: 50%; }
.footer-bottom {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(24px, 4.8vw, 70px);
  background: var(--graphite);
  border-top: 1px solid rgba(120, 214, 181, 0.22);
}
.footer-bottom p { margin: 0; color: rgba(246, 247, 244, 0.72); font-size: 13px; }
.skywebis-signature a { color: var(--pearl); font-weight: 900; }

@media (max-width: 1280px) and (min-width: 1121px) {
  .site-header { padding: 0 clamp(18px, 3vw, 42px); }
  .site-header > .brand { max-width: 150px; }
  .site-header > .brand img { max-height: 72px; }
  .desktop-nav { column-gap: clamp(12px, 1.3vw, 20px); font-size: 14px; }
  .phone-btn { min-height: 44px; padding: 0 16px; }
  .lang-toggle { min-height: 40px; padding: 0 11px; }
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header > .brand { max-width: 140px; }
  .site-header > .brand img { max-height: 70px; }
  .desktop-nav { display: none; }
  .menu-toggle {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pearl);
    background: rgba(246, 247, 244, 0.08);
    border: 1px solid rgba(246, 247, 244, 0.18);
    border-radius: 50%;
    font-size: 18px;
  }
  .mobile-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 24px 28px;
    background: rgba(5, 6, 7, 0.96);
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav.is-open { display: grid; gap: 16px; }
  .hero-copy { width: min(620px, 58vw); }
  .booking-panel { width: 270px; right: 24px; }
  .floating-cards { width: min(620px, 52vw); right: 24px; }
  .service-grid, .about-grid, .routes-grid, .faq-grid { grid-template-columns: 1fr; }
  .presentation-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .service-tile, .service-tile.large, .service-tile.wide { grid-row: auto; min-height: 400px; }
  .service-tile.large { grid-column: span 2; }
  .about-media img { height: 560px; }
  .promise-grid, .number-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 74px; grid-template-columns: auto auto; padding: 0 16px; }
  .site-header > .brand { max-width: 112px; }
  .site-header > .brand img { max-height: 52px; }
  .brand { font-size: 21px; }
  .phone-btn { min-height: 42px; padding: 0 14px; font-size: 0; }
  .phone-btn i { font-size: 15px; }
  .menu-toggle { width: 42px; height: 42px; }
  .mobile-nav { top: 74px; }
  .section-inner { width: min(100% - 32px, 520px); }
  .hero { min-height: 1080px; align-items: flex-start; padding-top: 126px; }
  .hero-bg {
    background-image: linear-gradient(180deg, rgba(5, 6, 7, 0.88), rgba(5, 6, 7, 0.58), rgba(5, 6, 7, 0.94)), url("images/hero.jpg");
    background-position: 58% center;
  }
  .hero-copy { width: calc(100% - 32px); margin: 0 auto; padding-top: 0; }
  .hero h1 { font-size: clamp(44px, 13vw, 52px); }
  .hero-lead { font-size: 16px; }
  .hero-ctas, .final-content .hero-ctas { flex-direction: column; }
  .btn { width: 100%; min-height: 52px; padding: 0 18px; text-align: center; }
  .trust-line { gap: 12px; margin-top: 32px; }
  .booking-panel { position: relative; top: auto; right: auto; width: calc(100% - 32px); margin: 30px auto 0; padding: 24px; }
  .floating-cards { position: static; width: calc(100% - 32px); grid-template-columns: 1fr; margin: 16px auto 0; }
  .promise, .about, .routes, .process, .numbers, .testimonials, .faq, .final-cta, .site-footer { min-height: auto; }
  .promise, .about, .routes, .process, .numbers, .testimonials, .faq { padding: 78px 0; }
  .presentation { padding: 78px 0; }
  .service-list { columns: 1; }
  .promise-grid, .service-grid, .number-grid, .testimonial-grid, .process-grid { grid-template-columns: 1fr; }
  .promise article { border-right: 0; border-bottom: 1px solid rgba(246, 247, 244, 0.12); }
  .service-tile.large { grid-column: auto; }
  .services { min-height: auto; padding: 86px 0; }
  .section-title { font-size: clamp(42px, 11vw, 56px); }
  .service-grid { gap: 14px; margin-top: 38px; }
  .service-tile, .service-tile.large, .service-tile.wide { min-height: 400px; }
  .service-tile h3 { font-size: 22px; }
  .about-grid, .routes-grid, .faq-grid { gap: 38px; }
  .about-media img { height: 430px; }
  .route-panel { min-height: 420px; display: flex; align-items: flex-end; gap: 2px; padding: 280px 10px 20px; overflow-x: auto; }
  .route-panel svg { display: none; }
  .chip { position: static; margin: 8px; flex: 0 0 auto; }
  .process-line { width: 2px; height: 420px; margin: 44px 0 -420px 31px; }
  .process-line span { width: 2px; height: 0; }
  .process-grid { gap: 26px; margin-top: 0; padding-left: 76px; }
  .process-grid article { position: relative; text-align: left; padding: 0 0 0 4px; }
  .gallery { min-height: auto; padding: 84px 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item, .gallery-item.tall, .gallery-item.wide { grid-column: auto; grid-row: auto; height: 360px; }
  .gallery-item:nth-child(even) { height: 300px; }
  .faq-item button { min-height: 76px; font-size: 15px; }
  .final-cta { padding: 112px 0; }
  .final-content h2 { font-size: clamp(44px, 12vw, 60px); }
  .footer-main { grid-template-columns: 1fr; padding: 62px 0 42px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .section-inner { width: min(100% - 28px, 390px); }
  .hero { min-height: 1110px; }
  .route-panel { padding-top: 245px; }
}

/* =============================
   Module Reservation / Devis VTC
   ============================= */
.quote-section { padding: 116px 0 122px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quote-shell { display: grid; gap: 42px; }
.quote-head { max-width: 860px; margin: 0 auto; text-align: center; }
.quote-head p:last-child { margin: 26px auto 0; max-width: 720px; color: rgba(246, 247, 244, 0.74); line-height: 1.76; }
.tariff-note {
  color: var(--jade) !important;
  font-weight: 900;
}
.quote-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr); gap: 24px; align-items: stretch; }
.quote-form, .quote-map-card, .quote-result, .booking-result { background: rgba(5, 6, 7, 0.46); border: 1px solid rgba(120, 214, 181, 0.26); border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.quote-form { padding: clamp(22px, 3vw, 34px); display: grid; gap: 20px; }
.quote-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.quote-steps span { min-height: 42px; display: grid; place-items: center; color: rgba(246,247,244,.7); background: rgba(246,247,244,.06); border: 1px solid rgba(246,247,244,.12); border-radius: 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.quote-steps span.is-active { color: #06211B; background: linear-gradient(135deg,#9DE7CE,var(--jade)); border-color: transparent; }
.form-grid.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.return-fields[hidden] { display: none; }
.quote-form label, .booking-form label, .address-field label { display: grid; gap: 8px; color: rgba(246,247,244,.86); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.quote-form input, .quote-form textarea, .quote-form select, .booking-form input, .booking-form textarea { width: 100%; min-height: 54px; padding: 0 16px; color: var(--pearl); background: rgba(246,247,244,.07); border: 1px solid rgba(246,247,244,.14); border-radius: 12px; outline: none; font: 700 14px var(--sans); transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.quote-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--jade) 50%), linear-gradient(135deg, var(--jade) 50%, transparent 50%); background-position: calc(100% - 20px) 23px, calc(100% - 14px) 23px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.quote-form select option { color: var(--black); }
.quote-form textarea, .booking-form textarea { min-height: 118px; padding-top: 15px; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus, .booking-form input:focus, .booking-form textarea:focus { border-color: rgba(120,214,181,.8); box-shadow: 0 0 0 4px rgba(120,214,181,.1); background: rgba(246,247,244,.1); }
.address-grid { display: grid; gap: 16px; }
.address-field { position: relative; display: grid; gap: 8px; }
.input-actions { display: grid; grid-template-columns: 1fr 46px 46px; gap: 8px; }
.field-icon { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; color: var(--jade); background: rgba(120,214,181,.09); border: 1px solid rgba(120,214,181,.3); border-radius: 12px; cursor: pointer; transition: transform .25s ease, background .25s ease; }
.field-icon:hover { transform: translateY(-2px); background: rgba(120,214,181,.16); }
.field-icon i { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; }
.field-note { color: rgba(246,247,244,.58); font-weight: 700; }
.suggestions { position: absolute; z-index: 50; top: calc(100% - 2px); left: 0; right: 0; display: none; overflow: hidden; background: #090d10; border: 1px solid rgba(120,214,181,.28); border-radius: 14px; box-shadow: 0 22px 50px rgba(0,0,0,.38); }
.suggestions.is-open { display: block; }
.suggestions button { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 14px; color: rgba(246,247,244,.9); background: transparent; border: 0; border-bottom: 1px solid rgba(246,247,244,.07); text-align: left; font-weight: 800; cursor: pointer; }
.suggestions button:hover { background: rgba(120,214,181,.1); color: var(--jade); }
.suggestions i { width: 22px; color: var(--jade); text-align: center; }
.quote-submit { width: 100%; border: 0; cursor: pointer; }
.form-status { display: none; min-height: 48px; align-items: center; padding: 12px 15px; border-radius: 12px; font-weight: 800; line-height: 1.45; }
.form-status.is-error, .form-status.is-success { display: flex; }
.form-status.is-error { color: #ffe4e4; background: rgba(180,30,30,.16); border: 1px solid rgba(255,120,120,.28); }
.form-status.is-success { color: #ddfff2; background: rgba(120,214,181,.12); border: 1px solid rgba(120,214,181,.28); }
.quote-map-card { overflow: hidden; min-height: 620px; display: grid; grid-template-rows: 1fr auto; }
.route-map { min-height: 560px; width: 100%; background: var(--black); }
.map-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding: 16px 18px; color: rgba(246,247,244,.68); border-top: 1px solid rgba(120,214,181,.22); font-size: 12px; font-weight: 800; }
.map-caption span { display: inline-flex; align-items: center; gap: 8px; }
.map-caption i { color: var(--jade); }
.vtc-marker span { width: 38px; height: 38px; display: grid; place-items: center; color: #06211B; background: linear-gradient(135deg,#9DE7CE,var(--jade)); border: 3px solid rgba(246,247,244,.9); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 10px 24px rgba(0,0,0,.32); font-weight: 900; }
.vtc-marker span::first-letter { transform: rotate(45deg); }
.quote-loader { display: none; align-items: center; justify-content: center; gap: 14px; min-height: 70px; padding: 16px; color: rgba(246,247,244,.82); background: rgba(5,6,7,.42); border: 1px solid rgba(120,214,181,.22); border-radius: 16px; font-weight: 900; }
.quote-loader.is-visible { display: flex; }
.quote-loader span { width: 28px; height: 28px; border-radius: 50%; border: 3px solid rgba(120,214,181,.22); border-top-color: var(--jade); animation: quoteSpin .8s linear infinite; }
@keyframes quoteSpin { to { transform: rotate(360deg); } }
.quote-result, .booking-result { display: none; gap: 24px; align-items: center; padding: clamp(22px,3vw,34px); animation: quoteReveal .55s ease both; }
.quote-result { grid-template-columns: .8fr 1.2fr auto auto; }
.booking-result { grid-template-columns: .78fr 1.22fr; align-items: start; }
.quote-result.is-visible, .booking-result.is-visible { display: grid; }
@keyframes quoteReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.result-intro h3 { margin: 0 0 12px; color: var(--pearl); font-family: var(--serif); font-size: 44px; font-weight: 600; line-height: 1; }
.quote-formula {
  margin: 0 0 12px;
  color: var(--jade);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}
.result-intro p:last-child, .night-note { margin: 0; color: rgba(246,247,244,.68); line-height: 1.62; }
.result-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.result-grid article { min-height: 104px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 18px; background: rgba(246,247,244,.07); border: 1px solid rgba(246,247,244,.12); border-radius: 14px; text-align: center; }
.result-grid article span { color: rgba(246,247,244,.62); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.result-grid strong { color: var(--pearl); font-family: var(--serif); font-size: 31px; line-height: 1; }
.result-grid .total { background: linear-gradient(135deg, rgba(157,231,206,.18), rgba(120,214,181,.08)); border-color: rgba(120,214,181,.44); }
.result-grid .total strong { color: var(--jade); font-size: 38px; }
.quote-result .btn { border: 0; cursor: pointer; white-space: nowrap; }
.booking-form { display: grid; gap: 18px; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.booking-actions .btn { border: 0; cursor: pointer; }
.leaflet-control-attribution { font-size: 10px; }

@media (max-width: 1120px) {
  .quote-layout, .quote-result, .booking-result { grid-template-columns: 1fr; }
  .quote-result .btn { width: 100%; }
  .result-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .quote-section { padding: 82px 0; }
  .form-grid.two, .result-grid { grid-template-columns: 1fr; }
  .quote-form, .quote-map-card, .quote-result, .booking-result { border-radius: 14px; }
  .quote-map-card { min-height: 440px; }
  .route-map { min-height: 380px; }
  .map-caption { display: grid; }
  .input-actions { grid-template-columns: 1fr 44px 44px; }
  .quote-loader { align-items: flex-start; text-align: left; }
}
