:root {
    --navy: #0A1628;
    --navy-mid: #111E36;
    --white: #FFFFFF;
    --amber: #3DBFBF;
    --amber-light: #52D4D4;
    --slate-bg: #F0F4F8;
    --steel: #8CA8BF;
    --text-body: #2E3E52;
    --text-muted: #5C7080;
    --border: #D8E4EE;
    --success: #1E8A5E;
    --radius: 12px;
    --radius-lg: 20px;
    --shadow: 0 4px 24px rgba(10,22,40,0.10);
    --shadow-lg: 0 12px 48px rgba(10,22,40,0.18);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; color: var(--text-body); background: var(--white); overflow-x: hidden; }
  h1,h2,h3,h4 { font-family: 'Sora', sans-serif; }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(11,31,58,0.97); backdrop-filter: blur(12px);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5%; height: 68px;
    border-bottom: 1px solid rgba(140,157,181,0.2);
  }
  .nav-logo { display: flex; align-items: center; text-decoration: none; }
  .nav-logo-img {
    height: 44px; width: auto; display: block;
    filter: brightness(1.08) drop-shadow(0 1px 10px rgba(61,191,191,0.20));
    transition: filter 0.28s ease, transform 0.28s ease;
  }
  .nav-logo:hover .nav-logo-img {
    filter: brightness(1.22) drop-shadow(0 2px 16px rgba(61,191,191,0.38));
    transform: scale(1.04);
  }
  .footer-logo-img {
    height: 36px; width: auto; display: block;
    filter: brightness(0.95) drop-shadow(0 1px 6px rgba(61,191,191,0.15));
    opacity: 0.9;
  }
  .nav-links { display: flex; gap: 2px; align-items: center; }
  .nav-links a {
    color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.88rem; font-weight: 500;
    padding: 8px 16px; border-radius: 8px; transition: all 0.2s;
  }
  .nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.08); }
  .nav-cta {
    background: var(--amber); color: var(--navy) !important; font-weight: 700 !important;
    padding: 9px 20px !important; border-radius: 8px !important;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: var(--amber-light) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: 0.3s; }

  /* ── PAGES ── */
  .page { padding-top: 68px; min-height: 100vh; }

  /* ── BUTTONS ── */
  .btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--amber); color: var(--navy); font-family: 'Sora', sans-serif;
    font-weight: 700; font-size: 0.95rem; padding: 14px 28px; border-radius: 10px;
    text-decoration: none; border: none; cursor: pointer; transition: all 0.2s;
    letter-spacing: -0.01em;
  }
  .btn-primary:hover { background: var(--amber-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(61,191,191,0.35); }
  .btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: var(--white); font-family: 'Sora', sans-serif;
    font-weight: 600; font-size: 0.95rem; padding: 13px 28px; border-radius: 10px;
    text-decoration: none; border: 2px solid rgba(255,255,255,0.3); cursor: pointer; transition: all 0.2s;
  }
  .btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
  .btn-navy {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--navy); color: var(--white); font-family: 'Sora', sans-serif;
    font-weight: 700; font-size: 0.95rem; padding: 14px 28px; border-radius: 10px;
    text-decoration: none; border: none; cursor: pointer; transition: all 0.2s;
  }
  .btn-navy:hover { background: var(--navy-mid); transform: translateY(-1px); }

  /* ══════════════════════════════
     HOME PAGE
  ══════════════════════════════ */
  /* Hero */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, #0F2847 60%, #162F50 100%);
    min-height: calc(100vh - 68px); display: flex; align-items: center;
    position: relative; overflow: hidden;
  }
  .hero-bg-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(140,157,181,0.06) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(140,157,181,0.06) 1px, transparent 1px);
    background-size: 48px 48px;
  }
  .hero-glow {
    position: absolute; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(61,191,191,0.13) 0%, transparent 70%);
    top: -100px; right: -100px; pointer-events: none;
  }
  .hero-inner {
    position: relative; z-index: 1; width: 100%; max-width: 1200px;
    margin: 0 auto; padding: 80px 5%; display: grid;
    grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(61,191,191,0.12); border: 1px solid rgba(61,191,191,0.3);
    color: var(--amber); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
    text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 24px;
  }
  .hero-badge::before {
    content: ''; width: 6px; height: 6px; background: var(--amber);
    border-radius: 50%; animation: pulse 2s infinite;
  }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.8)} }
  .hero h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--white);
    line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 20px;
  }
  .hero h1 em { color: var(--amber); font-style: normal; text-shadow: 0 0 40px rgba(61,191,191,0.25); }
  .hero-sub {
    color: rgba(255,255,255,0.65); font-size: 1.05rem; line-height: 1.7;
    max-width: 480px; margin-bottom: 36px;
  }
  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
  .hero-trust { display: flex; gap: 28px; flex-wrap: wrap; }
  .hero-trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.82rem; }
  .hero-trust-item svg { width: 16px; height: 16px; fill: var(--amber); flex-shrink: 0; }

  /* NJ Zone Map */
  .zone-map-wrap {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(140,157,181,0.15);
    border-radius: var(--radius-lg); padding: 28px; position: relative;
  }
  .zone-map-label {
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--steel); margin-bottom: 16px;
  }
  .nj-map-svg { width: 100%; max-width: 320px; display: block; margin: 0 auto; }
  .nj-map-img-wrap { position: relative; width: 100%; max-width: 320px; margin: 0 auto; }
  .nj-map-real {
    width: 100%; display: block; border-radius: 12px;
    filter: drop-shadow(0 4px 24px rgba(61,191,191,0.18));
  }
  .nj-map-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
  }
  /* Zone dot pulse: original subtle opacity + slight radius breathe */
  @keyframes zonePulse {
    0%,100% { opacity: 1; r: 4.5; }
    50%     { opacity: 0.4; r: 6; }
  }
  .zone-pulse-core { animation: zonePulse 3s ease-in-out infinite; }
  .zone-g:nth-child(1) .zone-pulse-core { animation-delay: 0s; }
  .zone-g:nth-child(2) .zone-pulse-core { animation-delay: 0.5s; }
  .zone-g:nth-child(3) .zone-pulse-core { animation-delay: 1s; }
  .zone-g:nth-child(4) .zone-pulse-core { animation-delay: 1.5s; }
  .zone-g:nth-child(5) .zone-pulse-core { animation-delay: 2s; }
  .zone-g:nth-child(6) .zone-pulse-core { animation-delay: 2.5s; }
  .zone-dot { animation: zonePulse 3s infinite; }
  .zone-dot:nth-child(2) { animation-delay: 0.5s; }
  .zone-dot:nth-child(3) { animation-delay: 1s; }
  .zone-dot:nth-child(4) { animation-delay: 1.5s; }
  .zone-dot:nth-child(5) { animation-delay: 2s; }
  .zone-dot:nth-child(6) { animation-delay: 2.5s; }
  @keyframes zonePulse {
    0%,100% { opacity: 1; r: 6; }
    50% { opacity: 0.4; r: 9; }
  }
  .map-stats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px;
  }
  .map-stat {
    background: rgba(255,255,255,0.05); border-radius: 10px; padding: 14px;
    border: 1px solid rgba(140,157,181,0.1);
  }
  .map-stat-num { font-family: 'Sora', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--amber); }
  .map-stat-label { font-size: 0.72rem; color: var(--steel); margin-top: 2px; }

  /* Section base */
  .section { padding: 88px 5%; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .section-eyebrow {
    font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--amber); margin-bottom: 12px;
  }
  .section-title {
    font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; color: var(--navy);
    letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px;
  }
  .section-sub { color: var(--text-muted); font-size: 1rem; line-height: 1.7; max-width: 560px; }

  /* How it works */
  .how-it-works { background: var(--slate-bg); }
  .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 56px; position: relative; }
  .steps-grid::before {
    content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px;
    background: linear-gradient(90deg, var(--border), var(--amber), var(--border));
    z-index: 0;
  }
  .step {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 32px 24px; position: relative; z-index: 1; transition: box-shadow 0.2s;
  }
  .step:hover { box-shadow: var(--shadow); }
  .step-num {
    width: 56px; height: 56px; background: var(--navy); color: var(--white);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.1rem;
    margin-bottom: 20px; border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--navy);
  }
  .step:nth-child(2) .step-num { background: var(--amber); color: var(--navy); box-shadow: 0 0 0 2px var(--amber); }
  .step h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
  .step p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

  /* Fleet */
  .fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
  .fleet-card {
    border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden;
    transition: all 0.25s; background: var(--white);
  }
  .fleet-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
  .fleet-img {
    height: 210px; background: var(--slate-bg);
    display: flex; align-items: center; justify-content: center; position: relative;
    overflow: hidden;
  }
  .fleet-img svg { width: 140px; opacity: 0.7; }
  .fleet-img-photo { background: #1a1f2e !important; }
  .fleet-car-photo {
    width: 100%; height: 100%; object-fit: cover;
    object-position: center 55%; display: block;
    transition: transform 0.45s ease;
  }
  .fleet-card:hover .fleet-car-photo { transform: scale(0.98); }
  .fleet-img-badge {
    position: absolute; top: 14px; right: 14px;
    background: var(--navy); color: var(--white); font-size: 0.7rem; font-weight: 700;
    padding: 4px 10px; border-radius: 6px; letter-spacing: 0.04em;
  }
  .fleet-body { padding: 24px; }
  .fleet-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--navy); }
  .fleet-class { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 14px; }
  .fleet-price { font-family: 'Sora', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--amber); }
  .fleet-price span { font-size: 0.8rem; font-weight: 400; color: var(--text-muted); }
  .fleet-features { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0; }
  .fleet-tag {
    font-size: 0.72rem; background: var(--slate-bg); color: var(--text-muted);
    padding: 4px 10px; border-radius: 6px; font-weight: 500;
  }

  /* Trust bar */
  .trust-bar {
    background: var(--navy); padding: 64px 5%;
    display: flex; align-items: center; justify-content: center;
  }
  .trust-bar-inner {
    max-width: 1100px; width: 100%;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  }
  .trust-item { text-align: center; }
  .trust-icon {
    width: 56px; height: 56px; background: rgba(61,191,191,0.12);
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
  }
  .trust-icon svg { width: 26px; height: 26px; fill: var(--amber); }
  .trust-label { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--white); margin-bottom: 6px; }
  .trust-desc { font-size: 0.8rem; color: var(--steel); line-height: 1.5; }

  /* Reviews */
  .reviews { background: var(--slate-bg); }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
  .review-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 28px;
  }
  .review-stars { color: var(--amber); font-size: 1rem; margin-bottom: 14px; letter-spacing: 2px; }
  .review-text { font-size: 0.9rem; color: var(--text-body); line-height: 1.7; margin-bottom: 18px; }
  .review-author { display: flex; align-items: center; gap: 12px; }
  .review-avatar {
    width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--white);
  }
  .review-name { font-weight: 600; font-size: 0.88rem; color: var(--navy); }
  .review-meta { font-size: 0.75rem; color: var(--text-muted); }

  /* FAQ */
  .faq-list { max-width: 720px; margin: 48px auto 0; }
  .faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
  .faq-q {
    width: 100%; background: none; border: none; text-align: left;
    padding: 20px 24px; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 0.95rem;
    color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    transition: background 0.15s;
  }
  .faq-q:hover { background: var(--slate-bg); }
  .faq-q::after { content: '+'; font-size: 1.3rem; color: var(--amber); font-weight: 300; transition: transform 0.3s; }
  .faq-item.open .faq-q::after { transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .faq-item.open .faq-a { max-height: 300px; }
  .faq-a-inner { padding: 0 24px 20px; font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

  /* CTA Banner */
  .cta-banner {
    background: linear-gradient(135deg, var(--amber) 0%, #2AABAB 100%);
    padding: 72px 5%; text-align: center;
  }
  .cta-banner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 14px; }
  .cta-banner p { color: rgba(11,31,58,0.65); font-size: 1rem; margin-bottom: 32px; }

  /* ══════════════════════════════
     BOOK NOW PAGE
  ══════════════════════════════ */
  .book-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #0F2847 100%);
    padding: 64px 5% 80px; text-align: center;
  }
  .book-hero h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--white); letter-spacing: -0.02em; margin-bottom: 10px; }
  .book-hero p { color: var(--steel); font-size: 0.95rem; }
  .book-form-wrap {
    max-width: 860px; margin: -40px auto 0; padding: 0 5% 80px;
    position: relative; z-index: 2;
  }
  .book-form {
    background: var(--white); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg); padding: 40px;
    border: 1px solid var(--border);
  }
  .book-steps-nav {
    display: flex; gap: 0; margin-bottom: 36px; border-radius: 10px; overflow: hidden;
    border: 1px solid var(--border);
  }
  .book-step-tab {
    flex: 1; padding: 14px; text-align: center; background: var(--slate-bg);
    font-family: 'Sora', sans-serif; font-weight: 600; font-size: 0.82rem;
    color: var(--text-muted); border: none; cursor: pointer; transition: all 0.2s;
    border-right: 1px solid var(--border);
  }
  .book-step-tab:last-child { border-right: none; }
  .book-step-tab.active { background: var(--navy); color: var(--white); }
  .form-section { display: none; }
  .form-section.active { display: block; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; }
  .form-group label { font-size: 0.78rem; font-weight: 600; color: var(--navy); letter-spacing: 0.03em; text-transform: uppercase; }
  .form-group input, .form-group select, .form-group textarea {
    border: 1.5px solid var(--border); border-radius: 8px; padding: 12px 14px;
    font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--navy);
    transition: border-color 0.2s; background: var(--white); outline: none;
    appearance: none;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--amber); box-shadow: 0 0 0 3px rgba(61,191,191,0.12);
  }
  .form-group textarea { resize: vertical; min-height: 90px; }
  .form-full { grid-column: 1 / -1; }
  .vehicle-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 18px; }
  .vehicle-opt {
    border: 2px solid var(--border); border-radius: var(--radius); padding: 16px; cursor: pointer;
    transition: all 0.2s; text-align: center;
  }
  .vehicle-opt:hover { border-color: var(--amber); }
  .vehicle-opt.selected { border-color: var(--amber); background: rgba(232,160,32,0.06); }
  .vehicle-opt-icon { font-size: 1.8rem; margin-bottom: 6px; }
  .vehicle-opt-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--navy); }
  .vehicle-opt-price { font-size: 0.78rem; color: var(--amber); font-weight: 600; margin-top: 2px; }
  .zone-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
  .zone-opt {
    border: 2px solid var(--border); border-radius: 8px; padding: 12px; cursor: pointer;
    transition: all 0.2s; font-size: 0.82rem; font-weight: 600; color: var(--text-body); text-align: center;
  }
  .zone-opt:hover { border-color: var(--amber); }
  .zone-opt.selected { border-color: var(--amber); background: rgba(232,160,32,0.06); color: var(--navy); }
  .zone-opt small { display: block; font-weight: 400; color: var(--text-muted); font-size: 0.72rem; margin-top: 2px; }
  .form-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
  .form-nav-left { font-size: 0.82rem; color: var(--text-muted); }
  .order-summary {
    background: var(--slate-bg); border-radius: var(--radius); padding: 24px; margin-bottom: 24px;
  }
  .order-summary h3 { font-size: 0.88rem; font-weight: 700; color: var(--navy); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; }
  .order-line { display: flex; justify-content: space-between; font-size: 0.88rem; margin-bottom: 10px; color: var(--text-body); }
  .order-line.total { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1rem; color: var(--navy); border-top: 1px solid var(--border); padding-top: 12px; margin-top: 4px; }
  .info-box {
    background: rgba(30,138,94,0.07); border: 1px solid rgba(30,138,94,0.2);
    border-radius: 10px; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start;
    margin-bottom: 18px;
  }
  .info-box-icon { font-size: 1.1rem; margin-top: 1px; flex-shrink: 0; }
  .info-box p { font-size: 0.83rem; color: #1a6644; line-height: 1.6; }
  .info-box p strong { color: #136037; }
  .success-screen { text-align: center; padding: 40px 0; display: none; }
  .success-icon { font-size: 3.5rem; margin-bottom: 16px; }
  .success-screen h2 { font-size: 1.8rem; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
  .success-screen p { color: var(--text-muted); line-height: 1.7; max-width: 420px; margin: 0 auto 28px; }

  /* ══════════════════════════════
     ABOUT PAGE
  ══════════════════════════════ */
  .about-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #0F2847 100%);
    padding: 80px 5% 100px;
  }
  .about-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .about-hero h1 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; color: var(--white); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 18px; }
  .about-hero h1 em { color: var(--amber); font-style: normal; }
  .about-hero p { color: rgba(255,255,255,0.65); font-size: 1rem; line-height: 1.75; margin-bottom: 14px; }
  .about-visual {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(140,157,181,0.15);
    border-radius: var(--radius-lg); padding: 32px; text-align: center;
  }
  .about-visual-num { font-family: 'Sora', sans-serif; font-size: 4rem; font-weight: 800; color: var(--amber); line-height: 1; }
  .about-visual-label { color: var(--steel); font-size: 0.9rem; margin-top: 4px; }
  .about-divider { width: 40px; height: 3px; background: rgba(255,255,255,0.1); margin: 24px auto; border-radius: 3px; }
  .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
  .value-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 32px 28px;
  }
  .value-icon { font-size: 1.8rem; margin-bottom: 14px; }
  .value-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
  .value-card p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }
  .story-section { background: var(--white); padding: 88px 5%; }
  .story-inner { max-width: 800px; margin: 0 auto; }
  .story-inner h2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 800; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 24px; }
  .story-inner p { font-size: 0.95rem; color: var(--text-body); line-height: 1.8; margin-bottom: 16px; }
  .license-badges { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
  .badge {
    display: flex; align-items: center; gap: 10px;
    background: var(--slate-bg); border: 1px solid var(--border); border-radius: 10px;
    padding: 12px 18px;
  }
  .badge-icon { font-size: 1.2rem; }
  .badge-text { font-size: 0.78rem; font-weight: 600; color: var(--navy); }
  .badge-text small { display: block; font-weight: 400; color: var(--text-muted); }
  .team-section { background: var(--slate-bg); padding: 88px 5%; }
  .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
  .team-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 32px; text-align: center;
  }
  .team-avatar {
    width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Sora', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--white);
  }
  .team-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
  .team-title { font-size: 0.8rem; color: var(--amber); font-weight: 600; margin-bottom: 12px; }
  .team-bio { font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; }

  /* ══════════════════════════════
     CONTACT PAGE
  ══════════════════════════════ */
  .contact-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #0F2847 100%);
    padding: 72px 5%; text-align: center;
  }
  .contact-hero h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--white); letter-spacing: -0.02em; margin-bottom: 10px; }
  .contact-hero p { color: var(--steel); max-width: 480px; margin: 0 auto; line-height: 1.65; }
  .contact-grid { max-width: 1100px; margin: -40px auto 0; padding: 0 5% 88px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 32px; }
  .contact-info { display: flex; flex-direction: column; gap: 16px; }
  .contact-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 24px; display: flex; gap: 14px; align-items: flex-start; box-shadow: var(--shadow);
  }
  .contact-card-icon {
    width: 44px; height: 44px; background: rgba(232,160,32,0.1); border-radius: 10px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem;
  }
  .contact-card h3 { font-size: 0.88rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
  .contact-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }
  .contact-card a { color: var(--amber); text-decoration: none; font-weight: 500; }
  .contact-form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-lg); }
  .contact-form-card h2 { font-size: 1.3rem; font-weight: 800; color: var(--navy); margin-bottom: 24px; letter-spacing: -0.02em; }
  .contact-success { display: none; text-align: center; padding: 32px 0; }
  .contact-success h3 { font-size: 1.2rem; font-weight: 700; color: var(--success); margin-bottom: 8px; }
  .contact-success p { font-size: 0.88rem; color: var(--text-muted); }

  /* ══════════════════════════════
     FOOTER
  ══════════════════════════════ */
  footer {
    background: var(--navy); padding: 60px 5% 32px;
    border-top: 1px solid rgba(140,157,181,0.1);
  }
  .footer-inner { max-width: 1200px; margin: 0 auto; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  .footer-brand p { color: var(--steel); font-size: 0.85rem; line-height: 1.7; margin-top: 14px; max-width: 260px; }
  .footer-col h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 0.82rem; color: var(--white); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
  .footer-col a { display: block; color: var(--steel); text-decoration: none; font-size: 0.85rem; margin-bottom: 10px; transition: color 0.2s; }
  .footer-col a:hover { color: var(--white); }
  .footer-bottom { border-top: 1px solid rgba(140,157,181,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
  .footer-copy { font-size: 0.78rem; color: var(--steel); }
  .footer-legal { display: flex; gap: 20px; }
  .footer-legal a { font-size: 0.78rem; color: var(--steel); text-decoration: none; }
  .footer-legal a:hover { color: var(--white); }

  /* ══════════════════════════════
     RESPONSIVE
  ══════════════════════════════ */
  @media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; }
    .zone-map-wrap { display: none; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid::before { display: none; }
    .fleet-grid { grid-template-columns: 1fr 1fr; }
    .trust-bar-inner { grid-template-columns: 1fr 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .about-hero-inner { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .nav-links { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--navy); flex-direction: column; padding: 20px; gap: 4px; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .nav-links.open { display: flex; }
    .hamburger { display: flex; }
    .steps-grid { grid-template-columns: 1fr; }
    .fleet-grid { grid-template-columns: 1fr; }
    .trust-bar-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
    .vehicle-options { grid-template-columns: 1fr; }
    .zone-selector { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .hero-actions { flex-direction: column; }
    .about-hero-inner { grid-template-columns: 1fr; }
  }
  @media (prefers-reduced-motion: reduce) {
    .zone-dot { animation: none; }
    .hero-badge::before { animation: none; }
  }

  /* ── HOW IT WORKS PAGE ── */
  .hiw-step { display:flex; gap:24px; margin-bottom:0; }
  .hiw-step-left { display:flex; flex-direction:column; align-items:center; flex-shrink:0; }
  .hiw-num {
    width:52px; height:52px; border-radius:50%; background:var(--navy);
    border:2px solid var(--amber); color:var(--white); font-family:'Sora',sans-serif;
    font-weight:800; font-size:1rem; display:flex; align-items:center; justify-content:center;
    flex-shrink:0; z-index:1;
  }
  .hiw-connector { width:2px; flex:1; min-height:32px; background:linear-gradient(to bottom, var(--amber), transparent); margin:4px 0; }
  .hiw-card {
    background:var(--white); border:1px solid var(--border); border-radius:var(--radius);
    padding:28px; margin-bottom:20px; display:flex; gap:18px; align-items:flex-start;
    flex:1; box-shadow:var(--shadow); transition:box-shadow 0.2s;
  }
  .hiw-card:hover { box-shadow:var(--shadow-lg); }
  .hiw-icon { font-size:1.8rem; flex-shrink:0; margin-top:2px; }
  .hiw-card h3 { font-size:1.05rem; font-weight:700; color:var(--navy); margin-bottom:8px; }
  .hiw-card p { font-size:0.88rem; color:var(--text-muted); line-height:1.7; }
  .hiw-split { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:16px; }
  .hiw-split-card {
    background:var(--slate-bg); border-radius:10px; padding:16px; border:1px solid var(--border);
  }
  .hiw-split-icon { font-size:1.3rem; margin-bottom:6px; }
  .hiw-split-card strong { font-family:'Sora',sans-serif; font-size:0.88rem; color:var(--navy); display:block; margin-bottom:6px; }
  .hiw-split-card p { font-size:0.8rem; color:var(--text-muted); line-height:1.6; margin:0; }

  /* ── HELP LINE PAGE ── */
  .hl-card {
    background:var(--white); border:1px solid var(--border); border-radius:var(--radius);
    padding:28px; display:flex; gap:18px; align-items:flex-start; box-shadow:var(--shadow);
    transition:box-shadow 0.2s;
  }
  .hl-card:hover { box-shadow:var(--shadow-lg); }
  .hl-card-wide { grid-column: 1 / -1; }
  .hl-icon { font-size:2rem; flex-shrink:0; margin-top:2px; }
  .hl-card h3 { font-family:'Sora',sans-serif; font-weight:700; font-size:1rem; color:var(--navy); margin-bottom:10px; }
  .hl-card p { font-size:0.87rem; color:var(--text-muted); line-height:1.7; margin-bottom:8px; }
  .hl-list { padding-left:18px; margin:10px 0; }
  .hl-list li { font-size:0.85rem; color:var(--text-muted); line-height:1.7; margin-bottom:4px; }
  .hl-alert {
    background:rgba(232,160,32,0.08); border-left:3px solid var(--amber);
    border-radius:6px; padding:14px 16px; margin-top:14px;
    font-size:0.83rem; color:var(--text-body); line-height:1.65;
  }

  /* ── TERMS PAGE ── */
  .terms-body { font-size:0.9rem; color:var(--text-body); line-height:1.8; }
  .terms-intro { background:var(--slate-bg); border-radius:var(--radius); padding:24px; margin-bottom:36px; border-left:4px solid var(--amber); }
  .terms-intro p { margin:0; font-size:0.88rem; color:var(--text-muted); }
  .terms-section { margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid var(--border); }
  .terms-section:last-of-type { border-bottom:none; }
  .terms-section h2 { font-family:'Sora',sans-serif; font-weight:800; font-size:1.15rem; color:var(--navy); margin-bottom:14px; padding-bottom:8px; border-bottom:2px solid var(--amber); display:inline-block; }
  .terms-section h3 { font-family:'Sora',sans-serif; font-weight:700; font-size:0.95rem; color:var(--navy); margin:18px 0 8px; }
  .terms-section p { margin-bottom:12px; font-size:0.87rem; }
  .terms-list { padding-left:20px; margin:10px 0 14px; }
  .terms-list li { margin-bottom:6px; font-size:0.86rem; }
  .terms-highlight { background:var(--slate-bg); border:1px solid var(--border); border-radius:10px; padding:16px 18px; margin:14px 0; font-size:0.85rem; }
  .terms-highlight-warn { background:rgba(232,160,32,0.07); border-color:rgba(232,160,32,0.3); }

  @media (max-width:700px) {
    .hiw-split { grid-template-columns:1fr; }
    .hl-card-wide { grid-column:auto; }
  }
  @media (max-width:600px) {
    .hiw-step { gap:14px; }
    .hiw-card { flex-direction:column; }
  }
