/* ── HERO — permanent standalone definition ─────
   Uses same padding-top (200px) as rml-service-hero
   which is proven to clear the header on all screens.
   No !important needed, no inheritance conflicts.
─────────────────────────────────────────────── */
.hp-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0a0d12;
}
.hp-hero .rml-container {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 60px;
}

/* ============================================================
   rml-home.css — Red Mile Limousine Homepage Styles
   redmilelimousine.com/index.html
   Upload to: /css/rml-home.css

   SECTIONS:
   1. Hero
   2. Trust Strip
   3. Intro + Hooks
   4. Services Grid
   5. Popular Routes
   6. Featured Vehicle
   7. Fleet (dark)
   8. How It Works / Process
   9. Why Choose
   10. Reviews
   11. Blog Preview
   12. Local / Map
   13. Bottom CTA
   14. Our Story
   15. Responsive — all breakpoints
   ============================================================ */

/* ═══════════════════════════════════════════════════════
   RED MILE LIMOUSINE — HOME PAGE
   Designed to beat blacksedans.ca and cascadelimo.com
   Mobile-first, all breakpoints covered
═══════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────── */


/* hp-hero-bg — overlay for homepage hero image */
.hp-hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hp-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .18;
  filter: brightness(.6) saturate(.7);
}
.hp-hero-inner {
  position: relative; z-index: 2;
  padding: 0;
  max-width: 780px;
}
.hp-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(228,29,55,.15);
  border: 1px solid rgba(228,29,55,.3);
  color: #e41d37; font-size: 11px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 999px;
  margin-bottom: 20px;
}
.hp-hero-stars {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 20px;
}
.hp-hero-stars .stars { color: #fbbf24; font-size: 18px; letter-spacing: 2px; }
.hp-hero-stars span { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 600; }
.hp-hero h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin: 0 0 10px;
}
.hp-hero h1 em {
  font-style: normal;
  color: #e41d37;
}
.hp-hero-sub {
  color: rgba(255,255,255,.55);
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.65;
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: .3px;
}
.hp-hero-tagline {
  color: rgba(255,255,255,.75);
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.65;
  margin: 0 0 36px;
  max-width: 580px;
}
.hp-hero-bullets {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 36px;
}
.hp-hero-bullet {
  display: flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,.75);
  font-size: 13px; font-weight: 600;
}
.hp-hero-bullet i { color: #22c55e; font-size: 14px; }
.hp-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}
.hp-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: #e41d37; color: #fff !important;
  font-size: 15px; font-weight: 800;
  padding: 17px 32px; border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 32px rgba(228,29,55,.4);
  transition: background .18s, transform .18s;
}
.hp-btn-primary:hover { background: #bd1028; transform: translateY(-2px); }
.hp-btn-light {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.12);
  border: 2px solid rgba(255,255,255,.3);
  color: #fff !important;
  font-size: 15px; font-weight: 700;
  padding: 15px 28px; border-radius: 14px;
  text-decoration: none !important;
  backdrop-filter: blur(8px);
  transition: background .18s, border-color .18s;
}
.hp-btn-light:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.5); }



/* ── TRUST STRIP ──────────────────────────────────────── */
.hp-trust {
  background: #111827;
  border-bottom: 3px solid #e41d37;
  padding: 0;
}
.hp-trust-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.hp-trust-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 22px 16px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.07);
}
.hp-trust-item:last-child { border-right: 0; }
.hp-trust-value {
  font-size: 26px; font-weight: 900; color: #e41d37;
  line-height: 1; margin-bottom: 4px;
}
.hp-trust-label {
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 2px;
}
.hp-trust-sub { font-size: 11px; color: rgba(255,255,255,.3); }

/* ── INTRO TEXT ───────────────────────────────────────── */
.hp-intro { padding: 64px 0 0; background: #fff; }
.hp-intro-inner {
  max-width: 800px; margin: 0 auto;
  text-align: center;
}
.hp-intro h2 {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800; color: #111827; margin: 0 0 16px;
}
.hp-intro p {
  font-size: 16px; color: #4b5563; line-height: 1.75;
  margin: 0 0 12px;
}
.hp-intro-hooks {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 40px;
}
.hp-hook {
  background: #f9fbfd;
  border: 1px solid #e5e7eb;
  border-radius: 16px; padding: 24px 20px;
  text-align: left;
  border-top: 3px solid #e41d37;
}
.hp-hook i { color: #e41d37; font-size: 22px; margin-bottom: 12px; display: block; }
.hp-hook strong { display: block; font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.hp-hook p { font-size: 13px; color: #6b7280; line-height: 1.55; margin: 0; }

/* ── SERVICES ─────────────────────────────────────────── */
.hp-services { padding: 64px 0; background: #fff; }
.hp-section-label {
  font-size: 11px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: #e41d37;
  text-align: center; margin-bottom: 8px;
}
.hp-section-title {
  font-size: clamp(24px, 3vw, 38px); font-weight: 800;
  color: #111827; text-align: center; margin: 0 0 10px;
  letter-spacing: -.02em;
}
.hp-section-sub {
  font-size: 15px; color: #6b7280; text-align: center;
  max-width: 560px; margin: 0 auto 48px; line-height: 1.65;
}
.hp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-bottom: 24px;
}
.hp-services-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; max-width: 800px;
  margin: 0 auto 40px;
}
.hp-svc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(15,23,42,.06);
  transition: transform .22s, box-shadow .22s;
  display: flex; flex-direction: column;
}
.hp-svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(15,23,42,.12);
}
.hp-svc-img { position: relative; height: 200px; overflow: hidden; background: #1a2332; }
.hp-svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hp-svc-card:hover .hp-svc-img img { transform: scale(1.07); }
.hp-svc-icon {
  position: absolute; top: 14px; left: 14px;
  width: 44px; height: 44px; background: #e41d37;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(228,29,55,.4);
}
.hp-svc-icon i { color: #fff; font-size: 16px; }
.hp-svc-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.hp-svc-title { font-size: 17px; font-weight: 800; color: #111827; margin: 0 0 4px; }
.hp-svc-hook { font-size: 12.5px; font-weight: 700; color: #e41d37; margin: 0 0 8px; }
.hp-svc-desc { font-size: 13.5px; color: #6b7280; line-height: 1.6; margin: 0 0 16px; flex: 1; }
.hp-svc-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.hp-svc-book {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: #e41d37; color: #fff !important;
  font-size: 13px; font-weight: 700;
  padding: 11px; border-radius: 12px;
  text-decoration: none !important;
  transition: background .18s;
}
.hp-svc-book:hover { background: #bd1028; }
.hp-svc-learn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: #fff; color: #111827 !important;
  font-size: 13px; font-weight: 700;
  padding: 11px; border-radius: 12px;
  border: 2px solid #e5e7eb;
  text-decoration: none !important;
  transition: border-color .18s;
}
.hp-svc-learn:hover { border-color: #e41d37; color: #e41d37 !important; }

/* ── ROUTES WITH PRICES ───────────────────────────────── */
.hp-routes { background: #f9fbfd; padding: 64px 0; }
.hp-routes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-bottom: 16px;
}

/* ── FLEET ────────────────────────────────────────────── */
.hp-fleet { background: #111827; padding: 64px 0; }
.hp-fleet h2 { color: #fff; text-align: center; margin-bottom: 8px; }
.hp-fleet .hp-section-label { color: rgba(228,29,55,.9); }
.hp-fleet p { color: rgba(255,255,255,.5); text-align: center; margin-bottom: 40px; }
.hp-fleet-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-bottom: 28px;
}
.hp-fleet-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; overflow: hidden;
  transition: background .2s, border-color .2s;
}
.hp-fleet-card:hover { background: rgba(255,255,255,.09); border-color: rgba(228,29,55,.4); }
.hp-fleet-img { height: 180px; overflow: hidden; }
.hp-fleet-img img { width: 100%; height: 100%; object-fit: cover; }
.hp-fleet-info { padding: 18px; }
.hp-fleet-name { color: #fff; font-size: 15px; font-weight: 800; margin: 0 0 4px; }
.hp-fleet-specs { color: rgba(255,255,255,.45); font-size: 12.5px; margin: 0 0 12px; }
.hp-fleet-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #e41d37; color: #fff !important;
  font-size: 12.5px; font-weight: 700;
  padding: 9px 16px; border-radius: 10px;
  text-decoration: none !important;
  transition: background .15s;
}
.hp-fleet-btn:hover { background: #bd1028; }

/* ── PROCESS ──────────────────────────────────────────── */
.hp-process { background: #fff; padding: 64px 0; }
.hp-process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 28px; position: relative;
}
.hp-process-grid::before {
  content: '';
  position: absolute; top: 36px; left: 12%; width: 76%; height: 1px;
  background: #e5e7eb; z-index: 0;
}
.hp-process-step { text-align: center; position: relative; z-index: 1; }
.hp-process-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: #fff; border: 3px solid #e41d37;
  color: #e41d37; font-size: 22px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 8px 28px rgba(228,29,55,.18);
}
.hp-process-step h3 { font-size: 15px; font-weight: 800; color: #111827; margin: 0 0 8px; }
.hp-process-step p { font-size: 13px; color: #6b7280; line-height: 1.55; margin: 0; }

/* ── WHY CHOOSE ───────────────────────────────────────── */
.hp-why { background: #f9fbfd; padding: 64px 0; }
.hp-why-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.hp-why-img {
  border-radius: 24px; overflow: hidden;
  position: relative;
  box-shadow: 0 24px 64px rgba(15,23,42,.15);
}
.hp-why-img img { width: 100%; height: 480px; object-fit: cover; display: block; }
.hp-why-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: #e41d37; color: #fff;
  padding: 14px 20px; border-radius: 14px;
  box-shadow: 0 8px 28px rgba(228,29,55,.4);
}
.hp-why-badge span { display: block; font-size: 24px; font-weight: 900; line-height: 1; }
.hp-why-badge small { font-size: 13px; font-weight: 700; opacity: .85; }
.hp-why-points { display: flex; flex-direction: column; gap: 20px; margin: 24px 0 32px; }
.hp-why-point { display: flex; gap: 14px; align-items: flex-start; }
.hp-why-check {
  width: 28px; height: 28px; border-radius: 50%;
  background: #e41d37; color: #fff; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.hp-why-point strong { display: block; font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 3px; }
.hp-why-point span { font-size: 13.5px; color: #6b7280; line-height: 1.55; }

/* ── REVIEWS ──────────────────────────────────────────── */
.hp-reviews { background: #fff; padding: 64px 0; }

/* ── BLOG PREVIEW ─────────────────────────────────────── */
.hp-blog { background: #f9fbfd; padding: 64px 0; }
.hp-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hp-blog-card {
  background: #fff; border-radius: 18px; overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 18px rgba(15,23,42,.06);
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none !important;
}
.hp-blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(15,23,42,.11); }
.hp-blog-img { height: 180px; overflow: hidden; }
.hp-blog-img img { width: 100%; height: 100%; object-fit: cover; }
.hp-blog-body { padding: 20px; flex: 1; }
.hp-blog-tag { font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #e41d37; margin-bottom: 8px; display: block; }
.hp-blog-title { font-size: 15px; font-weight: 800; color: #111827; margin: 0 0 8px; line-height: 1.35; }
.hp-blog-excerpt { font-size: 13px; color: #6b7280; line-height: 1.55; margin: 0 0 14px; }
.hp-blog-link { font-size: 13px; font-weight: 700; color: #e41d37; display: flex; align-items: center; gap: 5px; }

/* ── MAP + LOCAL ──────────────────────────────────────── */
.hp-local { background: #111827; padding: 56px 0; }
.hp-local-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hp-local h2 { color: #fff; font-size: clamp(22px, 2.5vw, 30px); font-weight: 800; margin: 0 0 16px; }
.hp-local p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.65; margin: 0 0 24px; }
.hp-local-map { border-radius: 16px; overflow: hidden; height: 320px; }
.hp-local-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3); }
.hp-communities {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-bottom: 20px;
}
.hp-community-tag {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.6);
  font-size: 12px; font-weight: 600;
  padding: 6px 10px; border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
  transition: background .15s, color .15s;
}
.hp-community-tag:hover { background: rgba(228,29,55,.2); color: #fff; }

/* ── BOTTOM CTA ───────────────────────────────────────── */
.hp-cta {
  background: linear-gradient(135deg, #e41d37 0%, #9b0e21 100%);
  padding: 72px 0;
}
.hp-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.hp-cta h2 { color: #fff; font-size: clamp(22px, 3vw, 38px); font-weight: 900; margin: 0 0 8px; }
.hp-cta p { color: rgba(255,255,255,.7); font-size: 15px; margin: 0; }
.hp-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hp-cta-btn-white {
  display: flex; align-items: center; gap: 8px;
  background: #fff; color: #e41d37 !important;
  font-size: 15px; font-weight: 800;
  padding: 16px 30px; border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 28px rgba(0,0,0,.2);
  transition: transform .18s;
}
.hp-cta-btn-white:hover { transform: translateY(-2px); }
.hp-cta-btn-outline {
  display: flex; align-items: center; gap: 8px;
  background: transparent; color: #fff !important;
  font-size: 15px; font-weight: 700;
  padding: 14px 28px; border-radius: 14px;
  border: 2px solid rgba(255,255,255,.5);
  text-decoration: none !important;
  transition: border-color .18s, background .18s;
}
.hp-cta-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* ═══════ RESPONSIVE ═══════════════════════════════════ */
@media (max-width: 1100px) {
  .hp-services-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-why-layout { gap: 40px; }
}
@media (max-width: 991px) {
  .hp-hero .rml-container { padding-top: 170px; padding-bottom: 48px; }
  
  .hp-trust-inner { grid-template-columns: repeat(3, 1fr); }
  .hp-trust-item:nth-child(4), .hp-trust-item:nth-child(5) { border-top: 1px solid rgba(255,255,255,.07); }
  .hp-intro-hooks { grid-template-columns: 1fr; }
  .hp-process-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-process-grid::before { display: none; }
  .hp-why-layout { grid-template-columns: 1fr; }
  .hp-local-inner { grid-template-columns: 1fr; }
  .hp-local-map { height: 240px; }
  .hp-routes-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hp-hero .rml-container { padding-top: 150px; padding-bottom: 40px; }
  
  .hp-hero h1 { font-size: clamp(28px, 8vw, 42px); }
  .hp-hero-actions { flex-direction: column; }
  .hp-btn-primary, .hp-btn-light { justify-content: center; width: 100%; max-width: 320px; }
  .hp-trust { display: none; }
  .hp-why-img { display: none; }
  .hp-why-layout { grid-template-columns: 1fr !important; }
  .hp-services-grid { grid-template-columns: 1fr; }
  .hp-services-grid-2 { grid-template-columns: 1fr; }
  .hp-fleet-grid { grid-template-columns: 1fr; }
  .hp-routes-grid { grid-template-columns: 1fr; }
  .hp-blog-grid { grid-template-columns: 1fr; }
  .hp-cta-inner { flex-direction: column; text-align: center; }
  .hp-cta-btns { justify-content: center; }
  .hp-communities { grid-template-columns: repeat(2, 1fr); }
  .hp-process-grid { grid-template-columns: 1fr; }
  .hp-svc-actions { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hp-hero .rml-container { padding-top: 130px; padding-bottom: 32px; }
  
  .hp-trust { display: none; }
  .hp-why-img { display: none; }
  .hp-why-layout { grid-template-columns: 1fr !important; }
  .hp-cta-btns { flex-direction: column; width: 100%; }
  .hp-cta-btn-white, .hp-cta-btn-outline { justify-content: center; }
  .hp-communities { grid-template-columns: repeat(2, 1fr); }
  .hp-hero-bullets { flex-direction: column; gap: 8px; }
}

/* ── HERO TRUST ROW ──────────────────────────────────── */
.hp-hero-trust-row {
  display: flex; flex-wrap: wrap; gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hp-hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.55);
  font-size: 12.5px; font-weight: 600;
}
.hp-hero-trust-item i { color: rgba(228,29,55,.7); font-size: 14px; }

/* ── FEATURED VEHICLE ────────────────────────────────── */
.hp-featured-vehicle {
  background: #0d1117;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.hp-featured-vehicle::before {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228,29,55,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hp-fv-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hp-fv-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(228,29,55,.15);
  border: 1px solid rgba(228,29,55,.3);
  color: #e41d37; font-size: 11px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.hp-fv-title {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900; color: #fff;
  line-height: 1.1; letter-spacing: -.025em;
  margin: 0 0 14px;
}
.hp-fv-title em { font-style: normal; color: #e41d37; }
.hp-fv-subtitle {
  font-size: 15px; color: rgba(255,255,255,.55);
  line-height: 1.65; margin: 0 0 28px;
}
.hp-fv-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}
.hp-fv-spec {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  padding: 10px 14px;
}
.hp-fv-spec i { color: #e41d37; font-size: 13px; flex-shrink: 0; }
.hp-fv-spec span { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.hp-fv-pricing {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 28px;
}
.hp-fv-price-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 16px 18px;
  text-align: center;
}
.hp-fv-price-card--highlight {
  background: rgba(228,29,55,.12);
  border-color: rgba(228,29,55,.3);
}
.hp-fv-price-label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  color: rgba(255,255,255,.45); margin-bottom: 6px;
}
.hp-fv-price-val {
  font-size: 16px; color: rgba(255,255,255,.7); font-weight: 600;
}
.hp-fv-price-val strong {
  font-size: 28px; font-weight: 900; color: #e41d37;
}
.hp-fv-price-sub {
  font-size: 11px; color: rgba(255,255,255,.35);
  margin-top: 3px;
}
.hp-fv-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
}
.hp-fv-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,.7) !important;
  font-size: 14px; font-weight: 700;
  padding: 15px 24px; border-radius: 14px;
  border: 2px solid rgba(255,255,255,.2);
  text-decoration: none !important;
  transition: border-color .18s, color .18s;
}
.hp-fv-btn-ghost:hover { border-color: #e41d37; color: #e41d37 !important; }

/* Vehicle image side */
.hp-fv-visual { position: relative; }
.hp-fv-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.hp-fv-img-wrap img {
  width: 100%; height: 420px;
  object-fit: cover; display: block;
}
.hp-fv-img-badge {
  position: absolute; top: 20px; right: 20px;
  background: #e41d37;
  border-radius: 50%;
  width: 90px; height: 90px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(228,29,55,.5);
}
.hp-fv-badge-val {
  color: #fff; font-size: 13px; font-weight: 900;
  text-align: center; line-height: 1.25;
  text-transform: uppercase; letter-spacing: .5px;
}
.hp-fv-switch {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 8px; margin-top: 16px;
  font-size: 13px; color: rgba(255,255,255,.3);
}
.hp-fv-switch a {
  color: rgba(255,255,255,.55) !important;
  font-weight: 700; text-decoration: none !important;
  transition: color .15s;
}
.hp-fv-switch a:hover { color: #e41d37 !important; }

/* ── OUR STORY ───────────────────────────────────────── */
.hp-story {
  background: #fff;
  padding: 80px 0;
}
.hp-story-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: start;
}
.hp-story-title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900; color: #111827;
  line-height: 1.2; letter-spacing: -.025em;
  margin: 0 0 20px;
}
.hp-story-title em {
  font-style: normal; color: #e41d37;
}
.hp-story-lead {
  font-size: 16px; color: #374151;
  line-height: 1.75; margin: 0 0 14px;
  font-weight: 500;
}
.hp-story-content p {
  font-size: 14.5px; color: #6b7280;
  line-height: 1.75; margin: 0 0 14px;
}
.hp-story-values {
  display: grid; gap: 10px;
  margin: 20px 0 24px;
}
.hp-story-value {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 14px;
  background: #f9fbfd;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #e41d37;
  border-radius: 12px;
}
.hp-story-value-icon {
  width: 34px; height: 34px; flex-shrink: 0;
  background: rgba(228,29,55,.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.hp-story-value-icon i { color: #e41d37; font-size: 14px; }
.hp-story-value strong { display: block; font-size: 13.5px; font-weight: 800; color: #111827; margin-bottom: 1px; }
.hp-story-value span { font-size: 12.5px; color: #6b7280; line-height: 1.45; }

/* Story stats column */
.hp-story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: sticky; top: 24px;
}
.hp-story-stat {
  background: #111827;
  border-radius: 16px; padding: 22px;
  text-align: center;
}
.hp-story-stat-val {
  font-size: 36px; font-weight: 900; color: #e41d37;
  line-height: 1; margin-bottom: 6px;
}
.hp-story-stat-val span {
  font-size: 18px; color: rgba(255,255,255,.4);
}
.hp-story-stat-label { color: #fff; font-size: 13px; font-weight: 800; margin-bottom: 3px; }
.hp-story-stat-sub { color: rgba(255,255,255,.35); font-size: 11px; }
.hp-story-img {
  grid-column: 1 / -1;
  border-radius: 16px; overflow: hidden;
  position: relative;
}
.hp-story-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.hp-story-img-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.8) 0%, transparent 100%);
  padding: 16px 16px 14px;
  color: rgba(255,255,255,.7); font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.hp-story-img-caption i { color: #e41d37; }

/* ═══════ RESPONSIVE — NEW SECTIONS ═══════════════════ */
@media (max-width: 1100px) {
  .hp-fv-layout { gap: 40px; }
  .hp-story-layout { grid-template-columns: 1fr 360px; gap: 48px; }
}
@media (max-width: 991px) {
  .hp-fv-layout { grid-template-columns: 1fr; }
  .hp-fv-visual { order: -1; }
  .hp-fv-img-wrap img { height: 300px; }
  .hp-story-layout { grid-template-columns: 1fr; }
  .hp-story-stats { grid-template-columns: repeat(4, 1fr); position: static; }
  .hp-story-img { display: none; }
  .hp-hero-trust-row { display: none; }
}
@media (max-width: 768px) {
  .hp-featured-vehicle { padding: 56px 0; }
  .hp-fv-specs-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .hp-fv-pricing { grid-template-columns: 1fr; }
  .hp-fv-actions { flex-direction: column; }
  .hp-btn-primary, .hp-fv-btn-ghost { justify-content: center; }
  .hp-story { padding: 56px 0; }
  .hp-story-stats { grid-template-columns: repeat(2, 1fr); }
  .hp-hero-trust-row { display: none; }
}
@media (max-width: 480px) {
  .hp-trust { display: none; }
  .hp-hero-trust-row { display: none; }
  .hp-communities { grid-template-columns: repeat(2, 1fr); }
  .hp-fv-specs-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .hp-hero-inner { padding: 0 0 28px; }
  .hp-hero h1 { font-size: clamp(26px, 8vw, 36px); }
  .hp-fv-layout { gap: 28px; }
  .hp-fv-title { font-size: clamp(26px, 7vw, 36px); }
  .hp-fv-img-wrap img { height: 240px; }
  .hp-fv-badge-val { font-size: 11px; }
  .hp-fv-img-badge { width: 72px; height: 72px; }
  .hp-story-stats { grid-template-columns: 1fr 1fr; }
  .hp-story-stat-val { font-size: 28px; }
}

/* ── Desktop restore — ensure why image shows ─ */
@media (min-width: 769px) {
  .hp-why-img { display: block !important; }
  .hp-why-layout { grid-template-columns: 1fr 1fr; }
  .hp-communities { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1101px) {
  .hp-fv-specs-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================================
   MAIN SLIDER HERO — rml-main-slider
   Replaces hp-hero with Swiper JS slider
   Matches original site's slider style with curve + arrows
============================================================ */

.rml-main-slider {
  position: relative;
  width: 100%;
}

.rml-banner-carousel {
  position: relative;
  width: 100%;
}

/* ── Each slide ─────────────────────────────────────────── */
.rml-slide {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

/* ── Dark overlay on slide ──────────────────────────────── */
.rml-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8, 10, 16, 0.88) 0%,
    rgba(8, 10, 16, 0.55) 60%,
    rgba(8, 10, 16, 0.25) 100%
  );
  z-index: 1;
}
.rml-slide-overlay--dark {
  background: linear-gradient(
    135deg,
    rgba(8, 10, 16, 0.92) 0%,
    rgba(8, 10, 16, 0.65) 100%
  );
}

/* ── Bottom curve ───────────────────────────────────────── */
.rml-slide-curve {
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
}
.rml-slide-curve svg {
  width: 100%;
  height: 80px;
  display: block;
}

/* ── Slide container ────────────────────────────────────── */
.rml-slide .rml-container {
  position: relative;
  z-index: 2;
  padding-top: 210px;
  padding-bottom: 100px;
}

/* ── Slide content ──────────────────────────────────────── */
.rml-slide-content {
  max-width: 720px;
}

.rml-slide-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(228, 29, 55, 0.15);
  border: 1px solid rgba(228, 29, 55, 0.35);
  color: #e41d37;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.rml-slide-title {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
  text-transform: none;
}
.rml-slide-title span {
  color: #e41d37;
}

.rml-slide-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rml-slide-tagline {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.6;
  margin-bottom: 20px;
}

.rml-slide-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.rml-slide-bullets span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
}
.rml-slide-bullets i {
  color: #22c55e;
  font-size: 14px;
}

/* ── CTA buttons ────────────────────────────────────────── */
.rml-slide-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.rml-slide-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e41d37;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 30px;
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 32px rgba(228, 29, 55, 0.4);
  transition: background 0.18s, transform 0.18s;
}
.rml-slide-btn-primary:hover {
  background: #bd1028;
  transform: translateY(-2px);
}

.rml-slide-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 14px;
  text-decoration: none !important;
  backdrop-filter: blur(8px);
  transition: background 0.18s, border-color 0.18s;
}
.rml-slide-btn-light:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
}

/* ── Swiper pagination dots ─────────────────────────────── */
.rml-pagination {
  bottom: 90px !important;
  z-index: 4;
}
.rml-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: background 0.2s, transform 0.2s;
}
.rml-pagination .swiper-pagination-bullet-active {
  background: #e41d37;
  transform: scale(1.3);
}

/* ── Swiper navigation arrows ───────────────────────────── */
.rml-swiper-prev,
.rml-swiper-next {
  width: 52px !important;
  height: 52px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 50% !important;
  backdrop-filter: blur(8px);
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s, border-color 0.2s !important;
  z-index: 4;
}
.rml-swiper-prev:hover,
.rml-swiper-next:hover {
  background: #e41d37 !important;
  border-color: #e41d37 !important;
}
.rml-swiper-prev::after,
.rml-swiper-next::after {
  display: none !important; /* hide default swiper arrows, use our FA icons */
}
.rml-swiper-prev i,
.rml-swiper-next i {
  font-size: 16px;
}

/* ── Fade animation on slide content ────────────────────── */
.swiper-slide .rml-slide-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}
.swiper-slide-active .rml-slide-content {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════ RESPONSIVE ══════════════════════════════════════ */

@media (max-width: 1024px) {
  .rml-slide { min-height: 580px; }
  .rml-slide .rml-container { padding-top: 180px; padding-bottom: 90px; }
  .rml-slide-curve svg { height: 60px; }
}

@media (max-width: 768px) {
  .rml-slide { min-height: 520px; }
  .rml-slide .rml-container { padding-top: 150px; padding-bottom: 80px; }
  .rml-slide-btns { flex-direction: column; gap: 10px; }
  .rml-slide-btn-primary,
  .rml-slide-btn-light { justify-content: center; width: 100%; max-width: 280px; }
  .rml-slide-title { font-size: clamp(28px, 7vw, 42px); }
  .rml-slide-bullets { flex-direction: column; gap: 8px; }
  .rml-pagination { bottom: 72px !important; }
  .rml-swiper-prev { left: 10px !important; }
  .rml-swiper-next { right: 10px !important; }
  .rml-swiper-prev,
  .rml-swiper-next { width: 40px !important; height: 40px !important; }
  .rml-slide-curve svg { height: 44px; }
}

@media (max-width: 480px) {
  .rml-slide { min-height: 480px; }
  .rml-slide .rml-container { padding-top: 120px; padding-bottom: 70px; }
  .rml-slide-title { font-size: clamp(26px, 8vw, 36px); }
  .rml-slide-eyebrow { font-size: 10px; padding: 5px 12px; }
  .rml-slide-btn-primary,
  .rml-slide-btn-light { font-size: 14px; padding: 13px 20px; }
  .rml-slide-curve svg { height: 36px; }
}