/* Woolpit Truck Repairs designer reset */

@font-face {
  font-family: "Fira Sans";
  src: url("/assets/fonts/Fira_Sans/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fira Sans";
  src: url("/assets/fonts/Fira_Sans/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fira Sans";
  src: url("/assets/fonts/Fira_Sans/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fira Sans";
  src: url("/assets/fonts/Fira_Sans/FiraSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0b1220;
  --body: #1e293b;
  --muted: #40506a;
  --line: #d9e2ec;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --soft-2: #eef2f7;
  --navy: #121a2a;
  --navy-2: #1d2a3d;
  --blue: #2563eb;
  --cyan: #13b8c5;
  --amber: #ffb31a;
  --red: #ef233c;
  --green: #0f9f6e;
  --shadow: 0 28px 75px rgba(12, 19, 32, 0.14);
  --shadow-soft: 0 16px 38px rgba(12, 19, 32, 0.1);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--body);
  background: var(--paper);
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

img,
svg,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--blue);
}

:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.4);
  outline-offset: 3px;
}

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

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(217, 226, 236, 0.78);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  width: 230px;
  min-width: 0;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(12, 18, 32, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(12, 18, 32, 0.08);
}

.brand img,
.footer-logo {
  display: block;
  width: 208px;
  height: auto;
}

.site-nav {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 4px;
}

.site-nav.is-open {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  display: grid;
  gap: 4px;
  padding: 14px 22px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.site-nav a,
.header-call {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 9px 13px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  background: var(--soft-2);
  color: var(--ink);
}

.header-call {
  display: none;
  padding-inline: 18px;
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(255, 179, 26, 0.22);
}

.header-call:hover {
  color: var(--ink);
  background: #ffc24d;
}

.nav-toggle {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 21px;
  height: 2px;
  margin: auto;
  background: currentColor;
  content: "";
}

.nav-toggle-bars::before {
  transform: translateY(-7px);
}

.nav-toggle-bars::after {
  transform: translateY(5px);
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  padding: 118px 0 58px;
  color: #ffffff;
  background: var(--navy);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("/assets/img/hero-workshop-premium.webp");
  background-position: center right;
  background-size: cover;
  content: "";
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.02);
}

.home-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 82% 20%, rgba(19, 184, 197, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(11, 18, 32, 0.96) 0%, rgba(11, 18, 32, 0.86) 40%, rgba(11, 18, 32, 0.42) 72%, rgba(11, 18, 32, 0.22) 100%),
    linear-gradient(180deg, rgba(11, 18, 32, 0.12), rgba(11, 18, 32, 0.88)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 92px);
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  max-width: var(--max);
}

.hero-grid > * {
  min-width: 0;
}

.hero-copy {
  width: min(100%, 820px);
  max-width: 820px;
}

.hero-media {
  display: none !important;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  width: 100%;
  max-width: 920px;
  font-size: clamp(3.35rem, 6.8vw, 5.95rem);
}

h2 {
  font-size: clamp(2rem, 3.3vw, 3.3rem);
}

h3 {
  font-size: 1.18rem;
  line-height: 1.18;
}

p {
  margin: 0 0 16px;
  overflow-wrap: break-word;
}

.home-hero h1 {
  color: #ffffff;
  text-wrap: balance;
}

.home-hero p:not(.eyebrow) {
  max-width: 66ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
}

.hero-actions,
.cta-actions,
.cta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 12px 20px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 18px 35px rgba(255, 179, 26, 0.22);
}

.button-primary:hover {
  color: var(--ink);
  background: #ffc24d;
}

.button-secondary {
  border-color: rgba(12, 18, 32, 0.12);
  background: #ffffff;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.button-secondary:hover {
  color: var(--ink);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

.hero-metrics {
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 42px 0 0;
  padding: 0;
}

.hero-metrics div {
  min-width: 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.hero-metrics dt {
  margin: 0 0 8px;
  color: var(--amber);
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
}

.hero-metrics dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.35;
}

.trust-bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 46px;
  padding: 0;
}

.trust-bar span {
  min-width: 0;
  padding: 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  color: #ffffff;
  font-weight: 800;
  line-height: 1.25;
  backdrop-filter: blur(10px);
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.home-hero + .section {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
}

.home-hero + .section .section-heading {
  margin-inline: auto;
  text-align: center;
}

.card-grid {
  display: grid;
  gap: 22px;
}

.service-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(217, 226, 236, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  counter-increment: service;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card-grid {
  counter-reset: service;
}

.service-card::before {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), var(--cyan));
  content: "";
}

.service-card::after {
  position: absolute;
  right: 20px;
  bottom: 14px;
  color: rgba(15, 23, 42, 0.06);
  content: "0" counter(service);
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: var(--shadow);
}

.service-card h2,
.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card h2,
.service-card h3 {
  margin: 0 0 14px;
  padding-top: 34px;
}

.service-card a {
  color: var(--ink);
  text-decoration: none;
}

.service-card p {
  color: var(--muted);
}

.service-card {
  padding: 28px 28px 74px;
}

.split {
  display: grid;
  gap: 34px;
}

.split-section.tint {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
  background: var(--navy);
}

.split-section.tint::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/assets/img/theme-fleet-lineup.png");
  background-position: center right;
  background-size: cover;
  content: "";
  filter: saturate(0.85) contrast(1.04);
}

.split-section.tint::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 18, 32, 0.95), rgba(11, 18, 32, 0.83) 48%, rgba(11, 18, 32, 0.56)),
    radial-gradient(circle at 78% 24%, rgba(19, 184, 197, 0.24), transparent 34%);
  content: "";
}

.split-section.tint h2,
.split-section.tint p,
.split-section.tint strong,
.split-section.tint span {
  color: #ffffff;
}

.feature-list,
.footer-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.feature-list li::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--amber);
  content: "";
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  margin-bottom: 4px;
  font-size: 1rem;
}

.fleet-coverage {
  background: #ffffff;
}

.fleet-coverage .split > div {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.text-link {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.pill-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pill-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.pill-links a:hover {
  border-color: rgba(37, 99, 235, 0.32);
  background: #eef4ff;
}

.dark-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 179, 26, 0.2), transparent 32%),
    linear-gradient(135deg, var(--navy), #243b60);
}

.dark-section h2,
.dark-section p:not(.eyebrow) {
  color: #ffffff;
}

.dark-section .eyebrow {
  color: var(--amber);
}

.dark-section .cta-stack {
  align-content: center;
  justify-content: flex-start;
}

.dark-section .button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
}

.cta-band {
  padding: 86px 0 112px;
  background: #ffffff;
}

.cta-inner {
  display: grid;
  gap: 24px;
}

.cta-band + .site-footer {
  margin-top: 0;
}

.contact-panel {
  background:
    linear-gradient(180deg, var(--soft), #ffffff);
}

.contact-panel .split {
  align-items: start;
}

.contact-panel .split > div:first-child {
  position: sticky;
  top: 112px;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.94), rgba(29, 42, 61, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 58px);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.contact-panel h2,
.contact-panel .split > div:first-child p:not(.eyebrow) {
  color: #ffffff;
}

.contact-panel .split > div:first-child::after {
  display: grid;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  content: "For urgent vehicle-off-road issues, call +44 (0) 1284 844 122.";
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label,
.check-field {
  color: var(--ink);
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bdc9d8;
  border-radius: 7px;
  padding: 11px 13px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  outline: 0;
}

.hp-field,
.turnstile-wrap:empty {
  display: none;
}

.check-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.check-field input {
  margin-top: 5px;
}

.form-status {
  min-height: 0;
  font-weight: 800;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: var(--red);
}

.contact-main .split {
  align-items: start;
}

.contact-main .lead {
  max-width: 62ch;
}

.contact-location {
  background: #ffffff;
}

.contact-location .split {
  align-items: stretch;
}

.contact-details {
  margin: 22px 0 14px;
  padding: 24px;
  border-left: 5px solid var(--amber);
  border-radius: 0 8px 8px 0;
  background: var(--soft);
  font-style: normal;
}

.contact-details a {
  color: var(--ink);
  font-weight: 800;
}

.small {
  color: var(--muted);
  font-size: 0.95rem;
}

.map-frame {
  min-height: 340px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.94), rgba(37, 99, 235, 0.78)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 56px);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
}

.map-fallback {
  display: grid;
  min-height: 340px;
  align-content: center;
  gap: 14px;
  padding: 34px;
  color: #ffffff;
}

.map-fallback strong {
  max-width: 26ch;
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1.12;
}

.map-fallback span {
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.78);
}

.map-fallback .button {
  width: fit-content;
}

.tint {
  background: var(--soft);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(12, 18, 32, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 800;
}

.faq-list details p {
  padding: 0 20px 20px;
}

.page-hero {
  padding: 82px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 20%, rgba(19, 184, 197, 0.24), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.page-hero h1,
.page-hero p:not(.eyebrow) {
  color: #ffffff;
}

.breadcrumbs {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.breadcrumbs li + li::before {
  margin-right: 8px;
  color: #94a3b8;
  content: "/";
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--blue);
}


.content-card,
.notice,
.summary-card,
.list-card,
.stat-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.content-card,
.notice,
.summary-card,
.list-card,
.stat-card {
  padding: 24px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
  padding: 62px 0 32px;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.site-footer .footer-logo {
  width: 220px;
  padding: 8px;
  border-radius: 8px;
  background: #ffffff;
}

.site-footer h2 {
  color: var(--amber);
  font-size: 1rem;
}

.site-footer a {
  color: #ffffff;
}

.site-footer .small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 720px) {
  .form-grid,
  .card-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
  }

  .header-call {
    display: inline-flex;
  }

  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    align-items: center;
  }

  .contact-panel .split {
    grid-template-columns: minmax(0, 0.84fr) minmax(480px, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.9fr 0.9fr 0.9fr;
  }
}

@media (max-width: 860px) {
  .home-hero {
    min-height: auto;
    padding: 76px 0 40px;
  }

  .home-hero::before {
    background-position: 62% center;
  }

  .home-hero::after {
    background:
      linear-gradient(180deg, rgba(11, 18, 32, 0.9), rgba(11, 18, 32, 0.76)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 78px);
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 9.5vw, 3.25rem);
  }

  .home-hero p:not(.eyebrow) {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-metrics,
  .trust-bar {
    grid-template-columns: 1fr;
  }

  .contact-panel .split > div:first-child {
    position: static;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .header-inner {
    min-height: 76px;
  }

  .brand {
    width: 214px;
  }

  .brand img {
    width: 192px;
  }

  .site-nav.is-open {
    top: 76px;
  }

  .button,
  .hero-actions .button {
    width: 100%;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(2.08rem, 10.2vw, 2.7rem);
  }

  .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .section {
    padding: 68px 0;
  }

  .service-card,
  .contact-form,
  .contact-panel .split > div:first-child,
  .fleet-coverage .split > div {
    padding: 24px;
  }

  .service-card {
    min-height: auto;
    padding-bottom: 72px;
  }
}

@media print {
  .site-header,
  .site-footer,
  .button,
  .nav-toggle {
    display: none !important;
  }
}


/* SEO and conversion upgrade */
.urgent-call-bar {
  position: sticky;
  top: 78px;
  z-index: 89;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 9px 18px;
  background: #ffb31a;
  color: #0b1220;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(255, 179, 26, 0.22);
}

.urgent-call-bar:hover {
  color: #0b1220;
  background: #ffc44f;
}

.site-header {
  background: #ffffff;
  backdrop-filter: none;
}

.brand {
  width: 300px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand img,
.footer-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer .footer-logo {
  width: min(100%, 260px);
  margin-bottom: 18px;
}

.section {
  padding: 76px 0;
}

.breadcrumbs {
  display: none !important;
}

.home-hero {
  min-height: 720px;
}

.home-hero .hero-helper {
  margin-top: 16px;
  padding-left: 18px;
  border-left: 4px solid var(--amber);
  color: #ffffff;
  font-weight: 700;
}

.trust-bar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emergency-top {
  padding-top: 42px;
  padding-bottom: 42px;
  background: #ffffff;
}

.emergency-panel {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 179, 26, 0.45);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.98), rgba(29, 42, 61, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 64px);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.emergency-panel h2,
.emergency-panel p:not(.eyebrow) {
  color: #ffffff;
}

.problem-grid {
  display: grid;
  gap: 20px;
}

.problem-tag {
  margin: 0 0 10px;
  color: var(--amber) !important;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card .text-link {
  position: relative;
  z-index: 2;
}

.service-card {
  padding-bottom: 32px;
}

.service-card::after {
  display: none;
  content: none;
}

.content-card h2,
.content-card h3 {
  margin-top: 0;
}

.prose-card h2 {
  margin-top: 34px;
}

.check-list,
.link-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 14px 12px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.link-list li a {
  color: var(--ink);
  font-weight: 800;
}

.service-detail-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.side-panel {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.side-panel .button {
  width: 100%;
}

.side-panel h3 {
  margin-top: 20px;
}

.contact-urgent {
  margin: 22px 0;
  padding: 24px;
  border-radius: 8px;
  background: var(--navy);
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

.contact-urgent h2,
.contact-urgent p:not(.eyebrow),
.contact-urgent a {
  color: #ffffff;
}

.form-help {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--amber);
  border-radius: 0 8px 8px 0;
  background: #fff7e2;
  color: var(--ink);
  font-weight: 800;
}

.form-help a {
  color: var(--ink);
}

.article-body .narrow {
  max-width: 820px;
}

.article-body h2 {
  margin-top: 34px;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.article-body p,
.article-body li {
  color: var(--body);
  font-size: 1.05rem;
}

.guide-card {
  min-height: 260px;
}

.cta-band {
  padding: 78px 0 112px;
}

@media (min-width: 760px) {
  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .emergency-panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 980px) {
  .service-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.42fr);
  }
  .side-panel {
    position: sticky;
    top: 138px;
  }
}

@media (max-width: 880px) {
  .urgent-call-bar {
    top: 76px;
    flex-direction: column;
    gap: 2px;
    padding: 8px 14px;
    font-size: 0.94rem;
  }
  .trust-bar {
    grid-template-columns: 1fr;
  }
  .brand {
    width: 230px;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 58px 0;
  }
  .brand {
    width: 206px;
    padding: 0;
  }
  .emergency-panel,
  .side-panel {
    padding: 22px;
  }
}
