

/* ==========================================
   BIET & SON TRUCK ELECTRIC — REDESIGNED
   Industrial. Bold. Built for the trade.
   ========================================== */



/* ── TOKENS ─────────────────────────────── */
:root {
  --navy:        #0d2057;
  --navy-mid:    #132269;
  --navy-light:  #1a3a8f;
  --orange:      #f7c900;
  --orange-dark: #d9ad00;
  --orange-glow: rgba(247,201,0,.22);
  --cream:       #faf5ee;
  --cream-dark:  #f0e9dc;
  --white:       #ffffff;
  --text:        #1a2535;
  --muted:       #5c718a;
  --line:        #e0d9cf;
  --line-dark:   rgba(255,255,255,.09);

  --font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body:    'Barlow', 'Helvetica Neue', sans-serif;

  --container: 1160px;
  --r:  10px;
  --r2: 16px;

  --sh-sm:  0 2px 10px rgba(0,0,0,.06);
  --sh-md:  0 8px 32px rgba(0,0,0,.10);
  --sh-lg:  0 20px 60px rgba(0,0,0,.16);
  --sh-or:  0 8px 28px rgba(247,201,0,.30);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; }
img { display: block; max-width: 100%; }
h1,h2,h3,h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: var(--navy);
}
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.container {
  width: min(100% - 36px, var(--container));
  margin-inline: auto;
}

/* ── TOPBAR ──────────────────────────────── */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  font-size: 13px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 3px solid var(--orange);
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  gap: 16px;
}
.topbar a {
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  transition: opacity .2s;
}
.topbar a:hover { opacity: .8; }

/* ── HEADER ──────────────────────────────── */
.header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}
.logo-badge {
  width: 48px;
  height: 48px;
  border-radius: var(--r);
  background: var(--navy);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .02em;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.logo-badge::after {
  content: '';
  position: absolute;
  bottom: -6px; right: -6px;
  width: 22px; height: 22px;
  background: var(--orange);
  transform: rotate(45deg);
}
.logo-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.1;
}
.logo-text small {
  display: block;
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .01em;
  margin-top: 3px;
}

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--muted);
  padding: 8px 12px;
  border-radius: var(--r);
  transition: color .2s, background .2s;
}
.nav a:hover { color: var(--navy); background: var(--cream); }
.nav a.active { color: var(--navy); background: var(--cream-dark); }
.nav .call {
  background: var(--orange);
  color: var(--navy) !important;
  padding: 9px 18px;
  border-radius: var(--r);
  margin-left: 8px;
  box-shadow: var(--sh-or);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.nav .call:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(240,106,0,.38);
}

.menu-btn {
  display: none;
  width: 44px; height: 44px;
  border: 1.5px solid var(--line);
  background: transparent;
  border-radius: var(--r);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
.menu-btn span {
  display: block;
  height: 2px; width: 20px;
  background: var(--navy);
  border-radius: 2px;
  transition: .25s;
}

/* ── HERO ────────────────────────────────── */
.hero {
  background: var(--navy);
  position: relative;
  padding: 72px 0 88px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--orange);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 32px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--orange);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--orange);
  flex-shrink: 0;
}

.hero h1 {
  font-size: clamp(40px, 5.5vw, 68px);
  color: var(--white);
  margin-bottom: 18px;
  line-height: 1.02;
}
.hero p.lead {
  font-size: 17px;
  color: rgba(255,255,255,.72);
  max-width: 620px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.notice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(240,106,0,.15);
  border: 1px solid rgba(240,106,0,.35);
  color: #f7c900;
  font-size: 13px;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 10px 16px;
  border-radius: var(--r);
  margin-bottom: 28px;
}
.notice::before { content: '⚡'; font-size: 14px; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: var(--r);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: none;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}
.btn-primary { background: var(--orange); color: var(--navy); box-shadow: var(--sh-or); font-weight: 900; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(247,201,0,.35); text-decoration: none; color: var(--navy); }
.btn-secondary { background: rgba(255,255,255,.1); color: var(--white); border: 1.5px solid rgba(255,255,255,.22); }
.btn-secondary:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); text-decoration: none; color: var(--white); }
.btn-outline { background: transparent; color: var(--orange); border: 2px solid var(--orange); }
.btn-outline:hover { background: var(--orange); color: var(--white); transform: translateY(-2px); text-decoration: none; }

.hero-card {
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.12);
  border-radius: var(--r2);
  padding: 28px;
  backdrop-filter: blur(12px);
}
.hero-card h2 { font-size: 26px; color: var(--white); margin-bottom: 18px; }
.hero-card ul { margin-bottom: 22px; }
.hero-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.80);
  font-size: 15px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-card ul li::before {
  content: '✓';
  color: var(--orange);
  font-weight: 900;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}
.hero-card .btn-primary { width: 100%; }

/* ── STATS BAR ───────────────────────────── */
.stats-bar { background: var(--orange); }
.stats-bar .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.22);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  letter-spacing: .02em;
}
.stat-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(13,32,87,.75);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 5px;
}

/* ── SECTIONS ────────────────────────────── */
.section { padding: 80px 0; }
.section.alt { background: var(--cream); }
.section.dark { background: var(--navy); }
.section.dark h2, .section.dark h3 { color: var(--white); }
.section.dark p { color: rgba(255,255,255,.65); }

.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head .sub-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--orange);
  margin-bottom: 12px;
  display: block;
}
.section-head h2 { font-size: clamp(30px, 3.5vw, 44px); margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 16.5px; }

/* ── CARDS ───────────────────────────────── */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  padding: 28px 26px;
  box-shadow: var(--sh-sm);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--orange);
  opacity: 0;
  transition: opacity .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: #d4ccbf; }
.card:hover::before { opacity: 1; }
.card h3 { font-size: 19px; margin-bottom: 10px; text-transform: none; letter-spacing: 0; }
.card h3 a { color: var(--navy); transition: color .2s; }
.card h3 a:hover { color: var(--orange); }
.card p { color: var(--muted); font-size: 15px; }

.panel {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  padding: 32px;
  box-shadow: var(--sh-sm);
}
.panel h3 { font-size: 22px; margin-bottom: 16px; text-transform: none; letter-spacing: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }

.feature-list { display: flex; flex-direction: column; gap: 14px; }
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15.5px;
  color: var(--text);
  line-height: 1.55;
}
.feature-list li::before {
  content: '';
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-list li strong { color: var(--navy); }

.bullet-list { display: flex; flex-direction: column; gap: 10px; }
.bullet-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--text);
  padding: 10px 14px;
  background: var(--cream);
  border-radius: var(--r);
  border-left: 3px solid var(--orange);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--text);
  padding: 14px 16px;
  background: var(--cream);
  border-radius: var(--r);
}
.check-list li::before {
  content: '✓';
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  color: var(--navy);
  line-height: 1.65;
  padding-left: 20px;
  border-left: 3px solid var(--orange);
  margin: 0 0 16px;
}
cite {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.map-wrap { border-radius: var(--r2); overflow: hidden; border: 1.5px solid var(--line); margin: 18px 0; }
.map-wrap iframe { display: block; width: 100%; height: 280px; border: none; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.faq-item {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  padding: 26px 28px;
  transition: border-color .2s, box-shadow .2s;
}
.faq-item:hover { border-color: var(--orange); box-shadow: 0 4px 20px rgba(240,106,0,.1); }
.faq-item h3 { font-size: 17px; color: var(--navy); margin-bottom: 10px; text-transform: none; letter-spacing: 0; }
.faq-item p { font-size: 14.5px; color: var(--muted); }

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--navy);
  border-radius: var(--r2);
  padding: 44px 48px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,106,0,.28), transparent 70%);
  pointer-events: none;
}
.cta-banner h2 { font-size: clamp(26px, 3vw, 38px); color: var(--white); margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,.65); font-size: 16px; }
.cta-banner .btn-primary { flex-shrink: 0; min-height: 54px; padding: 0 32px; font-size: 17px; }

.footer {
  background: var(--navy);
  color: rgba(255,255,255,.55);
  padding: 56px 0 32px;
}
.footer .container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  margin-bottom: 24px;
}
.footer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.footer-brand p { color: rgba(255,255,255,.52); font-size: 14.5px; line-height: 1.7; }
.footer-nav-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
  margin-bottom: 14px;
  display: block;
}
.footer-links { display: grid; gap: 8px; }
.footer-links a {
  font-size: 14px;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255,255,255,.52);
  transition: color .2s;
}
.footer-links a:hover { color: var(--orange); }
.footer-bottom { font-size: 12px; color: rgba(255,255,255,.28); text-align: center; }

.mobile-call { display: none; }

@media (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .split, .hero-grid, .footer .container { grid-template-columns: 1fr; }
  .stats-bar .container { grid-template-columns: repeat(2, 1fr); }
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); }
  .stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
  .check-list { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; text-align: center; padding: 36px 28px; }
  .cta-banner .btn-primary { width: 100%; }
}

@media (max-width: 860px) {
  .menu-btn { display: flex; }
  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 4px); left: 18px; right: 18px;
    background: var(--white);
    border: 1.5px solid var(--line);
    border-radius: var(--r2);
    padding: 12px;
    box-shadow: var(--sh-lg);
    flex-direction: column;
    align-items: stretch;
    z-index: 999;
  }
  .nav.open { display: flex; }
  .nav a { border-radius: var(--r); padding: 12px 14px; }
  .nav .call { margin-left: 0; margin-top: 4px; text-align: center; }
  .topbar .container { flex-direction: column; justify-content: center; padding: 8px 0; text-align: center; gap: 4px; }
  .header .container { position: relative; }
  .mobile-call {
    display: flex;
    position: fixed;
    left: 16px; right: 16px; bottom: 16px;
    z-index: 1200;
    background: var(--orange);
    color: var(--navy);
    min-height: 54px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    box-shadow: 0 8px 28px rgba(240,106,0,.4);
  }
  body { padding-bottom: 88px; }
  .cards { grid-template-columns: 1fr; }
  .hero { padding: 52px 0 64px; }
  .section { padding: 56px 0; }
}
/* ── LOGO IMAGE ──────────────────────────── */
.logo-img {
  height: 54px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.logo-text strong { font-size: 17px; }
@media (max-width: 600px) {
  .logo-img { height: 44px; }
  .logo-text { display: none; }
}

  
/* ── REVIEWS SECTION ─────────────────────────── */
.reviews-bar {
  background: var(--navy-mid);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.reviews-bar .container {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.stars {
  color: var(--orange);
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
}
.review-meta {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.review-meta span { color: var(--orange); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
}
.review-card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--r2);
  padding: 24px;
  box-shadow: var(--sh-sm);
}
.review-card .stars { font-size: 16px; margin-bottom: 12px; letter-spacing: 1px; }
.review-card blockquote {
  font-size: 15px;
  border-left: none;
  padding-left: 0;
  margin-bottom: 14px;
  color: var(--text);
}
.review-card cite { font-size: 12.5px; }

/* ── LOCATION PANEL ──────────────────────────── */
.location-panel {
  background: var(--navy);
  border-radius: var(--r2);
  padding: 36px;
  color: var(--white);
}
.location-panel h3 {
  color: var(--white);
  font-size: 22px;
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: 0;
}
.location-address {
  font-size: 15.5px;
  color: rgba(255,255,255,.75);
  line-height: 1.8;
  margin-bottom: 20px;
}
.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}
.hours-item {
  background: rgba(255,255,255,.07);
  border-radius: var(--r);
  padding: 12px 14px;
  border-left: 3px solid var(--orange);
}
.hours-day {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--orange);
}
.hours-time {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-top: 2px;
}
.location-note {
  background: rgba(247,201,0,.12);
  border: 1px solid rgba(247,201,0,.25);
  border-radius: var(--r);
  padding: 12px 16px;
  font-size: 13.5px;
  color: rgba(255,255,255,.85);
  margin-bottom: 20px;
  line-height: 1.5;
}
.location-note strong { color: var(--orange); }
.location-actions { display: flex; flex-direction: column; gap: 10px; }
.btn-white {
  background: var(--white);
  color: var(--navy);
  font-weight: 900;
}
.btn-white:hover { background: var(--cream); transform: translateY(-2px); color: var(--navy); text-decoration: none; }

/* ── SEO KEYWORD STRIP ───────────────────────── */





@media (max-width: 860px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .hours-grid { grid-template-columns: 1fr; }
}

  