/* ============================================================
   PARCESS TRANSPORT — MAIN STYLESHEET
   Mobile-first, SEO-friendly, Industrial-Minimalist
   ============================================================ */

/* ── CUSTOM PROPERTIES ── */
:root {
  --cream: #F5F0E8;
  --warm-white: #FAF7F2;
  --ink: #0E0D0B;
  --ink-soft: #1A1916;
  --orange: #E8440A;
  --orange-bright: #FF5722;
  --amber: #F5A623;
  --amber-light: #FFC947;
  --slate: #2A2926;
  --mid: #6B6860;
  --border: rgba(14,13,11,0.12);
  --border-light: rgba(14,13,11,0.06);
  --radius: 0px;
  --transition: 0.2s ease;
  --container: 1200px;
  --dark-alt: #141413;
  --grad-start: #FFB800;
  --grad-mid:   #E8440A;
  --grad-end:   #8B1900;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  /* Aliases used in secondary sections */
  --bg: var(--cream);
  --fg: var(--ink);
  --dark: var(--ink);
  --font-sans: 'Barlow', sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
img, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
body {
  background: transparent;
  color: var(--ink);
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.6;
}
html { background: var(--cream); }
a { color: inherit; }
ul, ol { list-style: none; }

/* ── ACCESSIBILITY ── */
.skip-link { position: absolute; left: -999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { position: fixed; top: 0; left: 0; width: auto; height: auto; padding: 12px 20px; background: var(--orange); color: white; z-index: 9999; font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
}
p { line-height: 1.65; }

/* ── LAYOUT ── */
.section-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px)  { .section-inner { padding: 0 32px; } }
@media (min-width: 1024px) { .section-inner { padding: 0 48px; } }

section { position: relative; }

/* Ensure all page content sits above the z-index:0 background effect */
#main-content,
.site-footer,
.review-top-bar,
.whatsapp-float,
.mobile-cta-bar,
.cookie-banner {
  position: relative;
  z-index: 1;
}

/* ── SECTION LABELS ── */
.section-tag {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.section-tag::before { content: ''; width: 20px; height: 2px; background: var(--orange); }

.section-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  font-weight: 800;
  text-transform: none;
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--orange);
  color: white;
  padding: 14px 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--orange);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  min-height: 48px;
}
.btn-primary:hover { background: var(--orange-bright); transform: translateY(-2px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  padding: 14px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--ink);
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  min-height: 48px;
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: white;
  padding: 12px 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #25D366;
  cursor: pointer;
  transition: background var(--transition);
  min-height: 48px;
  width: 100%;
  margin-top: 12px;
}
.btn-whatsapp:hover { background: #1da851; }

.btn-phone-big {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 24px;
  min-height: 48px;
  border: 2px solid rgba(255,255,255,0.35);
  transition: border-color 0.2s, color 0.2s;
}
.btn-phone-big:hover { border-color: var(--amber); color: var(--amber); }
.btn-phone-big svg { width: 22px; height: 22px; fill: var(--amber); }

/* ── NAVIGATION ── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 768px) { .nav-container { padding: 0 32px; height: 72px; } }

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo .logo-mark { width: 36px; height: 36px; }
.logo-text { font-family: 'Barlow Condensed', sans-serif; font-size: 1.35rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); display: block; }
.logo-sub { font-size: 0.52rem; font-weight: 400; letter-spacing: 0.15em; color: var(--mid); text-transform: uppercase; display: block; margin-top: -3px; }
.logo-text-wrap { display: flex; flex-direction: column; }
.nav-logo .custom-logo { height: 40px; width: auto; }

/* Hamburger */
.nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  -webkit-tap-highlight-color: transparent;
}
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); transition: all 0.3s; transform-origin: center; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Nav links — mobile drawer */
.nav-links {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0; bottom: 0;
  background: var(--cream);
  flex-direction: column;
  overflow-y: auto;
  z-index: 999;
  padding-bottom: 32px;
}
.nav-links.open { display: flex; }
.nav-links li { border-bottom: 1px solid var(--border-light); }
.nav-links a {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
  text-decoration: none;
  color: var(--mid);
  transition: color 0.2s;
  min-height: 52px;
}
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-cta-item a {
  background: var(--ink);
  color: var(--cream) !important;
  margin: 12px 16px 0;
  justify-content: center;
  border-radius: 0;
}

/* Dropdown */
.has-dropdown { position: relative; }
.dropdown-arrow { font-size: 0.6em; margin-left: 4px; }
.dropdown {
  display: none;
  padding-left: 0;
  background: rgba(14,13,11,0.03);
}
.dropdown li { border-bottom: none; }
.dropdown a { padding: 12px 20px 12px 36px; font-size: 0.9rem; }
.has-dropdown.open > .dropdown { display: block; }

/* Phone in nav */
.nav-phone { display: none; }

/* Desktop nav */
@media (min-width: 1024px) {
  .nav-hamburger { display: none; }
  .nav-links {
    display: flex !important;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    background: none;
    overflow: visible;
    padding-bottom: 0;
  }
  .nav-links li { border-bottom: none; }
  .nav-links a { padding: 8px 14px; font-size: 0.88rem; white-space: nowrap; min-height: auto; }
  .nav-cta-item { margin-left: 8px; }
  .nav-cta-item a { margin: 0; padding: 10px 20px; background: var(--ink); color: var(--cream) !important; border: 2px solid var(--ink); transition: background 0.2s, border-color 0.2s; }
  .nav-cta-item a:hover { background: var(--orange); border-color: var(--orange); }

  /* Dropdown desktop */
  .has-dropdown { position: relative; }
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: white;
    border: 1px solid var(--border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    z-index: 200;
    display: none;
    padding: 8px 0;
  }
  .has-dropdown:hover > .dropdown,
  .has-dropdown:focus-within > .dropdown { display: block; }
  .dropdown a { padding: 10px 18px; font-size: 0.85rem; color: var(--ink); }
  .dropdown a:hover { background: var(--cream); color: var(--orange); }
  .dropdown-all { border-top: 1px solid var(--border-light); margin-top: 4px; }
  .dropdown-all a { color: var(--orange); font-weight: 700; }

  .nav-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: white;
    background: linear-gradient(135deg, var(--grad-start) 0%, var(--grad-mid) 60%, var(--grad-end) 100%);
    padding: 9px 18px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.2s, transform 0.2s;
  }
  .nav-phone:hover { opacity: 0.9; transform: translateY(-1px); }
  .nav-phone svg { width: 15px; height: 15px; fill: white; }
  .nav-phone span { display: block; }
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 64px;
}
@media (min-width: 768px) { .hero { padding-top: 72px; } }
@media (min-width: 1024px) { .hero { grid-template-columns: 1fr 1fr; min-height: 100vh; } }

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 20px 40px;
}
@media (min-width: 768px) { .hero-left { padding: 64px 32px; } }
@media (min-width: 1024px) { .hero-left { padding: 80px 60px; } }

.hero-tag {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp 0.6s 0.2s forwards;
}
.hero-tag::before { content: ''; width: 24px; height: 2px; background: var(--orange); }

.hero-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: none;
  color: var(--ink);
  opacity: 0;
  animation: fadeUp 0.6s 0.35s forwards;
}
.hero-h1 .accent { display: block; }

.hero-sub {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--mid);
  max-width: 440px;
  opacity: 0;
  animation: fadeUp 0.6s 0.5s forwards;
}
@media (min-width: 768px) { .hero-sub { font-size: 1.05rem; } }

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
  opacity: 0;
  animation: fadeUp 0.6s 0.65s forwards;
}
@media (min-width: 480px) {
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
  opacity: 0;
  animation: fadeUp 0.6s 0.8s forwards;
}
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 800; line-height: 1; color: var(--ink); }
.stat-num span { color: var(--orange); }
.stat-label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); margin-top: 4px; }

/* Hero right — calculator */
.hero-right {
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px 48px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .hero-right { padding: 48px 32px; } }
@media (min-width: 1024px) { .hero-right { padding: 60px 56px; } }
.hero-right::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(232,68,10,0.18) 0%, transparent 70%);
  pointer-events: none;
}

/* ── CALCULATOR ── */
.calc-label { font-family: 'Courier New', Courier, monospace; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.calc-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.4rem, 4vw, 1.9rem); font-weight: 800; color: white; text-transform: none; letter-spacing: 0.02em; margin-bottom: 28px; line-height: 1.1; }
.steps-wrapper { margin-bottom: 28px; }
.steps-top { display: flex; align-items: center; }
.step-dot { width: 30px; height: 30px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-family: 'Courier New', Courier, monospace; font-size: 0.72rem; font-weight: 500; color: rgba(255,255,255,0.4); transition: all 0.3s; flex-shrink: 0; }
.step-dot.active { border-color: var(--orange); background: var(--orange); color: white; }
.step-dot.done { border-color: var(--amber); background: var(--amber); color: var(--ink); }
.step-line { flex: 1; height: 2px; background: rgba(255,255,255,0.1); transition: background 0.3s; }
.step-line.done { background: var(--amber); }
.steps-labels { display: flex; justify-content: space-between; margin-top: 8px; }
.step-lbl { font-family: 'Courier New', Courier, monospace; font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); transition: color 0.3s; }
.step-lbl.active { color: var(--orange); }
.step-lbl.done { color: var(--amber); }

.calc-panel { display: none; flex-direction: column; gap: 14px; animation: fadeIn 0.3s forwards; }
.calc-panel.active { display: flex; }

.field-label { font-family: 'Courier New', Courier, monospace; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.72); margin-bottom: 6px; display: block; }
.calc-input { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: white; padding: 14px 16px; font-size: 1rem; outline: none; transition: border-color 0.2s; border-radius: 0; -webkit-appearance: none; min-height: 48px; }
.calc-input:focus { border-color: var(--orange); background: rgba(232,68,10,0.08); }
.calc-input::placeholder { color: rgba(255,255,255,0.22); }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.vehicle-opt { border: 2px solid rgba(255,255,255,0.1); padding: 12px 8px; text-align: center; cursor: pointer; transition: all 0.2s; -webkit-tap-highlight-color: transparent; }
.vehicle-opt:hover, .vehicle-opt:focus { border-color: rgba(255,255,255,0.3); outline: none; }
.vehicle-opt.selected { border-color: var(--orange); background: rgba(232,68,10,0.12); }
.vehicle-icon { font-size: 1.5rem; margin-bottom: 4px; display: block; }
.vehicle-name { font-family: 'Barlow Condensed', sans-serif; font-size: 0.82rem; font-weight: 700; text-transform: none; letter-spacing: 0.06em; color: white; display: block; }
.vehicle-cap { font-family: 'Courier New', Courier, monospace; font-size: 0.65rem; color: rgba(255,255,255,0.35); display: block; margin-top: 2px; }

.service-opts { display: flex; flex-direction: column; gap: 8px; }
.service-opt { display: flex; align-items: center; gap: 12px; border: 2px solid rgba(255,255,255,0.1); padding: 14px 16px; cursor: pointer; transition: all 0.2s; -webkit-tap-highlight-color: transparent; }
.service-opt:hover { border-color: rgba(255,255,255,0.25); }
.service-opt.selected { border-color: var(--orange); background: rgba(232,68,10,0.08); }
.service-badge { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.service-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; text-transform: none; letter-spacing: 0.06em; color: white; flex: 1; }
.service-desc { font-size: 0.72rem; color: rgba(255,255,255,0.72); display: block; margin-top: 2px; }
.service-price { font-family: 'Courier New', Courier, monospace; font-size: 0.82rem; color: var(--amber); font-weight: 500; }

.calc-result { background: rgba(245,166,35,0.1); border: 1px solid rgba(245,166,35,0.3); padding: 20px; text-align: center; display: none; }
.calc-result.visible { display: block; }
.result-price { font-family: 'Barlow Condensed', sans-serif; font-size: 2.8rem; font-weight: 900; color: var(--amber); }
.result-note { font-family: 'Courier New', Courier, monospace; font-size: 0.62rem; color: rgba(255,255,255,0.72); margin-top: 4px; letter-spacing: 0.08em; text-transform: uppercase; }

.calc-btn { background: var(--orange); color: white; padding: 16px; width: 100%; border: none; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: background 0.2s; margin-top: 8px; min-height: 52px; -webkit-tap-highlight-color: transparent; }
.calc-btn:hover { background: var(--orange-bright); }
.calc-btn.secondary { background: transparent; border: 2px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.75); font-size: 0.85rem; margin-top: 0; }
.calc-btn.secondary:hover { background: rgba(255,255,255,0.05); }
.btn-row { display: grid; grid-template-columns: 1fr 2fr; gap: 10px; }

/* ── TICKER ── */
.ticker-bar { background: var(--ink); padding: 11px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-flex; animation: ticker 28s linear infinite; }
.ticker-item { font-family: 'Courier New', Courier, monospace; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); padding: 0 40px; display: inline-flex; align-items: center; gap: 16px; }
.ticker-item::after { content: '—'; color: var(--orange); opacity: 0.5; }

/* ── ABOUT ── */
.about-section { padding: 72px 0; background: var(--warm-white); }
@media (min-width: 768px) { .about-section { padding: 96px 0; } }
@media (min-width: 1024px) { .about-section { padding: 120px 0; } }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 5fr 4fr; gap: 80px; } }
.about-body { margin-top: 28px; font-size: 1rem; line-height: 1.7; color: var(--mid); }
.about-body p + p { margin-top: 14px; }
.checklist { margin-top: 32px; display: flex; flex-direction: column; gap: 10px; }
.check-item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--ink); line-height: 1.45; }
.check-icon { width: 20px; height: 20px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.check-icon svg { width: 10px; height: 10px; }
.about-right { display: flex; flex-direction: column; gap: 16px; }
.about-card { background: white; border: 1px solid var(--border); padding: 24px; position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.about-card::before, .about-card::after { content: ''; position: absolute; width: 8px; height: 8px; background: var(--orange); opacity: 0.4; transition: opacity 0.2s; }
.about-card::before { top: -1px; left: -1px; }
.about-card::after  { bottom: -1px; right: -1px; }
.about-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.07); border-color: var(--orange); }
.about-card:hover::before, .about-card:hover::after { opacity: 1; }
.card-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 900; color: var(--orange); line-height: 1; }
.card-label { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; text-transform: none; letter-spacing: 0.06em; color: var(--ink); margin-top: 4px; }
.card-desc { font-size: 0.83rem; color: var(--mid); margin-top: 8px; line-height: 1.5; }

/* ── SERVICES ── */
.services-section { padding: 72px 0; background: var(--ink); color: white; overflow: hidden; }
@media (min-width: 1024px) { .services-section { padding: 120px 0; } }
.services-header { display: flex; flex-direction: column; gap: 20px; margin-bottom: 48px; }
@media (min-width: 768px) { .services-header { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.services-header-right { font-size: 0.95rem; color: rgba(255,255,255,0.75); max-width: 320px; line-height: 1.6; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 2px; }
@media (min-width: 640px)  { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card { background: var(--ink-soft); border: 1px solid rgba(255,255,255,0.06); padding: 36px 28px; position: relative; transition: border-color 0.2s, transform 0.2s; }
.service-card:hover { border-color: var(--orange); transform: translateY(-4px); }
.service-card-num { font-family: 'Courier New', Courier, monospace; font-size: 0.62rem; letter-spacing: 0.14em; color: rgba(255,255,255,0.55); text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.service-card-num::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.07); max-width: 50px; }
.urgent-tag { color: var(--orange); font-size: 0.58rem; letter-spacing: 0.1em; }
.service-card h3 { font-size: clamp(1.4rem, 3vw, 1.8rem); color: white; margin-bottom: 12px; }
.service-tagline-text { font-size: 0.88rem; color: rgba(255,255,255,0.75); margin-bottom: 14px; line-height: 1.5; }
.service-card p { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.65; margin-bottom: 24px; }
.service-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.service-card-link { display: inline-flex; align-items: center; gap: 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.04em; text-transform: none; color: var(--orange); text-decoration: none; transition: gap 0.2s; }
.service-card-link:hover { gap: 14px; }

/* ── WHY PARCESS ── */
.why-section { padding: 72px 0; background: var(--cream); }
@media (min-width: 1024px) { .why-section { padding: 120px 0; } }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 48px; }
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-card { background: var(--warm-white); border: 1px solid var(--border); padding: 28px 22px; transition: transform 0.2s; }
.why-card:hover { transform: translateY(-4px); }
.why-icon { font-size: 1.8rem; margin-bottom: 18px; display: block; }
.why-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 800; text-transform: none; letter-spacing: 0.04em; color: var(--ink); margin-bottom: 10px; }
.why-card p { font-size: 0.87rem; color: var(--mid); line-height: 1.6; }

/* ── REGIONS / MAP ── */
.regions-section { padding: 72px 0; background: var(--warm-white); border-top: 1px solid var(--border); }
@media (min-width: 1024px) { .regions-section { padding: 100px 0; } }
.regions-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 48px; align-items: center; }
@media (min-width: 1024px) { .regions-grid { grid-template-columns: 4fr 5fr; gap: 80px; } }
.regions-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
@media (min-width: 480px) { .regions-list { grid-template-columns: 1fr 1fr; } }
.region-item { background: white; border: 1px solid var(--border); padding: 14px 18px; font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 600; text-transform: none; letter-spacing: 0.05em; color: var(--ink); display: flex; align-items: center; gap: 8px; transition: border-color 0.2s, color 0.2s; text-decoration: none; min-height: 48px; }
.region-item:hover { border-color: var(--orange); color: var(--orange); }
.region-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.map-visual { background: var(--ink); aspect-ratio: 4/3; position: relative; overflow: hidden; }

/* ── TRUST ── */
.trust-section { padding: 60px 0; background: var(--ink); }
.trust-inner { display: flex; flex-direction: column; gap: 36px; }
@media (min-width: 768px) { .trust-inner { flex-direction: row; align-items: center; gap: 60px; } }
.trust-left { flex-shrink: 0; }
.trust-logos { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; }
@media (min-width: 768px) { .trust-logos { border-top: none; border-left: 1px solid rgba(255,255,255,0.08); padding-top: 0; padding-left: 40px; flex: 1; } }
.trust-logo { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,0.08); text-align: center; gap: 8px; }
.trust-logo-icon { font-size: 1.8rem; }
.trust-logo-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 800; color: white; text-transform: none; letter-spacing: 0.06em; }
.trust-logo-sub { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; color: rgba(255,255,255,0.72); letter-spacing: 0.08em; text-transform: uppercase; }

/* ── TESTIMONIALS ── */
.testimonials-section { padding: 72px 0; background: var(--cream); }
@media (min-width: 1024px) { .testimonials-section { padding: 120px 0; } }
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 48px; }
@media (min-width: 640px)  { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card { background: white; border: 1px solid var(--border); padding: 32px 28px; position: relative; }
.stars { display: flex; gap: 2px; margin-bottom: 16px; }
.star { font-size: 1rem; color: var(--amber); }
.testimonial-text { font-size: 0.92rem; color: var(--ink); line-height: 1.65; font-style: italic; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--border-light); padding-top: 20px; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 800; color: white; flex-shrink: 0; }
.author-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; text-transform: none; letter-spacing: 0.04em; color: var(--ink); }
.author-company { font-size: 0.78rem; color: var(--mid); margin-top: 2px; }

/* ── FLEET ── */
.fleet-section { padding: 72px 0; background: var(--warm-white); border-top: 1px solid var(--border); }
@media (min-width: 1024px) { .fleet-section { padding: 120px 0; } }
.fleet-grid { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 48px; }
@media (min-width: 640px)  { .fleet-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .fleet-grid { grid-template-columns: repeat(3, 1fr); } }
.fleet-card { background: white; border: 1px solid var(--border); padding: 32px 24px; transition: transform 0.2s, box-shadow 0.2s; }
.fleet-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.07); }
.fleet-emoji { font-size: 2.5rem; margin-bottom: 16px; display: block; }
.fleet-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 800; text-transform: none; letter-spacing: 0.04em; color: var(--ink); margin-bottom: 20px; }
.fleet-specs { display: flex; flex-direction: column; gap: 10px; }
.fleet-spec { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid var(--border-light); font-size: 0.88rem; }
.spec-key { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); }
.spec-val { font-weight: 600; color: var(--ink); font-size: 0.88rem; }

/* ── CONTACT ── */
.contact-section { padding: 72px 0; background: var(--ink); color: white; }
@media (min-width: 1024px) { .contact-section { padding: 120px 0; } }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 48px; margin-top: 48px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; } }
.contact-detail { margin-bottom: 28px; }
.contact-label { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 6px; }
.contact-value { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 700; color: white; text-transform: none; letter-spacing: 0.02em; }
.contact-value a { color: white; text-decoration: none; }
.contact-value a:hover { color: var(--orange); }
.whatsapp-btn { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: white; padding: 14px 24px; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; margin-top: 24px; transition: background 0.2s; }
.whatsapp-btn:hover { background: #1da851; }

/* Contact form */
.contact-form { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 32px 24px; }
@media (min-width: 768px) { .contact-form { padding: 40px 36px; } }
.form-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 800; text-transform: none; letter-spacing: 0.04em; color: white; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-label { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.form-input, .form-select, .form-textarea { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: white; padding: 14px 16px; font-size: 1rem; outline: none; transition: border-color 0.2s; border-radius: 0; -webkit-appearance: none; min-height: 48px; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--orange); background: rgba(232,68,10,0.08); }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.2); }
.form-select option { background: var(--ink); color: white; }
.form-textarea { resize: vertical; min-height: 120px; }
.form-submit { background: var(--orange); color: white; width: 100%; padding: 16px; border: none; font-family: 'Barlow Condensed', sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; min-height: 52px; -webkit-tap-highlight-color: transparent; }
.form-submit:hover { background: var(--orange-bright); }
.form-note { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; color: rgba(255,255,255,0.25); letter-spacing: 0.08em; text-align: center; margin-top: 12px; }
.form-success { display: none; padding: 20px; background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.3); color: #25D366; text-align: center; font-family: 'Courier New', Courier, monospace; font-size: 0.82rem; letter-spacing: 0.06em; }

/* ── PAGE HERO SVG LAYER — shared across all dark-bg page/archive headers ── */
.page-hero-svg-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.page-hero-svg-layer .hero-route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* All hero sections that use the SVG layer need relative positioning */
.archive-hero,
.page-hero,
.page-hero-simple,
.region-hero {
  position: relative;
  overflow: hidden;
}
/* Inner content sits above the SVG layer */
.archive-hero .section-inner,
.page-hero .section-inner,
.page-hero-simple .section-inner,
.region-hero .section-inner {
  position: relative;
  z-index: 2;
}

/* ── PAGE HERO (service/region pages) ── */
.page-hero { padding: 100px 0 60px; background: var(--ink); color: white; }
@media (min-width: 768px) { .page-hero { padding: 120px 0 80px; } }
.page-h1 { font-size: clamp(2rem, 4vw, 3rem); text-transform: none; color: white; margin: 12px 0 20px; }

/* Service hero */
.service-hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 24px; }
@media (min-width: 1024px) { .service-hero-grid { grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: start; } }
.service-tagline { font-size: 1.1rem; color: rgba(255,255,255,0.65); margin-bottom: 24px; line-height: 1.5; }
.service-h1-icon { font-size: 0.7em; margin-right: 8px; }
.service-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.urgency-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,68,10,0.15); border: 1px solid rgba(232,68,10,0.4); color: var(--orange); padding: 8px 16px; font-family: 'Courier New', Courier, monospace; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.features-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(232,68,10,0.3); padding: 24px; position: relative; }
.features-card::before,.features-card::after { content:''; position:absolute; width:8px; height:8px; background:var(--orange); z-index:2; }
.features-card::before { top:-1px; left:-1px; }
.features-card::after  { bottom:-1px; right:-1px; }
.features-title { font-family: 'Courier New', Courier, monospace; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.features-list { list-style: none; }
.features-list li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 0.9rem; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 10px; }
.features-list li::before { content: '✓'; color: var(--orange); font-weight: 700; flex-shrink: 0; }

/* Service content */
.service-content-section { padding: 64px 0; background: var(--warm-white); }
.service-content-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 1024px) { .service-content-grid { grid-template-columns: 2fr 1fr; gap: 64px; align-items: start; } }
.service-body { font-size: 1.02rem; line-height: 1.72; color: var(--ink); }
.service-body h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 36px 0 16px; }
.service-body p { margin-bottom: 16px; }
.service-body ul { margin: 16px 0; padding-left: 0; }
.service-body ul li { padding: 6px 0 6px 24px; position: relative; border-bottom: 1px solid var(--border-light); }
.service-body ul li::before { content: '→'; position: absolute; left: 0; color: var(--orange); }

/* ── REGION HERO ── */
.region-hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 20px; }
@media (min-width: 1024px) { .region-hero-grid { grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: start; } }
.region-urgency-bar { display: flex; align-items: center; gap: 10px; font-family: 'Courier New', Courier, monospace; font-size: 0.68rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); margin-bottom: 20px; }
.urgency-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; animation: pulse-dot 1.5s ease-in-out infinite; flex-shrink: 0; }
.urgency-bar a { color: var(--orange); text-decoration: none; font-weight: 600; }
.region-h1 { font-size: clamp(1.9rem, 4.5vw, 3.5rem); }
.region-meta-row { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.region-meta-item { text-align: center; }
.meta-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 900; color: var(--amber); display: block; line-height: 1; }
.meta-label { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 4px; display: block; }
.region-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.quick-quote-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 28px 24px; }
.quick-quote-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 800; text-transform: none; color: white; margin-bottom: 12px; }
.quick-quote-box p { font-size: 0.9rem; color: rgba(255,255,255,0.55); margin-bottom: 20px; line-height: 1.6; }
.quick-quote-divider { font-family: 'Courier New', Courier, monospace; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-align: center; margin: 16px 0; }
.quick-quote-phone { display: block; text-align: center; font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--amber); text-decoration: none; letter-spacing: 0.04em; margin-bottom: 4px; }

/* Region content */
.region-content-section { padding: 64px 0; background: var(--warm-white); }
.region-content-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 1024px) { .region-content-grid { grid-template-columns: 2fr 1fr; gap: 64px; align-items: start; } }
.region-body { font-size: 1.02rem; line-height: 1.72; color: var(--ink); }
.region-body h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; text-transform: none; margin: 32px 0 14px; color: var(--ink); }
.region-body p { margin-bottom: 16px; color: var(--mid); }
.region-body ul { margin: 16px 0 24px; }
.region-body ul li { padding: 8px 0; border-bottom: 1px solid var(--border-light); font-size: 0.95rem; }
.region-body ul li a { color: var(--orange); text-decoration: none; }
.region-body ul li a:hover { text-decoration: underline; }
.region-custom-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; text-transform: none; margin: 32px 0 14px; }
.region-custom-content p { margin-bottom: 16px; color: var(--mid); }

/* ── SIDEBAR ── */
.service-sidebar, .region-sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px; }
.sidebar-card { background: white; border: 1px solid rgba(232,68,10,0.2); padding: 24px; position: relative; transition: border-color 0.2s; }
.sidebar-card::before,.sidebar-card::after { content:''; position:absolute; width:8px; height:8px; background:var(--orange); z-index:2; opacity:0.5; }
.sidebar-card::before { top:-1px; left:-1px; }
.sidebar-card::after  { bottom:-1px; right:-1px; }
.sidebar-card:hover { border-color: var(--orange); }
.sidebar-card:hover::before,.sidebar-card:hover::after { opacity:1; }
.sidebar-contact { background: var(--ink); border-color: rgba(232,68,10,0.35) !important; }
.sidebar-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 800; text-transform: none; letter-spacing: 0.02em; color: var(--ink); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 2px solid var(--orange); }
.sidebar-contact { background: var(--ink); }
.sidebar-contact .sidebar-card-title { color: white; border-bottom-color: var(--orange); }
.sidebar-phone { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--amber); text-decoration: none; margin-bottom: 8px; }
.sidebar-phone:hover { color: var(--amber-light); }
.sidebar-hours { font-family: 'Courier New', Courier, monospace; font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.sidebar-wa { margin-top: 14px; }
.sidebar-links { display: flex; flex-direction: column; gap: 0; }
.sidebar-links li { border-bottom: 1px solid var(--border-light); }
.sidebar-links a { display: flex; align-items: center; gap: 8px; padding: 10px 0; font-size: 0.88rem; color: var(--ink); text-decoration: none; transition: color 0.2s; }
.sidebar-links a:hover { color: var(--orange); }
.sidebar-certs { display: flex; flex-direction: column; gap: 12px; }
.cert-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--border-light); }
.cert-item strong { font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 800; text-transform: none; color: var(--ink); }
.cert-item span { font-family: 'Courier New', Courier, monospace; font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); }

/* ── FAQ ── */
.faq-section { padding: 64px 0; background: var(--cream); }
.faq-grid { display: flex; flex-direction: column; gap: 4px; margin-top: 40px; }
.faq-item { background: white; border: 1px solid var(--border); }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 20px 24px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.08rem; font-weight: 700; text-transform: none; letter-spacing: 0.04em; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 60px; -webkit-tap-highlight-color: transparent; }
.faq-question::after { content: '+'; font-family: 'Courier New', Courier, monospace; font-size: 1.2rem; color: var(--orange); flex-shrink: 0; transition: transform 0.3s; }
.faq-question[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-grid .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; border-top: 1px solid var(--border-light); }
.faq-grid .faq-answer p { padding: 16px 24px 20px; font-size: 0.95rem; color: var(--mid); line-height: 1.7; margin: 0; }
.faq-grid .faq-answer.faq-open { max-height: 600px; }

/* ── PAGE CTA ── */
.page-cta-section { padding: 64px 0; background: var(--cream); }
.page-cta-box { background: var(--ink); padding: 48px 32px; text-align: center; position: relative; border: 1px solid rgba(232,68,10,0.4); background-image: radial-gradient(circle, rgba(232,68,10,0.08) 1px, transparent 1px); background-size: 5px 5px; }
.page-cta-box::before,.page-cta-box::after { content:''; position:absolute; width:10px; height:10px; background:var(--orange); z-index:2; }
.page-cta-box::before { top:-1px; left:-1px; }
.page-cta-box::after  { bottom:-1px; right:-1px; }
.page-cta-box h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; text-transform: none; color: white; margin-bottom: 12px; }
.page-cta-box p { color: rgba(255,255,255,0.75); margin-bottom: 28px; font-size: 1rem; }
.page-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ── BREADCRUMBS ── */
.breadcrumbs { font-family: 'Courier New', Courier, monospace; font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.breadcrumbs a { color: rgba(255,255,255,0.72); text-decoration: none; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs .sep { color: rgba(255,255,255,0.2); }

/* ── ARCHIVE PAGES ── */
.archive-hero { padding: 100px 0 48px; background: var(--ink); overflow: hidden; }
.archive-grid { display: grid; grid-template-columns: 1fr; gap: 4px; margin-top: 48px; }
@media (min-width: 640px)  { .archive-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .archive-grid { grid-template-columns: repeat(3, 1fr); } }
.archive-card { background: white; padding: 28px 24px; text-decoration: none; color: var(--ink); display: block; position: relative; }
/* dot-frame-card handles the border + hover — applied directly in templates */
.archive-card-tag { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.archive-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 800; text-transform: none; color: var(--ink); margin-bottom: 10px; }
.archive-card-meta { font-size: 0.82rem; color: var(--mid); }
.archive-card-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.04em; text-transform: none; color: var(--orange); margin-top: 16px; }

/* ── FOOTER ── */
.footer-cta-strip { background: var(--orange); padding: 40px 0; }
.footer-cta-inner { max-width: 1320px; margin: 0 auto; padding: 0 20px; display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 768px) { .footer-cta-inner { flex-direction: row; align-items: center; justify-content: space-between; padding: 0 48px; } }
.footer-cta-tag { font-family: 'Courier New', Courier, monospace; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); display: block; margin-bottom: 6px; }
.footer-cta-headline { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; text-transform: none; color: white; }
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-cta-actions .btn-primary { background: white; color: var(--orange); border-color: white; }
.footer-cta-actions .btn-primary:hover { background: var(--cream); }
.footer-cta-actions .btn-whatsapp { width: auto; margin-top: 0; border-color: #25D366; }

.footer-main { background: var(--ink); padding: 64px 0; }
.footer-inner { max-width: 1320px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 640px)  { .footer-inner { grid-template-columns: 1fr 1fr; padding: 0 32px; } }
@media (min-width: 1024px) { .footer-inner { grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding: 0 48px; } }

.footer-col-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 800; text-transform: none; letter-spacing: 0.08em; color: white; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--orange); }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 0.88rem; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; padding: 4px 0; }
.footer-links a:hover { color: var(--orange); }

.footer-brand-desc { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.6; margin: 16px 0 20px; }
.footer-certs { display: flex; flex-wrap: wrap; gap: 8px; }
.cert-badge { font-family: 'Courier New', Courier, monospace; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.2); padding: 5px 10px; color: rgba(255,255,255,0.72); }
.footer-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 4px; }
.footer-brand-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 800; text-transform: none; letter-spacing: 0.06em; color: white; }

.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact-list svg { width: 14px; height: 14px; fill: var(--orange); flex-shrink: 0; margin-top: 3px; }
.footer-contact-list a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-contact-list a:hover { color: var(--orange); }
.footer-contact-list span { color: rgba(255,255,255,0.72); font-size: 0.88rem; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: white; padding: 10px 18px; font-family: 'Barlow Condensed', sans-serif; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; margin-top: 18px; transition: background 0.2s; }
.footer-whatsapp:hover { background: #1da851; }
.footer-whatsapp svg { fill: white; }

.footer-bottom { background: rgba(0,0,0,0.3); padding: 20px 0; }
.footer-bottom-inner { max-width: 1320px; margin: 0 auto; padding: 0 20px; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 768px) { .footer-bottom-inner { flex-direction: row; justify-content: space-between; align-items: center; padding: 0 48px; } }
.footer-copy { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.72); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-legal-links a { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.72); text-decoration: none; }
.footer-legal-links a:hover { color: var(--orange); }
.footer-legal-links span { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; color: rgba(255,255,255,0.2); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(0.8); } }

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; transition: none; }
  .trust-ticker-inner { animation: none; }
  .hero-tag, .hero-h1, .hero-sub, .hero-actions, .hero-phone-row, .hero-stats {
    opacity: 1; animation: none;
  }
}

/* ── PRINT ── */
@media print {
  .site-nav, .ticker-bar, .hero-right, .footer-cta-strip, .btn-primary, .btn-ghost, .whatsapp-btn { display: none !important; }
  .hero-left { padding-top: 20px; }
  body { font-size: 12pt; }
}

/* ═══════════════════════════════════════════
   NEW SECTIONS — HOW IT WORKS, CLIENTS,
   SEGMENTS, FAQ, OVER ONS, LEGAL, WHATSAPP FLOAT
═══════════════════════════════════════════ */

/* ── FLOATING WHATSAPP ── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  padding: 12px 18px 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.55); color: #fff; }
.whatsapp-float-label { font-family: var(--font-sans, sans-serif); }
@media (max-width: 600px) { .whatsapp-float-label { display: none; } .whatsapp-float { padding: 13px; border-radius: 50%; } }

/* ── HOW IT WORKS ── */
.how-it-works-section { padding: 80px 0; background: var(--bg); }
.how-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 48px; }
@media (max-width: 768px) { .how-steps { grid-template-columns: 1fr; gap: 28px; } }
.how-step { text-align: center; padding: 36px 24px; border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); background: rgba(255,255,255,0.02); }
.how-step-num { font-family: 'Courier New', Courier, monospace; font-size: 0.7rem; letter-spacing: 0.2em; color: var(--orange); opacity: 0.7; margin-bottom: 12px; }
.how-step-icon { font-size: 2.4rem; margin-bottom: 16px; }
.how-step-title { font-size: 1.1rem; font-weight: 700; color: var(--fg); margin-bottom: 10px; }
.how-step-desc { font-size: 0.9rem; color: var(--mid); line-height: 1.6; }

/* ── CLIENT LOGOS ── */
.clients-section { padding: 48px 0; background: rgba(0,0,0,0.2); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.clients-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; margin-top: 24px; }
.client-logo-item { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 12px 20px; transition: border-color 0.2s; }
.client-logo-item:hover { border-color: var(--orange); }
.client-abbr { font-family: 'Courier New', Courier, monospace; font-weight: 700; font-size: 0.8rem; color: var(--orange); }
.client-name { font-size: 0.85rem; color: var(--mid); }

/* ── CUSTOMER SEGMENTS ── */
.segments-section { padding: 80px 0; background: var(--bg); }
.segments-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
@media (max-width: 900px) { .segments-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .segments-grid { grid-template-columns: 1fr; } }
.segment-card { padding: 28px 24px; border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); background: rgba(255,255,255,0.02); transition: border-color 0.2s, transform 0.2s; }
.segment-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.segment-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.segment-title { font-size: 1rem; font-weight: 700; color: var(--fg); margin-bottom: 8px; }
.segment-desc { font-size: 0.87rem; color: var(--mid); line-height: 1.6; }

/* ── FAQ SECTION ── */
.faq-section { padding: 80px 0; background: rgba(0,0,0,0.15); }
.faq-grid { margin-top: 48px; display: flex; flex-direction: column; gap: 12px; max-width: 820px; }
.faq-item { border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,0.02); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 20px 24px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--fg); font-size: 1rem; font-weight: 600; font-family: inherit; transition: color 0.2s; }
.faq-question:hover { color: var(--orange); }
.faq-question[aria-expanded="true"] { color: var(--orange); }
.faq-question[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-chevron { flex-shrink: 0; transition: transform 0.25s ease; color: var(--mid); }
.faq-grid .faq-question[aria-expanded="true"] { color: var(--orange); }
.faq-list .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-list .faq-answer.faq-open { max-height: 800px; }
.faq-list .faq-answer > div { padding: 0 24px 20px; font-size: 0.93rem; line-height: 1.7; }

/* ── FAQ FULL PAGE ── */
.faq-full-section { padding: 60px 0 80px; background: var(--warm-white, #F5F4F0); }
.faq-category { margin-bottom: 48px; }
.faq-category-title { font-size: 1.1rem; font-weight: 800; letter-spacing: 0.02em; text-transform: none; color: var(--orange); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--border, #E0DED8); }
.faq-list { display: flex; flex-direction: column; gap: 6px; }
.faq-full-section .faq-item { background: #fff; border: 1px solid var(--border, #E0DED8); border-radius: 0; }
.faq-full-section .faq-question { color: var(--ink, #1A1916); font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; text-transform: none; letter-spacing: 0.04em; }
.faq-full-section .faq-question:hover { color: var(--orange); }
.faq-full-section .faq-question[aria-expanded="true"] { color: var(--orange); }
.faq-full-section .faq-question::after { content: '+'; font-family: 'Courier New', Courier, monospace; font-size: 1.1rem; color: var(--orange); flex-shrink: 0; transition: transform 0.25s; }
.faq-full-section .faq-question[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-full-section .faq-chevron { display: none; }
.faq-list .faq-answer > div { color: var(--ink-soft, #3D3C38); border-top: 1px solid var(--border-light, #ECEAE4); }
.faq-cta { margin-top: 60px; padding: 40px; background: var(--ink, #1A1916); border-radius: 0; }
.faq-cta p { font-size: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 20px; }

/* ── PAGE HERO SIMPLE ── */
.page-hero-simple { padding: 100px 0 60px; background: var(--dark, #0e0d0b); border-bottom: 1px solid rgba(255,255,255,0.06); }
.page-hero-simple h1,
.page-hero-simple .section-h2,
.page-hero-simple .page-h1,
.page-hero-simple .page-hero-h1 { color: #ffffff !important; }
.page-hero-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 8px 0 0;
}
.page-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.75); max-width: 580px; margin-top: 16px; line-height: 1.7; }

/* ── OVER ONS ── */
.over-ons-intro { padding: 80px 0; }
.over-ons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 768px) { .over-ons-grid { grid-template-columns: 1fr; } }
.over-ons-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.over-stat { padding: 28px 20px; text-align: center; border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); background: rgba(255,255,255,0.02); }
.over-stat-num { font-size: 2rem; font-weight: 800; color: var(--orange); font-family: 'Courier New', Courier, monospace; }
.over-stat-label { font-size: 0.82rem; color: var(--mid); margin-top: 6px; }
.certs-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 900px) { .certs-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .certs-grid { grid-template-columns: 1fr; } }
.cert-card { padding: 28px 20px; border: 1px solid rgba(232,68,10,0.25); border-radius: 0; background: rgba(255,255,255,0.03); position: relative; transition: border-color 0.25s, transform 0.2s; }
.cert-card::before,.cert-card::after { content:''; position:absolute; width:8px; height:8px; background:var(--orange); z-index:2; opacity:0.5; }
.cert-card::before { top:-1px; left:-1px; }
.cert-card::after  { bottom:-1px; right:-1px; }
.cert-card:hover { border-color:var(--orange); transform:translateY(-2px); }
.cert-card:hover::before,.cert-card:hover::after { opacity:1; }
.cert-card-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.cert-card-name { font-size: 0.95rem; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.cert-card-desc { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.over-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
@media (max-width: 768px) { .over-services-grid { grid-template-columns: 1fr; } }
.over-service-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border-radius: 0; position: relative; }
/* dot-frame-card handles border and hover */
.over-service-icon { font-size: 1.8rem; flex-shrink: 0; }
.over-service-item strong { font-size: 0.95rem; color: var(--fg); display: block; margin-bottom: 4px; }
.over-service-item p { font-size: 0.85rem; color: var(--mid); margin: 0; }

/* ── LEGAL PAGE ── */
.legal-content-section { padding: 60px 0 100px; }
.legal-body { max-width: 820px; }
.legal-body h2 { font-size: 1.4rem; font-weight: 700; color: var(--fg); margin: 36px 0 14px; }
.legal-body h3 { font-size: 1.1rem; font-weight: 600; color: var(--fg); margin: 24px 0 10px; }
.legal-body p { color: var(--mid); line-height: 1.8; margin-bottom: 16px; font-size: 0.93rem; }
.legal-body ul, .legal-body ol { color: var(--mid); line-height: 1.8; margin-bottom: 16px; padding-left: 24px; }
.legal-body a { color: var(--orange); text-decoration: underline; }
.legal-body strong { color: var(--fg); }

/* ── FOOTER — NEW ELEMENTS ── */
.footer-hours { margin-top: 24px; }
.footer-hours-title { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); font-family: 'Courier New', Courier, monospace; margin-bottom: 10px; }
.footer-hours-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.footer-hours-table td { padding: 3px 0; color: rgba(255,255,255,0.55); }
.footer-hours-table td:last-child { text-align: right; color: rgba(255,255,255,0.75); }
.footer-hours-note { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-top: 8px; line-height: 1.5; }

/* ═══════════════════════════════════════════
   HOMEPAGE — REBUILT SECTIONS
═══════════════════════════════════════════ */

/* ── Trust Bar ── */
.trust-bar-section { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 0; }
.trust-bar-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-bar-item { display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,0.06); }
.trust-bar-item:last-child { border-right: none; }
.trust-bar-icon { font-size: 1.3rem; flex-shrink: 0; }
.trust-bar-text { font-size: 0.82rem; font-weight: 600; color: rgba(255,255,255,0.75); letter-spacing: 0.02em; line-height: 1.3; }
@media (max-width: 768px) { .trust-bar-grid { grid-template-columns: 1fr 1fr; } .trust-bar-item { border-bottom: 1px solid rgba(255,255,255,0.06); } }
@media (max-width: 480px) { .trust-bar-grid { grid-template-columns: 1fr; } }

/* ── Services Grid ── */
.services-section { padding: 80px 0; background: var(--warm-white); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }
.service-card { display: flex; flex-direction: column; padding: 28px 24px; background: #fff; border-radius: var(--radius,0px); text-decoration: none; color: var(--ink); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.25s; position: relative; }
/* dot-frame-card handles border + hover transform; keep box-shadow fallback for non-dot-frame use */
.service-card:not(.dot-frame-card):hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(14,13,11,0.10); }
.service-card-badge { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.service-card-icon { font-size: 2rem; margin-bottom: 12px; }
.service-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; text-transform: none; letter-spacing: 0.04em; margin-bottom: 8px; }
.service-card-desc { font-size: 0.85rem; color: var(--mid); line-height: 1.6; flex: 1; }
.service-card-link { font-size: 0.8rem; font-weight: 700; color: var(--orange); margin-top: 16px; letter-spacing: 0.04em; }

/* ── Reviews ── */
.reviews-section { padding: 80px 0; background: var(--ink); }
.reviews-section .section-tag { color: var(--orange); }
.reviews-section .section-tag::before { background: var(--orange); }
.reviews-section .section-h2 { color: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(232,68,10,0.2); border-radius: 0; padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; position: relative; transition: border-color 0.25s, transform 0.2s; }
.review-card::before,.review-card::after { content:''; position:absolute; width:8px; height:8px; background:var(--orange); z-index:2; opacity:0.4; }
.review-card::before { top:-1px; left:-1px; }
.review-card::after  { bottom:-1px; right:-1px; }
.review-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.review-card:hover::before,.review-card:hover::after { opacity:1; }
.review-stars { color: var(--amber); font-size: 1rem; letter-spacing: 2px; }
.review-text { font-size: 0.92rem; color: rgba(255,255,255,0.75); line-height: 1.7; font-style: italic; flex: 1; }
.review-author { display: flex; flex-direction: column; gap: 2px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 14px; }
.review-author strong { font-size: 0.88rem; color: #fff; font-weight: 700; }
.review-author span { font-size: 0.78rem; color: rgba(255,255,255,0.72); }

/* ── CTA Banner ── */
.cta-banner-section { padding: 80px 0; background: var(--orange); }
.cta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-banner-text h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 900; text-transform: none; color: #fff; letter-spacing: -0.01em; line-height: 1.1; }
.cta-banner-text p { color: rgba(255,255,255,0.85); margin-top: 10px; font-size: 1rem; }
.cta-banner-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.cta-banner-section .btn-primary { background: #fff; color: var(--orange); border-color: #fff; }
.cta-banner-section .btn-primary:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.cta-banner-section .btn-phone-big { color: #fff; border-color: rgba(255,255,255,0.4); }
.cta-banner-section .btn-phone-big svg { fill: #fff; }
@media (max-width: 768px) { .cta-banner-inner { flex-direction: column; text-align: center; } .cta-banner-actions { flex-direction: column; width: 100%; } }

/* ── Client logos — updated ── */
.clients-section { padding: 40px 0; background: var(--warm-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.clients-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px 48px; margin-top: 20px; }
.client-logo-item img { height: 36px; width: auto; opacity: 0.5; filter: grayscale(1); transition: opacity 0.2s, filter 0.2s; }
.client-logo-item img:hover { opacity: 1; filter: none; }
.client-logo-text { font-family: 'Barlow Condensed', sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); }

/* ── Hero phone row ── */
.hero-phone-row { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.hero-phone-link { display: flex; align-items: center; gap: 7px; font-weight: 700; color: var(--orange); font-size: 0.95rem; text-decoration: none; }
.hero-phone-link svg { width: 16px; height: 16px; fill: var(--orange); }
.hero-phone-label { font-size: 0.78rem; color: rgba(255,255,255,0.65); }

/* ── Hero calc panel ── */
.hero-calc-panel { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 24px; }
.hero-calc-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.04em; text-transform: none; color: rgba(255,255,255,0.5); margin-bottom: 16px; }

/* ── Hero calc offline fallback ── */
.hero-calc-offline { padding: 8px 0; }
.hco-label { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.5; margin-bottom: 20px; }
.hco-phone-link { display: flex; align-items: center; gap: 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--orange); text-decoration: none; margin-bottom: 16px; transition: opacity 0.15s; }
.hco-phone-link svg { flex-shrink: 0; fill: var(--orange); }
.hco-phone-link:hover { opacity: 0.85; }
.hco-row { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.hco-wa-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 600; color: #25D366; text-decoration: none; padding: 8px 14px; border: 1px solid rgba(37,211,102,0.3); border-radius: var(--radius); transition: border-color 0.2s; }
.hco-wa-link:hover { border-color: #25D366; }
.hco-quote-link { font-size: 0.85rem; font-weight: 700; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.2s; }
.hco-quote-link:hover { color: #fff; }
.hco-usps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; }
.hco-usps li { font-size: 0.78rem; color: rgba(255,255,255,0.5); padding-left: 16px; position: relative; }
.hco-usps li::before { content: '→'; position: absolute; left: 0; color: var(--orange); opacity: 0.7; }

/* ── Services empty state ── */
.services-empty { padding: 16px 0; }
.services-empty-inner { border: 1px solid rgba(255,255,255,0.1); padding: 48px 40px; max-width: 640px; }
.services-empty-range { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 700; color: rgba(255,255,255,0.9); margin: 0 0 14px; letter-spacing: 0.02em; }
.services-empty-body { font-size: 0.92rem; color: rgba(255,255,255,0.5); line-height: 1.65; margin: 0 0 28px; max-width: 480px; }
.services-empty-actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 480px) { .services-empty-inner { padding: 32px 24px; } }

/* ── btn-large ── */
.btn-large { padding: 16px 32px; font-size: 1rem; }

/* ── Review photo ── */
.review-photo-row { margin-bottom:12px; }
.review-photo { width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,0.15); }

/* Service card links — plain orange text */
.service-card-link { color: var(--orange); }
.hero-h1 .accent { color: var(--orange); }
.over-stat-num { color: var(--amber); }
.review-stars { color: var(--amber); }
.nav-phone svg { fill: var(--orange); }


/* ══ CONTRAST IMPROVEMENTS ══ */
/* Body text on light backgrounds — boost legibility */
.over-ons-intro p,
.how-step-desc,
.service-card-desc,
.hero-sub,
.page-hero-sub,
.review-text,
.cert-card-desc {
  color: #3D3C38;
}
/* Dark-section body text — ensure readability */
.certs-section .cert-card-desc { color: rgba(255,255,255,0.75); }
.reviews-section .review-text   { color: rgba(255,255,255,0.80); }

/* Section h2 on dark bg stays white */
.reviews-section .section-h2,
.certs-section .section-h2,
.hero .section-h2 { color: #fff; }

/* ══ CALL BUTTON in hero phone row ══ */
.hero-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--grad-start) 0%, var(--grad-mid) 60%, var(--grad-end) 100%);
  color: white !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.hero-phone-link:hover { opacity: 0.9; transform: translateY(-1px); }
.hero-phone-link svg { width: 16px; height: 16px; fill: white; }
.hero-phone-label { color: rgba(255,255,255,0.65); font-size: 0.78rem; }

/* ══ MAP SECTION ══ */
.map-section { background: var(--ink); padding: 0; }
.map-section-inner { display: grid; grid-template-columns: 1fr 480px; min-height: 440px; }
.map-canvas-wrap { position: relative; overflow: hidden; }
#euromap { display: block; width: 100%; height: 100%; min-height: 420px; }
.map-info-panel {
  background: rgba(255,255,255,0.03);
  border-left: 1px solid rgba(255,255,255,0.07);
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.map-info-tag {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 4px;
}
.map-info-tag::before { content: ''; width: 20px; height: 2px; background: var(--orange); display: inline-block; flex-shrink: 0; }
.map-info-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}
.map-info-h2 em { font-style: normal; color: var(--orange); }
.map-stats-row { display: flex; gap: 24px; flex-wrap: wrap; padding-top: 4px; border-top: 1px solid rgba(255,255,255,0.07); }
.map-stat { display: flex; flex-direction: column; }
.map-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--amber);
}
.map-stat-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 3px; }
.map-routes { display: flex; flex-direction: column; gap: 8px; }
.map-route-item { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: rgba(255,255,255,0.55); }
.map-route-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.map-route-dot.nl { background: var(--grad-mid); }
.map-route-dot.eu { background: var(--amber); }
@media (max-width: 900px) {
  .map-section-inner { grid-template-columns: 1fr; }
  #euromap { min-height: 300px; }
  .map-info-panel { padding: 32px 24px; }
}

/* ══ WAGENPARK PAGE ══ */
.fleet-page-section { padding: 80px 0; background: var(--warm-white); }

/* Fleet intro */
.fleet-intro { padding: 0 0 64px; }
.fleet-intro-inner { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 768px) { .fleet-intro-inner { grid-template-columns: 1.2fr 0.8fr; gap: 60px; } }
.fleet-intro-tag { font-family: 'Courier New', Courier, monospace; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.fleet-intro-tag::before { content: ''; width: 20px; height: 2px; background: var(--orange); }
.fleet-intro h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--ink); line-height: 1.1; margin-bottom: 16px; }
.fleet-intro p { font-size: 0.95rem; color: var(--mid); line-height: 1.7; max-width: 520px; }
.fleet-intro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fleet-intro-stat { background: white; border: 1px solid var(--border); padding: 20px; }
.fleet-intro-stat-val { font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--ink); line-height: 1; margin-bottom: 4px; }
.fleet-intro-stat-lbl { font-family: 'Courier New', Courier, monospace; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
.fleet-divider { width: 60px; height: 2px; background: var(--orange); margin: 0 auto 48px; }

/* Fleet grid */
.fleet-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 64px;
}
.fleet-page-card {
  background: #fff;
  border: 1px solid rgba(232,68,10,0.22);
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s;
  position: relative;
}
.fleet-page-card:hover { border-color: var(--orange); }
.fleet-page-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 2;
  border-radius: var(--radius) 12px 0 0;
}
.fleet-page-card:hover::before { transform: scaleX(1); }
.fleet-page-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(232,68,10,0.08), 0 4px 16px rgba(14,13,11,0.06); }
.fleet-card-index {
  position: absolute;
  top: 14px; left: 14px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--orange);
  background: rgba(232,68,10,0.06);
  border: 1px solid rgba(232,68,10,0.15);
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 1;
}
.fleet-page-img {
  background: radial-gradient(ellipse at center, #ffffff 0%, #EDEAE4 100%);
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.fleet-page-img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--border-light);
}
.fleet-page-img img { width: 100%; height: 100%; object-fit: contain; padding: 20px; transition: transform 0.4s ease; }
.fleet-page-card:hover .fleet-page-img img { transform: scale(1.03); }
.fleet-page-img-placeholder { font-size: 3.5rem; }
.fleet-page-info { padding: 24px 24px 28px; }
.fleet-page-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  color: var(--ink);
}
.fleet-page-desc { font-size: 0.88rem; color: #3D3C38; line-height: 1.7; margin-bottom: 16px; }
.fleet-page-specs { display: flex; gap: 24px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid var(--border-light); }
.fleet-page-spec { display: flex; flex-direction: column; gap: 3px; }
.fleet-spec-label { font-family: 'Courier New', Courier, monospace; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
.fleet-spec-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--amber);
}
.fleet-page-cta { text-align: center; padding: 72px 32px; background: var(--ink); color: #fff; border-radius: var(--radius); position: relative; overflow: hidden; }
.fleet-page-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0%, rgba(232,68,10,0.05) 100%); pointer-events: none; }
.fleet-page-cta h3 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: white; margin-bottom: 12px; position: relative; }
.fleet-page-cta p { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 28px; line-height: 1.7; position: relative; }
.fleet-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.fleet-page-cta .fleet-cta-phone { display: block; margin-top: 20px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--amber); text-decoration: none; position: relative; }
.fleet-page-cta .fleet-cta-phone:hover { color: var(--amber-light); }

/* ── Service page: price CTA card (replaces price card) ── */
.price-cta-card { background: var(--ink); padding: 24px 28px; margin-top: 16px; }
.price-cta-card p { font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 16px; }

/* ── Fleet features list ── */
.fleet-features-list { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.fleet-features-list li { font-family: 'Courier New', Courier, monospace; font-size: 0.65rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--orange); border: 1px solid rgba(232,68,10,0.25); padding: 5px 10px; border-radius: 4px; transition: background 0.2s, transform 0.2s; cursor: default; }
.fleet-features-list li:hover { background: rgba(232,68,10,0.06); transform: scale(1.03); }

/* Fleet FAQ */
.fleet-faq-section { padding: 64px 0 80px; background: var(--cream); }
.fleet-faq-section .section-inner { max-width: 820px; }
.fleet-faq-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: var(--ink); margin-bottom: 32px; }

/* Fleet card staggered entrance */
.fleet-page-card.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fleet-page-card.reveal.visible { opacity: 1; transform: translateY(0); }
.fleet-page-card:nth-child(1).reveal { transition-delay: 0ms; }
.fleet-page-card:nth-child(2).reveal { transition-delay: 80ms; }
.fleet-page-card:nth-child(3).reveal { transition-delay: 160ms; }
.fleet-page-card:nth-child(4).reveal { transition-delay: 240ms; }
.fleet-page-card:nth-child(5).reveal { transition-delay: 320ms; }

/* ── Contact page ── */
.contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 768px) { .contact-page-grid { grid-template-columns: 1fr; } }
.contact-form-wrap { background: #fff; padding: 40px; border: 1px solid var(--border); }
.contact-form-wrap h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; font-weight: 900; text-transform: none; color: var(--ink); margin: 0 0 8px; }
.contact-form-wrap p.contact-intro { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 28px; }
.cf-field { margin-bottom: 18px; }
.cf-label { display: block; font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); font-weight: 600; margin-bottom: 6px; }
.cf-label .req { color: var(--orange); }
.cf-input, .cf-textarea, .cf-select { width: 100%; border: 1px solid var(--border); padding: 12px 14px; font-family: 'Barlow', sans-serif; font-size: 0.95rem; color: var(--ink); background: var(--warm-white); transition: border-color 0.2s; box-sizing: border-box; }
.cf-input:focus, .cf-textarea:focus, .cf-select:focus { outline: none; border-color: var(--orange); }
.cf-textarea { height: 110px; resize: vertical; }
.cf-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 540px) { .cf-two-col { grid-template-columns: 1fr; } }
.cf-submit { width: 100%; padding: 16px; background: var(--orange); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s; }
.cf-submit:hover { background: var(--orange-bright); }
.cf-success { display: none; background: #e6f4ea; border: 1px solid #34a853; padding: 18px 20px; color: #1a6b2a; font-size: 0.95rem; margin-bottom: 20px; }
.cf-error { display: none; background: #fce8e6; border: 1px solid #ea4335; padding: 14px 16px; color: #b31412; font-size: 0.88rem; margin-bottom: 16px; }
.cf-error-field { border-color: var(--orange) !important; }
.contact-info-wrap { padding: 8px 0; }
.contact-info-wrap h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.6rem; font-weight: 900; text-transform: none; color: var(--ink); margin: 0 0 8px; }
.contact-info-intro { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 32px; }
.contact-info-block { margin-bottom: 28px; }
.contact-info-label { font-family: 'Courier New', Courier, monospace; font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; display: block; }
.contact-info-val { font-size: 1rem; color: var(--ink); line-height: 1.6; }
.contact-info-val a { color: var(--ink); text-decoration: none; font-weight: 600; }
.contact-info-val a:hover { color: var(--orange); }
.contact-phone-big { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 900; color: var(--orange) !important; letter-spacing: 0.02em; display: block; margin-bottom: 4px; }
.contact-hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); }
.contact-hours-row { display: contents; }
.contact-hours-day, .contact-hours-time { padding: 9px 14px; font-size: 0.9rem; color: var(--ink); border-bottom: 1px solid var(--border); }
.contact-hours-day { font-weight: 600; }
.contact-hours-row:last-child .contact-hours-day,
.contact-hours-row:last-child .contact-hours-time { border-bottom: none; }
.contact-wa-btn { display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff !important; padding: 13px 24px; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; margin-top: 8px; transition: background 0.2s; }
.contact-wa-btn:hover { background: #1da851; }

/* ── USP Grid (homepage Waarom Parcess section) ── */
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1024px) { .usp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .usp-grid { grid-template-columns: 1fr; } }
.usp-card { background: #fff; padding: 28px 24px; position: relative; }
.usp-card-icon { font-size: 2rem; margin-bottom: 12px; }
.usp-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 800; text-transform: none; letter-spacing: 0.04em; color: var(--ink); margin-bottom: 8px; }
.usp-card-desc { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* ── Trust bar — 6 items ── */
.trust-bar-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
@media (max-width: 1100px) { .trust-bar-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .trust-bar-grid { grid-template-columns: repeat(2, 1fr); } }

/* ═══════════════════════════════════════════
   COOKIE CONSENT BANNER
═══════════════════════════════════════════ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background: var(--ink);
  border-top: 2px solid var(--orange);
  padding: 20px 24px;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 -4px 40px rgba(14,13,11,0.35);
}
.cookie-banner.cookie-visible {
  transform: translateY(0);
}
.cookie-banner-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.cookie-banner-text {
  flex: 1;
  min-width: 260px;
}
.cookie-banner-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 6px;
}
.cookie-banner-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  margin: 0;
}
.cookie-banner-desc a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-btn-accept {
  padding: 11px 22px;
  background: var(--orange);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.cookie-btn-accept:hover { background: var(--orange-bright); }
.cookie-btn-essential {
  padding: 10px 18px;
  background: transparent;
  color: rgba(255,255,255,0.75);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.cookie-btn-essential:hover { border-color: rgba(255,255,255,0.6); color: #fff; }
@media (max-width: 600px) {
  .cookie-banner { padding: 16px; }
  .cookie-banner-inner { gap: 16px; }
  .cookie-banner-actions { width: 100%; }
  .cookie-btn-accept, .cookie-btn-essential { flex: 1; text-align: center; }
}

/* ═══════════════════════════════════════════
   STICKY MOBILE CTA BAR
═══════════════════════════════════════════ */
.mobile-cta-bar {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9980;
    background: var(--ink);
    border-top: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .mobile-cta-bar.hidden-by-cookie {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .mobile-cta-bar.near-footer {
    opacity: 0;
    pointer-events: none;
  }
  .mobile-cta-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s;
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  .mobile-cta-btn:last-child { border-right: none; }
  .mobile-cta-btn.call-btn { background: var(--orange); }
  .mobile-cta-btn.call-btn:hover { background: var(--orange-bright); }
  .mobile-cta-btn.wa-btn { background: #25D366; }
  .mobile-cta-btn.wa-btn:hover { background: #1da851; }
  .mobile-cta-btn svg { flex-shrink: 0; }
  /* Push page content up so bar doesn't cover content */
  body { padding-bottom: 56px; }
  body.cookie-banner-active { padding-bottom: 0; }
}

/* ═══════════════════════════════════════════
   GOOGLE REVIEW TOP BAR
═══════════════════════════════════════════ */
.review-top-bar {
  background: var(--slate);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 7px 24px;
}
.review-top-bar-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.review-score-block {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.review-stars {
  display: flex;
  gap: 2px;
}
.review-stars svg { color: var(--amber); }
.review-score-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}
.review-score-num {
  color: var(--amber);
}
.review-score-sub {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}
.review-top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.review-top-cta {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.review-top-cta:hover { border-bottom-color: var(--orange); }
@media (max-width: 600px) {
  .review-top-bar { padding: 6px 16px; }
  .review-top-bar-right { display: none; }
}

/* ═══════════════════════════════════════════
   LEGAL PAGE CONTENT STYLES
═══════════════════════════════════════════ */
.legal-body {
  max-width: 780px;
}
.legal-body h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 40px 0 12px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.legal-body h2:first-of-type {
  margin-top: 24px;
  border-top: none;
}
.legal-body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin: 28px 0 8px;
}
.legal-body p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 16px;
}
.legal-body ul, .legal-body ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.legal-body li {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 6px;
  list-style: disc;
}
.legal-body ol li { list-style: decimal; }
.legal-body strong { color: var(--ink); font-weight: 600; }
.legal-body a { color: var(--orange); text-underline-offset: 2px; }
.legal-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 0.88rem;
}
.legal-body table th {
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.legal-body table td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--border);
  color: var(--ink-soft);
  vertical-align: top;
}
.legal-body table tr:nth-child(even) td { background: var(--warm-white); }
.legal-content-section { padding: 48px 24px 80px; }
.legal-content-section .section-inner { max-width: var(--container); margin: 0 auto; }

/* ════════════════════════════════════════════
   MOBILE RESPONSIVE FIXES — v37
   All breakpoints use max-width (mobile-first fixes)
════════════════════════════════════════════ */

/* Legal tables: scroll on small screens */
@media (max-width: 768px) {
    .legal-body table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; font-size: 0.82rem; }
    .legal-body { padding: 0 4px; }
}

/* Over Ons: existing classes that need mobile stacking */
@media (max-width: 768px) {
    .over-ons-grid        { grid-template-columns: 1fr !important; gap: 32px !important; }
    .over-services-grid   { grid-template-columns: 1fr 1fr !important; }
    .certs-grid           { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 480px) {
    .over-services-grid   { grid-template-columns: 1fr !important; }
    .certs-grid           { grid-template-columns: 1fr !important; }
}

/* Wagenpark page */
@media (max-width: 768px) {
    .wagenpark-grid       { grid-template-columns: 1fr !important; }
    .fleet-page-cta       { padding: 56px 20px !important; }
}

/* Single service / region hero and content grids */
@media (max-width: 768px) {
    .service-hero-grid    { grid-template-columns: 1fr !important; gap: 32px !important; }
    .service-content-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
    .region-hero-grid     { grid-template-columns: 1fr !important; gap: 32px !important; }
    .region-content-grid  { grid-template-columns: 1fr !important; gap: 32px !important; }
    .sidebar              { margin-top: 0; }
}

/* Contact page grid */
@media (max-width: 768px) {
    .contact-page-grid { grid-template-columns: 1fr !important; }
}

/* FAQ page */
@media (max-width: 768px) {
    .faq-cats-grid        { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 480px) {
    .faq-cats-grid        { grid-template-columns: 1fr !important; }
}

/* Homepage USP / why section */
@media (max-width: 768px) {
    .why-grid             { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 480px) {
    .why-grid             { grid-template-columns: 1fr !important; }
}

/* Homepage how-it-works */
@media (max-width: 768px) {
    .how-steps            { grid-template-columns: 1fr !important; }
}

/* Prevent horizontal scroll site-wide */
html, body { overflow-x: hidden; }

/* Section padding reduction on mobile */
@media (max-width: 768px) {
    section[style*="padding:80px 0"]  { padding: 48px 0 !important; }
    section[style*="padding: 80px 0"] { padding: 48px 0 !important; }
    section[style*="padding:72px 0"]  { padding: 40px 0 !important; }
    section[style*="padding:60px 0"]  { padding: 36px 0 !important; }
    .section-inner { padding-left: 20px !important; padding-right: 20px !important; }
}

/* Founder avatars: prevent line-break on names */
@media (max-width: 768px) {
    .fp-founders-grid .founder-name { white-space: nowrap; }
}

/* Mobile nav overflow safety */
@media (max-width: 768px) {
    .nav-container        { padding: 0 16px; }
    .hero-left            { padding: 40px 20px; }
    .hero-right           { padding: 32px 16px; }
    .hero-h1              { font-size: clamp(2rem, 8vw, 3.5rem); }
}


/* ══════════════════════════════════════════════════════
   HERO V2 — CINEMATIC PHOTO BACKGROUND
══════════════════════════════════════════════════════ */

.hero-v2 {
  background-color: var(--ink);
  position: relative;
  overflow: hidden;
}

/* Hero background image — replaces CSS background-image for LCP/preload support */
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
}

/* Both columns float on the photo — transparent right side */
.hero-v2 .hero-right {
  background: transparent;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ── Gradient overlay: dark left for text, fades right to show van ── */
.hero-img-overlay {
  position: absolute;
  inset: 0;
  /* Left column fully dark → transitions to semi-dark → image shows through right */
  background:
    linear-gradient(
      100deg,
      rgba(14,13,11,0.97) 0%,
      rgba(14,13,11,0.93) 30%,
      rgba(14,13,11,0.80) 48%,
      rgba(14,13,11,0.55) 64%,
      rgba(14,13,11,0.30) 82%,
      rgba(14,13,11,0.15) 100%
    ),
    /* Top-to-bottom dark vignette so nav area reads */
    linear-gradient(
      to bottom,
      rgba(14,13,11,0.55) 0%,
      transparent 25%,
      transparent 75%,
      rgba(14,13,11,0.70) 100%
    );
  z-index: 1;
}

/* Bottom orange glow — anchors the scene */
.hero-bottom-glow {
  position: absolute;
  bottom: -60px; left: 10%; right: 10%;
  height: 160px;
  background: radial-gradient(ellipse at center, rgba(232,68,10,0.28) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}

/* SVG background layer — sits above the overlay */
.hero-bg-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.hero-route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* Animated route lines — glow applied to SVG container (static, not per-frame) */
.hero-route-svg {
  filter: drop-shadow(0 0 5px rgba(232,68,10,0.55));
}
.hero-route-line {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: hero-draw-line 2.8s cubic-bezier(0.4,0,0.2,1) forwards;
  will-change: stroke-dashoffset;
}
.hero-route-line.rl1 { animation-delay: 0.5s; stroke-dasharray: 1800; stroke-dashoffset: 1800; }
.hero-route-line.rl2 { animation-delay: 0.9s; }
.hero-route-line.rl3 { animation-delay: 1.2s; stroke-dasharray: 1200; stroke-dashoffset: 1200; }
@keyframes hero-draw-line { to { stroke-dashoffset: 0; } }

/* HQ dual pulse rings — use transform:scale() instead of animating r (composited) */
.hero-hq-ring, .hero-hq-ring2 {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}
.hero-hq-ring {
  animation: hero-hq-pulse 2.6s ease-out infinite;
  animation-delay: 2.2s;
}
.hero-hq-ring2 {
  animation: hero-hq-pulse2 2.6s ease-out infinite;
  animation-delay: 2.7s;
}
@keyframes hero-hq-pulse  { 0% { transform: scale(1); opacity: 0.7;  } 100% { transform: scale(2.86); opacity: 0; } }
@keyframes hero-hq-pulse2 { 0% { transform: scale(1); opacity: 0.35; } 100% { transform: scale(2.73); opacity: 0; } }

/* Ensure text sits above all bg layers */
.hero-v2 .hero-left,
.hero-v2 .hero-right { position: relative; z-index: 4; }
.hero-scroll-indicator { z-index: 4; }

/* ── HEADLINE ── */
.hero-v2 .hero-h1 {
  font-size: clamp(3.2rem, 7.5vw, 6.4rem);
  color: #fff;
  animation: none !important;
  opacity: 1 !important;
  line-height: 1.0;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 40px rgba(0,0,0,0.5);
}

/* Disable CSS fade-up — GSAP handles it */
.hero-v2 .hero-tag,
.hero-v2 .hero-sub,
.hero-v2 .hero-actions,
.hero-v2 .hero-stats,
.hero-v2 .hero-phone-row {
  animation: none !important;
  opacity: 1 !important;
}

/* Word spans for GSAP stagger */
.hero-h1-word {
  display: inline-block;
  will-change: transform, opacity;
}

/* Tag: terminal style */
.hero-v2 .hero-tag {
  color: var(--orange);
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-shadow: none;
}
.hero-v2 .hero-tag::before { display: none; }

/* Subtitle */
.hero-v2 .hero-sub { color: rgba(255,255,255,0.65) !important; text-shadow: 0 1px 12px rgba(0,0,0,0.4); }

/* Ghost button — white border on dark/photo bg */
.btn-ghost-light {
  color: #fff !important;
  border-color: rgba(255,255,255,0.36) !important;
  background: rgba(0,0,0,0.15) !important;
  backdrop-filter: blur(4px);
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.65) !important;
  color: #fff !important;
}

/* Stats row */
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat { display: flex; flex-direction: column; gap: 5px; }
.hero-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 20px rgba(232,68,10,0.4);
}
.hero-stat-lbl {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

/* Calculator panel — solid dark glass so it reads over the photo */
.hero-v2 .hero-calc-panel {
  background: rgba(14,13,11,0.82);
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 3px solid var(--orange);
  border-radius: 0;
  padding: 28px 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 0 0 1px rgba(232,68,10,0.12);
}
.hero-v2 .hero-calc-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-v2 .hero-calc-title::before {
  content: '';
  width: 4px; height: 20px;
  background: var(--orange);
  flex-shrink: 0;
}

/* Scroll-down chevron */
.hero-scroll-indicator {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  animation: hero-scroll-bounce 2.2s ease-in-out infinite;
  animation-delay: 2s;
}
.hero-scroll-indicator:hover { border-color: var(--orange); color: var(--orange); }
.hero-scroll-indicator svg { width: 18px; height: 18px; }
@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ══════════════════════════════════════════════════════
   TRUST TICKER — Continuous scrolling marquee
══════════════════════════════════════════════════════ */

.trust-ticker-section {
  background: #0a0a09;
  border-top: 1px solid rgba(232,68,10,0.22);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 13px 0;
  overflow: hidden;
}
.trust-ticker-track {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.trust-ticker-inner {
  display: inline-flex;
  white-space: nowrap;
  animation: ticker 32s linear infinite;
}
.trust-ticker-section:hover .trust-ticker-inner { animation-play-state: paused; }
.trust-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}
.trust-ticker-item::after {
  content: '·';
  color: var(--orange);
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 40px;
  opacity: 0.7;
}
.trust-ticker-icon { font-size: 1rem; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════
   SLOGAN STRIP
══════════════════════════════════════════════════════ */
.slogan-strip {
  background: var(--ink);
  border-bottom: 1px solid rgba(232,68,10,0.18);
  padding: 52px 0;
  overflow: hidden;
}
.slogan-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.slogan-part {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.slogan-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.88);
  line-height: 1;
  white-space: nowrap;
}
.slogan-part--accent .slogan-label {
  color: var(--orange);
}
.slogan-dot {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
  font-weight: 900;
  color: var(--orange);
  padding: 0 clamp(16px, 2vw, 36px);
  opacity: 0.7;
  line-height: 1;
}
@media (max-width: 640px) {
  .slogan-strip-inner { flex-direction: column; gap: 12px; text-align: center; }
  .slogan-part { flex-direction: column; }
  .slogan-dot { display: none; }
  .slogan-label { font-size: clamp(1.6rem, 7vw, 2.2rem); }
}

/* ══════════════════════════════════════════════════════
   HOW IT WORKS — Dark with oversized step numbers
══════════════════════════════════════════════════════ */

.how-it-works-section {
  background: #111110 !important;
  padding: 100px 0 !important;
}
.how-it-works-section .section-h2 { color: #fff; }

.how-step {
  position: relative !important;
  text-align: left !important;
  padding: 40px 32px 36px !important;
  background: rgba(255,255,255,0.025) !important;
  border: 1px solid rgba(232,68,10,0.25) !important;  /* use dot-frame-card orange border */
  border-radius: 0 !important;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.2s, box-shadow 0.25s !important;
}
.how-step:hover {
  border-color: var(--orange) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(232,68,10,0.12) !important;
}
/* Override dot-frame-card pseudo corners — how-step uses ::before for ghost number */
/* So we use only ::after for BR corner; TL corner handled via box-shadow inset */
.how-step.dot-frame-card::before {
  /* Giant ghost number (takes priority over the corner square) */
  content: attr(data-num);
  position: absolute;
  top: -8px; right: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 8rem;
  font-weight: 900;
  color: rgba(255,255,255,0.035);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.03em;
}
/* how-step: ::after serves double duty — BR corner square */
.how-step.dot-frame-card::after {
  bottom: -1px;
  right: -1px;
  top: auto;
  left: auto;
}
/* Simulate TL corner with box-shadow since ::before is taken */
.how-step.dot-frame-card {
  box-shadow: inset 9px 9px 0 -8px var(--orange);  /* TL orange accent */
}
.how-step.dot-frame-card:hover {
  box-shadow: inset 9px 9px 0 -8px var(--orange), 0 8px 32px rgba(232,68,10,0.12) !important;
}

.how-step-num {
  color: var(--orange) !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.2em !important;
  opacity: 1 !important;
  margin-bottom: 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.how-step-num::after {
  content: '';
  flex: 1;
  max-width: 36px;
  height: 1px;
  background: rgba(232,68,10,0.4);
}
.how-step-icon  { font-size: 2rem !important; margin-bottom: 10px !important; display: block; }
.how-step-title { color: #fff !important; font-size: 1.15rem !important; font-weight: 700 !important; margin-bottom: 10px !important; }
.how-step-desc  { color: rgba(255,255,255,0.5) !important; font-size: 0.9rem !important; line-height: 1.65 !important; }

/* ══════════════════════════════════════════════════════
   USP SECTION V2 — Dark, icon boxes, hover glow
══════════════════════════════════════════════════════ */

.usp-section-v2 { background: var(--ink) !important; }
.usp-section-v2 .section-h2 { color: #fff; }
.usp-section-v2 > .section-inner > .reveal > p { color: rgba(255,255,255,0.5) !important; }

.usp-section-v2 .usp-card {
  background: rgba(255,255,255,0.03) !important;
  border-color: rgba(232,68,10,0.22) !important;  /* orange tint — aligns with dot-frame-card */
  transition: border-color 0.25s, transform 0.22s, box-shadow 0.25s !important;
}
.usp-section-v2 .usp-card:hover {
  border-color: var(--orange) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(232,68,10,0.12) !important;
}
/* Corner squares visible on dark bg */
.usp-section-v2 .usp-card.dot-frame-card::before,
.usp-section-v2 .usp-card.dot-frame-card::after {
  opacity: 0.5;
}
.usp-section-v2 .usp-card.dot-frame-card:hover::before,
.usp-section-v2 .usp-card.dot-frame-card:hover::after {
  opacity: 1;
}
.usp-section-v2 .usp-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: rgba(232,68,10,0.14);
  border: 1px solid rgba(232,68,10,0.28);
  font-size: 1.35rem;
  margin-bottom: 16px;
}
.usp-section-v2 .usp-card-title { color: #fff !important; }
.usp-section-v2 .usp-card-desc  { color: rgba(255,255,255,0.48) !important; }

/* ══════════════════════════════════════════════════════
   RESPONSIVE ADJUSTMENTS — hero v2
══════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .hero-v2 .hero-right { padding-top: 0; padding-bottom: 60px; }
}
@media (max-width: 1024px) {
  /* On tablet the photo is behind both columns — keep overlay strong */
  .hero-img-overlay {
    background:
      linear-gradient(180deg, rgba(14,13,11,0.94) 0%, rgba(14,13,11,0.85) 55%, rgba(14,13,11,0.75) 100%),
      linear-gradient(to bottom, rgba(14,13,11,0.5) 0%, transparent 30%);
  }
  .hero-v2 .hero-right { padding-top: 0; padding-bottom: 60px; }
}
@media (max-width: 768px) {
  .hero-v2 {
    background-position: 70% center; /* show van on mobile */
  }
  .hero-img-overlay {
    background: rgba(14,13,11,0.88) !important;
  }
  .hero-v2 .hero-h1   { font-size: clamp(2.5rem, 11vw, 4rem) !important; }
  .hero-stats          { gap: 20px; flex-wrap: wrap; }
  .hero-stat-num       { font-size: 1.6rem; }
  .hero-scroll-indicator { display: none; }
  .how-step::before    { font-size: 5rem; }
  .trust-ticker-item   { padding: 0 28px; font-size: 0.85rem; }
}

/* ══════════════════════════════════════════════════════
   DOT-FRAME — Corner-accented bordered container
   Inspired by shadcn/magicui DotPattern component.
   Usage:
     Full (dot bg + 4 corners):  class="dot-frame"  — add 4 <span class="df-c tl/tr/bl/br"> inside
     Card-level (2 pseudo corners, no dot fill): class="dot-frame-card"
══════════════════════════════════════════════════════ */

/* ── Full dot-frame (sections, feature blocks) ── */
.dot-frame {
  position: relative;
  border: 1px solid var(--orange);
  /* Dot pattern — CSS radial gradient grid */
  background-image:
    radial-gradient(circle, rgba(232,68,10,0.18) 1px, transparent 1px);
  background-size: 5px 5px;
  background-repeat: repeat;
}

/* Corner squares — 4 small <span> elements inside .dot-frame */
.df-c {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--orange);
  z-index: 3;
  flex-shrink: 0;
}
.df-c.tl { top:    -1px; left:  -1px; }
.df-c.tr { top:    -1px; right: -1px; }
.df-c.bl { bottom: -1px; left:  -1px; }
.df-c.br { bottom: -1px; right: -1px; }

/* Inner content layer sits above the dot pattern */
.dot-frame-content {
  position: relative;
  z-index: 2;
}

/* Dark-background variant (for sections on --ink bg) */
.dot-frame--dark {
  border-color: rgba(232,68,10,0.55);
  background-image:
    radial-gradient(circle, rgba(232,68,10,0.10) 1px, transparent 1px);
  background-size: 6px 6px;
}
/* Text colors inside dark dot-frame */
.dot-frame--dark .section-h2 { color: #fff; }
.dot-frame--dark .section-tag { color: var(--orange); }
.dot-frame--dark p { color: rgba(255,255,255,0.65); }

/* ── Card-level dot-frame (service cards, USP cards, how-steps) ──
   Uses ::before + ::after for TL + BR corners.
   No dot fill by default — just border + 2 accent corners.
   On hover the border intensifies.
── */
.dot-frame-card {
  position: relative;
  border: 1px solid rgba(232,68,10,0.25);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
}
.dot-frame-card::before,
.dot-frame-card::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--orange);
  transition: opacity 0.25s;
  opacity: 0.6;
  z-index: 2;
}
.dot-frame-card::before { top:    -1px; left:  -1px; }
.dot-frame-card::after  { bottom: -1px; right: -1px; }

.dot-frame-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 32px rgba(232,68,10,0.12);
  transform: translateY(-3px);
}
.dot-frame-card:hover::before,
.dot-frame-card:hover::after { opacity: 1; }

/* Dot fill on hover for cards */
.dot-frame-card:hover {
  background-image: radial-gradient(circle, rgba(232,68,10,0.07) 1px, transparent 1px);
  background-size: 5px 5px;
}

/* ── SITE BACKGROUND EFFECT ── */
.site-bg-effect {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.site-bg-grid-static {
  position: absolute;
  inset: 0;
  opacity: 0.055;
}
.site-bg-grid-static svg,
.site-bg-grid-highlight svg {
  width: 100%;
  height: 100%;
  display: block;
}
.site-bg-grid-highlight {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  -webkit-mask-image: radial-gradient(200px circle at -9999px -9999px, black, transparent);
  mask-image: radial-gradient(200px circle at -9999px -9999px, black, transparent);
}
.site-bg-blobs {
  position: absolute;
  inset: 0;
}
.site-bg-blob {
  position: absolute;
  border-radius: 50%;
}
.site-bg-blob--1 {
  right: -20%;
  top: -20%;
  width: 40%;
  height: 40%;
  background: rgba(232, 68, 10, 0.10);
  filter: blur(120px);
}
.site-bg-blob--2 {
  right: 10%;
  top: -10%;
  width: 20%;
  height: 20%;
  background: rgba(232, 68, 10, 0.05);
  filter: blur(100px);
}
.site-bg-blob--3 {
  left: -10%;
  bottom: -20%;
  width: 40%;
  height: 40%;
  background: rgba(245, 166, 35, 0.08);
  filter: blur(120px);
}

/* ── CUSTOM CURSOR ── */
@media (pointer: fine) {
  /* Hide default cursor only on non-touch devices */
  html { cursor: none; }
  a, button, [role="button"], input, select, textarea, label { cursor: none; }

  .cursor-dot {
    position: fixed;
    top: 0; left: 0;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--orange);
    z-index: 9999;
    pointer-events: none;
    will-change: transform;
    box-shadow: 0 0 6px rgba(232, 68, 10, 0.6);
  }
  .cursor-ring {
    position: fixed;
    top: 0; left: 0;
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(232, 68, 10, 0.45);
    z-index: 9998;
    pointer-events: none;
    will-change: transform;
  }
}
@media (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* ── LANGUAGE TRANSITION OVERLAY ── */
#langTransition {
  position: fixed;
  inset: 0;
  z-index: 9989;
  background: var(--cream);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
#langTransition.is-visible {
  opacity: 1;
  pointer-events: all;
}

/* Make cream/warm-white sections slightly transparent so the grid texture shows through */
.about-section,
.regions-section,
.fleet-section,
.service-content-section,
.region-content-section,
.faq-full-section,
.services-section,
.clients-section,
.fleet-page-section,
.section-transparent-bg {
  background: rgba(250, 247, 242, 0.82) !important;
}
