/*
Theme Name: Padiham Tyre Centre
Theme URI: https://example.com/padiham-tyres
Author: Padiham Tyre Centre
Author URI: https://example.com
Description: Premium WordPress theme for mobile tyre fitting and emergency roadside support.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: padhiam-tyres
*/

:root {
  --bg-dark: #000000;
  --bg-dark-2: #111111;
  --bg-light: #f2f3f5;
  --surface: #ffffff;
  --surface-soft: #f8f9fb;
  --text: #1b1e22;
  --text-soft: #5b6470;
  --text-inverse: #f7f8fa;
  --accent: #f5a400;
  --accent-dark: #d48900;
  --focus: #f5a400;
  --border: #d9dde2;
  --border-dark: #2a2a2a;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 12px 32px rgba(9, 13, 20, 0.08);
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: var(--bg-light);
  color: var(--text);
  line-height: 1.62;
}

a {
  color: #16324f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

.section {
  padding: 3.4rem 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

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

.kicker {
  margin: 0 0 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #7f878f;
  font-size: 0.76rem;
}

h1,
h2,
h3 {
  font-family: "Outfit", "Segoe UI", sans-serif;
  margin: 0 0 0.65rem;
  line-height: 1.14;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2rem, 4.4vw, 3.9rem);
}

h2 {
  font-size: clamp(1.4rem, 2.4vw, 2.3rem);
}

h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

p {
  margin: 0 0 0.9rem;
}

ul,
ol {
  margin: 0;
  padding-left: 1.2rem;
}

.card,
.panel,
.hero-availability-panel,
.service-editorial-card,
.coverage-map-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card,
.panel {
  padding: 1.05rem;
}

.small-muted {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.btn,
button,
input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.76rem 1.15rem;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.btn-primary,
input[type="submit"] {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover,
input[type="submit"]:hover {
  background: var(--accent-dark);
  text-decoration: none;
}

.btn-emergency {
  background: #cc2200;
  color: #fff;
}

.btn-emergency:hover {
  background: #aa1a00;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  color: #111;
  border: 1px solid var(--border);
}

.site-alert-bar {
  background: #000;
  color: var(--text-inverse);
  border-bottom: 1px solid #222;
}

.site-alert-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-alert-inner p {
  margin: 0;
  font-size: 0.88rem;
}

.site-alert-inner a {
  color: #fff;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.97);
  border-bottom: 1px solid #222;
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  color: #fff;
  font-weight: 800;
}

.brand-logo {
  display: block;
  height: 85px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 8px;
  padding: 0.45rem 0.68rem;
  color: #eceff3;
  font-weight: 700;
  font-size: 0.9rem;
}

.main-nav .menu-emergency-link {
  color: #f5a400;
}

.main-nav a:hover,
.main-nav .current-menu-item > a {
  background: rgba(245, 164, 0, 0.12);
  color: var(--accent);
  text-decoration: none;
}

.nav-ctas {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-phone {
  color: #fff;
  font-weight: 800;
  border: 1px solid #49505b;
  border-radius: 999px;
  padding: 0.54rem 0.76rem;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.62rem 0.96rem;
  font-weight: 800;
  line-height: 1;
}

.nav-cta-book {
  background: var(--accent);
  color: #fff;
}

.nav-toggle {
  display: none;
  color: #fff;
  background: #28303b;
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
}

.home-hero {
  background: #000;
  color: #fff;
  padding: 3rem 0 0;
}

.hero-lower {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-check-panel {
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid #222;
  padding: 1.1rem 0;
}

.hero-check-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #cdd4db;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.hero-check-hint {
  margin: 0.6rem 0 0;
  font-size: 0.86rem;
}

.hero-check-hint a {
  color: #8baad6;
}

.hero-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #222;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #cbd5e1;
  border-right: 1px solid #222;
}

.hero-trust-item:last-child {
  border-right: 0;
}

.hero-trust-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(245, 164, 0, 0.18);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1.6rem;
  align-items: center;
}

.home-hero .kicker,
.home-hero h1,
.home-hero p {
  color: #f5f7fa;
}

.home-hero-copy p {
  max-width: 680px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0 0.8rem;
}

.hero-phone {
  font-weight: 700;
  font-size: 0.95rem;
}

.hero-phone a {
  color: #fff;
}

.home-hero-media img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border-dark);
}

.quick-availability-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 0.7rem;
  align-items: end;
}

.quick-availability-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 0.8rem;
  align-items: end;
}

.quick-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.quick-form-field label {
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #9ba8b5;
}

.quick-form-field input,
.quick-form-field select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  border-radius: 8px;
  padding: 0.62rem 0.7rem;
  font-size: 0.92rem;
}

.quick-form-field input::placeholder {
  color: #5a6470;
}

.quick-form-field select option {
  background: #1e2530;
  color: #fff;
}

.quick-form-submit {
  display: flex;
  align-items: flex-end;
}

.quick-form-submit .btn {
  white-space: nowrap;
  height: 44px;
}

.availability-panel-section .hero-availability-panel p {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
}

label {
  display: block;
  margin-bottom: 0.28rem;
  font-weight: 700;
  font-size: 0.9rem;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #cfd5dd;
  border-radius: var(--radius-sm);
  padding: 0.68rem 0.7rem;
  font: inherit;
}

textarea {
  min-height: 108px;
  resize: vertical;
}

.emergency-band {
  background: #000;
  color: #fff;
  border-top: 3px solid var(--accent);
}

.emergency-band .kicker {
  color: var(--accent);
}

.emergency-band h2,
.emergency-band p {
  color: #fff;
}

.emergency-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: center;
}

.emergency-band-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem 0;
}

.emergency-band-copy > p {
  margin-bottom: 1rem;
}

.emergency-safety-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8baad6;
  margin: 0.2rem 0 0.7rem;
}

.emergency-band-image {
  border-radius: var(--radius);
  overflow: hidden;
}

.emergency-band-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}

.emergency-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
}

.emergency-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 1rem;
  display: grid;
  gap: 0.6rem;
}

.emergency-checklist li {
  padding-left: 1.15rem;
  position: relative;
}

.emergency-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6b61;
}

.home-service-grid {
  margin-top: 1rem;
}

.services-home-cta {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}

.service-editorial-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-editorial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(20, 24, 32, 0.13);
}

.service-editorial-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--border);
  display: block;
}

.service-card-body {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.service-card-body h3 {
  margin: 0;
}

.service-card-body p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.service-card-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 0.4rem;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
}

.how-it-works {
  background: #fff;
}

.how-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: start;
}

.how-steps {
  display: grid;
  gap: 0;
  margin-top: 1.4rem;
}

.how-step {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
}

.how-step:last-child {
  border-bottom: 0;
}

.how-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  margin-top: 0.12rem;
}

.how-step-content h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
}

.how-step-content p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.how-steps-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.how-guide-col {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.3rem;
}

.how-guide-label {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--accent);
  margin: 0 0 0.3rem;
}

.how-guide-col h3 {
  margin: 0 0 0.4rem;
}

.how-guide-col > p {
  color: var(--text-soft);
  font-size: 0.92rem;
  margin-bottom: 0.8rem;
}

.how-guide-visual {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 0.9rem;
  background: #f7f0ee;
}

.how-guide-visual img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.how-guide-breakdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f5f6f8;
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
}

.how-guide-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.how-guide-part strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
}

.how-guide-part span {
  font-size: 0.76rem;
  color: var(--text-soft);
  font-weight: 600;
  margin-top: 0.1rem;
}

.how-guide-sep {
  color: var(--border);
  font-size: 1.2rem;
  font-weight: 300;
  flex-shrink: 0;
}

.why-us-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: center;
}

.why-us-image-col img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center top;
  display: block;
}

.why-us-content h2 {
  margin-bottom: 0.5rem;
}

.why-us-content > p {
  color: var(--text-soft);
  margin-bottom: 1.1rem;
  font-size: 0.97rem;
}

.why-us-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  display: grid;
  gap: 0.6rem;
}

.why-us-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--text);
}

.why-us-list svg {
  flex-shrink: 0;
  margin-top: 0.18rem;
  color: var(--accent);
}

.why-us-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tyre-options-section {
  background: #000;
  color: #fff;
}

.tyre-options-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}

.tyre-options-header h2 {
  color: #fff;
  margin-bottom: 0.3rem;
}

.tyre-options-header .kicker {
  color: var(--accent);
}

.tyre-options-sub {
  color: #9ba8b5;
  font-size: 0.93rem;
  margin: 0;
  max-width: 540px;
}

.tyre-options-cta {
  flex-shrink: 0;
}

.tyre-options-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.tyre-option-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tyre-option-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(245, 164, 0, 0.5);
}

.tyre-option-icon {
  width: 42px;
  height: 42px;
  background: rgba(245, 164, 0, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
  margin-bottom: 0.2rem;
}

.tyre-option-card h3 {
  font-size: 0.97rem;
  color: #f5f7fa;
  margin: 0;
}

.tyre-option-card p {
  font-size: 0.86rem;
  color: #8fa0b0;
  margin: 0;
  line-height: 1.5;
}

.brands-carousel-section {
  background: #f5f6f8;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.6rem 0;
  overflow: hidden;
}

.brands-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.brands-carousel-header .kicker {
  margin: 0;
}

.brands-carousel-note {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-soft);
}

.brands-track-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.brands-track-wrap::before,
.brands-track-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.brands-track-wrap::before {
  left: 0;
  background: linear-gradient(to right, #f5f6f8, transparent);
}

.brands-track-wrap::after {
  right: 0;
  background: linear-gradient(to left, #f5f6f8, transparent);
}

.brands-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scroll-brands 28s linear infinite;
}

.brands-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-brands {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.brand-logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 2rem;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #3a424e;
  letter-spacing: -0.01em;
  white-space: nowrap;
  border-right: 1px solid var(--border);
  transition: color 0.15s ease;
}

.brand-logo-item:hover {
  color: var(--accent);
}

.coverage-section {
  background: #fff;
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.8rem;
  align-items: start;
}

.coverage-intro {
  color: var(--text-soft);
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

.coverage-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}

.coverage-pill {
  display: inline-flex;
  align-items: center;
  background: #f0f2f5;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text);
}

.coverage-form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.4rem;
}

.coverage-form-row {
  display: flex;
  gap: 0.5rem;
}

.coverage-form-row input {
  flex: 1;
  min-width: 0;
}

.coverage-map {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.coverage-map-inner {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.coverage-map-inner iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

.coverage-map-note {
  font-size: 0.82rem;
  color: var(--text-soft);
  margin: 0;
  text-align: right;
}

.faq-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}

.faq-section-header h2 {
  margin-bottom: 0;
}

.faq-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease;
}

.faq-item:hover {
  border-color: #c8cfd8;
}

.faq-item[open] {
  border-color: var(--accent);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.9rem 1rem;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--text-soft);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-icon::before {
  width: 10px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
}

.faq-item[open] .faq-icon {
  border-color: var(--accent);
  background: var(--accent);
}

.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after {
  background: #fff;
}

.faq-item[open] .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-item p {
  margin: 0;
  padding: 0 1rem 0.9rem;
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.6;
}

.final-cta {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.final-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
}

.final-cta-inner .kicker {
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.final-cta-inner h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  color: #fff;
  margin-bottom: 0.6rem;
  line-height: 1.1;
}

.final-cta-inner > p {
  color: rgba(255,255,255,0.82);
  font-size: 1.05rem;
  margin-bottom: 1.6rem;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.final-cta-actions .btn {
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
}

.final-cta-call {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.final-cta-note {
  color: rgba(255,255,255,0.55);
  font-size: 0.88rem;
  margin: 0;
}

.page-hero {
  background-size: cover;
  background-position: center;
  padding: 3.2rem 0;
  color: #fff;
}

.page-hero .kicker,
.page-hero h1,
.page-hero p {
  color: #fff;
}

.page-hero-inner {
  max-width: 980px;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0;
}

.page-hero-usps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-hero-usp {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.form-row {
  margin-bottom: 0.85rem;
}

.form-row label {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: var(--text);
}

.booking-multistep input,
.booking-multistep textarea,
.booking-multistep select {
  font-size: 1rem;
  padding: 0.78rem 0.85rem;
}

.booking-multistep fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.booking-multistep legend {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.9rem;
  padding: 0;
  color: var(--text);
}

.multistep-actions {
  display: flex;
  gap: 0.55rem;
  margin-top: 1rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--border);
}

.step-indicator {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.step-indicator span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.86rem;
  color: var(--text-soft);
  background: #f5f6f8;
}

.step-indicator span.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

#booking-summary {
  font-size: 0.94rem;
}

#booking-summary h4 {
  margin: 0 0 0.5rem;
}

#booking-summary ul {
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.25rem;
}

input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1.15rem;
  font-size: 1rem;
}

.form-message {
  padding: 0.7rem;
  border-radius: 9px;
  margin-bottom: 0.75rem;
}

.form-message.success {
  background: #e7f8ee;
  border: 1px solid #bbebcb;
  color: #146239;
}

.form-message.error {
  background: #fdecec;
  border: 1px solid #f4c4c4;
  color: #8d2525;
}

.site-footer {
  margin-top: 0;
  background: #000;
  color: #fff;
  border-top: 1px solid #1e1e1e;
}

.footer-emergency-bar {
  background: var(--accent);
}

.footer-emergency-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-emergency-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 0.9rem;
  color: #000;
}

.footer-emergency-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #000;
  color: var(--accent);
  font-weight: 800;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  text-decoration: none;
}

.footer-emergency-cta:hover {
  background: #111;
  text-decoration: none;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 0.85fr;
  gap: 2rem;
  padding: 2.4rem 0 2rem;
}

.footer-logo {
  height: 110px;
  width: auto;
  display: block;
  margin-bottom: 0.8rem;
}

.footer-logo-link {
  display: inline-block;
}

.footer-tagline {
  color: #8a9099;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  color: #8a9099;
}

.footer-contact-row a {
  color: #e0e4ea;
  font-weight: 700;
}

.footer-contact-row a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-social-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.footer-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a9099;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.footer-social-icon:hover {
  border-color: var(--accent);
  color: var(--accent);
  text-decoration: none;
}

.footer-col h3 {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 0.9rem;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-col ul a {
  color: #8a9099;
  font-size: 0.9rem;
  transition: color 0.15s ease;
}

.footer-col ul a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-hours {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.4rem;
  border-top: 1px solid #1e1e1e;
  padding-top: 1rem;
}

.footer-hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.86rem;
  color: #8a9099;
}

.footer-hours-val {
  font-weight: 700;
  color: #e0e4ea;
}

.footer-hours-open {
  color: var(--accent);
}

.footer-area {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid #1e1e1e;
  color: #8a9099;
  font-size: 0.86rem;
  line-height: 1.5;
}

.footer-bottom-bar {
  border-top: 1px solid #1e1e1e;
}

.footer-bottom-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-copy {
  margin: 0;
  color: #555;
  font-size: 0.84rem;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.footer-bottom-links a {
  color: #555;
  font-size: 0.84rem;
  transition: color 0.15s ease;
}

.footer-bottom-links a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-bottom-book {
  color: var(--accent) !important;
  font-weight: 800 !important;
}

.sticky-mobile-cta {
  display: none;
}

.about-copy-card,
.about-image-card,
.about-why-card,
.snippet-card,
.services-lead-card,
.services-support-card,
.services-snippet-card,
.services-tool-card,
.services-cta-card,
.contact-action-card,
.contact-info-card,
.contact-form-card {
  border-radius: 18px;
  border: 1px solid rgba(217, 163, 33, 0.22);
  box-shadow: 0 12px 30px rgba(19, 16, 10, 0.07);
}

.snippet-media,
.services-snippet-media,
.contact-visual,
.about-main-image,
.about-support-image,
.services-support-image {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
}

.services-snippet-media,
.snippet-media {
  height: 150px;
  object-fit: cover;
}

.contact-action-card {
  text-decoration: none;
  color: inherit;
}

.contact-actions-grid {
  gap: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1120px) {
  .main-nav ul {
    gap: 0;
  }

  .main-nav a {
    font-size: 0.84rem;
  }
}

@media (max-width: 980px) {
  .grid-3,
  .grid-4,
  .trust-strip,
  .contact-actions-grid,
  .tyre-options-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-trust-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-trust-item:nth-child(2),
  .hero-trust-item:last-child {
    border-right: 0;
  }

  .grid-2,
  .home-hero-grid,
  .footer-inner,
  .coverage-grid,
  .faq-two-col {
    grid-template-columns: 1fr;
  }

  .emergency-band-grid {
    grid-template-columns: 1fr;
  }

  .quick-availability-form {
    grid-template-columns: 1fr 1fr;
  }

  .quick-form-submit {
    grid-column: 1 / -1;
  }

  .quick-form-submit .btn {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 0;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    background: #000;
    border-bottom: 1px solid #222;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav ul,
  .nav-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-phone,
  .nav-cta {
    justify-content: center;
  }

  .sticky-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.42rem;
    padding: 0.48rem;
    background: rgba(0, 0, 0, 0.97);
    border-top: 1px solid #222;
  }

  .sticky-mobile-cta a {
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.86rem;
  }

  .sticky-cta-call {
    background: #cc2200;
    color: #fff;
  }

  .sticky-cta-whatsapp {
    background: #fff;
    color: #111;
  }

  .sticky-cta-book {
    background: var(--accent);
    color: #fff;
  }

  body {
    padding-bottom: 74px;
  }
}

@media (max-width: 640px) {
  .grid-3,
  .grid-4,
  .trust-strip,
  .quick-availability-form,
  .coverage-list,
  .contact-actions-grid,
  .tyre-options-grid {
    grid-template-columns: 1fr;
    columns: 1;
  }

  .quick-form-submit {
    grid-column: 1;
  }

  .brand-logo {
    height: 65px;
  }

  .footer-logo {
    height: 100px;
  }

  .section {
    padding: 2.4rem 0;
  }

  .home-hero {
    padding: 2rem 0 2rem;
  }

  h1 {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }

  .home-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .emergency-band-image img {
    height: 200px;
  }

  .service-editorial-card img {
    height: 200px;
  }

  .trust-badge {
    font-size: 0.82rem;
    padding: 0.55rem 0.6rem;
  }

  .final-cta {
    padding: 3.2rem 0;
  }

  .final-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .coverage-map-card {
    min-height: 280px;
  }

  .coverage-map-card iframe {
    min-height: 280px;
  }

  .booking-multistep .grid-2 {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 0.4rem;
  }
}