/* ==========================================================================
   LOAD BEARER — Ultra-Premium Heavy Transportation & Industrial Steel Logistics
   Aesthetic: High-Tech Industrial Dark (Obsidian / Steel Navy / Signal Amber / Telematics Cyan)
   Design System: Fluid Responsiveness, Glassmorphism, Micro-Interactions, Physics-based Easing
   ========================================================================== */

/* ── 1. Root Variables & Tokens ───────────────────────────────────────── */
:root {
  /* Custom Brand Typography Tokens */
  --font-brand: 'Barlow Semi Condensed', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Barlow Semi Condensed', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-tech: 'Space Grotesk', -apple-system, BlinkMacSystemFont, monospace, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* J.B. Hunt Enterprise Signature Palette */
  --jbh-navy: #07152b;
  --jbh-navy-elevated: #0d1e3d;
  --jbh-navy-card: #102447;
  --jbh-yellow: #ffc72c;
  --jbh-yellow-hover: #e5b020;
  --jbh-yellow-soft: rgba(255, 199, 44, 0.14);
  --jbh-yellow-glow: rgba(255, 199, 44, 0.35);
  --jbh-blue: #005dba;
  --jbh-blue-hover: #004b99;
  --jbh-blue-soft: rgba(0, 93, 186, 0.16);
  --jbh-slate-light: #f8fafc;
  --jbh-slate-border: rgba(226, 232, 240, 0.16);

  /* Color Palette */
  --bg-base: #060e1d;
  --bg-surface: #0a172e;
  --bg-elevated: #0f2142;
  --bg-highlight: #152c56;
  --bg-card: rgba(13, 30, 61, 0.82);
  --bg-card-hover: rgba(18, 40, 80, 0.95);

  --border-subtle: rgba(255, 255, 255, 0.09);
  --border-medium: rgba(255, 255, 255, 0.16);
  --border-strong: rgba(255, 255, 255, 0.26);
  --border-accent: rgba(255, 199, 44, 0.45);

  --text-primary: #f8fafc;
  --text-secondary: #9cb3d0;
  --text-muted: #627d98;
  --text-inverse: #07152b;

  /* Accent Colors */
  --accent-amber: #ffc72c;
  --amber: #ffc72c;
  --accent-amber-hover: #e5b020;
  --accent-amber-soft: rgba(255, 199, 44, 0.14);
  --accent-amber-glow: rgba(255, 199, 44, 0.32);

  --accent-cyan: #38bdf8;
  --accent-cyan-soft: rgba(56, 189, 248, 0.14);

  --accent-emerald: #10b981;
  --accent-emerald-soft: rgba(16, 185, 129, 0.14);

  --accent-red: #ef4444;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 8px 24px -4px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 20px 48px -8px rgba(0, 0, 0, 0.65);
  --shadow-xl: 0 24px 56px -12px rgba(0, 0, 0, 0.75);
  --shadow-2xl: 0 32px 64px -16px rgba(0, 0, 0, 0.85);
  --shadow-accent: 0 0 28px rgba(255, 199, 44, 0.28);

  /* Geometry */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;

  --max-width: 1240px;

  /* Physics-Based Motion Easings */
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);
  --transition-fast: 0.2s var(--ease-smooth);
  --transition-normal: 0.35s var(--ease-spring);
  --transition-slow: 0.6s var(--ease-spring);
  /* ── Dynamic Indian Terrain Theme Tokens (Apple-Inspired Adaptive UI) ── */
  --terrain-accent: #ffc72c;
  --terrain-accent-hover: #e5b020;
  --terrain-accent-soft: rgba(255, 199, 44, 0.14);
  --terrain-accent-glow: rgba(255, 199, 44, 0.32);
  --terrain-border: rgba(255, 199, 44, 0.28);
  --terrain-card-tint: rgba(11, 27, 61, 0.72);
  --terrain-badge-bg: rgba(255, 199, 44, 0.12);
  --terrain-hero-glow: radial-gradient(circle, rgba(255, 199, 44, 0.14) 0%, rgba(0, 93, 186, 0.08) 50%, transparent 70%);
}

/* Zone 1: Navi Mumbai Port & Coastal Dawn (JNPT) */
body[data-terrain="1"] {
  --terrain-accent: #f59e0b;
  --terrain-accent-hover: #d97706;
  --terrain-accent-soft: rgba(245, 158, 11, 0.14);
  --terrain-accent-glow: rgba(245, 158, 11, 0.32);
  --terrain-border: rgba(245, 158, 11, 0.25);
  --terrain-card-tint: rgba(11, 27, 61, 0.75);
  --terrain-badge-bg: rgba(245, 158, 11, 0.12);
  --terrain-hero-glow: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, rgba(0, 93, 186, 0.08) 50%, transparent 70%);
}

/* Zone 2: Western Ghats Monsoon Corridor (Kasara / Khandala) */
body[data-terrain="2"] {
  --terrain-accent: #10b981;
  --terrain-accent-hover: #059669;
  --terrain-accent-soft: rgba(16, 185, 129, 0.14);
  --terrain-accent-glow: rgba(16, 185, 129, 0.32);
  --terrain-border: rgba(16, 185, 129, 0.25);
  --terrain-card-tint: rgba(4, 31, 30, 0.75);
  --terrain-badge-bg: rgba(16, 185, 129, 0.12);
  --terrain-hero-glow: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, rgba(6, 78, 59, 0.1) 50%, transparent 70%);
}

/* Zone 3: Deccan Plateau & NH-44 Golden Hour (Suraram HQ) */
body[data-terrain="3"] {
  --terrain-accent: #f97316;
  --terrain-accent-hover: #ea580c;
  --terrain-accent-soft: rgba(249, 115, 22, 0.14);
  --terrain-accent-glow: rgba(249, 115, 22, 0.35);
  --terrain-border: rgba(249, 115, 22, 0.25);
  --terrain-card-tint: rgba(28, 17, 10, 0.75);
  --terrain-badge-bg: rgba(249, 115, 22, 0.12);
  --terrain-hero-glow: radial-gradient(circle, rgba(249, 115, 22, 0.16) 0%, rgba(69, 26, 3, 0.1) 50%, transparent 70%);
}

/* Zone 4: Northern Freight Gateway & Himalayan Slate (NCR) */
body[data-terrain="4"] {
  --terrain-accent: #38bdf8;
  --terrain-accent-hover: #0284c7;
  --terrain-accent-soft: rgba(56, 189, 248, 0.14);
  --terrain-accent-glow: rgba(56, 189, 248, 0.35);
  --terrain-border: rgba(56, 189, 248, 0.25);
  --terrain-card-tint: rgba(11, 19, 41, 0.75);
  --terrain-badge-bg: rgba(56, 189, 248, 0.12);
  --terrain-hero-glow: radial-gradient(circle, rgba(56, 189, 248, 0.16) 0%, rgba(14, 165, 233, 0.08) 50%, transparent 70%);
}

/* ── 2. Reset & Global Defaults ────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  color-scheme: dark;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-base);
  color: var(--text-primary);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.8s var(--ease-spring);
}

::selection {
  background: rgba(245, 158, 11, 0.35);
  color: #ffffff;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: var(--bg-base);
}
::-webkit-scrollbar-thumb {
  background: #1e293b;
  border-radius: var(--radius-full);
  border: 2px solid var(--bg-base);
}
::-webkit-scrollbar-thumb:hover {
  background: #334155;
}

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

@supports (text-wrap: balance) {
  h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
  }
}

p {
  color: var(--text-secondary);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

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

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

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

.ic {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Gradient Text Utilities */
.text-gradient {
  background: linear-gradient(135deg, #fbbf24 10%, #f59e0b 60%, #ea580c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-accent {
  color: var(--accent-amber);
}

/* Scroll Progress Bar (Motion.dev) */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--terrain-accent) 0%, #fbbf24 50%, #38bdf8 100%);
  transform-origin: 0%;
  transform: scaleX(0);
  z-index: 9999;
  pointer-events: none;
  box-shadow: 0 0 10px var(--terrain-accent-glow);
  transition: box-shadow 0.8s ease;
}

/* Utility & Component Classes (replacing inline styles) */
.brand-title-row {
  display: flex;
  align-items: center;
}

.client-marquee-boxed {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 48px;
}

.section--network {
  background: #080C14;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section--ecosystem {
  background: #080C14;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.express-corridor-metrics {
  margin-bottom: 32px;
}

.hub-card-actions--centered {
  justify-content: center;
  display: flex;
  gap: 16px;
}

.corridor-route-text {
  font-size: 1.05rem;
}

.text-success {
  color: #22c55e !important;
}

.flex-1 {
  flex: 1;
}

.anchor-target-offset {
  position: relative;
  top: -80px;
}

.track-subnav-bar--centered {
  margin-bottom: 20px;
  justify-content: center;
}

.track-subnav-btn-link {
  text-decoration: none;
}

.track-mode-row--centered {
  margin-bottom: 18px;
  justify-content: center;
}

.track-mode-row--spaced {
  margin-bottom: 16px;
}

.tracking-result-box.is-hidden {
  display: none;
}

.chassis-hotspot[data-spot="1"] { top: 45%; left: 28%; }
.chassis-hotspot[data-spot="2"] { top: 25%; left: 12%; }
.chassis-hotspot[data-spot="3"] { top: 50%; left: 54%; }
.chassis-hotspot[data-spot="4"] { top: 68%; left: 78%; }
.chassis-hotspot[data-spot="5"] { top: 38%; left: 42%; }

.hub-pincode-bar {
  background: rgba(10, 23, 46, 0.85);
  border: 1px solid rgba(255, 199, 44, 0.25);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 14px;
}

.hub-pincode-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.hub-pincode-title {
  font-family: var(--font-brand);
  font-size: 12px;
  font-weight: 800;
  color: var(--jbh-yellow);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hub-pincode-km {
  font-family: var(--font-tech);
  font-size: 12px;
  font-weight: 700;
  color: #38BDF8;
}

.hub-pincode-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
}

.pincode-input-compact {
  padding: 8px 10px;
  font-size: 13px;
}

.pincode-arrow {
  color: var(--jbh-yellow);
  font-size: 12px;
  font-weight: bold;
}

.hub-pincode-feedback {
  font-size: 11px;
  color: #34D399;
  margin-top: 6px;
  font-weight: 600;
}

.hub-track-result.is-hidden {
  display: none;
}

.contact-val-inline {
  display: inline;
}

.business-reg-note {
  font-size: 0.85rem;
  color: #94A3B8;
  margin-top: 2px;
}

/* ── 3. Buttons & Interactive Controls ────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: var(--font-brand);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  line-height: 1.2;
  vertical-align: middle;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--transition-normal);
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}

.btn svg,
.btn .ic {
  flex-shrink: 0;
  vertical-align: middle;
}

.btn-primary,
.btn-jbh-gold {
  background: var(--jbh-yellow);
  color: var(--jbh-navy);
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 18px rgba(255, 199, 44, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-primary:hover,
.btn-jbh-gold:hover {
  background: var(--jbh-yellow-hover);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 199, 44, 0.5);
}

.btn-primary:active,
.btn-jbh-gold:active {
  transform: translateY(0);
}

.btn-jbh-blue {
  background: var(--jbh-blue);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(0, 93, 186, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-jbh-blue:hover {
  background: var(--jbh-blue-hover);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 93, 186, 0.55);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-medium);
  color: var(--text-primary);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--border-strong);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.85rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 15px 30px;
  font-size: 1rem;
  border-radius: var(--radius-md);
}

.btn-block {
  width: 100%;
}

.btn-whatsapp {
  background: #128c7e;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(18, 140, 126, 0.3);
}

.btn-whatsapp:hover {
  background: #075e54;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(18, 140, 126, 0.4);
}

/* ── 4. J.B. Hunt Style Top Utility Bar ───────────────────────────────── */
.top-announcement-bar,
.top-utility-bar {
  background: #050b16;
  border-bottom: 1px solid var(--border-subtle);
  padding: 7px 0;
  font-size: 0.8rem;
  position: relative;
  z-index: 101;
}

.announcement-content,
.utility-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.announcement-left,
.utility-left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9cb3d0;
  font-size: 0.775rem;
}

.utility-badge-pulse {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  background: var(--terrain-badge-bg, rgba(16, 185, 129, 0.12));
  border: 1px solid var(--terrain-border, rgba(16, 185, 129, 0.3));
  border-radius: var(--radius-full);
  color: var(--terrain-accent, var(--accent-emerald));
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.8s var(--ease-spring);
}

.announcement-left strong,
.utility-left strong {
  color: #ffffff;
}

.live-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--terrain-accent, var(--accent-emerald));
  box-shadow: 0 0 8px var(--terrain-accent, var(--accent-emerald));
  flex-shrink: 0;
  animation: pulse-glow 2s infinite;
  transition: background-color 0.8s var(--ease-spring), box-shadow 0.8s var(--ease-spring);
}

@keyframes pulse-glow {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.announcement-right,
.utility-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.announcement-link,
.utility-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9cb3d0;
  font-weight: 500;
  font-size: 0.775rem;
  transition: color var(--transition-fast);
}

.announcement-link:hover,
.utility-link:hover {
  color: var(--jbh-yellow);
}

.announcement-link .ic,
.utility-link .ic {
  color: var(--jbh-yellow);
}

.announcement-divider,
.utility-divider {
  color: rgba(255, 255, 255, 0.12);
}

/* ── 5. Enterprise Header & Dropdown Navigation ───────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6, 14, 29, 0.92);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header .container,
.top-announcement-bar .container,
.top-utility-bar .container {
  max-width: 1560px;
  width: 100%;
  padding: 0 24px;
}

.site-header.scrolled {
  background: rgba(4, 10, 22, 0.98);
  border-bottom-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 12px 36px -4px rgba(0, 0, 0, 0.8), 0 1px 0 rgba(255, 255, 255, 0.06);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 16px;
  transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled .header-row {
  height: 66px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo {
  height: 44px;
  width: 44px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
  border: 1.5px solid rgba(245, 158, 11, 0.45);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s;
}

.brand:hover .brand-logo {
  transform: scale(1.05);
  border-color: var(--jbh-yellow);
  box-shadow: 0 4px 20px rgba(255, 199, 44, 0.45);
}

.brand-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}

.brand-title {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand-tagline {
  font-family: var(--font-heading);
  font-size: 0.64rem;
  color: var(--jbh-yellow);
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3px;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  padding: 2px 7px;
  border-radius: 9999px;
  font-family: var(--font-tech);
  font-size: 0.62rem;
  font-weight: 700;
  color: #34d399;
  letter-spacing: 0.8px;
  margin-left: 8px;
  vertical-align: middle;
  white-space: nowrap;
}

.live-dot-green {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-glow 2s infinite ease-in-out;
}

.nav {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 1;
}

.nav-item {
  position: relative;
  flex-shrink: 0;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 11px;
  font-size: 0.83rem;
  font-weight: 600;
  color: #9cb3d0;
  border-radius: 6px;
  white-space: nowrap !important;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
  line-height: 1.2;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--jbh-yellow);
  border-radius: 2px;
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.nav-link:hover::after {
  width: calc(100% - 16px);
}

.nav-link.active {
  color: var(--jbh-yellow);
  background: rgba(245, 158, 11, 0.1);
  font-weight: 700;
}

.nav-link.active::after {
  width: calc(100% - 16px);
}

.has-dropdown .nav-link svg {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.has-dropdown:hover .nav-link svg,
.has-dropdown:focus-within .nav-link svg {
  transform: rotate(180deg);
  color: var(--jbh-yellow);
}

/* ── Mega-Menu Navigation Dropdown ─────────────────────────────────── */
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: -12px;
  transform: translateY(8px);
  width: 720px;
  max-width: min(720px, calc(100vw - 32px));
  background: #081224;
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85), 0 0 1px rgba(255, 255, 255, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
  pointer-events: none;
  z-index: 1000;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 220px;
  gap: 18px;
}

.mega-menu-col-title {
  font-family: var(--font-brand);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #38bdf8;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-menu-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  transform: translateX(4px);
}

.dropdown-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(56, 189, 248, 0.1);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.2);
  transition: transform 0.2s;
}

.dropdown-item:hover .dropdown-item-icon {
  transform: scale(1.1);
  background: rgba(245, 158, 11, 0.15);
  color: var(--jbh-yellow);
  border-color: rgba(245, 158, 11, 0.35);
}

.dropdown-item-title {
  display: block;
  font-weight: 700;
  font-size: 0.84rem;
  color: #ffffff;
  line-height: 1.2;
}

.dropdown-item:hover .dropdown-item-title {
  color: var(--jbh-yellow);
}

.dropdown-item-desc {
  display: block;
  font-size: 0.72rem;
  color: #7b96b2;
  margin-top: 3px;
  line-height: 1.35;
}

/* Mega Menu Featured Card */
.mega-menu-featured {
  background: linear-gradient(135deg, rgba(14, 27, 49, 0.95), rgba(7, 15, 30, 0.95));
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mega-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-tech);
  font-size: 0.68rem;
  color: #34d399;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.mega-featured-title {
  font-family: var(--font-brand);
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 6px;
}

.mega-featured-desc {
  font-size: 0.73rem;
  color: #94a3b8;
  line-height: 1.4;
  margin-bottom: 12px;
}

.mega-featured-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--jbh-yellow);
  color: #07152b !important;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 7px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s;
}

.mega-featured-btn:hover {
  background: #fcd34d;
  transform: translateY(-1px);
}

/* Header Actions Cluster */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-phone-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}

.header-phone-chip:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--jbh-yellow);
  color: #ffffff;
}

.header-phone-chip .ic {
  color: var(--jbh-yellow);
}

.btn-header-track {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: rgba(10, 23, 46, 0.85);
  border: 1px solid rgba(56, 189, 248, 0.4);
  border-radius: 8px;
  color: #38bdf8 !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-header-track:hover {
  background: rgba(56, 189, 248, 0.15);
  border-color: #38bdf8;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.25);
}

.track-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
  animation: pulse-glow 1.8s infinite ease-in-out;
}

.btn-header-quote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-header-quote svg {
  transition: transform 0.2s ease;
}

.btn-header-quote:hover svg {
  transform: translateX(3px);
}

/* Responsive Header Adjustments for Medium & Compact Desktops */
@media (max-width: 1360px) {
  .header-phone-chip {
    display: none;
  }
  .brand-tagline {
    display: none;
  }
  .nav-link {
    padding: 6px 9px;
    font-size: 0.81rem;
  }
  .header-row {
    gap: 10px;
  }
}

@media (max-width: 1200px) {
  .btn-header-quote {
    display: none;
  }
  .nav-link {
    padding: 6px 7px;
    font-size: 0.80rem;
    gap: 3px;
  }
  .header-row {
    gap: 8px;
  }
}

/* Nav Toggle Button (Animated Hamburger) */
.nav-toggle-btn {
  display: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 11px 9px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
}

.nav-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--jbh-yellow);
}

.hamburger-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle-btn[aria-expanded="true"] .hamburger-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle-btn[aria-expanded="true"] .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle-btn[aria-expanded="true"] .hamburger-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ── 6. Section Utilities ────────────────────────────────────────────── */
.section {
  padding: 100px 0;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 16px;
  background: var(--terrain-badge-bg, var(--bg-elevated));
  border: 1px solid var(--terrain-border, var(--border-accent));
  border-radius: var(--radius-full);
  font-family: var(--font-brand);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--terrain-accent, var(--accent-amber));
  margin-bottom: 18px;
  line-height: 1;
  vertical-align: middle;
  transition: color 0.8s var(--ease-spring), border-color 0.8s var(--ease-spring), background-color 0.8s var(--ease-spring);
}

.section-badge svg {
  flex-shrink: 0;
}

.section-header h2 {
  font-family: var(--font-brand);
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #ffffff;
  text-wrap: balance;
}

.section-header p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 680px;
  margin-inline: auto;
  text-wrap: pretty;
}

/* Alternate section backgrounds */
.section--radar {
  background: linear-gradient(180deg, var(--bg-base) 0%, #0d1320 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section--calculator {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section--fleet {
  background: linear-gradient(180deg, var(--bg-base) 0%, #0c121e 100%);
}

.section--loyalty {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section--contact {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
}

/* ── 7. Hero Section ─────────────────────────────────────────────────── */
.hero-section {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}

.hero-ambient-glow {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: var(--terrain-hero-glow, radial-gradient(circle, rgba(255, 199, 44, 0.12) 0%, rgba(0, 93, 186, 0.08) 50%, transparent 70%));
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
  transition: background 0.8s var(--ease-smooth);
}

.hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
  mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
}

.hero-badges-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.authority-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 199, 44, 0.14);
  border: 1px solid rgba(255, 199, 44, 0.4);
  border-radius: var(--radius-full);
  color: var(--jbh-yellow);
  font-family: var(--font-brand);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  vertical-align: middle;
}

.authority-badge svg {
  flex-shrink: 0;
}

.fleet-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-full);
  color: #cbd5e1;
  font-family: var(--font-brand);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1;
  vertical-align: middle;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: var(--accent-emerald);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent-emerald);
  flex-shrink: 0;
}

.hero-title {
  font-family: var(--font-brand);
  font-size: clamp(2.5rem, 5vw, 3.85rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-wrap: balance;
}

.hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #9cb3d0;
  margin-bottom: 34px;
  max-width: 620px;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 28px;
}

.metric-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.metric-num {
  font-family: var(--font-brand);
  font-size: 1.85rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.metric-card--highlight .metric-num {
  color: var(--jbh-yellow);
}

.metric-label {
  font-size: 0.8rem;
  color: #627d98;
  font-weight: 500;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
}

/* ── J.B. Hunt Inspired Hero Action Hub (Centerpiece Module) ───────── */
.hero-action-hub {
  background: #0a172e;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: border-color var(--transition-fast);
}

.hero-action-hub:hover {
  border-color: rgba(255, 199, 44, 0.4);
}

.hub-tabs-nav {
  display: flex;
  background: #060f1e;
  border-bottom: 1px solid var(--border-subtle);
}

.hub-tab-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: #9cb3d0;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.hub-tab-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
}

.hub-tab-btn.active {
  color: var(--jbh-yellow);
  background: rgba(255, 199, 44, 0.06);
  border-bottom-color: var(--jbh-yellow);
}

.hub-panel {
  display: none;
  padding: 24px;
}

.hub-panel.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

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

.hub-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.hub-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hub-label {
  font-size: 0.775rem;
  font-weight: 700;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hub-select,
.hub-input {
  width: 100%;
  padding: 10px 14px;
  background: #060e1d;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-sm);
  color: #ffffff;
  font-size: 0.875rem;
  outline: none;
  transition: border-color var(--transition-fast);
}

.hub-select:focus,
.hub-input:focus {
  border-color: var(--jbh-yellow);
  box-shadow: 0 0 0 3px rgba(255, 199, 44, 0.15);
}

.hub-slider-wrap {
  grid-column: span 2;
  background: #060e1d;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}

.hub-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.hub-badge-val {
  background: rgba(255, 199, 44, 0.16);
  color: var(--jbh-yellow);
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.8rem;
}

.hub-quote-preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #060e1d;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  margin-bottom: 16px;
}

#hubEquipSelectedTitle {
  color: #ffffff;
  font-size: 0.875rem;
}

.hub-preview-amount {
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.hub-preview-label {
  font-size: 0.75rem;
  color: #627d98;
  display: block;
}

/* Quick Equipment Matcher Cards */
.hub-equip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.hub-equip-card {
  background: #060e1d;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 12px;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition-fast);
}

.hub-equip-card:hover,
.hub-equip-card.selected {
  border-color: var(--jbh-yellow);
  background: rgba(255, 199, 44, 0.06);
  transform: translateY(-2px);
}

.hub-equip-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.hub-equip-spec {
  font-size: 0.725rem;
  color: var(--jbh-yellow);
  font-weight: 600;
}

/* Tracking Mini Status inside Hub */
.hub-track-input-row {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.hub-chips-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: #9cb3d0;
}

.hub-chip-btn {
  background: #060e1d;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-full);
  color: #cbd5e1;
  padding: 4px 10px;
  font-size: 0.725rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.hub-chip-btn:hover {
  border-color: var(--jbh-yellow);
  color: #ffffff;
}

.hub-track-result {
  background: #060e1d;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 14px;
  margin-top: 10px;
  display: none;
}

.hero-card-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-medium);
  box-shadow: var(--shadow-lg);
  background: var(--bg-surface);
  transition: transform var(--transition-normal);
}

.hero-card-frame:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.hero-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.hero-overlay-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(6, 14, 29, 0.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--jbh-yellow);
}

.hero-floating-telematics {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(10, 23, 46, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.telematics-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--accent-cyan-soft);
  color: var(--accent-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-floating-telematics strong {
  display: block;
  font-size: 0.9rem;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-floating-telematics span {
  font-size: 0.775rem;
  color: #9cb3d0;
}

/* ── 8. Trust Stats Ribbon (J.B. Hunt Reliability Benchmark) ─────────── */
.trust-stats-ribbon {
  background: #040913;
  border-top: 1px solid var(--border-medium);
  border-bottom: 1px solid var(--border-medium);
  padding: 22px 0;
  position: relative;
  z-index: 5;
}

.trust-stats-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 220px;
}

.trust-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: rgba(255, 199, 44, 0.12);
  color: var(--jbh-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 199, 44, 0.25);
}

.trust-stat-item strong {
  display: block;
  font-family: var(--font-brand);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: 0.2px;
}

.trust-stat-item span {
  display: block;
  font-size: 0.775rem;
  color: #9cb3d0;
  margin-top: 2px;
}

.trust-stat-divider {
  width: 1px;
  height: 36px;
  background: var(--border-subtle);
}

@media (max-width: 992px) {
  .trust-stat-divider {
    display: none;
  }
}

/* ── 9. Segmented Audience / Solutions Wizard (J.B. Hunt Signature) ── */
.section--audiences {
  padding: 90px 0;
  background: linear-gradient(180deg, var(--bg-base) 0%, #081426 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.audience-card {
  background: #0a172e;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--jbh-yellow) 0%, var(--jbh-blue) 100%);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.audience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 199, 44, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card--highlight {
  border-color: rgba(255, 199, 44, 0.35);
  background: linear-gradient(180deg, #0d1e3d 0%, #0a172e 100%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

.audience-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: rgba(255, 199, 44, 0.12);
  border: 1px solid rgba(255, 199, 44, 0.3);
  border-radius: var(--radius-full);
  color: var(--jbh-yellow);
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
  margin-bottom: 20px;
}

.audience-card-badge--gold {
  background: var(--jbh-yellow);
  color: var(--jbh-navy);
  border-color: var(--jbh-yellow);
}

.audience-card-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  color: var(--jbh-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform var(--transition-fast);
}

.audience-card:hover .audience-card-icon {
  transform: scale(1.08);
  border-color: rgba(255, 199, 44, 0.4);
  background: rgba(255, 199, 44, 0.1);
}

.audience-card h3 {
  font-size: 1.45rem;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.25;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
}

.audience-card p {
  font-size: 0.925rem;
  color: #9cb3d0;
  line-height: 1.6;
  margin-bottom: 24px;
}

.audience-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.audience-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: #cbd5e1;
  line-height: 1.45;
}

.audience-checklist li span {
  color: var(--jbh-yellow);
  font-weight: 800;
  flex-shrink: 0;
}

.audience-cta {
  align-self: flex-start;
  margin-top: auto;
}

/* ── 10. LOAD BEARER 360° Technology & Corridor Grid ─────────────────── */
.section--telematics-360 {
  background: linear-gradient(180deg, #081426 0%, var(--bg-base) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}

.telematics-360-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.suite-feature-card {
  background: #0a172e;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.suite-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 93, 186, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

.suite-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.suite-card-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: rgba(0, 93, 186, 0.16);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(0, 93, 186, 0.3);
}

.suite-card-header h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
}

.suite-card-header span {
  font-size: 0.775rem;
  color: var(--jbh-yellow);
  font-weight: 600;
}

.suite-feature-card p {
  font-size: 0.875rem;
  color: #9cb3d0;
  line-height: 1.6;
  margin-bottom: 18px;
  flex-grow: 1;
}

.telemetry-telemetric-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
}

.telemetry-telemetric-pills span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #060e1d;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: 0.725rem;
  font-weight: 600;
  color: #cbd5e1;
}

@media (max-width: 900px) {
  .audience-grid,
  .telematics-360-grid {
    grid-template-columns: 1fr;
  }
}

.corridor-pills-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.corridor-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #0a172e;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-full);
  color: #cbd5e1;
  font-size: 0.8rem;
  font-weight: 600;
}

.corridor-pill .corridor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jbh-yellow);
}

.cockpit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.cockpit-panel {
  background: #0a172e;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}

.cockpit-panel h3 {
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 12px;
}

.cockpit-panel p {
  font-size: 0.925rem;
  color: #9cb3d0;
  margin-bottom: 24px;
}

.pillar-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pillar-item {
  background: #060e1d;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px;
}

.pillar-item-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--jbh-yellow-soft);
  color: var(--jbh-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.pillar-item strong {
  display: block;
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.pillar-item span {
  font-size: 0.775rem;
  color: #627d98;
  line-height: 1.4;
  display: block;
}

/* ── 10. Live Radar & Telematics Tracker ─────────────────────────────── */
.radar-card {
  background: #0a172e;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  max-width: 960px;
  margin: 0 auto;
}

.radar-search-bar {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 280px;
}

.search-ic {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  pointer-events: none;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 13px 16px;
  background: #0b101c;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  color: #ffffff;
  font-size: 0.925rem;
  transition: all var(--transition-fast);
}

.search-input-wrap .form-input {
  padding-left: 46px;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--accent-amber);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
  background: #0e1424;
}

.form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

.sample-chips-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.825rem;
}

.chips-label {
  color: var(--text-muted);
  font-weight: 500;
}

.chip-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  color: #cbd5e1;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.chip-btn:hover {
  background: var(--accent-amber-soft);
  border-color: var(--accent-amber);
  color: var(--accent-amber);
}

/* Radar Output Details Panel */
.radar-output-panel {
  display: none;
  margin-top: 32px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 28px;
}

.telematics-dashboard {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dash-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  background: #0b101c;
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.dash-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.825rem;
  font-weight: 700;
}

.dash-status-pill.in-transit {
  background: var(--accent-amber-soft);
  color: var(--accent-amber);
  border: 1px solid var(--border-accent);
}

.dash-status-pill.delivered {
  background: var(--accent-emerald-soft);
  color: var(--accent-emerald);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.dash-status-pill.dispatched {
  background: var(--accent-cyan-soft);
  color: var(--accent-cyan);
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.telematics-metrics-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.t-metric-box {
  background: #0e1526;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px;
}

.t-metric-box span {
  font-size: 0.775rem;
  color: var(--text-muted);
  display: block;
  margin-bottom: 4px;
}

.t-metric-box strong {
  font-size: 1.15rem;
  color: #ffffff;
  font-family: var(--font-tech);
  letter-spacing: -0.02em;
}

/* Stepper Checkpoint Timeline */
.radar-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  margin: 12px 0;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.step-marker-row {
  display: flex;
  align-items: center;
}

.step-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1e293b;
  border: 2px solid #334155;
  z-index: 2;
  transition: all var(--transition-fast);
}

.step-dot.done {
  background: var(--accent-emerald);
  border-color: var(--accent-emerald);
  box-shadow: 0 0 8px var(--accent-emerald);
}

.step-dot.active {
  background: var(--accent-amber);
  border-color: var(--accent-amber);
  box-shadow: 0 0 8px var(--accent-amber);
}

.step-line {
  flex: 1;
  height: 2px;
  background: #1e293b;
}

.step-line.done {
  background: var(--accent-emerald);
}

.step-info strong {
  display: block;
  font-size: 0.85rem;
  color: #ffffff;
}

.step-info span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ── 9. Steel Logistics Specialization ───────────────────────────────── */
.steel-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition-normal), border-color var(--transition-normal);
  box-shadow: var(--shadow-md);
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.feature-img-frame {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.feature-card:hover .feature-img {
  transform: scale(1.03);
}

.feature-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  background: rgba(9, 13, 20, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-amber);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-body {
  padding: 28px;
}

.feature-body h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
  color: #ffffff;
}

.feature-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.feature-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.875rem;
  color: #cbd5e1;
}

.feature-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-checklist span {
  color: var(--accent-emerald);
  font-weight: 700;
}

.services-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-pill-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: transform var(--transition-normal), border-color var(--transition-normal);
}

.service-pill-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-accent);
}

.pill-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--accent-amber-soft);
  color: var(--accent-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.service-pill-card h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #ffffff;
}

.service-pill-card p {
  font-size: 0.85rem;
  line-height: 1.5;
}

/* ── 10. Freight Rate Calculator ─────────────────────────────────────── */
.calc-layout-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 32px;
  align-items: start;
}

.calc-control-panel {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.slider-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.slider-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.slider-badge {
  background: var(--accent-amber-soft);
  color: var(--accent-amber);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-accent);
}

.form-range {
  width: 100%;
  height: 6px;
  background: #1e293b;
  border-radius: var(--radius-full);
  outline: none;
  appearance: none;
  cursor: pointer;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-amber);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.6);
  transition: transform var(--transition-fast);
}

.form-range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.range-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.725rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* Vehicle Selection Cards */
.vehicle-select-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vehicle-opt {
  display: block;
  cursor: pointer;
}

.vehicle-opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vehicle-opt-content {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #0b101c;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.vehicle-opt:hover .vehicle-opt-content {
  border-color: var(--border-strong);
  background: #0e1424;
}

.vehicle-opt.selected .vehicle-opt-content {
  border-color: var(--accent-amber);
  background: rgba(245, 158, 11, 0.08);
  box-shadow: 0 0 0 1px var(--accent-amber);
}

.vehicle-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vehicle-info strong {
  display: block;
  font-size: 0.875rem;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 2px;
}

.vehicle-info p {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.capacity-alert {
  display: none;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5;
  font-size: 0.85rem;
  margin-top: 16px;
}

/* Route Vector Indicator Card */
.route-vector-card {
  margin-top: 24px;
  background: #0b101c;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px;
}

.vector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.825rem;
}

.vector-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-cyan);
  font-weight: 600;
}

.corridor-name {
  color: #ffffff;
  font-weight: 600;
}

.vector-progress-bar {
  height: 4px;
  background: #1e293b;
  border-radius: var(--radius-full);
  overflow: hidden;
  margin-bottom: 14px;
}

.vector-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--accent-amber), var(--accent-cyan));
  border-radius: var(--radius-full);
}

.vector-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #cbd5e1;
  flex-wrap: wrap;
  gap: 8px;
}

.vector-meta span {
  color: var(--text-muted);
}

/* Quotation Summary Card */
.calc-quote-card {
  background: var(--bg-card);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  position: sticky;
  top: 100px;
}

.quote-header {
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.quote-badge {
  display: inline-block;
  padding: 4px 10px;
  background: var(--accent-amber-soft);
  color: var(--accent-amber);
  border-radius: var(--radius-full);
  font-size: 0.725rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.quote-header h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 6px;
}

.quote-sub {
  font-size: 0.825rem;
  line-height: 1.5;
}

.quote-lines {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.quote-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.quote-line strong {
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
}

.quote-line--total {
  border-top: 1px solid var(--border-subtle);
  padding-top: 18px;
  margin-top: 4px;
}

.total-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--font-heading);
}

.total-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.total-price {
  font-family: var(--font-brand);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent-amber);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  line-height: 1;
}

.quote-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.quote-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.quote-guarantee .ic {
  color: var(--accent-emerald);
  margin-top: 2px;
}

/* ── 11. Core Services Section ───────────────────────────────────────── */
.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-box {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: transform var(--transition-normal), border-color var(--transition-normal);
}

.service-box:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.service-box-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--accent-amber-soft);
  color: var(--accent-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-box h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #ffffff;
}

.service-box p {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── 12. Fleet Gallery & Comparator ──────────────────────────────────── */
.gallery-controls-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.gallery-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-btn {
  padding: 8px 18px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  color: #cbd5e1;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.pill-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.pill-btn.active {
  background: var(--accent-amber);
  color: #090d14;
  border-color: var(--accent-amber);
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.3);
}

.fleet-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.fleet-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition-normal), border-color var(--transition-normal);
  box-shadow: var(--shadow-md);
}

.fleet-item:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.fleet-item-visual {
  position: relative;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
}

.fleet-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.fleet-item:hover .fleet-photo {
  transform: scale(1.04);
}

.fleet-verified-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 4px 10px;
  background: rgba(9, 13, 20, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: 0.725rem;
  font-weight: 600;
  color: var(--accent-emerald);
}

.fleet-item-info {
  padding: 24px;
}

.fleet-item-info h4 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #ffffff;
}

.fleet-item-info p {
  font-size: 0.875rem;
  line-height: 1.55;
  margin-bottom: 16px;
}

.spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.spec-pills span {
  padding: 4px 10px;
  background: #0b101c;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 600;
  color: #cbd5e1;
}

/* ── 13. Case Studies Section ────────────────────────────────────────── */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.case-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: transform var(--transition-normal), border-color var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.case-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.case-client {
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--accent-amber);
}

.case-tag {
  padding: 3px 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  color: #cbd5e1;
}

.case-card h3 {
  font-size: 1.25rem;
  margin-bottom: 14px;
  color: #ffffff;
  line-height: 1.35;
}

.case-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 24px;
  flex: 1;
}

.case-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 18px;
  font-size: 0.825rem;
}

.case-stats div {
  display: flex;
  justify-content: space-between;
  color: #cbd5e1;
}

.case-stats span {
  color: var(--text-muted);
}

.case-stats strong {
  color: #ffffff;
}

/* ── 14. Corporate Clients & Moving Marquee Ticker ─────────────────────────── */
.client-marquee-section {
  position: relative;
  background: #040914;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
  overflow: hidden;
  z-index: 10;
}

.client-marquee-header {
  padding: 16px 24px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(6, 12, 24, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.client-marquee-headline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-brand);
  font-size: 0.82rem;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.client-marquee-headline .live-dot-green {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 10px #10b981;
  display: inline-block;
}

.client-marquee-subtext {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.client-marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #030712;
  -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
  mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
}

.client-marquee-track {
  display: flex;
  width: max-content;
  animation: clientMarqueeScroll 38s linear infinite;
  will-change: transform;
}

.client-marquee-container:hover .client-marquee-track {
  animation-play-state: paused;
}

.client-marquee-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 220px;
  height: 104px;
  padding: 16px 20px;
  background: #060d1b;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  text-decoration: none;
  user-select: none;
}

.client-marquee-cell:hover {
  background: #0b1730;
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: inset 0 0 20px rgba(56, 189, 248, 0.06);
}

.client-marquee-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: background 0.3s ease;
}

.client-marquee-cell:hover::after {
  background: linear-gradient(90deg, transparent, #38bdf8, transparent);
}

.client-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0.72;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.client-marquee-cell:hover .client-logo-wrapper {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.04);
}

.client-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #e2e8f0;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.client-marquee-cell:hover .client-icon-box {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.4);
  color: #38bdf8;
}

.client-name-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.client-name-primary {
  font-family: var(--font-brand);
  font-size: 0.90rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #f1f5f9;
  text-transform: uppercase;
  line-height: 1.15;
}

.client-name-sub {
  font-size: 0.63rem;
  color: #94a3b8;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
}

@keyframes clientMarqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .client-marquee-cell {
    width: 180px;
    height: 86px;
    padding: 12px 14px;
  }
  .client-name-primary {
    font-size: 0.80rem;
  }
  .client-marquee-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

.clients-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

.client-logo-tag {
  padding: 12px 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #cbd5e1;
  letter-spacing: 0.5px;
  transition: all var(--transition-fast);
}

.client-logo-tag:hover {
  border-color: var(--accent-amber);
  color: var(--accent-amber);
  transform: translateY(-2px);
}

.loyalty-box {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
  max-width: 960px;
  margin: 0 auto;
}

.loyalty-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.loyalty-header h3 {
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.loyalty-badge-tag {
  padding: 6px 14px;
  background: var(--accent-amber-soft);
  border: 1px solid var(--border-accent);
  color: var(--accent-amber);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
}

.loyalty-bar-wrap {
  position: relative;
  margin: 40px 0 60px;
}

.loyalty-progress-track {
  height: 8px;
  background: #1e293b;
  border-radius: var(--radius-full);
  overflow: hidden;
}

.loyalty-progress-fill {
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-amber), #ea580c);
  border-radius: var(--radius-full);
}

.milestones-row {
  position: relative;
}

.milestone-item {
  position: absolute;
  top: -14px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.milestone-item:nth-child(1) {
  left: 0%;
}

.milestone-item:nth-child(2) {
  left: 50%;
}

.milestone-item:nth-child(3) {
  left: 100%;
}

.m-point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0b101c;
  border: 3px solid #334155;
  margin-bottom: 10px;
}

.m-point.active {
  border-color: var(--accent-amber);
  background: var(--accent-amber);
  box-shadow: 0 0 10px var(--accent-amber);
}

.m-point.gold {
  border-color: #fbbf24;
  background: #fbbf24;
  box-shadow: 0 0 12px #fbbf24;
}

.m-text {
  font-size: 0.775rem;
  color: #cbd5e1;
  white-space: nowrap;
}

.loyalty-terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
}

.term-col strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 6px;
}

.term-col strong .ic {
  color: var(--accent-amber);
}

.term-col p {
  font-size: 0.85rem;
  line-height: 1.5;
}

/* ── 15. FAQ Accordion ───────────────────────────────────────────────── */
.faq-search-wrap {
  max-width: 640px;
  margin: 0 auto 36px;
}

.faq-input-box {
  position: relative;
}

.faq-input-box .search-ic {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  pointer-events: none;
}

.faq-input-box .form-input {
  padding-left: 48px;
  padding-right: 48px;
}

.clear-search-btn {
  display: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 6px;
  font-size: 0.9rem;
}

.faq-accordion {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition-fast);
}

.faq-card:hover {
  border-color: var(--border-medium);
}

.faq-card.active {
  border-color: var(--border-accent);
}

.faq-toggle {
  width: 100%;
  padding: 22px 24px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  gap: 16px;
}

.faq-toggle-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--accent-amber);
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

.faq-card.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal), padding var(--transition-normal);
  padding: 0 24px;
}

.faq-card.active .faq-content {
  max-height: 280px;
  padding: 0 24px 22px;
}

.faq-content p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #94a3b8;
}

/* ── 16. Contact & Quote Section ─────────────────────────────────────── */
.contact-layout-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: start;
}

.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-lg);
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-info-card {
  background: linear-gradient(165deg, rgba(17, 24, 39, 0.95) 0%, rgba(10, 15, 29, 0.98) 100%);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.6), 0 0 25px -5px rgba(56, 189, 248, 0.08);
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #38BDF8, #FFC72C, transparent);
}

.office-header h3,
.contact-header h3 {
  font-family: var(--font-brand);
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 6px;
}

.office-header p,
.contact-header p {
  font-size: 0.875rem;
  color: #94A3B8;
  line-height: 1.5;
}

.info-items-list,
.contact-items-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-row,
.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  transition: all 0.25s ease;
}

.info-row:hover,
.contact-item:hover {
  background: rgba(56, 189, 248, 0.04);
  border-color: rgba(56, 189, 248, 0.25);
  transform: translateX(4px);
}

.info-icon,
.contact-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(255, 199, 44, 0.15) 0%, rgba(56, 189, 248, 0.15) 100%);
  border: 1px solid rgba(255, 199, 44, 0.3);
  color: #FFC72C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(255, 199, 44, 0.1);
  transition: all 0.25s ease;
}

.info-row:hover .info-icon,
.contact-item:hover .contact-icon {
  border-color: #38BDF8;
  color: #38BDF8;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.25);
}

.info-row strong,
.contact-label {
  display: block;
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94A3B8;
  margin-bottom: 3px;
}

.contact-val {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  font-style: normal;
}

a.contact-val {
  font-family: var(--font-tech);
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
}

address.contact-val {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: #CBD5E1;
  line-height: 1.5;
}

.contact-hint {
  display: block;
  font-size: 0.8rem;
  color: #64748B;
  margin-top: 3px;
}

.info-row p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #E2E8F0;
}

.info-row a:hover,
.contact-val:hover {
  color: #FFC72C;
}

.whatsapp-cta-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}

/* ── 17. Main & Footer Stacking Context ──────────────────────────────── */
main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 10;
  background: #070a10;
  border-top: 1px solid var(--border-subtle);
  padding: 80px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 48px;
  margin-bottom: 64px;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-row img {
  height: 44px;
  width: 44px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #ffffff;
}

.footer-desc {
  font-size: 0.875rem;
  line-height: 1.6;
}

.footer-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.775rem;
  color: var(--accent-amber);
  font-weight: 600;
}

.footer-title {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-links-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.875rem;
}

.footer-links-col a {
  color: #94a3b8;
}

.footer-links-col a:hover {
  color: var(--accent-amber);
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #94a3b8;
}

.footer-contact-list .ic {
  color: var(--accent-amber);
  margin-top: 4px;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
  padding-top: 32px;
  font-size: 0.825rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy strong {
  color: #ffffff;
}

.footer-sub-links {
  display: flex;
  gap: 10px;
}

/* ── 18. Mobile Sticky Quick Dock ────────────────────────────────────── */
.mobile-quick-dock {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(9, 13, 20, 0.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-medium);
  padding: 8px 16px;
  z-index: 99;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}

.dock-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}

.dock-btn:hover {
  color: #ffffff;
}

.dock-btn--whatsapp {
  color: #25d366;
}

.dock-btn--accent {
  color: var(--accent-amber);
}

/* ── 19. Modals & Lightbox ───────────────────────────────────────────── */
.modal-backdrop, .lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 7, 13, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.modal-backdrop.active, .lightbox-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  background: #0f1626;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  max-width: 920px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px;
  position: relative;
  box-shadow: var(--shadow-lg);
  transform: scale(0.96);
  transition: transform var(--transition-normal);
}

.modal-backdrop.active .modal-card {
  transform: scale(1);
}

.modal-close-btn, .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.modal-close-btn:hover, .lightbox-close:hover {
  background: rgba(255, 255, 255, 0.15);
}

.modal-badge {
  display: inline-block;
  padding: 4px 10px;
  background: var(--accent-amber-soft);
  color: var(--accent-amber);
  border-radius: var(--radius-full);
  font-size: 0.725rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.modal-header h3 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 6px;
}

.modal-header p {
  font-size: 0.875rem;
  margin-bottom: 24px;
}

.table-container {
  overflow-x: auto;
  margin-bottom: 24px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  text-align: left;
}

.spec-table th, .spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-subtle);
}

.spec-table th {
  background: #0a0f1c;
  color: var(--accent-amber);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
}

.spec-table td {
  color: #cbd5e1;
}

.spec-highlight {
  font-weight: 700;
  color: #ffffff;
}

.spec-highlight--accent {
  color: var(--accent-amber);
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
}

/* Lightbox specific */
.lightbox-content {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lightbox-content img {
  max-height: 80vh;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-medium);
  box-shadow: var(--shadow-lg);
}

.lightbox-caption {
  font-size: 0.9rem;
  color: #cbd5e1;
  text-align: center;
}

/* ── 20. Toast Notifications ─────────────────────────────────────────── */
.toast-stack {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2000;
}

.toast {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #0f172a;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  color: #ffffff;
  font-size: 0.875rem;
  animation: toastSlideIn 0.35s var(--ease-spring);
}

.toast.success {
  border-left: 4px solid var(--accent-emerald);
}

.toast.warning {
  border-left: 4px solid var(--accent-amber);
}

.toast.info {
  border-left: 4px solid var(--accent-cyan);
}

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

/* ── 21. Responsive Breakpoints ──────────────────────────────────────── */
@media (max-width: 1080px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-visual {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
  }
  .calc-layout-grid,
  .contact-layout-grid {
    grid-template-columns: 1fr;
  }
  .services-cards-grid,
  .services-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fleet-cards-grid,
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.35rem;
  }
  .hero-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .steel-feature-grid {
    grid-template-columns: 1fr;
  }
  .fleet-cards-grid,
  .cases-grid {
    grid-template-columns: 1fr;
  }
  .slider-group-grid,
  .vehicle-select-grid,
  .form-row-2,
  .loyalty-terms-grid {
    grid-template-columns: 1fr;
  }
  .radar-timeline {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .header-phone-chip {
    display: none;
  }
  .brand-badge-pill {
    display: none;
  }
  .calc-control-panel,
  .calc-quote-card,
  .radar-card,
  .contact-form-card,
  .contact-info-card,
  .loyalty-box {
    padding: 24px 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ── 22. Reduced Motion Accessibility ────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ── 23. J.B. Hunt Enterprise Improvements & Additions ───────────────── */

/* 23.1 Accessibility Skip-Nav */
.skip-nav {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--amber);
  color: #07152b;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
  z-index: 10000;
  transition: top 0.2s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
.skip-nav:focus {
  top: 0;
}

/* 23.2 JBH Blue Gradient CTA Button */
.btn-gradient-blue {
  background: linear-gradient(135deg, #005DBA 0%, #003B77 100%);
  color: #ffffff !important;
  border: 1px solid rgba(0, 163, 255, 0.4);
  box-shadow: 0 4px 16px rgba(0, 93, 186, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn-gradient-blue:hover {
  background: linear-gradient(135deg, #0074E8 0%, #004D99 100%);
  border-color: rgba(0, 163, 255, 0.8);
  box-shadow: 0 6px 24px rgba(0, 120, 240, 0.5);
  transform: translateY(-1px);
}

/* 23.3 Rotating Hero Text (Optically Aligned Digital Readout Chip) */
.hero-rotating-container {
  display: inline-flex;
  align-items: center;
  vertical-align: -0.25em;
  position: relative;
  overflow: hidden;
  height: 1.55em;
  min-width: 255px;
  background: rgba(255, 199, 44, 0.1);
  border: 1px solid rgba(255, 199, 44, 0.28);
  border-radius: 6px;
  padding: 0 10px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
}
.hero-rotating-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.hero-rotating-item {
  height: 1.55em;
  line-height: 1.55em;
  display: flex;
  align-items: center;
  color: var(--jbh-yellow);
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 1.05em;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* 23.4 Scrolling Service Marquee Ticker */
.service-marquee-section {
  background: #07152B;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  padding: 16px 0;
  position: relative;
}
.service-marquee-section::before,
.service-marquee-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.service-marquee-section::before {
  left: 0;
  background: linear-gradient(90deg, #07152B 0%, transparent 100%);
}
.service-marquee-section::after {
  right: 0;
  background: linear-gradient(270deg, #07152B 0%, transparent 100%);
}
.marquee-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: marqueeScroll 35s linear infinite;
}
.service-marquee-section:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #CBD5E1;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.marquee-chip:hover {
  background: rgba(255, 199, 44, 0.1);
  border-color: rgba(255, 199, 44, 0.35);
  color: #FFC72C;
}
.marquee-chip i {
  color: var(--amber);
  font-size: 14px;
}

/* 23.5 Why LOAD BEARER Enterprise Differentiators */
.why-lb-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #07152B 0%, #0A1E3F 50%, #07152B 100%);
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.why-lb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.why-lb-card {
  background: rgba(11, 27, 61, 0.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 36px 30px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.why-lb-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--terrain-accent), #005DBA);
  opacity: 0;
  transition: opacity 0.3s ease, background 0.8s ease;
}
.why-lb-card:hover {
  transform: translateY(-4px);
  border-color: var(--terrain-border);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 20px var(--terrain-accent-glow);
}
.why-lb-card:hover::before {
  opacity: 1;
}
.why-lb-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: rgba(0, 93, 186, 0.15);
  border: 1px solid rgba(0, 93, 186, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #00A3FF;
  margin-bottom: 22px;
}
.why-lb-card:nth-child(2) .why-lb-icon-box {
  background: rgba(255, 199, 44, 0.12);
  border-color: rgba(255, 199, 44, 0.28);
  color: #FFC72C;
}
.why-lb-metric {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.why-lb-metric-sub {
  font-size: 14px;
  color: #94A3B8;
  font-weight: 500;
}
.why-lb-title {
  font-size: 18px;
  font-weight: 700;
  color: #F1F5F9;
  margin-bottom: 12px;
}
.why-lb-desc {
  font-size: 14px;
  color: #94A3B8;
  line-height: 1.65;
}

/* 23.6 Testimonials Carousel (JBH Client Proof) */
.testimonials-section {
  padding: 100px 0;
  background: #07152B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}
.testimonials-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}
.testimonials-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.testimonial-slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .testimonial-slide {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .testimonial-slide {
    flex: 0 0 33.333%;
  }
}
.testimonial-box {
  background: rgba(11, 27, 61, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-quote {
  font-size: 14.5px;
  line-height: 1.65;
  color: #CBD5E1;
  font-style: italic;
  margin-bottom: 24px;
  position: relative;
}
.testimonial-quote::before {
  content: '“';
  font-family: serif;
  font-size: 40px;
  line-height: 1;
  color: var(--amber);
  opacity: 0.5;
  position: absolute;
  top: -18px;
  left: -8px;
}
.testimonial-author-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #005DBA, #FFC72C);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #07152B;
  font-size: 15px;
}
.author-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 2px 0;
}
.author-info p {
  font-size: 12px;
  color: #64748B;
  margin: 0;
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}
.testimonial-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #F1F5F9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.testimonial-btn:hover {
  background: var(--amber);
  color: #07152B;
  border-color: var(--amber);
}

/* 23.7 Social Links & Footer Certifications */
.footer-social-row {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.footer-social-link {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
  font-size: 15px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.footer-social-link:hover {
  background: var(--amber);
  color: #07152B;
  border-color: var(--amber);
  transform: translateY(-2px);
}
.footer-certs-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 28px;
}
.footer-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  font-size: 11.5px;
  color: #94A3B8;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.footer-cert-badge i {
  color: var(--amber);
}

/* 23.8 Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: -150px;
  left: 20px;
  right: 20px;
  max-width: 860px;
  margin: 0 auto;
  background: rgba(11, 27, 61, 0.95);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 18px 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6);
  transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-banner.show {
  bottom: 24px;
}
.cookie-text {
  font-size: 13px;
  color: #CBD5E1;
  line-height: 1.5;
  margin: 0;
}
.cookie-text a {
  color: var(--amber);
  text-decoration: underline;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-btn-accept {
  background: var(--amber);
  color: #07152B;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.cookie-btn-accept:hover {
  opacity: 0.9;
}
.cookie-btn-decline {
  background: transparent;
  color: #94A3B8;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cookie-btn-decline:hover {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .why-lb-grid {
    grid-template-columns: 1fr;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── 24. Sub-Page Shared Architecture ────────────────────────────────── */
.page-hero {
  position: relative;
  padding: 140px 0 60px;
  background: radial-gradient(circle at 50% 20%, #0F2754 0%, #07152B 65%, #050E1D 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94A3B8;
  margin-bottom: 16px;
}
.breadcrumb-trail a {
  color: #CBD5E1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-trail a:hover {
  color: var(--amber);
}
.breadcrumb-separator {
  color: #64748B;
  font-size: 11px;
}
.breadcrumb-current {
  color: var(--amber);
  font-weight: 600;
}
.page-hero-title {
  font-family: var(--font-brand);
  font-size: clamp(34px, 4.8vw, 52px);
  font-weight: 900;
  line-height: 1.12;
  color: #FFFFFF;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.page-hero-subtitle {
  font-size: 17px;
  line-height: 1.65;
  color: #CBD5E1;
  max-width: 720px;
  margin-bottom: 24px;
  text-wrap: pretty;
}
.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.page-container-padded {
  padding: 80px 0;
}

/* ── 25. Delhivery-Inspired Pincode-to-Pincode Routing Engine ──────── */
.pincode-route-container {
  background: rgba(7, 21, 43, 0.7);
  border: 1px solid rgba(255, 199, 44, 0.25);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.pincode-route-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
}

.pincode-route-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-brand);
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.pincode-route-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(0, 93, 186, 0.2);
  border: 1px solid rgba(0, 163, 255, 0.4);
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  color: #38BDF8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pincode-input-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.pincode-swap-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 199, 44, 0.12);
  border: 1px solid rgba(255, 199, 44, 0.3);
  color: var(--jbh-yellow);
  font-size: 14px;
  flex-shrink: 0;
}

.pincode-field-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pincode-field-box label {
  font-size: 12px;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
}

.pincode-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.pincode-input-wrap svg {
  position: absolute;
  left: 14px;
  color: #64748B;
  pointer-events: none;
  transition: color 0.2s ease;
}

.pincode-input {
  width: 100%;
  background: #0A172E;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  padding: 12px 14px 12px 42px;
  color: #FFFFFF;
  font-family: var(--font-tech);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pincode-input:focus {
  outline: none;
  border-color: var(--jbh-yellow);
  box-shadow: 0 0 0 3px rgba(255, 199, 44, 0.2);
}

.pincode-input:focus + svg {
  color: var(--jbh-yellow);
}

.pincode-status-chip {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 33, 66, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94A3B8;
  min-height: 24px;
}

.pincode-status-chip.resolved {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
  color: #34D399;
  font-weight: 600;
}

.pincode-status-chip.error {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
  color: #F87171;
}

/* Corridor Serviceability Matrix Card */
.corridor-service-card {
  background: linear-gradient(135deg, rgba(13, 30, 61, 0.85) 0%, rgba(7, 21, 43, 0.95) 100%);
  border: 1px solid rgba(0, 163, 255, 0.25);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: center;
}

.corridor-metric-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.corridor-metric-label {
  font-size: 11px;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.corridor-metric-value {
  font-family: var(--font-brand);
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.corridor-metric-value.highlight {
  color: var(--jbh-yellow);
}

.corridor-metric-value.status-badge {
  font-size: 0.9rem;
  color: #34D399;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Quick Industrial PIN Chips */
.pincode-suggestions-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.pincode-suggestions-label {
  font-size: 11px;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 4px;
}

.pin-chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-full);
  padding: 4px 12px;
  font-size: 12px;
  color: #CBD5E1;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--font-tech);
}

.pin-chip:hover {
  background: rgba(255, 199, 44, 0.15);
  border-color: rgba(255, 199, 44, 0.4);
  color: #FFC72C;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .pincode-input-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pincode-swap-divider {
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .corridor-service-card {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   26. FLEXIS MOBILITY INSPIRATION — MODERN SOFTWARE-DEFINED FREIGHT SUITE
   ───────────────────────────────────────────────────────────────────────────── */

/* Hero Floating Operations Toast (Flexis .home-hero-toast benchmark) */
.hero-floating-toast {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(13, 20, 36, 0.85);
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: var(--radius-xl);
  padding: 12px 18px;
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(56, 189, 248, 0.15);
  backdrop-filter: blur(16px);
  margin-top: 24px;
  max-width: 580px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  text-decoration: none;
}

.hero-floating-toast:hover {
  border-color: #FFC72C;
  transform: translateY(-2px);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 199, 44, 0.25);
}

.hero-toast-thumb {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-toast-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hero-floating-toast:hover .hero-toast-thumb img {
  transform: scale(1.1);
}

.hero-toast-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(10, 15, 29, 0.85);
  border: 1px solid rgba(255, 199, 44, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFC72C;
  box-shadow: 0 0 12px rgba(255, 199, 44, 0.4);
  transition: all 0.2s ease;
}

.hero-floating-toast:hover .hero-toast-play-btn {
  background: #FFC72C;
  color: #0A0F1D;
  transform: scale(1.12);
}

.hero-toast-body {
  flex: 1;
  min-width: 0;
}

.hero-toast-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.hero-toast-tag {
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #38BDF8;
}

.hero-toast-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 4px;
  background: rgba(52, 211, 153, 0.15);
  color: #34D399;
  border: 1px solid rgba(52, 211, 153, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hero-toast-title {
  font-family: var(--font-brand);
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 2px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-toast-desc {
  font-size: 0.8rem;
  color: #94A3B8;
  margin: 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 4-Pillar Modern Mobility Operations Grid (Flexis 4-Suite Benchmark) */
.mobility-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.mobility-pillar-card {
  background: linear-gradient(170deg, rgba(17, 24, 39, 0.85) 0%, rgba(10, 15, 29, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.mobility-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.4), transparent);
  transition: all 0.3s ease;
}

.mobility-pillar-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.7), 0 0 25px rgba(56, 189, 248, 0.12);
}

.mobility-pillar-card:hover::before {
  background: linear-gradient(90deg, #38BDF8, #FFC72C);
  height: 4px;
}

.pillar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.pillar-icon-box {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-lg);
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38BDF8;
  transition: all 0.3s ease;
}

.mobility-pillar-card:hover .pillar-icon-box {
  background: rgba(255, 199, 44, 0.15);
  border-color: rgba(255, 199, 44, 0.5);
  color: #FFC72C;
  transform: scale(1.08);
}

.pillar-num {
  font-family: var(--font-tech);
  font-size: 1.5rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
}

.pillar-title {
  font-family: var(--font-brand);
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

.pillar-subtitle {
  font-size: 0.85rem;
  color: #94A3B8;
  line-height: 1.5;
  margin-bottom: 20px;
  flex: 1;
}

.pillar-specs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
}

.pillar-specs-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.825rem;
  color: #CBD5E1;
  line-height: 1.4;
}

.pillar-specs-list li svg {
  color: #34D399;
  flex-shrink: 0;
  margin-top: 2px;
}

.pillar-kpi-chip {
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: var(--radius-md);
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pillar-kpi-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #94A3B8;
  font-weight: 600;
}

.pillar-kpi-val {
  font-family: var(--font-tech);
  font-size: 13px;
  font-weight: 800;
  color: #38BDF8;
}

/* Modular Trailer & Chassis Architecture Explorer (Flexis Skateboard Platform) */
.chassis-explorer-section {
  background: #090D16;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.chassis-explorer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.chassis-blueprint-stage {
  position: relative;
  background: radial-gradient(circle at center, rgba(30, 58, 138, 0.25) 0%, rgba(10, 15, 29, 0.95) 75%);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: var(--radius-2xl);
  padding: 40px 30px;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.6), 0 20px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.blueprint-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(56, 189, 248, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.chassis-vehicle-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.8));
  position: relative;
  z-index: 1;
}

/* Interactive Hotspots */
.chassis-hotspot {
  position: absolute;
  z-index: 5;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(10, 15, 29, 0.9);
  border: 2px solid #FFC72C;
  color: #FFC72C;
  font-family: var(--font-tech);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(255, 199, 44, 0.5);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate(-50%, -50%);
}

.chassis-hotspot::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 199, 44, 0.4);
  animation: hotspotPulse 2s infinite;
}

@keyframes hotspotPulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(0.9); opacity: 0; }
}

.chassis-hotspot:hover,
.chassis-hotspot.active {
  background: #FFC72C;
  color: #0A0F1D;
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 25px rgba(255, 199, 44, 0.8);
}

.chassis-hotspot.active::before {
  border-color: #38BDF8;
}

/* Hotspot Telemetry Readout Card */
.chassis-readout-card {
  background: linear-gradient(165deg, rgba(17, 24, 39, 0.95) 0%, rgba(10, 15, 29, 0.98) 100%);
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(16px);
  position: relative;
}

.readout-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  color: #38BDF8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.readout-title {
  font-family: var(--font-brand);
  font-size: 1.65rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.readout-desc {
  font-size: 0.925rem;
  color: #94A3B8;
  line-height: 1.6;
  margin-bottom: 24px;
}

.readout-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.readout-specs-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.readout-specs-table th {
  text-align: left;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.readout-specs-table td {
  text-align: right;
  padding: 10px 0;
  font-family: var(--font-tech);
  font-size: 13px;
  font-weight: 700;
  color: #F8FAFC;
}

.readout-hotspot-nav {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.hotspot-nav-pill {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 8px 6px;
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  color: #94A3B8;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.hotspot-nav-pill:hover,
.hotspot-nav-pill.active {
  background: rgba(255, 199, 44, 0.15);
  border-color: #FFC72C;
  color: #FFC72C;
}

/* Dispatch Terminal Radar & Quick Action Group (Contact Enhancements) */
.terminal-status-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(6, 95, 70, 0.25);
  border: 1px solid rgba(52, 211, 153, 0.35);
  border-radius: var(--radius-lg);
  margin-bottom: 20px;
}

.terminal-radar-pulse {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.terminal-radar-pulse .radar-dot {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #34D399;
}

.terminal-radar-pulse .radar-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #34D399;
  animation: radarWave 2s infinite ease-out;
}

@keyframes radarWave {
  0% { transform: scale(0.5); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

.terminal-status-title {
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.terminal-status-sub {
  font-size: 11px;
  color: #A7F3D0;
}

.terminal-live-chip {
  margin-left: auto;
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 800;
  color: #064E3B;
  background: #34D399;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

/* Quick Action Pills inside Contact Row */
.quick-action-pills {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.quick-action-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 600;
  color: #94A3B8;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quick-action-pill:hover {
  background: rgba(56, 189, 248, 0.15);
  border-color: #38BDF8;
  color: #38BDF8;
}

@media (max-width: 1080px) {
  .mobility-pillars-grid {
    grid-template-columns: 1fr 1fr;
  }
  .chassis-explorer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mobility-pillars-grid {
    grid-template-columns: 1fr;
  }
  .chassis-hotspot {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .hero-floating-toast {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-toast-thumb {
    width: 100%;
    height: 90px;
  }
}

/* ─────────────────────────────────────────────────────────────────────────────
   27. SUB-PAGE COMPONENT SUITE (Services, Telematics, Fleet, Calculator, Contact)
   ───────────────────────────────────────────────────────────────────────────── */

/* Alternating Section Background */
.section--alt {
  background: #080D18;
}

/* Steel Specialization Cards (services.html) */
.steel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.steel-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-md);
}

.steel-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 199, 44, 0.4);
  box-shadow: var(--shadow-xl), 0 0 25px rgba(255, 199, 44, 0.1);
}

.steel-card-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #060910;
}

.steel-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.steel-card:hover .steel-card-img {
  transform: scale(1.08);
}

.steel-type-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(10, 15, 29, 0.85);
  border: 1px solid rgba(255, 199, 44, 0.5);
  color: #FFC72C;
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  backdrop-filter: blur(8px);
}

.steel-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.steel-card-content h3 {
  font-family: var(--font-brand);
  font-size: 1.35rem;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.steel-card-content p {
  font-size: 0.875rem;
  color: #94A3B8;
  line-height: 1.55;
  margin-bottom: 20px;
  flex: 1;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.825rem;
  color: #94A3B8;
}

.spec-list li strong {
  color: #F1F5F9;
  font-family: var(--font-tech);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 199, 44, 0.4);
  background: transparent;
  color: #FFC72C;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
}

.btn-outline:hover {
  background: #FFC72C;
  color: #0A0F1D;
  box-shadow: 0 0 18px rgba(255, 199, 44, 0.35);
}

/* Services Grid & Detail Cards (services.html) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.service-detail-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  transition: all 0.3s ease;
}

.service-detail-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: var(--shadow-lg);
}

.service-icon-box {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38BDF8;
  margin-bottom: 20px;
}

.service-detail-card h3 {
  font-family: var(--font-brand);
  font-size: 1.35rem;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.service-detail-card p {
  font-size: 0.9rem;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0;
}

/* Quick Estimate Banner CTA */
.quick-estimate-banner {
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.6) 0%, rgba(10, 15, 29, 0.95) 100%);
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius-2xl);
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  box-shadow: var(--shadow-xl);
}

.quick-estimate-banner h3 {
  font-family: var(--font-brand);
  font-size: 1.75rem;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.quick-estimate-banner p {
  font-size: 0.95rem;
  color: #CBD5E1;
  margin: 0;
}

.banner-actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

/* Fleet Grid (fleet.html) */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 36px;
}

/* Telematics Live Tracker Cockpit (telematics.html) */
.tracker-wrapper {
  background: linear-gradient(165deg, rgba(17, 24, 39, 0.95) 0%, rgba(10, 15, 29, 0.98) 100%);
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius-2xl);
  padding: 36px;
  box-shadow: var(--shadow-2xl);
  backdrop-filter: blur(16px);
  margin-top: 36px;
}

.tracker-input-row {
  margin-bottom: 32px;
}

.tracker-field-wrap {
  display: flex;
  gap: 12px;
  max-width: 680px;
}

.tracker-input {
  flex: 1;
  padding: 14px 18px;
  background: #0B101D;
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius-md);
  color: #FFFFFF;
  font-family: var(--font-tech);
  font-size: 1rem;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
}

.tracker-input:focus {
  outline: none;
  border-color: #38BDF8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.tracker-submit-btn {
  padding: 14px 28px;
  background: var(--jbh-yellow);
  color: #0A0F1D;
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--font-brand);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.tracker-submit-btn:hover {
  background: #FBBF24;
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(255, 199, 44, 0.4);
}

.tracking-result-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  padding: 28px;
}

.tracking-meta-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 20px;
}

.tracking-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(52, 211, 153, 0.15);
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: #34D399;
  font-family: var(--font-tech);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.tracking-eta-block {
  text-align: right;
}

.eta-title {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #94A3B8;
  font-weight: 600;
}

.eta-time {
  font-family: var(--font-tech);
  font-size: 1.15rem;
  font-weight: 800;
  color: #38BDF8;
}

.telematics-speed {
  font-size: 11px;
  color: #34D399;
  margin-top: 2px;
}

/* Stepper Track */
.stepper-track {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 36px 0;
}

.stepper-track::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 30px;
  right: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.step-point {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
}

.step-point::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0B101D;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
}

.step-point.step-completed::before {
  background: #34D399;
  border-color: #34D399;
  box-shadow: 0 0 12px rgba(52, 211, 153, 0.5);
}

.step-point.step-current::before {
  background: #FFC72C;
  border-color: #FFC72C;
  box-shadow: 0 0 16px rgba(255, 199, 44, 0.7);
  animation: pulsePoint 1.8s infinite;
}

@keyframes pulsePoint {
  0% { transform: scale(1); }
  50% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

.step-label {
  display: block;
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
}

.step-sub {
  display: block;
  font-size: 11px;
  color: #94A3B8;
  margin-top: 2px;
}

.tracking-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.t-spec {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  padding: 14px;
}

.t-spec strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 4px;
}

.t-spec p {
  font-family: var(--font-tech);
  font-size: 13px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.tech-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 28px 20px;
  text-align: center;
}

.tech-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #38BDF8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

/* Freight Calculator Dedicated Page (calculator.html) */
.calculator-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: start;
  margin-top: 36px;
}

.calc-inputs-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow-xl);
}

.calc-card-header {
  margin-bottom: 28px;
}

.calc-card-header h3 {
  font-family: var(--font-brand);
  font-size: 1.45rem;
  color: #FFFFFF;
  margin: 0 0 6px;
}

.hub-hint {
  font-size: 0.85rem;
  color: #94A3B8;
  margin: 0;
}

.calc-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.calc-fields-grid .full-width {
  grid-column: 1 / -1;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-group label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #CBD5E1;
}

.input-field {
  width: 100%;
  padding: 13px 16px;
  background: #0B101D;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  color: #FFFFFF;
  font-size: 0.925rem;
  transition: all 0.2s ease;
}

.input-field:focus {
  outline: none;
  border-color: var(--jbh-yellow);
  box-shadow: 0 0 0 3px rgba(255, 199, 44, 0.18);
  background: #0E1424;
}

.slider-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.badge-accent {
  background: rgba(255, 199, 44, 0.15);
  border: 1px solid rgba(255, 199, 44, 0.4);
  color: #FFC72C;
  font-family: var(--font-tech);
  font-size: 12px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
}

.calc-range-slider {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  outline: none;
  accent-color: #FFC72C;
  margin: 12px 0 6px;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #64748B;
  font-family: var(--font-tech);
}

/* Summary Card Sticky Sidebar */
.calc-summary-card {
  position: sticky;
  top: 100px;
  background: linear-gradient(165deg, rgba(17, 24, 39, 0.95) 0%, rgba(10, 15, 29, 0.98) 100%);
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-2xl);
  backdrop-filter: blur(16px);
}

.summary-badge-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.summary-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #34D399;
}

.summary-rate-code {
  font-family: var(--font-tech);
  font-size: 11px;
  color: #94A3B8;
}

.summary-price-hero {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
}

.price-hero-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #94A3B8;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.price-hero-amount {
  font-family: var(--font-brand);
  font-size: 2.25rem;
  font-weight: 900;
  color: #FFC72C;
  line-height: 1.1;
}

.price-hero-sub {
  font-size: 11px;
  color: #64748B;
  margin-top: 4px;
}

.quote-breakdown-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.breakdown-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #94A3B8;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  padding-bottom: 8px;
}

.breakdown-item strong {
  color: #FFFFFF;
  font-family: var(--font-tech);
}

.breakdown-item.gst-row {
  color: #38BDF8;
}

.breakdown-item.gst-row strong {
  color: #38BDF8;
}

.summary-actions-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* FAQ Accordion (contact.html) */
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.faq-item:hover {
  border-color: rgba(255, 199, 44, 0.35);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: var(--font-brand);
  font-size: 1.15rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-chevron {
  transition: transform 0.3s ease;
  color: #FFC72C;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #94A3B8;
  font-size: 0.925rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

@media (max-width: 1080px) {
  .steel-grid,
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-grid {
    grid-template-columns: 1fr;
  }
  .calc-summary-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .steel-grid,
  .services-grid,
  .fleet-grid,
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .calc-fields-grid {
    grid-template-columns: 1fr;
  }
  .quick-estimate-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .banner-actions {
    flex-direction: column;
    width: 100%;
  }
  .tracking-specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stepper-track {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .stepper-track::before {
    display: none;
  }
  .step-point {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }
  .step-point::before {
    margin: 0;
  }
  .step-line {
    display: none;
  }
}

/* Stepper Connection Lines & Dots */
.step-line {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  align-self: center;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}

.step-line.step-line-active {
  background: #34D399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.5);
}

.step-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 10px;
  transition: all 0.3s ease;
}

.step-completed .step-dot {
  background: #34D399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.6);
}

.step-current .step-dot {
  background: #FFC72C;
  box-shadow: 0 0 14px rgba(255, 199, 44, 0.8);
}

.t-spec span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 4px;
}

.t-spec strong {
  font-family: var(--font-tech);
  font-size: 13px;
  font-weight: 700;
  color: #F8FAFC;
  display: block;
}

/* Interaction Utilities */
.lightbox-trigger {
  cursor: pointer;
}

.copy-btn {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94A3B8;
  transition: all 0.2s ease;
}

.copy-btn:hover {
  background: rgba(56, 189, 248, 0.15);
  border-color: #38BDF8;
  color: #38BDF8;
}

.hero-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.hub-pincode-bar {
  background: rgba(10, 23, 46, 0.85);
  border: 1px solid rgba(255, 199, 44, 0.25);
  border-radius: var(--radius-md);
  padding: 12px;
  margin-bottom: 14px;
}

/* ==========================================================================
   28. SAFEXPRESS EXPRESS LOGISTICS & HUB LOCATOR SUITE
   ========================================================================== */

/* Express Industrial Corridor Ribbon */
.express-corridor-ribbon {
  background: linear-gradient(135deg, #070D18 0%, #0A172E 100%);
  border-top: 1px solid rgba(255, 199, 44, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}

.express-corridor-ribbon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 400px;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 199, 44, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.express-corridor-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
}

.express-corridor-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 199, 44, 0.12);
  border: 1px solid rgba(255, 199, 44, 0.35);
  border-radius: 9999px;
  padding: 4px 12px;
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--jbh-yellow);
  margin-bottom: 12px;
}

.express-corridor-intro h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: #F8FAFC;
  line-height: 1.25;
  margin-bottom: 10px;
  text-wrap: balance;
}

.express-corridor-intro p {
  font-size: 14px;
  line-height: 1.6;
  color: #94A3B8;
  max-width: 540px;
}

.express-corridor-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.express-corridor-metric-card {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.express-corridor-metric-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 199, 44, 0.3);
}

.express-corridor-num {
  font-family: var(--font-brand);
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--jbh-yellow);
  letter-spacing: -0.01em;
  line-height: 1;
}

.express-corridor-lbl {
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 600;
  color: #CBD5E1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Hero Action Hub - 4th Tab Locator Styles */
.hero-hub-card {
  background: rgba(10, 23, 46, 0.9);
  border: 1px solid rgba(255, 199, 44, 0.25);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-hub-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-hub-badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.hero-hub-tag {
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  color: var(--jbh-yellow);
  background: rgba(255, 199, 44, 0.12);
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 199, 44, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-hub-distance {
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  color: #38BDF8;
}

.hero-hub-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #F8FAFC;
  margin: 0;
}

.hero-hub-address {
  font-size: 12px;
  color: #94A3B8;
  line-height: 1.4;
  margin: 0;
}

.hero-hub-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hub-spec-tag {
  font-size: 11px;
  color: #CBD5E1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.hero-hub-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.hub-locator-chip {
  cursor: pointer;
  transition: all 0.2s ease;
}

.hub-locator-chip:hover {
  border-color: var(--jbh-yellow);
  color: var(--jbh-yellow);
}

.section--network {
  background: #080C14;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Value-Added Services (VAS) Section */
.section--vas {
  background: #080C14;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.vas-card {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.vas-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 199, 44, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.vas-icon-box {
  width: 50px;
  height: 50px;
  background: rgba(255, 199, 44, 0.1);
  border: 1px solid rgba(255, 199, 44, 0.25);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jbh-yellow);
  margin-bottom: 16px;
}

.vas-chip {
  align-self: flex-start;
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 700;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 2px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.vas-card h3 {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 700;
  color: #F8FAFC;
  margin-bottom: 8px;
  line-height: 1.3;
}

.vas-card p {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.55;
  margin-bottom: 16px;
}

.vas-specs {
  list-style: none;
  padding: 0;
  margin: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}

.vas-specs li {
  font-size: 12px;
  color: #CBD5E1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vas-specs li::before {
  content: '✓';
  color: var(--jbh-yellow);
  font-weight: bold;
  font-size: 11px;
}

/* Industry Verticals Section */
.section--verticals {
  background: #0B111E;
}

.verticals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.vertical-card {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.vertical-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.4);
}

.vertical-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.vertical-tag {
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--jbh-yellow);
  background: rgba(255, 199, 44, 0.1);
  border: 1px solid rgba(255, 199, 44, 0.25);
  padding: 3px 8px;
  border-radius: 4px;
}

.vertical-payload {
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  color: #38BDF8;
}

.vertical-card h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #F8FAFC;
  margin-bottom: 8px;
  line-height: 1.3;
}

.vertical-card p {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.55;
  margin-bottom: 14px;
}

.vertical-clients {
  font-size: 11px;
  color: #64748B;
  background: rgba(0, 0, 0, 0.25);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  margin-top: auto;
  margin-bottom: 14px;
  border-left: 2px solid var(--jbh-yellow);
}

.vertical-clients strong {
  color: #CBD5E1;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.vertical-link {
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 700;
  color: var(--jbh-yellow);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease, color 0.2s ease;
}

.vertical-link:hover {
  gap: 8px;
  color: #FFFFFF;
}

/* Hub Directory on contact.html */
.section--hubs {
  background: #080C14;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hub-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  justify-content: center;
}

.hub-filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  color: #94A3B8;
  font-family: var(--font-tech);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hub-filter-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #F8FAFC;
}

.hub-filter-btn.active {
  background: var(--jbh-yellow);
  border-color: var(--jbh-yellow);
  color: #070D18;
  font-weight: 800;
}

.hub-directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.hub-card {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hub-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 199, 44, 0.35);
}

.hub-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.hub-type-badge {
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
}

.hub-type--mother {
  color: var(--jbh-yellow);
  background: rgba(255, 199, 44, 0.12);
  border: 1px solid rgba(255, 199, 44, 0.3);
}

.hub-type--crossdock {
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.hub-type--port {
  color: #34D399;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.hub-type--auto {
  color: #A78BFA;
  background: rgba(167, 139, 250, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.3);
}

.hub-type--steel {
  color: #FB923C;
  background: rgba(251, 146, 60, 0.12);
  border: 1px solid rgba(251, 146, 60, 0.3);
}

.hub-region-tag {
  font-size: 11px;
  color: #64748B;
}

.hub-card h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #F8FAFC;
  margin-bottom: 6px;
  line-height: 1.3;
}

.hub-card-addr {
  font-style: normal;
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.5;
  margin-bottom: 8px;
}

.hub-pincode-pill {
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.08);
  display: inline-block;
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.hub-specs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.hub-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

/* Responsive adjustments for Section 28 */
@media (max-width: 900px) {
  .express-corridor-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .express-corridor-metrics {
    grid-template-columns: 1fr;
  }
  .hub-directory-grid {
    grid-template-columns: 1fr;
  }
  .hero-hub-actions {
    flex-direction: column;
  }
}

/* Safexpress Tracking Bar & Document Type Switcher */
.track-subnav-bar {
  display: flex;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 4px;
  gap: 4px;
  margin-bottom: 14px;
}

.track-subnav-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: none;
  border-radius: var(--radius-sm);
  padding: 8px 14px;
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94A3B8;
  cursor: pointer;
  transition: all 0.2s ease;
}

.track-subnav-btn:hover {
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.05);
}

.track-subnav-btn.active {
  background: var(--jbh-yellow);
  color: #070D18;
  box-shadow: 0 2px 8px rgba(255, 199, 44, 0.25);
}

.track-mode-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.track-mode-label {
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94A3B8;
}

.track-mode-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.track-mode-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  padding: 4px 12px;
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 700;
  color: #CBD5E1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.track-mode-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.track-mode-pill.active {
  background: rgba(56, 189, 248, 0.15);
  border-color: #38BDF8;
  color: #38BDF8;
  font-weight: 800;
}

.track-demo-chip {
  cursor: pointer;
}

.radio-indicator {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin-right: 6px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.track-mode-pill.active .radio-indicator {
  background: #38BDF8;
  box-shadow: 0 0 8px #38BDF8;
}

/* ─────────────────────────────────────────────────────────────────────────────
   29. MASTER ENTERPRISE MOBILE SUITE & RESPONSIVE EXCELLENCE
   Touch Targets, Dynamic Island / Safe Area Insets, iOS Auto-Zoom Prevention,
   Horizontal Swipe Tabs, Clean Layout Ratios & Mobile Quick Actions
   ───────────────────────────────────────────────────────────────────────────── */

/* iOS Safari Automatic Zoom Prevention (inputs < 16px cause disruptive auto-zoom) */
@media (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* Global Mobile Cleanliness & Overflow Protection */
html,
body {
  overflow-x: clip;
}

body.nav-menu-open {
  overflow: hidden !important;
  touch-action: none;
}

/* Mobile Quick Dock with iPhone Safe Area Inset */
.mobile-quick-dock {
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
}

.dock-btn {
  min-height: 48px;
  justify-content: center;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.dock-btn:active {
  transform: scale(0.95);
}

.dock-btn.active {
  color: var(--jbh-yellow);
}

/* Top Utility Bar Mobile Optimization */
@media (max-width: 640px) {
  .top-utility-bar {
    padding: 5px 0;
  }
  .utility-bar-content {
    justify-content: center;
    gap: 8px;
  }
  .utility-left span:not(.utility-badge-pulse) {
    display: none;
  }
  .announcement-divider {
    display: inline-block;
  }
}

/* Header & Navigation on Mobile & Tablets */
@media (max-width: 1080px) {
  .site-header {
    padding: 0;
  }
  .header-row {
    height: 64px;
  }
  .site-header.scrolled .header-row {
    height: 58px;
  }
  .header-phone-chip {
    display: none;
  }
  .brand-logo {
    width: 38px;
    height: 38px;
  }
  .brand-title {
    font-size: 1.25rem;
  }
  .brand-tagline {
    display: none;
  }
  .nav-toggle-btn {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px 10px;
  }

  /* ── Mobile Nav Drawer (unified, single source of truth) ── */
  .nav {
    display: none;
    position: fixed;
    top: 64px; /* matches .header-row height */
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 14, 29, 0.98);
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    border-top: 1px solid rgba(56, 189, 248, 0.3);
    flex-direction: column;
    padding: 20px 16px calc(80px + env(safe-area-inset-bottom, 0px));
    gap: 6px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9);
    max-height: none;
    height: calc(100vh - 64px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999; /* below .site-header (1000) so header stays on top */
  }
  .nav.active {
    display: flex;
    animation: mobileNavSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  @keyframes mobileNavSlideDown {
    from { opacity: 0; transform: translateY(-12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .nav-link {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    justify-content: space-between;
    white-space: normal !important;
  }
  .has-dropdown .nav-dropdown {
    position: static;
    transform: none !important;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    box-shadow: none;
    background: rgba(13, 27, 54, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px;
    display: none;
  }
  .has-dropdown.mobile-open .nav-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mega-menu-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mega-menu-col-title {
    font-size: 0.82rem;
    color: var(--jbh-yellow);
    margin-bottom: 8px;
  }
  .dropdown-item {
    padding: 10px 12px;
    min-height: 48px;
  }
  .mega-menu-featured {
    background: rgba(16, 36, 71, 0.6);
    border-radius: 8px;
    padding: 14px;
  }
  .mobile-quick-dock {
    display: flex;
  }
  body {
    padding-bottom: 64px;
  }
}

@media (max-width: 640px) {
  .btn-header-quote {
    display: none; /* Accessible directly via sticky mobile dock & hero */
  }
  .btn-header-track {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .brand-tagline {
    display: none;
  }
  .brand-badge-pill {
    display: none;
  }
}

@media (max-width: 400px) {
  .btn-header-track span:not(.track-pulse-dot) {
    display: none;
  }
  .btn-header-track {
    padding: 8px;
    border-radius: 50%;
  }
}

/* Hero Section & Actions Mobile Scaling */
@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(1.85rem, 7vw, 2.4rem);
    line-height: 1.18;
  }
  .hero-subtitle {
    font-size: clamp(0.9rem, 3.8vw, 1.05rem);
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .hero-badges-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hero-floating-toast {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 540px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
  .hero-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding-top: 20px;
  }
  .metric-value {
    font-size: 1.5rem;
  }
  .metric-label {
    font-size: 0.72rem;
  }
}

/* Hub Action Tabs - Swipeable on Touchscreens */
@media (max-width: 640px) {
  .hub-tabs-nav {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 4px;
    padding: 4px 6px 0;
  }
  .hub-tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .hub-tab-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 10px 14px;
    font-size: 0.8rem;
    white-space: nowrap;
    min-height: 44px;
  }
  .hub-panel {
    padding: 16px 12px;
  }
  .hub-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Client Marquee Touch & Ultra-Small Screens */
@media (max-width: 480px) {
  .client-marquee-cell {
    width: 148px;
    height: 74px;
    padding: 10px 12px;
  }
  .client-name-primary {
    font-size: 0.74rem;
  }
  .client-tier-pill {
    font-size: 9px;
    padding: 1px 5px;
  }
}

/* Freight Calculator Page Mobile Refinements */
@media (max-width: 768px) {
  .calc-summary-card {
    padding: 20px 16px;
  }
  .summary-rate-row {
    font-size: 0.9rem;
  }
  .total-freight-value {
    font-size: 1.6rem;
  }
  .calc-range-slider {
    height: 10px;
  }
  .calc-range-slider::-webkit-slider-thumb {
    width: 26px;
    height: 26px;
  }
  .calc-range-slider::-moz-range-thumb {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 440px) {
  .corridor-service-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .pincode-suggestions-row {
    gap: 6px;
  }
  .pin-chip {
    padding: 6px 10px;
    font-size: 11px;
    min-height: 36px;
  }
}

/* Telematics Live Map & Tracking Form Mobile */
@media (max-width: 640px) {
  .tracker-input-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 24px;
  }
  .tracker-field-wrap {
    width: 100%;
    max-width: 100%;
  }
  .tracker-submit-btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }
  .track-mode-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .track-mode-pills {
    justify-content: center;
    width: 100%;
  }
  .track-mode-pill {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 12px;
  }
  .tracking-meta-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .tracking-eta-block {
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px;
  }
}

/* Modals & Lightboxes Mobile */
@media (max-width: 768px) {
  .modal-backdrop,
  .lightbox-backdrop {
    padding: 12px;
  }
  .modal-card {
    padding: 20px 16px;
    max-height: 94vh;
  }
  .modal-close-btn,
  .lightbox-close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
  }
  .compare-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Mobile Touch Optimization & Accessibility */
@media (hover: none) and (pointer: coarse) {
  .btn,
  .nav-link,
  .dock-btn,
  .hub-tab-btn,
  .pin-chip,
  .track-mode-pill {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ==========================================================================
   GLOBAL FIXED AMBIENT INDIAN TERRAIN & WEATHER SYSTEM
   ========================================================================== */

body.page-home {
  background-color: transparent !important;
}

body.page-home .why-lb-section {
  background: linear-gradient(180deg, rgba(7, 21, 43, 0.72) 0%, rgba(10, 30, 63, 0.72) 50%, rgba(7, 21, 43, 0.72) 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.page-home .testimonials-section {
  background: rgba(7, 21, 43, 0.75);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.page-home .service-marquee-section {
  background: rgba(7, 21, 43, 0.68);
}

.ambient-environment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-color: #080c14;
}

.ambient-environment .terrain-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
  pointer-events: none;
}

/* Zone 1: Navi Mumbai Port & Coastal Dawn */
.ambient-environment .terrain--coastal-dawn {
  background: radial-gradient(ellipse at 85% 15%, rgba(217, 119, 6, 0.12), transparent 50%),
              linear-gradient(180deg, #090e17 0%, #0f172a 45%, #1e293b 100%);
  opacity: 1;
}

/* Zone 2: Western Ghats Monsoon Corridor */
.ambient-environment .terrain--ghats-monsoon {
  background: radial-gradient(ellipse at 85% 30%, rgba(16, 185, 129, 0.1), transparent 55%),
              linear-gradient(180deg, #041f1e 0%, #064e3b 45%, #0d2826 100%);
  opacity: 0;
}

/* Zone 3: Deccan Plateau & NH-44 Golden Hour */
.ambient-environment .terrain--deccan-twilight {
  background: radial-gradient(ellipse at 85% 45%, rgba(245, 158, 11, 0.15), transparent 50%),
              linear-gradient(180deg, #1c110a 0%, #451a03 50%, #1e130c 100%);
  opacity: 0;
}

/* Zone 4: Northern Freight Gateway & Himalayan Slate */
.ambient-environment .terrain--himalayan-slate {
  background: radial-gradient(ellipse at 85% 60%, rgba(56, 189, 248, 0.12), transparent 55%),
              linear-gradient(180deg, #0b1329 0%, #1e293b 50%, #0f172a 100%);
  opacity: 0;
}

/* Dynamic Weather Canvas Overlay */
.ambient-environment .weather-canvas-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.ambient-environment #weatherCanvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Subtle Filmic Grain Overlay */
.ambient-environment .ambient-noise-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.025;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 3;
}

/* ==========================================================================
   INTEGRATED AMBIENT CORRIDOR RAIL & MINI TATA PRIMA TRAILER (BACKGROUND LAYER)
   ========================================================================== */

.ambient-corridor-rail {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  height: 64vh;
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 4;
  user-select: none;
  opacity: 0.82;
  transition: opacity 0.3s ease;
}

.ambient-track {
  position: relative;
  height: 100%;
  width: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 1px Hairline Route Guide */
.ambient-track-line {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 9999px;
  z-index: 1;
}

.ambient-progress-line {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 0%;
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.8) 0%, rgba(37, 99, 235, 0.9) 100%);
  box-shadow: 0 0 6px rgba(56, 189, 248, 0.5);
  border-radius: 9999px;
  z-index: 2;
  transition: height 0.08s linear;
}

/* Minimal Waypoint Micro-dots & Tags */
.ambient-waypoint {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 3;
  pointer-events: none;
}

.ambient-waypoint[data-zone="1"] { top: 8px; }
.ambient-waypoint[data-zone="2"] { top: 33%; }
.ambient-waypoint[data-zone="3"] { top: 66%; }
.ambient-waypoint[data-zone="4"] { bottom: 8px; }

.ambient-waypoint .wp-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.ambient-waypoint.is-active .wp-dot {
  background: #38bdf8;
  box-shadow: 0 0 6px #38bdf8;
  transform: scale(1.4);
}

.ambient-waypoint .wp-tag {
  position: absolute;
  right: 10px;
  font-family: 'Space Grotesk', monospace;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(148, 163, 184, 0.4);
  transition: color 0.3s ease;
  white-space: nowrap;
}

.ambient-waypoint.is-active .wp-tag {
  color: rgba(56, 189, 248, 0.9);
}

/* Compact Mini Tata Prima Trailer (28px × 86px) */
.mini-tata-trailer {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  will-change: transform;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
  transition: transform 0.08s linear;
}

.mini-headlight-glow {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 26px;
  background: linear-gradient(180deg, rgba(224, 242, 254, 0.22) 0%, transparent 100%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
  z-index: -1;
}

.mini-tata-svg {
  display: block;
  width: 28px;
  height: 86px;
}

/* Integrated Telematics Micro-Tag */
.ambient-telematics-tag {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 9999px;
  background: rgba(8, 12, 20, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-family: 'Space Grotesk', monospace;
  font-size: 0.5625rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.75);
  white-space: nowrap;
  pointer-events: none;
}

.ambient-telematics-tag .live-dot-green {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 5px #22c55e;
  display: inline-block;
}

.ambient-telematics-tag .tag-sep {
  color: rgba(100, 116, 139, 0.6);
}

.ambient-telematics-tag #hudSpeed {
  color: #38bdf8;
  font-weight: 600;
}

/* Responsive Adaptation for Ambient Corridor Rail */
@media (max-width: 1024px) {
  .ambient-corridor-rail {
    right: 14px;
    width: 38px;
    opacity: 0.65;
  }
  .ambient-telematics-tag {
    display: none;
  }
}

@media (max-width: 768px) {
  .ambient-corridor-rail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-environment .terrain-layer {
    transition: none !important;
  }
  .ambient-progress-line,
  .mini-tata-trailer {
    transition: none !important;
  }
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .ambient-glass-sheen::after {
    display: none !important;
  }
}

/* ==========================================================================
   APPLE-STYLE SCROLL REVEAL & ADAPTIVE MICRO-ANIMATION SYSTEM
   ========================================================================== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

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

.reveal-stagger-1 { transition-delay: 0.08s; }
.reveal-stagger-2 { transition-delay: 0.16s; }
.reveal-stagger-3 { transition-delay: 0.24s; }
.reveal-stagger-4 { transition-delay: 0.32s; }
.reveal-stagger-5 { transition-delay: 0.40s; }
.reveal-stagger-6 { transition-delay: 0.48s; }

/* Apple-Style Shimmer Title */
.apple-shimmer-title {
  background: linear-gradient(135deg, #ffffff 60%, var(--terrain-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.8s var(--ease-spring);
}

/* Subtle Apple-style Glassmorphic Ambient Sheen */
.ambient-glass-sheen {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.6s ease,
              box-shadow 0.35s ease;
}

.ambient-glass-sheen::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  transition: left 0.75s ease;
}

.ambient-glass-sheen:hover::after {
  left: 150%;
}


