/* ============================================================
   POCO NAPA AUTOPRO — Fleet Page Styles
   All shared variables, utilities, nav, footer, and
   .page-hero base styles live in style.css.
   This file contains only fleet-page-specific overrides.
   ============================================================ */


/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  position: relative;
  padding: 180px 0 100px; /* top padding clears the fixed navbar */
  background:
    linear-gradient(160deg, rgba(6,13,46,0.92) 0%, rgba(10,18,64,0.80) 100%),
    url('images/shop.jpg') center 30% / cover no-repeat;
  overflow: hidden;
  text-align: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,13,46,0.55) 0%, rgba(6,13,46,0.85) 100%);
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}

.page-hero-content h1 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-hero-content p {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .page-hero { padding: 140px 0 72px; }
}


/* ============================================================
   FLEET TRUST STRIP
   Dark section announcing the Canada Post relationship.
   ============================================================ */
.fleet-trust {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #060D2E 0%, #03091A 100%);
}

.fleet-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(255,199,44,0.06) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(13,31,120,0.35) 0%, transparent 70%);
}

.fleet-trust-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.fleet-trust-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 4px 16px rgba(0,0,0,0.35);
}

.fleet-trust-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
}

@media (max-width: 1000px) {
  .fleet-trust-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .fleet-trust-image { max-width: 600px; margin: 0 auto; }
}

/* ============================================================
   NAPA FLEET PRODUCTS SECTION
   ============================================================ */
.fleet-products {
  padding: var(--section-v) 0;
  background: var(--bg-section);
}

.fleet-products-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Image column */
.fleet-products-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 4px 16px rgba(0,0,0,0.35);
}

.fleet-products-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
}

/* Content column */
.fleet-products-content h2 {
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.fleet-products-content p {
  color: rgba(255,255,255,0.68);
  line-height: 1.8;
  margin-bottom: 16px;
}

.fleet-products-content strong {
  color: #fff;
  font-weight: 600;
}

/* Feature list */
.fleet-products-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fleet-products-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

.fleet-products-list li svg {
  width: 18px;
  height: 18px;
  color: var(--yellow);
  flex-shrink: 0;
  margin-top: 3px;
}

@media (max-width: 1000px) {
  .fleet-products-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .fleet-products-image { max-width: 600px; margin: 0 auto; }
}

.fleet-trust-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

/* Bump up the eyebrow spacing so it breathes against the dark bg */
.fleet-trust .section-eyebrow {
  margin-bottom: 24px;
}

.fleet-trust-headline {
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.fleet-trust-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.52);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
}


/* ============================================================
   WHY FLEET — 4 glassmorphism cards
   ============================================================ */
.fleet-why {
  position: relative;
  padding: var(--section-v) 0;
  background: var(--bg-section);
  overflow: hidden;
}

/* Soft ambient texture layer */
.fleet-why::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 65% 55% at 20% 20%, rgba(255,255,255,0.025) 0%, transparent 60%),
    radial-gradient(ellipse 50% 45% at 80% 80%, rgba(255,199,44,0.04)  0%, transparent 65%);
}

.fleet-why > * { position: relative; z-index: 1; }

/* 4-column grid — 2 on tablet, 1 on mobile */
.fleet-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Glass card — matches .process-card / .warranty-card pattern */
.fleet-why-card {
  position: relative;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius-lg);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.45),
    0 2px 8px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.10);
  padding: 40px 28px 36px;
  transition: transform var(--trans), box-shadow var(--trans), border-color var(--trans), background var(--trans);
}

.fleet-why-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,199,44,0.35);
  box-shadow:
    0 24px 56px rgba(0,0,0,0.55),
    0 4px 16px rgba(0,0,0,0.30),
    0 0 40px rgba(255,199,44,0.07),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

/* Yellow icon container — mirrors .process-icon */
.fleet-why-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(255,199,44,0.18) 0%, rgba(255,199,44,0.07) 100%);
  border: 1px solid rgba(255,199,44,0.25);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: var(--trans);
  box-shadow: 0 4px 16px rgba(255,199,44,0.10);
}

.fleet-why-icon svg {
  width: 24px;
  height: 24px;
  color: var(--yellow);
}

.fleet-why-card:hover .fleet-why-icon {
  background: linear-gradient(135deg, rgba(255,199,44,0.28) 0%, rgba(255,199,44,0.12) 100%);
  box-shadow: 0 6px 24px rgba(255,199,44,0.20);
  transform: scale(1.05);
}

.fleet-why-card h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
}

.fleet-why-card p {
  font-size: 14px;
  line-height: 1.80;
  color: rgba(255,255,255,0.58);
}


/* ============================================================
   FLEET SPECIALIST — 2-column layout
   ============================================================ */
.fleet-specialist {
  position: relative;
  padding: var(--section-v) 0;
  background: var(--bg-base);
  overflow: hidden;
}

/* Faint warm glow from left side where Jason's card lives */
.fleet-specialist::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 0% 50%,  rgba(255,199,44,0.04)  0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 100% 40%, rgba(255,255,255,0.02) 0%, transparent 60%);
}

.fleet-specialist > * { position: relative; z-index: 1; }

/* 2-column grid: larger card on left, pill stack on right */
.fleet-specialist-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

/* Large glass card for Jason */
.fleet-specialist-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius-lg);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.45),
    0 2px 8px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.10);
  padding: 52px 48px;
}

.fleet-specialist-card .section-eyebrow {
  display: block;
  margin-bottom: 14px;
}

.fleet-specialist-card h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3.2vw, 44px);
}

.fleet-specialist-card p {
  font-size: 16px;
  color: rgba(255,255,255,0.62);
  line-height: 1.80;
  margin-bottom: 20px;
}

.fleet-specialist-card p:last-of-type {
  margin-bottom: 36px;
}

/* Jason photo — floats right, text wraps around */
.fleet-jason-float-wrap {
  overflow: hidden;
}

.fleet-jason-photo {
  float: right;
  width: 150px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  margin: 4px 0 16px 24px;
  border: 2px solid rgba(255,199,44,0.25);
}

@media (max-width: 600px) {
  .fleet-jason-photo {
    float: none;
    display: block;
    width: 120px;
    margin: 0 auto 20px;
  }
}

/* Contact area — stacked vertically */
.specialist-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

/* "Talk to Jason" — styled like .btn-book-cta but pill-shaped */
.btn-talk {
  display: inline-block;
  background: var(--yellow);
  color: #0A0E20;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 16px 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background var(--trans), transform var(--trans), box-shadow var(--trans);
  box-shadow: 0 4px 24px rgba(255,199,44,0.28), 0 2px 8px rgba(0,0,0,0.25);
}

.btn-talk:hover {
  background: var(--yellow-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(255,199,44,0.40), 0 4px 12px rgba(0,0,0,0.30);
}

.specialist-email {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
}

.specialist-email a {
  color: rgba(255,255,255,0.65);
  transition: color var(--trans);
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.20);
  text-underline-offset: 3px;
}

.specialist-email a:hover {
  color: var(--yellow);
  text-decoration-color: rgba(255,199,44,0.50);
}

/* Feature pills stack on right column */
.fleet-specialist-pills {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 8px;
}

/* Individual pill — glass with yellow left border accent */
.fleet-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.11);
  border-left: 3px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.45),
    0 2px 8px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.10);
  padding: 18px 22px;
  transition: transform var(--trans), border-color var(--trans), background var(--trans), box-shadow var(--trans);
}

.fleet-pill:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,0.09);
  border-left-color: var(--yellow);
  box-shadow:
    0 12px 40px rgba(0,0,0,0.50),
    0 0 24px rgba(255,199,44,0.06),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

/* Yellow dot indicator */
.fleet-pill-dot {
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(255,199,44,0.50);
}

.fleet-pill span:last-child {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.01em;
}


/* ============================================================
   FLEET SERVICES — 3-column glass card grid
   ============================================================ */
.fleet-services {
  position: relative;
  padding: var(--section-v) 0;
  background: var(--bg-section-alt);
  overflow: hidden;
}

/* Background texture */
.fleet-services::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%,  rgba(255,199,44,0.05) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 10% 80%, rgba(255,255,255,0.02) 0%, transparent 60%),
    radial-gradient(ellipse 50% 45% at 90% 70%, rgba(255,255,255,0.02) 0%, transparent 60%);
}

.fleet-services > * { position: relative; z-index: 1; }

/* 3-column grid of service cards */
.fleet-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Glass service card */
.fleet-service-card {
  position: relative;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius-lg);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.45),
    0 2px 8px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.10);
  padding: 40px 32px 36px;
  transition: transform var(--trans), box-shadow var(--trans), border-color var(--trans), background var(--trans);
}

.fleet-service-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,199,44,0.35);
  box-shadow:
    0 20px 56px rgba(0,0,0,0.55),
    0 4px 16px rgba(0,0,0,0.30),
    0 0 40px rgba(255,199,44,0.07),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

/* Icon container — matches .process-icon pattern */
.fleet-service-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(255,199,44,0.18) 0%, rgba(255,199,44,0.07) 100%);
  border: 1px solid rgba(255,199,44,0.25);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: var(--trans);
  box-shadow: 0 4px 16px rgba(255,199,44,0.10);
}

.fleet-service-icon svg {
  width: 24px;
  height: 24px;
  color: var(--yellow);
}

.fleet-service-card:hover .fleet-service-icon {
  background: linear-gradient(135deg, rgba(255,199,44,0.28) 0%, rgba(255,199,44,0.12) 100%);
  box-shadow: 0 6px 24px rgba(255,199,44,0.20);
  transform: scale(1.05);
}

.fleet-service-card h3 {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
}

.fleet-service-card p {
  font-size: 14px;
  line-height: 1.80;
  color: rgba(255,255,255,0.58);
}


/* ============================================================
   FLEET CTA
   Reuses .cta-inner, .cta-phone, .cta-or, .btn-book-cta
   from style.css. Only the background treatment is custom here.
   ============================================================ */
.fleet-cta {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

/* Background gradient — mirrors .cta-banner-bg */
.fleet-cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0E2278 0%, #061550 45%, #03091A 100%);
}

/* Central glow — pulls eye down toward the CTA button */
.fleet-cta-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 50% 100%, rgba(255,199,44,0.11) 0%, transparent 65%),
    radial-gradient(ellipse 80% 40% at 50% 30%,  rgba(13,31,120,0.35)  0%, transparent 70%);
}

/* Organic wisps from corners converging toward center */
.fleet-cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 90% at -8%  20%, rgba(255,255,255,0.045) 0%, transparent 60%),
    radial-gradient(ellipse 75% 90% at 108% 15%, rgba(255,255,255,0.038) 0%, transparent 60%),
    radial-gradient(ellipse 55% 50% at 30%  75%, rgba(255,199,44,0.04)   0%, transparent 65%),
    radial-gradient(ellipse 55% 50% at 70%  75%, rgba(255,199,44,0.035)  0%, transparent 65%);
}

/* Scattered depth orbs */
.fleet-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 22% 18% at 18% 30%, rgba(255,255,255,0.025) 0%, transparent 100%),
    radial-gradient(ellipse 16% 14% at 82% 22%, rgba(255,255,255,0.020) 0%, transparent 100%),
    radial-gradient(ellipse 18% 20% at 60% 85%, rgba(255,199,44,0.045)  0%, transparent 100%);
}

/* Keep ::after clear — content sits on .cta-inner z-index:1 */
.fleet-cta::after { content: none; }

/* Override cta-sub on this section to allow a slightly longer description */
.fleet-cta .cta-sub {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}


/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Tablet — 4-col grid becomes 2-col, specialist becomes 1-col */
@media (max-width: 1100px) {
  .fleet-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fleet-specialist-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fleet-specialist-pills {
    padding-top: 0;
  }

  .fleet-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Larger mobile / small tablet */
@media (max-width: 768px) {
  .fleet-trust {
    padding: 72px 0;
  }

  .fleet-trust-headline {
    font-size: clamp(22px, 5vw, 32px);
  }

  .fleet-specialist-card {
    padding: 40px 28px;
  }

  .fleet-services-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* Mobile — all grids collapse to single column */
@media (max-width: 640px) {
  .fleet-why-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .fleet-specialist-card {
    padding: 32px 22px;
  }

  .fleet-specialist-grid {
    gap: 28px;
  }

  .fleet-pill span:last-child {
    font-size: 14px;
  }

  .btn-talk {
    width: 100%;
    text-align: center;
  }

  .specialist-contact {
    align-items: center;
    text-align: center;
  }

  .fleet-cta .cta-sub {
    font-size: 14px;
  }
}
