/* ==========================================================================
   MOTIVE GAS & HEATING LTD - FULLY RESPONSIVE BESPOKE DARK DESIGN SYSTEM
   Optimized for all viewports: Mobile (320px-430px), Tablet/iPad (768px-1024px),
   Laptops (1200px-1440px), and Desktops (1920px+).
   ========================================================================== */

:root {
  --bg-logo: #283043;
  --bg-dark: #121824;
  --bg-surface: #172030;
  --bg-card: #283043;
  --bg-card-hover: #303a50;
  --orange: #eb6c35;
  --orange-hover: #d65822;
  --orange-glow: rgba(235, 108, 53, 0.22);
  --yellow: #f6a834;
  --emergency: #e04a2d;
  --emergency-hover: #c83b1f;
  --whatsapp: #25d366;
  --whatsapp-hover: #1eb855;
  --border: #37435e;
  --border-light: rgba(255, 255, 255, 0.08);
  --text-white: #ffffff;
  --text-sub: #c5d2e7;
  --text-muted: #8fa2bf;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.5);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-white);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-sub);
  overflow-x: hidden;
  width: 100%;
  padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
}

/* ==========================================================================
   TOP NOTIFICATION STRIP
   ========================================================================== */
.top-strip {
  background: #0d121c;
  border-bottom: 1px solid var(--border-light);
  padding: 0.55rem 0;
  font-size: 0.82rem;
}

.top-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text-white);
  font-weight: 600;
}

.live-beacon {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: beacon 1.8s infinite;
  flex-shrink: 0;
}

@keyframes beacon {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.top-strip-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.gas-safe-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c5d2e7;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
}

.gas-safe-verified-pill svg {
  width: 13px;
  height: 13px;
  color: var(--yellow);
  flex-shrink: 0;
}

.gas-safe-verified-pill strong {
  color: var(--text-white);
}

.top-phone {
  color: var(--text-white);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.top-phone svg {
  width: 13px;
  height: 13px;
  color: var(--orange);
}

.top-phone:hover {
  color: var(--orange);
}

@media (max-width: 640px) {
  .top-strip {
    padding: 0.45rem 0;
    font-size: 0.76rem;
  }
  .top-strip-inner {
    justify-content: center;
    gap: 0.4rem;
    text-align: center;
  }
  .live-indicator {
    font-size: 0.76rem;
  }
  .top-strip-right {
    gap: 0.75rem;
  }
}

/* ==========================================================================
   NAVIGATION BAR
   ========================================================================== */
.site-header {
  background-color: var(--bg-logo);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

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

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

.brand-logo-img {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
  border-radius: 4px;
}

.brand-info {
  display: flex;
  flex-direction: column;
}

.brand-info strong {
  font-size: clamp(1rem, 2.5vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--text-white);
  line-height: 1.15;
}

.brand-info span {
  font-size: 0.68rem;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex;
  }
}

.nav-links a {
  color: var(--text-sub);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.4rem 0.1rem;
  position: relative;
}

.nav-links a:hover {
  color: var(--text-white);
}

.nav-links a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--orange);
}

.header-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.btn-emergency-nav {
  background: var(--emergency);
  color: var(--text-white);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 0.65rem 1.15rem;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(224, 74, 45, 0.35);
  white-space: nowrap;
}

.btn-emergency-nav:hover {
  background: var(--emergency-hover);
  transform: translateY(-1px);
}

.btn-emergency-nav svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* MOBILE HAMBURGER BUTTON */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-white);
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--orange);
}

.mobile-menu-toggle svg {
  width: 20px;
  height: 20px;
}

.mobile-menu-toggle .icon-close {
  display: none;
}

.mobile-menu-toggle.active .icon-menu {
  display: none;
}

.mobile-menu-toggle.active .icon-close {
  display: block;
}

@media (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none;
  }
}

/* MOBILE SLIDE-DOWN DRAWER */
.mobile-drawer {
  display: none;
  background: var(--bg-logo);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0 1.75rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.mobile-drawer.active {
  display: block;
  animation: drawerSlide 0.25s ease-out;
}

@keyframes drawerSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.mobile-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 1.25rem;
}

.mobile-nav-link {
  padding: 0.75rem 1rem;
  color: var(--text-white);
  font-size: 0.98rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-nav-link:hover, .mobile-nav-link:active {
  background: rgba(235, 108, 53, 0.15);
  color: var(--orange);
  padding-left: 1.25rem;
}

.mobile-drawer-cta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 0.5rem;
}

@media (max-width: 440px) {
  .header-inner {
    height: 68px;
    gap: 0.5rem;
  }
  .brand-logo-img {
    width: 40px !important;
    height: 40px !important;
  }
  .btn-emergency-nav {
    padding: 0.5rem 0.75rem;
    font-size: 0.82rem;
  }
  .nav-phone-text {
    display: none;
  }
  .btn-emergency-nav::after {
    content: "Call";
  }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero {
  background: radial-gradient(circle at 75% 25%, rgba(235, 108, 53, 0.12) 0%, transparent 45%),
              linear-gradient(180deg, var(--bg-logo) 0%, var(--bg-dark) 100%);
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
  border-bottom: 1px solid var(--border);
  position: relative;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 992px) {
  .hero-layout {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

/* MINIMAL SUBTLE GAS SAFE HERO BADGE */
.hero-badge-strip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #9bb0cd;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 1.35rem;
  letter-spacing: 0.01em;
}

.hero-badge-strip svg {
  width: 14px;
  height: 14px;
  color: var(--orange);
  flex-shrink: 0;
}

.hero-badge-strip strong {
  color: var(--text-white);
  font-weight: 700;
}

.hero-badge-strip .badge-dot-sep {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  margin: 0 0.2rem;
}

.hero h1 {
  font-size: clamp(1.85rem, 5.5vw, 3.15rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-white);
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.hero h1 .highlight {
  color: var(--orange);
}

.hero-subhead {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: var(--text-sub);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 600px;
}

.hero-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 600px) {
  .hero-features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text-white);
  font-weight: 600;
  font-size: 0.95rem;
}

.feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.18);
  color: #22c55e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-check svg {
  width: 12px;
  height: 12px;
  stroke-width: 3;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 500px) {
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons .btn {
    width: 100%;
  }
}

/* BUTTON COMPONENTS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.65rem;
  font-size: 0.98rem;
  font-weight: 800;
  border-radius: var(--radius);
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  text-decoration: none;
  min-height: 48px;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.btn-emergency {
  background: var(--emergency);
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(224, 74, 45, 0.4);
}

.btn-emergency:hover {
  background: var(--emergency-hover);
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-hover);
  transform: translateY(-2px);
}

/* HERO DISPATCH HUB CARD */
.dispatch-hub-card {
  background: var(--bg-logo);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  box-shadow: var(--shadow-lg);
}

.dispatch-hub-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
}

.hub-status-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.dispatch-hub-header h2 {
  font-size: clamp(1.25rem, 3vw, 1.45rem);
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.dispatch-hub-header p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hub-rates-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.rate-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-dark);
  border: 1px solid var(--border);
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  gap: 0.5rem;
}

.rate-row span {
  color: var(--text-white);
  font-weight: 600;
}

.rate-row strong {
  color: var(--orange);
  font-weight: 800;
  font-size: 1rem;
  white-space: nowrap;
}

.hub-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn-hub-call {
  background: var(--emergency);
  color: var(--text-white);
  padding: 0.95rem;
  font-weight: 900;
  font-size: 1.05rem;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  box-shadow: 0 4px 14px rgba(224, 74, 45, 0.35);
  min-height: 48px;
}

.btn-hub-call:hover {
  background: var(--emergency-hover);
}

.btn-hub-chat {
  background: var(--whatsapp);
  color: var(--text-white);
  padding: 0.85rem;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
}

.btn-hub-chat:hover {
  background: var(--whatsapp-hover);
}

.hub-footer-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 1.25rem;
  text-align: center;
}

.hub-footer-note svg {
  width: 14px;
  height: 14px;
  color: #22c55e;
  flex-shrink: 0;
}

/* ==========================================================================
   TRUST BADGES STRIP
   ========================================================================== */
.trust-bar {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: clamp(1.75rem, 4vw, 2.25rem) 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1.25rem;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-logo);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.trust-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(235, 108, 53, 0.12);
  border: 1px solid rgba(235, 108, 53, 0.25);
  color: var(--orange);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-card-icon svg {
  width: 20px;
  height: 20px;
}

.trust-card-text h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.15rem;
}

.trust-card-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ==========================================================================
   SERVICES SECTION
   ========================================================================== */
.section-pad {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.section-tag {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 0.5rem;
}

.section-head h2 {
  font-size: clamp(1.85rem, 4.5vw, 2.25rem);
  font-weight: 900;
  color: var(--text-white);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.section-head p {
  font-size: 1.05rem;
  color: var(--text-sub);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1.75rem;
}

@media (min-width: 641px) and (max-width: 1023px) {
  /* iPad portrait & landscape */
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.service-card {
  background: var(--bg-logo);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.service-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(235, 108, 53, 0.45);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.service-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.service-icon-wrap {
  width: 50px;
  height: 50px;
  background: rgba(235, 108, 53, 0.12);
  border: 1px solid rgba(235, 108, 53, 0.3);
  color: var(--orange);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon-wrap svg {
  width: 24px;
  height: 24px;
}

.rate-badge {
  background: var(--bg-dark);
  border: 1px solid var(--border);
  color: var(--text-white);
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 800;
  white-space: nowrap;
}

.rate-badge strong {
  color: var(--orange);
  font-size: 1.05rem;
}

.service-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.85rem;
}

.service-card p {
  color: var(--text-sub);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-checklist {
  list-style: none;
  margin-bottom: 1.75rem;
  border-top: 1px solid var(--border-light);
  padding-top: 1.25rem;
}

.service-checklist li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.service-checklist svg {
  width: 14px;
  height: 14px;
  color: #22c55e;
  flex-shrink: 0;
}

.service-action-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  color: var(--orange);
  font-weight: 800;
  font-size: 0.92rem;
  min-height: 44px;
}

.service-action-link:hover {
  color: var(--yellow);
}

.service-action-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.service-action-link:hover svg {
  transform: translateX(4px);
}

/* ==========================================================================
   ACCREDITED BOILER BRANDS
   ========================================================================== */
.brands-strip {
  background: #0d121c;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.75rem 0;
  text-align: center;
}

.brands-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

.brands-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2rem);
  font-weight: 800;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: #8da1bc;
}

.brands-list span {
  color: var(--text-white);
}

/* ==========================================================================
   TRADE STANDARDS
   ========================================================================== */
.standards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 1.75rem;
}

.standard-card {
  background: var(--bg-logo);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  transition: transform 0.2s, border-color 0.2s;
}

.standard-card:hover {
  transform: translateY(-3px);
  border-color: rgba(235, 108, 53, 0.4);
}

.standard-icon-wrap {
  width: 48px;
  height: 48px;
  background: rgba(235, 108, 53, 0.12);
  border: 1px solid rgba(235, 108, 53, 0.25);
  color: var(--orange);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.standard-icon-wrap svg {
  width: 22px;
  height: 22px;
}

.standard-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.75rem;
}

.standard-card p {
  font-size: 0.95rem;
  color: var(--text-sub);
  line-height: 1.6;
}

/* ==========================================================================
   AREAS COVERED POSTCODES
   ========================================================================== */
.areas-section {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.postcodes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 600px) {
  .postcodes-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 900px) {
  .postcodes-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1100px) {
  .postcodes-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.postcode-card {
  background: var(--bg-logo);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 0.85rem;
  text-align: center;
  transition: all 0.2s;
}

.postcode-card:hover {
  border-color: var(--orange);
  background: var(--bg-card-hover);
  transform: translateY(-2px);
}

.postcode-card strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.25rem;
}

.postcode-card span {
  font-size: 0.8rem;
  color: var(--orange);
  font-weight: 600;
}

/* ==========================================================================
   GOOGLE REVIEWS & GUARANTEE HUB
   ========================================================================== */
.google-hub-box {
  background: linear-gradient(135deg, var(--bg-logo) 0%, #1a2233 100%);
  border: 1px solid rgba(235, 108, 53, 0.35);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.google-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 1.25rem;
}

.google-pill svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.google-hub-box h3 {
  font-size: clamp(1.4rem, 3.5vw, 1.85rem);
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 0.75rem;
}

.google-hub-box p {
  color: var(--text-sub);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  max-width: 600px;
  margin: 0 auto 2rem;
}

.google-hub-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .google-hub-actions {
    flex-direction: column;
  }
  .google-hub-actions .btn {
    width: 100%;
  }
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-list {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-card {
  background: var(--bg-logo);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-card:hover {
  border-color: rgba(235, 108, 53, 0.35);
}

.faq-btn {
  width: 100%;
  padding: clamp(1rem, 3vw, 1.35rem) clamp(1.15rem, 3vw, 1.65rem);
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 800;
  color: var(--text-white);
  cursor: pointer;
  gap: 1rem;
  min-height: 48px;
}

.faq-btn svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
  transition: transform 0.2s;
  flex-shrink: 0;
}

.faq-card.active .faq-btn svg {
  transform: rotate(180deg);
}

.faq-card.active .faq-btn {
  color: var(--orange);
}

.faq-answer {
  display: none;
  padding: 0 clamp(1.15rem, 3vw, 1.65rem) clamp(1.15rem, 3vw, 1.5rem);
  font-size: 0.96rem;
  color: var(--text-sub);
  line-height: 1.65;
  border-top: 1px solid var(--border-light);
  padding-top: 1rem;
}

.faq-card.active .faq-answer {
  display: block;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 540px) {
  .contact-hub-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .contact-hub-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.contact-card {
  background: var(--bg-logo);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color 0.2s;
}

.contact-card:hover {
  border-color: var(--orange);
}

.contact-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(235, 108, 53, 0.12);
  border: 1px solid rgba(235, 108, 53, 0.25);
  color: var(--orange);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card-icon svg {
  width: 20px;
  height: 20px;
}

.contact-card-info span {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.25rem;
}

.contact-card-info h3 {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 0.25rem;
}

.contact-card-info p {
  font-size: 0.9rem;
  color: var(--text-sub);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #0d121c;
  border-top: 1px solid var(--border);
  padding: clamp(3rem, 6vw, 4.5rem) 0 2rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.footer-logo-img {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  display: block !important;
}

.footer-col h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 1.25rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.65rem;
}

.footer-col ul li a:hover {
  color: var(--orange);
}

.footer-bottom {
  border-top: 1px solid var(--border-light);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
}

/* ==========================================================================
   MOBILE STICKY BAR
   ========================================================================== */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d121c;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 999;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

@media (min-width: 768px) {
  .mobile-bottom-bar {
    display: none;
  }
}

.mobile-bottom-btn {
  padding: 0.95rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 0.92rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  min-height: 48px;
}

.mobile-bottom-btn.call {
  background: var(--emergency);
}

.mobile-bottom-btn.whatsapp {
  background: var(--whatsapp);
}

.mobile-bottom-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
