/* ==========================================================================
   COLLISION CENTER LAS VEGAS - MASTER DESIGN SYSTEM & STYLESHEET
   Style: Luxury / Modern / Minimalist / High Conversion Architecture
   
   TABLE OF CONTENTS:
   1. GLOBAL VARIABLES & DESIGN TOKENS (:root)
   2. GLOBAL RESETS & BASE TYPOGRAPHY
   3. BUTTONS & UI INTERACTIVE ELEMENTS
   4. STICKY HEADER & NAVBAR
   5. HERO SECTION & FLOATING SHOWCASE BADGES
   6. TRUST BAR & INSURANCE LOGOS SLIDER
   7. SECTION 1: ABOUT US & FACILITY SHOWCASE
   8. SECTION 2: WHY DRIVERS & FLEET MANAGERS CHOOSE US
   9. SECTION 3: WHO WE HELP (AUDIENCE CARDS)
   10. SECTION 4: 8-STEP REPAIR PROCESS
   11. SECTION 5: FLEET REVENUE PROTECTION
   12. SECTION 6: GALLERY & BEFORE/AFTER SHOWCASE
   13. LIGHTBOX MODAL (PHOTO POPUP)
   14. SECTION 7: FAQ ACCORDION
   15. SECTION 8: FINAL CTA & ESTIMATE FORM
   16. FOOTER & COPYRIGHT
   17. ERROR PAGES (404, 403, 500)
   18. EXTRACTED UTILITY & COMPONENT CLASSES
   19. RESPONSIVE BREAKPOINTS (DESKTOP / TABLET / MOBILE)
   ========================================================================== */


/* ==========================================================================
   0. CORE LOCAL FONT DECLARATIONS (@font-face)
   ========================================================================== */
/* Inter - Latin Subset (400, 600, 700, 800) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Inter-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Inter-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Plus Jakarta Sans - Latin Subset (600, 700, 800) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/PlusJakartaSans-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PlusJakartaSans-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/PlusJakartaSans-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Color Palette - Premium Light Luxury & Steel Accent */
  --bg-primary: #FFFFFF;
  --bg-secondary: #F8FAFC;
  --bg-tertiary: #F1F5F9;
  --bg-dark: #0B0F19;
  --bg-card: #FFFFFF;
  
  --text-main: #0F172A;
  --text-muted: #475569;
  --text-light: #475569;
  --text-inverse: #FFFFFF;
  
  --accent-primary: #1E40AF;      /* Deep Royal Blue */
  --accent-hover: #1E3A8A;        /* Darker Blue */
  --accent-glow: rgba(30, 64, 175, 0.15);
  --accent-gold: #D97706;        /* Warm Gold Accent */
  --accent-success: #059669;     /* Emerald Green */
  
  --border-light: #E2E8F0;
  --border-subtle: #F1F5F9;
  --border-focus: #2563EB;
  
  --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 40px rgba(15, 23, 42, 0.12);
  --shadow-glow: 0 0 30px rgba(30, 64, 175, 0.2);
  
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --container-max: 1280px;
}

/* Dark Mode support if preferred or theme toggle */
[data-theme="dark"] {
  --bg-primary: #090D16;
  --bg-secondary: #111827;
  --bg-tertiary: #1F2937;
  --bg-card: #111827;
  --text-main: #F8FAFC;
  --text-muted: #94A3B8;
  --text-light: #64748B;
  --border-light: #1F2937;
  --border-subtle: #1E293B;
  --shadow-md: 0 8px 24px rgba(0,0,0,0.4);
}

/* Reset & Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-main);
  line-height: 1.15;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.15rem;
  border-radius: var(--radius-full);
  background: rgba(30, 64, 175, 0.08);
  border: 1px solid rgba(30, 64, 175, 0.22);
  color: #1E40AF;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #0F172A 10%, #1E40AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--accent-primary);
  outline-offset: 3px;
  border-radius: 4px;
}

.section-subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 3rem auto;
}

.text-center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.1rem 2.2rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  transition: var(--transition);
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  text-align: center;
}

.btn-primary {
  background-color: var(--accent-primary);
  color: var(--text-inverse);
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.35);
}

.btn-primary:hover {
  background-color: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 64, 175, 0.45);
}

.btn-secondary {
  background-color: var(--bg-card);
  color: var(--text-main);
  border-color: var(--border-light);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background-color: var(--bg-tertiary);
  border-color: var(--text-main);
  transform: translateY(-2px);
}

.btn-call {
  background-color: #0F172A;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.1);
}

.btn-call:hover {
  background-color: #1E293B;
  transform: translateY(-2px);
}

.btn-large {
  padding: 1.25rem 2.5rem;
  font-size: 1.1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  transition: var(--transition);
  box-sizing: border-box;
}

.site-header.scrolled {
  box-shadow: var(--shadow-md);
  background: rgba(255, 255, 255, 0.98);
}

.nav-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  gap: 1rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo img {
  display: block;
  height: 28px;
  width: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links a {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-main);
  transition: var(--transition);
  white-space: nowrap;
  padding: 0.5rem 0.25rem;
}

.nav-links a:hover {
  color: var(--accent-primary);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-main);
  padding: 0.65rem 1.1rem;
  border-radius: var(--radius-full);
  background: var(--bg-tertiary);
  transition: var(--transition);
  white-space: nowrap;
}

.phone-link:hover {
  background: var(--accent-glow);
  color: var(--accent-primary);
}

.phone-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.header-cta .btn {
  padding: 0.65rem 1.35rem;
  font-size: 0.875rem;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--text-main);
}

/* Mobile Nav Drawer */
.mobile-nav {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-primary);
  z-index: 999;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-nav.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-nav a {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-light);
}

/* HERO SECTION (DYNAMIC & ANIMATED LUXURY DESIGN) */
.hero {
  padding-top: 145px;
  padding-bottom: 85px;
  background: radial-gradient(circle at 85% 25%, rgba(37, 99, 235, 0.09) 0%, rgba(248, 250, 252, 0) 55%),
              linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  animation: heroAuraPulse 8s ease-in-out infinite alternate;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content {
  max-width: 600px;
}

/* Entrance Animations */
.hero-content > * {
  animation: heroFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-eyebrow { animation-delay: 0.05s; }
.hero-title { animation-delay: 0.15s; }
.hero-subheadline { animation-delay: 0.25s; }
.hero-actions { animation-delay: 0.35s; }
.hero-trust-badges { animation-delay: 0.45s; }
.hero-visual { animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both; }

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  background: rgba(30, 64, 175, 0.06);
  border: 1px solid rgba(30, 64, 175, 0.18);
  color: var(--accent-primary);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(30, 64, 175, 0.05);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #10B981;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.hero-title {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.12;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
}

.hero-title .highlight {
  background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subheadline {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-actions .btn {
  padding: 0.85rem 1.65rem;
  font-size: 0.95rem;
}

.hero-actions .btn-primary {
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-actions .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.4);
}

.hero-actions .btn-secondary {
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.hero-actions .btn-secondary:hover {
  transform: translateY(-3px);
  border-color: var(--accent-primary);
  background: #FFFFFF;
}

/* Hero Modern Feature Chips Row (SINGLE LINE FIT) */
.hero-trust-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding-top: 0.5rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-full);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-main);
  white-space: nowrap;
  flex: 1 1 0px;
  transition: all 0.3s ease;
}

.trust-chip svg {
  color: var(--accent-primary);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.trust-chip:hover {
  border-color: var(--accent-primary);
  box-shadow: 0 6px 18px rgba(30, 64, 175, 0.12);
  transform: translateY(-2px);
  color: var(--accent-primary);
}

/* Hero Visual Showcase */
.hero-visual {
  position: relative;
}

.hero-image-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: #FFFFFF;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

.hero-visual:hover .hero-image-wrapper {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -15px rgba(30, 64, 175, 0.22);
}

.hero-image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.hero-visual:hover .hero-image-wrapper img {
  transform: scale(1.03);
}

/* Floating Glass Badges */
.hero-floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-md);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  z-index: 10;
  transition: transform 0.3s ease;
}

.hero-floating-badge.top-badge {
  top: -18px;
  right: -18px;
  animation: floatBadge 4.5s ease-in-out infinite;
}

.hero-floating-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.9rem 1.4rem;
  border-radius: var(--radius-md);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: max-content;
  white-space: nowrap;
  z-index: 10;
  animation: floatBadge 5.5s ease-in-out infinite 0.5s;
}

.floating-text strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text-main);
  white-space: nowrap;
}

@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes heroAuraPulse {
  0% {
    opacity: 0.6;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.floating-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-glow);
  color: var(--accent-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.floating-text strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text-main);
}

.floating-text span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* TRUST BAR (Insurance Carrier Logos) */
.trust-bar {
  padding: 2.5rem 0;
  background-color: var(--bg-secondary);
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  overflow: hidden;
}

.trust-bar-heading {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-light);
  margin-bottom: 1.75rem;
  opacity: 0.8;
}

.trust-bar-slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.insurance-logos-grid {
  display: flex;
  width: max-content;
  animation: scrollLogos 45s linear infinite;
  gap: 1.25rem;
  align-items: center;
}

.insurance-logos-grid:hover {
  animation-play-state: paused;
}

.logo-badge-img {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius-md);
  padding: 0.65rem 1rem;
  height: 60px;
  min-width: 145px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
}

.logo-badge-img img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(30%) opacity(0.9);
  transition: var(--transition);
}

.logo-badge-img:hover {
  background: #FFFFFF;
  border-color: var(--accent-primary);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.logo-badge-img:hover img {
  filter: grayscale(0%) opacity(1);
}

.mobile-only-clone {
  display: flex;
}

@keyframes scrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* SECTION: ABOUT OUR COMPANY (SPLIT SHOWCASE) */
.section-about {
  padding: 6rem 0;
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border-light);
}

.about-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 100%;
  max-height: 540px;
  clip-path: inset(0 round var(--radius-lg));
  isolation: isolate;
}

.about-image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.3s ease;
  border-radius: var(--radius-lg);
}

.about-image-wrapper:hover img {
  opacity: 0.95;
}

.about-stat-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.about-stat-badge strong {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #60A5FA;
  line-height: 1;
}

.about-stat-badge span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #CBD5E1;
  line-height: 1.35;
}

.about-text-content {
  display: flex;
  flex-direction: column;
}

.about-text-content h2 {
  font-size: 2.35rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.about-text-content p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.25rem 0 2rem 0;
}

.about-checklist li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
}

.about-checklist svg {
  width: 20px;
  height: 20px;
  color: var(--accent-success);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .about-split-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem;
  }

  .about-text-content {
    order: 1 !important;
  }

  .about-image-wrapper {
    order: 2 !important;
    min-height: 320px;
  }
}

/* SECTION 2: WHY DRIVERS CHOOSE US (FEATURED SPLIT SHOWCASE) */
.section-features {
  padding: 6rem 0;
  background: var(--bg-primary);
  position: relative;
}

.features-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  margin-top: 3.5rem;
  align-items: stretch;
}

.feature-main-card {
  background: linear-gradient(145deg, #0F172A 0%, #1E293B 100%);
  border-radius: var(--radius-lg);
  padding: 3rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

.feature-main-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.main-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #60A5FA;
  background: rgba(37, 99, 235, 0.2);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: 2rem;
  width: fit-content;
}

.feature-main-card h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.feature-main-card p {
  color: #94A3B8;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.main-card-stat-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}

.stat-num {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: #60A5FA;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #E2E8F0;
  line-height: 1.35;
}

.features-side-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.side-feature-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.side-feature-card:hover {
  background: #FFFFFF;
  border-color: var(--accent-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.side-icon-box {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--accent-glow);
  color: var(--accent-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.side-icon-box svg {
  width: 22px;
  height: 22px;
}

.side-feature-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

.side-feature-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* SECTION 3: WHO WE HELP (DISTINCT AUDIENCE CARDS) */
.section-audience {
  padding: 6rem 0;
  background: var(--bg-secondary);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.audience-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
}

.audience-card.featured-card {
  border: 2px solid var(--accent-primary);
  box-shadow: 0 16px 36px rgba(30, 64, 175, 0.12);
  transform: translateY(-6px);
}

.audience-card.featured-card::after {
  content: 'MOST POPULAR FOR FLEETS';
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--accent-primary);
  color: #FFFFFF;
  font-size: 0.675rem;
  font-weight: 800;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.1em;
}

.audience-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-primary);
  transform: translateY(-4px);
}

.audience-card-tag {
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-primary);
  background: var(--accent-glow);
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.5rem;
}

.audience-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 1rem;
}

.audience-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.audience-checklist {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.audience-checklist li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-main);
}

.audience-checklist svg {
  width: 18px;
  height: 18px;
  color: var(--accent-success);
  flex-shrink: 0;
}

/* SECTION 4: WE HANDLE EVERYTHING (8 COMPACT CARDS GRID) */
.section-process {
  padding: 5.5rem 0;
  background: var(--bg-primary);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.process-8card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.75rem;
}

.process-step-item,
.process-step-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.25rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.process-step-item:hover,
.process-step-card:hover {
  background: #FFFFFF;
  border-color: var(--accent-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.process-step-badge,
.step-card-num {
  font-family: var(--font-heading);
  font-size: 0.775rem;
  font-weight: 700;
  color: var(--accent-primary);
  background: var(--accent-glow);
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  align-self: flex-start;
  margin-bottom: 0.75rem;
  letter-spacing: 0.03em;
}

.process-step-item h3,
.process-step-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.35rem;
  line-height: 1.25;
}

.process-step-item p,
.process-step-card p {
  font-size: 0.825rem;
  color: var(--text-muted);
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .process-8card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .process-8card-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION 5: WHY FLEET OWNERS CHOOSE US (LUXURY REDESIGN) */
.section-fleet-deep {
  padding: 6.5rem 0;
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
  position: relative;
}

.fleet-deep-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: stretch;
}

.fleet-image-box {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  border: 1px solid var(--border-light);
  height: 100%;
  min-height: 100%;
  clip-path: inset(0 round var(--radius-lg));
  isolation: isolate;
}

.fleet-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
  border-radius: var(--radius-lg);
}

.fleet-image-box:hover img {
  opacity: 0.96;
}

.fleet-image-overlay-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(11, 15, 25, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fleet-overlay-stat {
  display: flex;
  flex-direction: column;
}

.fleet-overlay-stat strong {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #60A5FA;
  line-height: 1;
}

.fleet-overlay-stat span {
  font-size: 0.8rem;
  color: #94A3B8;
  margin-top: 4px;
  font-weight: 600;
}

.fleet-badge-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.fleet-badge-card {
  background: #FFFFFF;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: var(--transition);
}

.fleet-badge-card:hover {
  background: #FFFFFF;
  border-color: var(--accent-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.12);
}

.fleet-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--accent-glow);
  color: var(--accent-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fleet-badge-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.fleet-badge-text {
  display: flex;
  flex-direction: column;
}

.fleet-badge-text strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.2;
}

.fleet-badge-text span {
  font-size: 0.775rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* SECTION 6: GALLERY SLIDER */
.section-gallery {
  padding: 6rem 0;
  background: var(--bg-primary);
  position: relative;
}

.gallery-slider-container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 2.5rem 0 1rem 0;
  padding: 0 3.5rem;
}

.gallery-slider-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: var(--radius-lg);
  padding: 0.5rem 0;
  cursor: grab;
}

.gallery-slider-viewport:active {
  cursor: grabbing;
}

.gallery-slider-track {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
}

.gallery-slide-item {
  flex: 0 0 calc((100% - (2 * 1.5rem)) / 3);
  max-width: calc((100% - (2 * 1.5rem)) / 3);
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  cursor: pointer;
  aspect-ratio: 1 / 1;
  height: auto;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-slide-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform 0.4s ease;
  border-radius: var(--radius-md);
  pointer-events: none;
}

.gallery-slide-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.15);
  border-color: var(--accent-primary);
}

.gallery-slide-item:hover img {
  transform: scale(1.04);
}

/* Slider Controls */
.gallery-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--border-light);
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-slider-btn.prev-btn {
  left: 0;
}

.gallery-slider-btn.next-btn {
  right: 0;
}

.gallery-slider-btn:hover {
  background: var(--accent-primary);
  color: #FFFFFF;
  border-color: var(--accent-primary);
  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.35);
  transform: translateY(-50%) scale(1.08);
}

.gallery-slider-btn:focus-visible {
  outline: 3px solid var(--accent-primary);
  outline-offset: 2px;
}

/* Dots Pagination */
.gallery-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: var(--border-light);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
}

.gallery-dot:hover {
  background: var(--text-muted);
}

.gallery-dot.active {
  width: 28px;
  background: var(--accent-primary);
  box-shadow: 0 2px 8px rgba(30, 64, 175, 0.3);
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(11, 15, 25, 0.94);
  backdrop-filter: blur(14px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img {
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
}

/* SECTION 7: FREQUENTLY ASKED QUESTIONS (2-COLUMN GRID) */
.section-faq {
  padding: 6rem 0;
  background: var(--bg-secondary);
}

.faq-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin: 3.5rem 0 0 0;
  align-items: start;
}

.faq-item {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover {
  border-color: var(--accent-primary);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.faq-item.active {
  border-color: var(--accent-primary);
  box-shadow: 0 12px 32px rgba(30, 64, 175, 0.12);
  position: relative;
}

.faq-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent-primary);
}

.faq-item.active .faq-question span {
  color: var(--accent-primary);
}

.faq-question {
  width: 100%;
  padding: 1.35rem 1.65rem;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  text-align: left;
  cursor: pointer;
  gap: 1.25rem;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-secondary);
  color: var(--accent-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease;
}

.faq-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.faq-item.active .faq-icon {
  background: var(--accent-primary);
  color: #FFFFFF;
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  transition: max-height 0.35s ease-in-out;
}

.faq-answer-content {
  padding: 0 1.65rem 1.5rem 1.65rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1rem;
}

@media (max-width: 900px) {
  .faq-container {
    grid-template-columns: 1fr;
  }
}

.faq-item.active .faq-answer {
  max-height: 500px;
  transition: max-height 0.35s ease-in-out;
}

.faq-answer-content {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  border-top: 1px solid var(--bg-secondary);
  padding-top: 1rem;
}

@media (max-width: 1024px) {
  .features-showcase-grid,
  .faq-split-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION 8: FINAL CTA & CONTACT FORM */
.section-final-cta {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--bg-dark) 0%, #0F172A 100%);
  color: #FFFFFF;
  position: relative;
}

.cta-box-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.cta-text-content h2 {
  color: #FFFFFF;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  margin-bottom: 1.25rem;
}

.cta-bullets {
  list-style: none;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cta-bullets li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.cta-bullets svg {
  width: 22px;
  height: 22px;
  color: #60A5FA;
}

/* Form Switching Container */
.form-card-container {
  background: #FFFFFF;
  color: var(--text-main);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-lg);
}

.form-tabs {
  display: flex;
  background: var(--bg-tertiary);
  padding: 4px;
  border-radius: var(--radius-md);
  margin-bottom: 1.75rem;
}

.tab-btn {
  flex: 1;
  padding: 0.6rem 1rem;
  border-radius: calc(var(--radius-md) - 2px);
  border: none;
  background: none;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}

.tab-btn.active {
  background: #FFFFFF;
  color: var(--accent-primary);
  box-shadow: var(--shadow-sm);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Custom Interactive Form Styling */
.custom-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-group label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  background: var(--bg-secondary);
  color: var(--text-main);
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-primary);
  background: #FFFFFF;
  box-shadow: 0 0 0 3px var(--accent-glow);
}

/* Dropzone Upload */
.dropzone {
  border: 2px dashed var(--border-light);
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  text-align: center;
  background: var(--bg-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.dropzone:hover {
  border-color: var(--accent-primary);
  background: var(--accent-glow);
}

.dropzone-icon {
  width: 28px;
  height: 28px;
  color: var(--accent-primary);
  margin-bottom: 0.25rem;
}

.dropzone p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.preview-files {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.preview-tag {
  font-size: 0.75rem;
  background: var(--accent-glow);
  color: var(--accent-primary);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

/* FOOTER */
.site-footer {
  background: var(--bg-dark);
  color: #94A3B8;
  padding: 4rem 0 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand h3 {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.footer-brand p {
  line-height: 1.6;
}

.footer-col h4 {
  color: #FFFFFF;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a {
  color: #94A3B8;
  transition: var(--transition);
}

.footer-links a:hover {
  color: #FFFFFF;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #94A3B8;
  font-size: 0.875rem;
}

/* Sticky Mobile Bottom Bar */
.sticky-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  padding: 0.75rem 1rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  z-index: 1000;
  border-top: 1px solid var(--border-light);
}

.sticky-mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

/* ==========================================================================
   18. EXTRACTED UTILITY & COMPONENT CLASSES
   ========================================================================== */

/* Header & Mobile Drawer Components */
.header-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.mobile-nav-btn {
  margin-top: 1rem;
}

/* Floating Hero Badge Micro-components */
.floating-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(30, 64, 175, 0.1);
  color: #1E40AF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.floating-badge-title {
  display: block;
  font-size: 0.9rem;
  color: #0F172A;
}

.floating-badge-subtitle {
  font-size: 0.75rem;
  color: #64748B;
}

/* Section Specific Utilities */
.section-tag-about {
  align-self: flex-start;
}

.fleet-deep-title {
  font-size: 2.3rem;
}

.fleet-deep-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.cta-section-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #60A5FA;
}

.cta-subtitle-text {
  font-size: 1.1rem;
  color: #94A3B8;
  line-height: 1.6;
}

.contact-info-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(30, 64, 175, 0.2);
  color: #60A5FA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-title {
  color: #FFFFFF;
  margin-bottom: 2px;
  font-size: 0.95rem;
}

.contact-phone-link {
  color: #60A5FA;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}

.contact-email-link {
  color: #94A3B8;
  font-size: 0.95rem;
  text-decoration: none;
}

.crm-iframe-wrapper {
  width: 100%;
  min-height: 745px;
}

.crm-iframe-element {
  width: 100%;
  min-height: 745px;
  height: 745px;
  border: none;
  border-radius: 8px;
}

.crm-form-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  gap: 1.25rem;
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-weight: 600;
  text-align: center;
  padding: 3rem 1.5rem;
}

.crm-loading-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(30, 64, 175, 0.12);
  border-top-color: var(--accent-primary);
  border-radius: 50%;
  animation: crmSpin 0.75s linear infinite;
}

@keyframes crmSpin {
  to { transform: rotate(360deg); }
}

/* Footer Utility Styles */
.footer-logo-img {
  height: 40px;
  width: auto;
  margin-bottom: 1.25rem;
  object-fit: contain;
}

.footer-contact-info {
  margin-bottom: 0.65rem;
  color: #FFFFFF;
  font-size: 0.9rem;
}

.footer-contact-label {
  color: #60A5FA;
}

.footer-phone-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
}

.footer-hours-text {
  color: #94A3B8;
  font-size: 0.85rem;
}

/* Error Pages (404, 403, 500) Styles */
.section-hero-error {
  padding: 9rem 0 6rem 0;
  text-align: center;
  background: var(--bg-secondary);
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.container-narrow-error {
  max-width: 720px;
}

.error-code-badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.error-badge-404 {
  background: rgba(30, 64, 175, 0.1);
  color: var(--accent-primary);
}

.error-badge-403 {
  background: rgba(217, 119, 6, 0.1);
  color: var(--accent-gold);
}

.error-badge-500 {
  background: rgba(220, 38, 38, 0.1);
  color: #DC2626;
}

.error-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.error-subtitle {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.error-actions-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ==========================================================================
   19. RESPONSIVE BREAKPOINTS (ALL DEVICES AUDITED)
   ========================================================================== */
@media (max-width: 1180px) {
  .nav-links {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hero-grid, .fleet-deep-grid, .cta-box-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-content {
    max-width: 100%;
  }
  
  .process-timeline-desktop {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 1rem;
  }
  
  .process-timeline-desktop::before {
    display: none;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero {
    padding-top: 105px;
    padding-bottom: 3.5rem;
  }

  .section-about,
  .section-features,
  .section-audience,
  .section-process,
  .section-fleet-deep,
  .section-gallery,
  .section-faq,
  .section-final-cta {
    padding: 3.5rem 0;
  }

  .brand-logo img {
    height: 22px !important;
    width: auto;
  }

  .nav-container {
    gap: 0.4rem;
  }

  .header-cta {
    display: flex !important;
  }

  .header-cta .btn {
    padding: 0.32rem 0.5rem;
    font-size: 0.72rem;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .header-cta .btn svg {
    width: 14px;
    height: 14px;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .sticky-mobile-bar {
    display: none !important;
  }

  body {
    padding-bottom: 0;
  }
  
  /* Strict Hero Bounds - Zero Right Overflow */
  .hero,
  .hero *,
  .hero-content,
  .hero-content *,
  .hero-actions,
  .hero-actions *,
  .hero-trust-row,
  .hero-trust-row * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-title {
    font-size: clamp(1.85rem, 7vw, 2.5rem) !important;
    word-break: break-word !important;
    line-height: 1.15 !important;
  }

  .hero-subheadline {
    font-size: 0.9rem !important;
    max-width: 100% !important;
    line-height: 1.5 !important;
  }

  /* Hero Actions: 1 Single Row on Mobile */
  .hero-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    width: 100% !important;
    margin-bottom: 1.25rem !important;
    box-sizing: border-box !important;
  }

  .hero-actions .btn {
    flex: 1 1 0px !important;
    width: 50% !important;
    padding: 0.7rem 0.2rem !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-align: center !important;
    justify-content: center !important;
    gap: 0.2rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .hero-actions .btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  /* Trust Feature Chips: Clean Centered Pills on Mobile */
  .hero-trust-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4rem !important;
    width: 100% !important;
    margin-top: 0.5rem !important;
    box-sizing: border-box !important;
  }

  .hero-trust-row .trust-chip {
    flex: 0 1 auto !important;
    padding: 0.45rem 0.65rem !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    white-space: nowrap !important;
    background: rgba(30, 64, 175, 0.05) !important;
    border: 1px solid rgba(30, 64, 175, 0.12) !important;
    border-radius: 9999px !important;
    color: var(--accent-primary) !important;
    box-sizing: border-box !important;
  }

  .hero-trust-row .trust-chip svg {
    width: 14px !important;
    height: 14px !important;
    color: var(--accent-primary) !important;
    flex-shrink: 0 !important;
  }

  /* All Feature Cards: 1 Single Column */
  .features-showcase-grid,
  .features-side-grid,
  .features-grid,
  .fleet-badge-features,
  .about-split-grid,
  .about-features-grid,
  .audience-grid,
  .process-8card-grid,
  .custom-form,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  /* Dark Feature Card & Form Containers 20px Padding */
  .feature-main-card,
  .form-card-container,
  .cta-form-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }

  /* Gallery Slider Mobile Responsiveness */
  .gallery-slider-container {
    padding: 0 2.5rem !important;
  }

  .gallery-slide-item {
    flex: 0 0 calc((100% - 1.25rem) / 2) !important;
    max-width: calc((100% - 1.25rem) / 2) !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }

  .gallery-slider-btn {
    width: 42px !important;
    height: 42px !important;
  }
}

@media (max-width: 600px) {
  .gallery-slider-container {
    padding: 0 2rem !important;
  }

  .gallery-slide-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }

  .gallery-slider-btn {
    width: 36px !important;
    height: 36px !important;
  }
}

@media (max-width: 640px) {
  .hero-image-wrapper img {
    height: 320px;
  }

  /* Hide Floating Badges on Mobile to Eliminate Viewport Width Stretching */
  .hero-floating-badge,
  .hero-floating-card {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .brand-logo img {
    height: 19px !important;
  }

  .header-cta .btn {
    padding: 0.28rem 0.42rem;
    font-size: 0.68rem;
  }
  .process-8card-grid {
    grid-template-columns: 1fr !important;
  }

  .features-grid,
  .audience-grid,
  .process-8card-grid,
  .gallery-grid,
  .faq-container {
    margin-top: 2.25rem;
    gap: 1.25rem;
  }

  .section-title {
    font-size: 1.85rem !important;
  }
}

/* ==========================================================================
   GLOBAL SCROLL REVEAL & INTERACTIVE MICRO-ANIMATIONS ENGINE
   ========================================================================== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Staggered Delay Cascade for Grid Cards */
.features-grid .feature-card:nth-child(1) { transition-delay: 0.05s; }
.features-grid .feature-card:nth-child(2) { transition-delay: 0.12s; }
.features-grid .feature-card:nth-child(3) { transition-delay: 0.19s; }
.features-grid .feature-card:nth-child(4) { transition-delay: 0.26s; }
.features-grid .feature-card:nth-child(5) { transition-delay: 0.33s; }
.features-grid .feature-card:nth-child(6) { transition-delay: 0.40s; }

.audience-grid .audience-card:nth-child(1) { transition-delay: 0.05s; }
.audience-grid .audience-card:nth-child(2) { transition-delay: 0.18s; }
.audience-grid .audience-card:nth-child(3) { transition-delay: 0.31s; }

.process-8card-grid .process-step-card:nth-child(1) { transition-delay: 0.05s; }
.process-8card-grid .process-step-card:nth-child(2) { transition-delay: 0.10s; }
.process-8card-grid .process-step-card:nth-child(3) { transition-delay: 0.15s; }
.process-8card-grid .process-step-card:nth-child(4) { transition-delay: 0.20s; }
.process-8card-grid .process-step-card:nth-child(5) { transition-delay: 0.25s; }
.process-8card-grid .process-step-card:nth-child(6) { transition-delay: 0.30s; }
.process-8card-grid .process-step-card:nth-child(7) { transition-delay: 0.35s; }
.process-8card-grid .process-step-card:nth-child(8) { transition-delay: 0.40s; }

.gallery-grid .gallery-item:nth-child(1) { transition-delay: 0.05s; }
.gallery-grid .gallery-item:nth-child(2) { transition-delay: 0.12s; }
.gallery-grid .gallery-item:nth-child(3) { transition-delay: 0.19s; }
.gallery-grid .gallery-item:nth-child(4) { transition-delay: 0.26s; }
.gallery-grid .gallery-item:nth-child(5) { transition-delay: 0.33s; }
.gallery-grid .gallery-item:nth-child(6) { transition-delay: 0.40s; }

.faq-container .faq-item:nth-child(odd) { transition-delay: 0.08s; }
.faq-container .faq-item:nth-child(even) { transition-delay: 0.18s; }

/* Micro-Animations & Hover Effects across cards */
.feature-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease, opacity 0.75s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(30, 64, 175, 0.1);
  border-color: var(--accent-primary);
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(-4deg);
  background: var(--accent-primary);
  color: #FFFFFF;
}

.feature-icon {
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.process-card-item {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease, opacity 0.75s ease;
}

.process-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(30, 64, 175, 0.08);
  border-color: var(--accent-primary);
}

.process-card-item:hover .process-step-badge {
  background: var(--accent-primary);
  color: #FFFFFF;
  transform: scale(1.05);
}

.process-step-badge {
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.fleet-badge-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.75s ease;
}

.fleet-badge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: var(--accent-primary);
}

.fleet-badge-card:hover .fleet-badge-icon {
  transform: scale(1.1);
  background: var(--accent-primary);
  color: #FFFFFF;
}

.fleet-badge-icon {
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

/* BACK TO TOP FLOATING BUTTON */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-primary);
  color: #FFFFFF;
  border: none;
  box-shadow: 0 8px 24px rgba(30, 64, 175, 0.35);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  background: var(--accent-hover);
  box-shadow: 0 12px 30px rgba(30, 64, 175, 0.5);
  transform: translateY(-4px) scale(1.05);
}

@media (max-width: 640px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
}
