:root {
  --black: #080808;
  --charcoal: #171717;
  --text: #101010;
  --muted: #666;
  --line: #e7e7e7;
  --panel: #f7f7f7;
  --blue: #1967ff;
  --blue-dark: #0d4fcc;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(0,0,0,.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 76px 0; }

.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand-mark { display: flex; align-items: center; gap: 12px; }
.brand-mark .bolt {
  width: 52px; height: 52px; border-radius: 16px;
  display: grid; place-items: center;
  background: var(--black); color: var(--white);
  font-size: 26px;
}
.brand-mark strong { display: block; font-size: 34px; letter-spacing: -2px; line-height: .9; }
.brand-mark small { display: block; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
.nav-links { display: flex; align-items: center; gap: 26px; color: #333; font-weight: 700; }
.nav-links a:hover { color: var(--blue); }
.header-call {
  background: var(--black);
  color: var(--white);
  padding: 15px 24px;
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.hero { padding-top: 70px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.eyebrow { color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: 1.8px; font-size: 13px; margin-bottom: 14px; }
h1, h2, h3 { letter-spacing: -1.8px; }
.hero h1 { font-size: clamp(54px, 7vw, 92px); line-height: .92; margin-bottom: 28px; }
.hero-text { font-size: 20px; max-width: 640px; color: #252525; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 28px; border-radius: 14px;
  font-weight: 900; border: 2px solid var(--black);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.1); }
.btn-primary { background: var(--black); color: var(--white); }
.btn-secondary { background: var(--white); color: var(--black); }
.hero-location { display: inline-flex; gap: 9px; align-items: center; color: #333; background: #f3f6ff; border: 1px solid #dce6ff; padding: 12px 14px; border-radius: 14px; font-size: 15px; }
.what-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 42px; box-shadow: var(--shadow); }
.card-label { display: inline-block; color: var(--blue); font-weight: 900; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1.6px; font-size: 13px; }
.what-card h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.02; margin-bottom: 18px; }
.what-card p { color: #333; font-size: 17px; margin-bottom: 25px; }
.service-list { display: grid; gap: 13px; }
.service-item { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.service-item span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #e8efff; color: var(--blue); }

.stats-strip { background: var(--charcoal); color: var(--white); padding: 26px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.stats-grid div { padding: 16px 22px; border-right: 1px solid rgba(255,255,255,.14); }
.stats-grid div:last-child { border-right: none; }
.stats-grid span { font-size: 28px; display: block; margin-bottom: 8px; }
.stats-grid strong { display: block; text-transform: uppercase; font-size: 14px; letter-spacing: .8px; }
.stats-grid p { color: rgba(255,255,255,.72); font-size: 14px; }

.section-heading { max-width: 780px; margin-bottom: 36px; }
.section-heading h2, .why h2, .enquiry h2, .location h2 { font-size: clamp(42px, 5vw, 68px); line-height: .98; margin-bottom: 16px; }
.section-heading p, .why-copy p:not(.eyebrow), .enquiry-copy p, .location-card p { color: #444; font-size: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { border: 1px solid var(--line); border-radius: 18px; padding: 25px; background: var(--white); box-shadow: 0 12px 32px rgba(0,0,0,.04); min-height: 132px; }
.product-card span { display: block; font-size: 30px; margin-bottom: 18px; }
.product-card h3 { font-size: 19px; letter-spacing: -.5px; }

.why { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 50px; align-items: start; }
.why-cards { display: grid; gap: 14px; }
.why-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 24px; }
.why-card h3 { font-size: 22px; margin-bottom: 8px; }
.why-card p { color: #444; }

.enquiry-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; }
.photo-card { margin-top: 28px; border-radius: var(--radius); overflow: hidden; min-height: 270px; background: linear-gradient(135deg, #111, #333); box-shadow: var(--shadow); display: grid; place-items: center; }
.battery-illustration { position: relative; width: 72%; max-width: 360px; height: 160px; }
.battery-body { height: 100%; border: 8px solid white; border-radius: 22px; display: flex; justify-content: space-between; align-items: center; padding: 22px; color: white; font-size: 48px; font-weight: 900; }
.battery-body::after { content: ''; position: absolute; right: -20px; top: 48px; width: 18px; height: 64px; background: white; border-radius: 0 8px 8px 0; }
.spark { position: absolute; inset: 0; display: grid; place-items: center; color: #ffde59; font-size: 58px; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; margin-bottom: 16px; font-weight: 800; font-size: 14px; }
input, textarea { width: 100%; border: 1px solid #d5d5d5; border-radius: 12px; padding: 15px 14px; font: inherit; outline: none; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(25,103,255,.12); }
textarea { min-height: 120px; resize: vertical; }
.form-submit { width: 100%; border: none; cursor: pointer; font-size: 16px; }
.form-note { color: var(--muted); font-size: 13px; margin-top: 14px; text-align: center; }

.location { background: #fff; }
.location-card { display: grid; grid-template-columns: 1fr .95fr; gap: 42px; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; box-shadow: 0 12px 34px rgba(0,0,0,.04); }
.contact-details p { margin-bottom: 11px; color: #333; }
.contact-details a { font-weight: 900; }
.directions { margin-top: 10px; }
.map-wrap { margin-top: 22px; }
.map-wrap iframe { width: 100%; height: 360px; border: 0; border-radius: var(--radius); filter: grayscale(.15); }

.site-footer { background: var(--black); color: var(--white); padding: 28px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 14px; }
.footer-inner a { font-weight: 900; }

@media (max-width: 980px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-links { display: none; }
  .header-inner { min-height: auto; padding: 16px 0; flex-wrap: wrap; }
  .header-call { width: 100%; text-align: center; }
  .hero-grid, .why-grid, .enquiry-grid, .location-card { grid-template-columns: 1fr; gap: 34px; }
  .hero { padding-top: 42px; }
  .section-pad { padding: 56px 0; }
  .hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-actions .btn { width: 100%; }
  .what-card { padding: 28px; }
  .stats-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div:nth-child(2) { border-right: none; }
  .stats-grid div { border-bottom: 1px solid rgba(255,255,255,.14); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
  .brand-mark strong { font-size: 28px; }
  .brand-mark small { font-size: 10px; }
  .product-grid, .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { border-right: none; }
  .location-card, .form-card { padding: 24px; }
  .section-heading h2, .why h2, .enquiry h2, .location h2 { font-size: 40px; }
}

.line-icon {
  width: 46px;
  height: 46px;
  color: #1d74ff;
  background: #f5f8ff;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.line-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stats-grid > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-card .line-icon {
  margin-bottom: 16px;
}

.site-logo {
  display: block;
  width: clamp(180px, 18vw, 260px);
  height: auto;
}

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

@media (max-width: 768px) {
  .site-logo {
    width: 150px;
  }
}

.hours-list {
  list-style: none;
  margin: 10px 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  font-size: 15px;
}

.hours-list li span {
  color: #475569;
}

.hours-list li strong {
  color: #0f172a;
  white-space: nowrap;
}

.roadside-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(29, 116, 255, 0.25);
  background: #f5f8ff;
  border-radius: 16px;
  display: grid;
  gap: 4px;
  max-width: 520px;
}

.roadside-note strong {
  color: #0f172a;
  font-size: 15px;
}

.roadside-note span {
  color: #475569;
  font-size: 14px;
}

.mini-location-icon {
  width: 22px;
  height: 22px;
  color: #1d74ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mini-location-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.photo-card {
  border-radius: 24px;
  overflow: hidden;
  background: #111111;
}

.battery-photo {
  width: 100%;
  height: auto;
  display: block;
}

select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  padding: 16px;
  font: inherit;
  font-weight: 700;
  color: #111111;
  background: #ffffff;
  outline: none;
}

select:focus {
  border-color: #1d74ff;
  box-shadow: 0 0 0 3px rgba(29, 116, 255, 0.12);
}