/* === LUX MOVE SEO PAGES — WHITE + GOLD ACCENT (per State.md) === */
/* White palette: #ffffff bg + #d4af37 gold accent. Nav/footer/hero stay dark. */

/* Dark surfaces keep white text (hero photo overlay, nav, footer, CTA band).
   These overrides are scoped so var(--ink) doesn't bleed into dark sections. */
.lp-hero, .lp-hero *,
nav.nav, nav.nav *,
footer.ft, footer.ft *,
.cta-band, .cta-band * {
  /* don't apply broadly — children override below where needed */
}
.lp-hero h1.lp-h1, .lp-hero h1.lp-h1 em.gold,
.lp-hero .lp-sub, .lp-hero .lp-meta {
  color: #ffffff;
}
.cta-band h2 { color: var(--ink); }
.cta-band p, .cta-band .lead { color: var(--ink-3); }
.lp-hero h1.lp-h1 em { color: var(--gold); }
nav.nav .nav-links a, nav.nav .nav-cta { color: #ffffff; }
footer.ft, footer.ft p, footer.ft a, footer.ft h5 { color: rgba(255,255,255,0.7); }
footer.ft h5 { color: rgba(255,255,255,0.4); }
footer.ft a:hover { color: var(--gold); }

:root {
  --bg:       #ffffff;
  --bg-sub:   #fafafa;
  --bg-panel: #f5f5f5;
  --ink:      #0a0a0a;
  --ink-2:    #1a1a1a;
  --ink-3:    #6b6b6b;
  --ink-4:    #9a9a9a;
  --line:     #e5e5e5;
  --line-2:   #d6d6d6;
  --gold:     #d4af37;
  --gold-h:   #b8941f;
  --gold-soft: rgba(212,175,55,0.10);
  --nav-bg:   #0a0a0a;
  --footer-bg:#0a0a0a;
  --max:      1260px;
  --edge:     clamp(20px, 5vw, 72px);
  --fb:       'Inter', sans-serif;
  --fd:       'Cormorant Garamond', serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg);
  color: var(--ink-2);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--fb); cursor: pointer; border: none; background: none; }

.w { max-width: var(--max); margin: 0 auto; padding: 0 var(--edge); }

/* === NAV === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--edge);
  background: rgba(9,9,9,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.nav-logo:hover { opacity: 0.85; }
.nav-logo-mark {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; font-size: 26px;
  letter-spacing: 0.02em;
  color: var(--gold);
  border: 1.5px solid var(--gold);
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  line-height: 1; flex-shrink: 0;
}
.nav-logo-text { display: inline-flex; flex-direction: column; gap: 2px; }
.nav-logo-line1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500; font-size: 16px;
  letter-spacing: 0.18em; color: #ffffff; line-height: 1;
}
.nav-logo-line2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500; font-size: 9px;
  letter-spacing: 0.28em; color: var(--gold);
  text-transform: uppercase;
}
.nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 14px; color: rgba(255,255,255,0.7); transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-r { display: flex; align-items: center; gap: 16px; }
.nav-phone {
  font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85);
}
.nav-phone:hover { color: var(--gold); }
.nav-cta {
  display: inline-block;
  padding: 9px 20px;
  font-size: 13px; font-weight: 600;
  background: var(--gold); color: var(--ink);
  border-radius: 2px;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--gold-h); }

@media (max-width: 880px) {
  .nav-links { display: none; }
}

/* === HERO (landing page) === */
.lp-hero {
  position: relative;
  padding: 160px var(--edge) 70px;
  background: #000;
  color: var(--ink);
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://www.mad4wheels.com/img/free-car-images/desktop/19640/lexus-rx-350-f-sport-2023-677448.jpg');
  background-size: cover; background-position: center;
  opacity: 0.32;
}
.lp-hero::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(9,9,9,0.55), rgba(9,9,9,0.92)),
    radial-gradient(ellipse at center, transparent 30%, rgba(9,9,9,0.6) 100%);
}
.lp-hero > * { position: relative; z-index: 2; }
.lp-hero-inner { max-width: var(--max); margin: 0 auto; }
.lp-kicker {
  font-size: 12px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px;
}
.lp-breadcrumb {
  font-size: 12px; color: rgba(255,255,255,0.5);
  margin-bottom: 16px; letter-spacing: 0.04em;
}
.lp-breadcrumb a { color: rgba(255,255,255,0.7); }
.lp-breadcrumb a:hover { color: var(--gold); }
.lp-breadcrumb span { margin: 0 8px; color: rgba(255,255,255,0.3); }
h1.lp-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5.4vw, 64px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 18px;
  max-width: 900px;
}
h1.lp-h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.lp-sub {
  font-size: 17px; line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 680px;
  margin-bottom: 30px;
}
.lp-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px;
  font-size: 15px; font-weight: 600;
  border-radius: 2px;
  transition: all 0.2s;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.btn--solid { background: var(--gold); color: var(--ink); }
.btn--solid:hover { background: var(--gold-h); }
.btn--wa { background: #25D366; color: var(--ink); }
.btn--wa:hover { background: #1da850; }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid rgba(255,255,255,0.35); }
.btn--ghost:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); color: var(--gold); }
.btn--dark { background: var(--gold); color: var(--ink); }
.btn--dark:hover { background: var(--gold-h); }

/* === SECTIONS === */
section.sec {
  padding: 80px var(--edge);
  background: var(--bg);
}
section.sec--sub { background: var(--bg-sub); }
.sec-inner { max-width: var(--max); margin: 0 auto; }

h2.sec-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin-bottom: 20px;
  max-width: 760px;
}
h2.sec-h2 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}
h3.sec-h3 {
  font-size: 20px; font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
}
.sec-lead {
  font-size: 17px; line-height: 1.7; color: var(--ink-3);
  max-width: 680px;
  margin-bottom: 40px;
}
.sec-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}

/* === TRUST BAR === */
.trust-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.trust-item {
  padding: 26px 20px; text-align: center;
  border-right: 1px solid var(--line);
}
.trust-item:last-child { border-right: none; }
.trust-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300; color: var(--gold);
  margin-bottom: 4px;
}
.trust-lbl {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-3);
}
@media (max-width: 720px) {
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid var(--line); }
}

/* === INFO GRID === */
.info-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
  margin-top: 26px;
}
.info-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--bg-panel);
  transition: border-color 0.2s;
}
.info-card:hover { border-color: var(--gold); }
.info-card .lbl {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}
.info-card .val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 300; color: var(--ink);
}
.info-card p { margin-top: 8px; color: var(--ink-3); font-size: 14px; }
@media (max-width: 640px) {
  .info-grid { grid-template-columns: 1fr; }
}

/* === BENEFITS === */
.benefits {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
  margin-top: 30px;
}
.benefit {
  padding-left: 18px;
  border-left: 1px solid var(--line);
  transition: border-color 0.2s;
}
.benefit:hover { border-color: var(--gold); }
.benefit h3 {
  font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 8px;
}
.benefit p { font-size: 15px; color: var(--ink-3); line-height: 1.65; }
@media (max-width: 860px) {
  .benefits { grid-template-columns: 1fr; gap: 24px; }
}

/* === VEHICLE CARD === */
.vehicle-card {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 26px;
}
.vehicle-card img {
  width: 100%; height: 100%; object-fit: cover; min-height: 280px;
}
.vehicle-card-body { padding: 38px; }
.vehicle-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px; font-weight: 300; color: var(--ink);
  margin-bottom: 8px;
}
.vehicle-card h3 span { color: var(--gold); }
.vehicle-card p { color: var(--ink-3); margin-bottom: 18px; line-height: 1.7; }
.vehicle-card ul { list-style: none; margin-bottom: 20px; }
.vehicle-card ul li {
  padding: 10px 0; border-bottom: 1px solid var(--line);
  font-size: 14px; color: var(--ink);
  display: flex; justify-content: space-between;
}
.vehicle-card ul li:last-child { border-bottom: none; }
.vehicle-card ul li span { color: var(--gold); font-weight: 500; }
@media (max-width: 780px) {
  .vehicle-card { grid-template-columns: 1fr; }
  .vehicle-card img { min-height: 220px; }
}

/* === ROUTE DETAIL TABLE === */
.route-table {
  width: 100%; border-collapse: collapse; margin-top: 22px;
  background: var(--bg-panel);
  border: 1px solid var(--line);
}
.route-table th, .route-table td {
  padding: 14px 16px; text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.route-table th {
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  width: 180px;
}
.route-table td.val { color: var(--ink); font-weight: 500; }
.route-table tr:last-child th, .route-table tr:last-child td { border-bottom: none; }

/* === CTA BAND === */
.cta-band {
  background: var(--bg-sub);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding: 70px var(--edge);
  text-align: center;
}
.cta-band h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 300; color: var(--ink);
  margin-bottom: 10px;
}
.cta-band h2 em {
  font-style: italic; color: var(--gold);
}
.cta-band p {
  color: rgba(255,255,255,0.65);
  margin-bottom: 26px; max-width: 560px; margin-left: auto; margin-right: auto;
}

/* === FAQ === */
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-item summary {
  font-size: 17px; font-weight: 500; color: var(--ink);
  cursor: pointer;
  display: flex; justify-content: space-between;
  list-style: none;
  transition: color 0.2s;
}
.faq-item summary:hover { color: var(--gold); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 26px; font-weight: 300;
  color: var(--gold);
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  margin-top: 10px; color: var(--ink-3); line-height: 1.7;
}

/* === LINK GRID === */
.link-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-top: 26px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--bg-panel);
}
.link-grid a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px; color: var(--ink-2);
  transition: all 0.2s;
}
.link-grid a:hover { background: var(--bg); color: var(--gold); }
.link-grid a::after {
  content: '→'; color: var(--ink-4); font-size: 14px; transition: all 0.2s;
}
.link-grid a:hover::after { transform: translateX(4px); color: var(--gold); }
@media (max-width: 780px) {
  .link-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .link-grid { grid-template-columns: 1fr; }
}

/* === QUOTE FORM === */
.quote-form {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 36px;
  margin-top: 26px;
}
.quote-form .row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  margin-bottom: 16px;
}
.quote-form label {
  display: block;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 15px; font-family: var(--fb);
  color: var(--ink);
  background: var(--bg);
  transition: border-color 0.2s;
}
.quote-form input::placeholder, .quote-form textarea::placeholder { color: var(--ink-4); }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: none; border-color: var(--gold);
}
.quote-form button {
  width: 100%; padding: 16px;
  background: var(--gold); color: var(--ink);
  font-size: 15px; font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 2px;
  margin-top: 6px;
  transition: background 0.2s;
}
.quote-form button:hover { background: var(--gold-h); }
@media (max-width: 640px) {
  .quote-form .row { grid-template-columns: 1fr; }
}

/* === FOOTER === */
footer.ft {
  background: #000;
  color: rgba(255,255,255,0.55);
  padding: 70px var(--edge) 30px;
  border-top: 1px solid var(--gold-soft);
}
.ft-inner { max-width: var(--max); margin: 0 auto; }
.ft-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid var(--line);
}
.ft-logo {
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 18px; text-decoration: none;
}
.ft-logo-mark {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600; font-size: 32px;
  color: var(--gold);
  border: 1.5px solid var(--gold);
  width: 54px; height: 54px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  line-height: 1; flex-shrink: 0;
}
.ft-logo-text { display: inline-flex; flex-direction: column; gap: 2px; }
.ft-logo-line1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500; font-size: 18px;
  letter-spacing: 0.18em; color: #ffffff; line-height: 1;
}
.ft-logo-line2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500; font-size: 10px;
  letter-spacing: 0.32em; color: var(--gold);
  text-transform: uppercase;
}

/* === QUOTE FORM MAP — visual only, appears after both addresses set === */
.qf-map-wrap {
  position: relative; margin: 14px 0 4px;
  border-radius: 8px; overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0a0a;
  pointer-events: none;
  display: none;
}
.qf-map-wrap.show { display: block; }
.qf-map {
  display: block; width: 100%; height: 220px; border: 0;
  filter: grayscale(0.15) contrast(0.95);
  pointer-events: none;
}
.ft-desc { font-size: 14px; line-height: 1.7; max-width: 340px; color: rgba(255,255,255,0.45); }
.ft-col h5 {
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.ft-col ul { list-style: none; }
.ft-col ul li { margin-bottom: 8px; }
.ft-col ul a { font-size: 14px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.ft-col ul a:hover { color: var(--gold); }
.ft-bot {
  display: flex; justify-content: space-between; padding-top: 26px;
  font-size: 12px; color: rgba(255,255,255,0.35);
}
.ft-bot a { margin-left: 18px; color: rgba(255,255,255,0.35); }
.ft-bot a:hover { color: var(--gold); }
@media (max-width: 860px) {
  .ft-top { grid-template-columns: 1fr 1fr; }
  .ft-bot { flex-direction: column; gap: 14px; }
  .ft-bot .ft-legal a:first-child { margin-left: 0; }
}
@media (max-width: 520px) {
  .ft-top { grid-template-columns: 1fr; }
}

/* === WHATSAPP FAB === */
.wa-fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 150;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s;
}
.wa-fab:hover { transform: scale(1.06); }
.wa-fab svg { width: 26px; height: 26px; fill: #fff; }

/* === POPULAR ROUTES / PILLS === */
.popular-routes {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.popular-routes a {
  padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: block; transition: background 0.15s;
  background: var(--bg-panel);
}
.popular-routes a:hover { background: var(--bg); }
.popular-routes .r-name {
  font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 4px;
}
.popular-routes .r-meta {
  font-size: 12px; color: var(--gold);
}

.pills {
  display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px;
}
.pills a {
  padding: 8px 14px; font-size: 13px;
  border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink-2); background: transparent;
  transition: all 0.15s;
}
.pills a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* === PREVIEW BANNER === */
.preview-banner {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--gold); color: var(--ink);
  padding: 8px 20px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-align: center; z-index: 999;
}
.preview-banner + .nav { top: 32px; }

/* ============================================================
   STICKY MOBILE BOTTOM ACTION BAR (≤768px only)
   Shared across cluster + SEO pages.
   ============================================================ */
.mab {
  position: fixed;
  left: 12px; right: 12px;
  bottom: 12px;
  z-index: 150;
  display: none;
  gap: 8px;
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(120%);
  transition: transform 200ms ease-out, opacity 200ms ease-out;
  opacity: 0;
  pointer-events: none;
}
.mab.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mab-btn {
  flex: 1;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
  background: rgba(10, 10, 10, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease;
}
.mab-btn:active { transform: scale(0.98); }
.mab-btn--call {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.mab-btn--book {
  color: #0a0a0a;
  background: var(--gold, #d4af37);
  font-weight: 600;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
@media (max-width: 768px) {
  .mab { display: flex; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  .mab { transition: opacity 200ms linear; }
}
