.elementor-79 .elementor-element.elementor-element-03f9dee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-03f9dee */.site-header {
  display: none !important;
}


.lk-page {
  --lk-brand: #172033;
  --lk-brand-soft: #243044;
  --lk-text: #475569;
  --lk-muted: #64748b;
  --lk-line: rgba(15, 23, 42, 0.08);
  --lk-card: #ffffff;

  --lk-orange: #f97316;
  --lk-orange-dark: #ea580c;
  --lk-orange-soft: #fff7ed;
  --lk-orange-border: #fed7aa;

  --lk-green: #15803d;
  --lk-green-bg: #ecfdf5;
  --lk-green-border: #bbf7d0;

  --lk-red: #ef4444;
  --lk-blue: #2563eb;
  --lk-amber: #f59e0b;
  --lk-purple: #7c3aed;
  --lk-cyan: #0891b2;
  --lk-pink: #db2777;
  --lk-slate: #64748b;

  --lk-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --lk-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);

  position: relative;
  isolation: isolate;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: var(--lk-text);
  background: linear-gradient(180deg, #fff7ed 0%, #f8fafc 30%, #ffffff 100%);
  padding: clamp(12px, 2vw, 24px) clamp(8px, 2vw, 20px) 120px;
  overflow: clip;
}

.lk-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 2%, rgba(249, 115, 22, 0.12), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(21, 128, 61, 0.08), transparent 24%);
  pointer-events: none;
  z-index: -1;
}

.lk-page * {
  box-sizing: border-box;
  min-width: 0;
}

.lk-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

/* =========================
   CARD SYSTEM
========================= */

.lk-hero-card,
.lk-section-card,
.lk-how-card,
.lk-situations-card,
.lk-copy-card,
.lk-compare-card,
.lk-reviews-card,
.lk-faq-style-card,
.lk-footer {
  background: var(--lk-card);
  border: 1px solid var(--lk-line);
  border-radius: 28px;
  box-shadow: var(--lk-shadow);
}

.lk-section {
  margin-top: clamp(18px, 2vw, 28px);
}

.lk-copy-card,
.lk-section-card,
.lk-how-card,
.lk-situations-card,
.lk-compare-card,
.lk-reviews-card,
.lk-faq-style-card {
  padding: clamp(20px, 2.4vw, 32px);
}

/* =========================
   HERO
========================= */

.lk-hero-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 52%, #fff7ed 100%);
  border: 1px solid rgba(249, 115, 22, 0.14);
  box-shadow:
    0 20px 54px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.78) inset;
}

.lk-hero-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.11);
  pointer-events: none;
}

.lk-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
  padding: clamp(22px, 3.2vw, 42px);
}

.lk-topline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--lk-orange-soft);
  color: var(--lk-orange-dark);
  border: 1px solid var(--lk-orange-border);
  box-shadow: 0 8px 22px rgba(249, 115, 22, 0.1);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 18px;
}

.lk-topline::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  animation: lkToplinePulse 1.8s infinite;
  flex-shrink: 0;
}

.lk-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.9vw, 4rem) !important;
  line-height: 0.98;
  color: var(--lk-brand);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.lk-hero h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lk-orange), #fb923c);
}

.lk-hero-sub {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.22vw, 1.11rem);
  line-height: 1.78;
  color: var(--lk-text);
  max-width: 72ch;
}

.lk-hero-sub strong {
  color: var(--lk-brand);
  font-weight: 850;
}

.lk-hero-sub-small {
  font-size: clamp(0.95rem, 1.08vw, 1rem);
  color: var(--lk-muted);
}

/* Default city text: no highlight */
.lk-dynamic-location {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-weight: inherit !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Optional: add this class with JS only when city is changed from "your city" */
.lk-dynamic-location.lk-location-active {
  display: inline-block !important;
  padding: 3px 9px !important;
  margin: 0 2px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%) !important;
  color: #7c2d12 !important;
  font-weight: 900 !important;
  box-shadow: 0 3px 10px rgba(249, 115, 22, 0.16) !important;
}

/* =========================
   HERO IMAGE
========================= */

.lk-image-frame {
  position: relative;
  padding: 10px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.lk-image-frame::before {
  content: "Quote Before Work";
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--lk-brand);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(8px);
}

.lk-image-frame::after {
  content: "24/7 Local Locksmith";
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--lk-brand);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.lk-hero-media img {
  width: 100%;
  display: block;
  border-radius: 20px;
  aspect-ratio: 4 / 4.2;
  object-fit: cover;
}

/* =========================
   HERO METRICS
========================= */

.lk-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.lk-metric {
  position: relative;
  padding: 18px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--lk-shadow-soft);
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.lk-metric:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.18);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.1);
}

.lk-metric::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--lk-orange), #fb923c);
}

.lk-metric strong {
  display: block;
  font-size: 19px;
  font-weight: 900;
  color: var(--lk-brand);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.lk-metric span {
  display: block;
  font-size: 13px;
  color: var(--lk-muted);
  font-weight: 700;
  line-height: 1.4;
}

/* =========================
   BADGES / CTA / TRUST
========================= */

.lk-badges,
.lk-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.lk-badges span,
.lk-keyword-list span {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.lk-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.lk-btn {
  min-height: 58px;
  padding: 0 24px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.lk-btn:hover {
  transform: translateY(-2px);
}

.lk-btn-primary {
  background: linear-gradient(
    135deg,
    #fb923c 0%,
    var(--lk-orange) 48%,
    var(--lk-orange-dark) 100%
  );
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(249, 115, 22, 0.32);
}

.lk-btn-primary:hover {
  box-shadow: 0 22px 48px rgba(249, 115, 22, 0.4);
}

.lk-btn-secondary {
  background: var(--lk-brand);
  border: 1px solid var(--lk-brand);
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.lk-btn-secondary:hover {
  background: #0f172a;
}

.lk-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.lk-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--lk-green-bg);
  border: 1px solid var(--lk-green-border);
  font-size: 13px;
  font-weight: 850;
  color: var(--lk-green);
}

.lk-hero-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-top: 18px;
  font-size: 14px;
  color: #334155;
  font-weight: 750;
}

/* =========================
   HEADINGS / COPY
========================= */

.lk-section-intro h2,
.lk-section-card h2,
.lk-how-card h2,
.lk-situations-card h2,
.lk-copy-card h2,
.lk-compare-card h2,
.lk-reviews-card h2,
.lk-faq-style-card h2 {
  margin: 0 0 10px;
  color: var(--lk-brand);
  font-size: clamp(1.85rem, 3.2vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.lk-section-intro p,
.lk-section-sub,
.lk-how-head p,
.lk-section-head p,
.lk-copy-card p,
.lk-compare-head p,
.lk-reviews-top p,
.lk-faq-style-head p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.82;
  color: var(--lk-text);
}

/* =========================
   LISTS
========================= */

.lk-called-list,
.lk-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.lk-called-item,
.lk-service-item {
  position: relative;
  padding: 13px 14px 13px 44px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.lk-called-item::before,
.lk-service-item::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lk-green-bg);
  color: var(--lk-green);
  font-size: 13px;
  font-weight: 900;
}

/* =========================
   SERVICE / STEPS / SITUATIONS
========================= */

.lk-service-grid,
.lk-steps-grid,
.lk-situations-grid {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lk-service-box,
.lk-step-pro,
.lk-situation,
.lk-faq-style-item,
.lk-review-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: var(--lk-shadow-soft);
}

.lk-service-box,
.lk-step-pro,
.lk-situation {
  position: relative;
  overflow: hidden;
  padding: 22px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.lk-service-box::before,
.lk-step-pro::before,
.lk-situation::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lk-orange), #fb923c);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.lk-service-box:hover,
.lk-step-pro:hover,
.lk-situation:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.1);
}

.lk-service-box:hover::before,
.lk-step-pro:hover::before,
.lk-situation:hover::before {
  opacity: 1;
}

.lk-service-icon,
.lk-step-icon,
.lk-situation-icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--lk-orange-border) !important;
  background: var(--lk-orange-soft) !important;
  color: var(--lk-orange-dark);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.08);
  font-size: 28px;
  line-height: 1;
}

.lk-service-box h3,
.lk-step-pro h3,
.lk-situation h3 {
  margin: 0 0 10px;
  color: var(--lk-brand);
  font-size: clamp(1.32rem, 2vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.lk-service-box p,
.lk-step-pro p,
.lk-situation p,
.lk-review-card p,
.lk-faq-style-a,
.lk-footer-block p,
.lk-footer-list li {
  margin: 0;
  color: var(--lk-text);
  font-size: 16px;
  line-height: 1.76;
}

.lk-how-head {
  margin-bottom: 18px;
}

.lk-step-pro {
  min-height: 260px;
}

.lk-step-number {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 900;
  color: rgba(15, 23, 42, 0.045);
  line-height: 1;
}

.lk-step-pill {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--lk-orange-soft);
  color: var(--lk-orange-dark);
  border: 1px solid var(--lk-orange-border);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.lk-situation-wide {
  grid-column: span 2;
}

.lk-copy-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* =========================
   COMPARE TABLE
========================= */

.lk-compare-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 20px;
}

.lk-why-pill {
  display: inline-flex;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--lk-orange-soft);
  color: var(--lk-orange-dark);
  border: 1px solid var(--lk-orange-border);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.lk-compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 22px;
  border: 1px solid var(--lk-line);
  background: #fff;
}

.lk-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.lk-compare-table th,
.lk-compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--lk-line);
  text-align: center;
  font-size: 15px;
}

.lk-compare-table th:first-child,
.lk-compare-table td:first-child {
  text-align: left;
  font-weight: 800;
  color: #334155;
}

.lk-compare-table thead th {
  background: var(--lk-brand);
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lk-col-main {
  background: #fff7ed;
}

.lk-ok,
.lk-no,
.lk-maybe {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
}

.lk-ok {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.lk-no {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.lk-maybe {
  background: #ffedd5;
  color: #c2410c;
  border: 1px solid #fed7aa;
}

.lk-dash {
  color: #94a3b8;
  font-weight: 800;
}

/* =========================
   REVIEWS
========================= */

.lk-reviews-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.lk-review-controls {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.lk-review-btn {
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 18px;
  background: var(--lk-brand);
  color: #ffffff;
  font-size: 28px;
  box-shadow: var(--lk-shadow-soft);
  cursor: pointer;
}

.lk-review-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0;
  flex-wrap: wrap;
  padding: 18px;
  border-radius: 22px;
  background: var(--lk-orange-soft);
  border: 1px solid var(--lk-orange-border);
}

.lk-review-score {
  font-size: clamp(2.7rem, 5vw, 3.4rem);
  line-height: 1;
  font-weight: 900;
  color: var(--lk-brand);
}

.lk-stars {
  display: flex;
  gap: 4px;
  font-size: 24px;
}

.lk-stars-small {
  font-size: 16px;
}

.lk-review-meta {
  margin-top: 4px;
  color: var(--lk-muted);
  font-size: 14px;
}

.lk-review-viewport {
  overflow: hidden;
  border-radius: 20px;
}

.lk-review-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.lk-review-card {
  min-width: 100%;
  padding: 24px;
}

.lk-review-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.lk-review-user {
  display: flex;
  gap: 14px;
  align-items: center;
}

.lk-avatar {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lk-brand);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.lk-review-user strong {
  display: block;
  font-size: 18px;
  color: var(--lk-brand);
  margin-bottom: 4px;
}

.lk-review-user span {
  display: block;
  color: var(--lk-muted);
  font-size: 14px;
}

.lk-review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.lk-review-dot {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
}

.lk-review-dot.active {
  width: 38px;
  background: var(--lk-brand);
}

/* =========================
   FAQ
========================= */

.lk-faq-style-head {
  margin-bottom: 18px;
}

.lk-faq-style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lk-faq-style-item {
  position: relative;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
}

.lk-faq-toggle {
  position: relative;
  width: 100%;
  min-height: 64px;
  border: none;
  background: transparent !important;
  padding: 22px 84px 22px 22px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: none !important;
}

.lk-faq-toggle:hover,
.lk-faq-toggle:focus,
.lk-faq-toggle:active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.lk-faq-toggle::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lk-orange-soft);
  color: var(--lk-orange-dark);
  font-size: 26px;
  font-weight: 700;
  border: 1px solid var(--lk-orange-border);
  flex-shrink: 0;
  z-index: 2;
}

.lk-faq-style-item.is-open .lk-faq-toggle::after {
  content: "−";
}

.lk-faq-style-q {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  margin: 0;
  color: var(--lk-brand);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.lk-faq-panel {
  padding: 0 22px 22px;
}

.lk-faq-style-a {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--lk-text);
}

.lk-faq-style-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--lk-green-bg);
  color: var(--lk-green);
  border: 1px solid var(--lk-green-border);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* =========================
   FOOTER
========================= */

.lk-footer {
  margin-top: 24px;
  padding: clamp(20px, 2vw, 28px);
  background:
    radial-gradient(
      circle at top right,
      rgba(249, 115, 22, 0.14),
      transparent 32%
    ),
    linear-gradient(135deg, #172033 0%, #111827 54%, #0f172a 100%);
  color: #d9e1ea;
}

.lk-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lk-footer-block h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #fff;
}

.lk-footer-list {
  margin: 0;
  padding-left: 20px;
}

.lk-footer-list li {
  color: #d9e1ea;
  margin: 0 0 6px;
}

/* =========================
   POSTCODE SEARCH
========================= */

.lk-postcode-box {
  position: relative;
  margin: 26px 0 0;
  max-width: 650px;
}

.lk-postcode-inner {
  position: relative;
  overflow: visible;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 250, 252, 0.98)
    ),
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.12),
      transparent 35%
    );
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 26px;
  padding: 24px;
  box-shadow:
    0 24px 60px rgba(16, 24, 40, 0.14),
    0 0 0 4px rgba(255, 255, 255, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.lk-postcode-enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 179, 0, 0.14), transparent 30%),
    linear-gradient(315deg, rgba(34, 197, 94, 0.1), transparent 28%);
  opacity: 0.9;
}

.lk-postcode-heading-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
}

.lk-postcode-inner h2 {
  margin: 0;
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.14;
  color: #101828;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.lk-postcode-inner p {
  margin: 8px 0 0;
  color: #475467;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.lk-postcode-secure {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #067647;
  border: 1px solid rgba(22, 163, 74, 0.2);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(22, 101, 52, 0.08);
}

.lk-postcode-secure::before {
  content: "✓";
  width: 17px;
  height: 17px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.lk-postcode-search {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 11px;
  align-items: start;
}

.lk-postcode-input-wrap {
  position: relative;
}

#lkLocationInput {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(100, 116, 139, 0.34);
  border-radius: 16px;
  padding: 0 50px 0 16px !important;
  font-size: 15px;
  font-weight: 850;
  color: #101828;
  background: #ffffff;
  outline: none;
  box-shadow:
    0 8px 18px rgba(16, 24, 40, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

#lkLocationInput::placeholder {
  color: #94a3b8;
  font-weight: 750;
}

#lkLocationInput:focus {
  border-color: #2563eb;
  box-shadow:
    0 0 0 4px rgba(37, 99, 235, 0.12),
    0 12px 24px rgba(16, 24, 40, 0.08);
}

.lk-postcode-input-wrap.has-error #lkLocationInput,
#lkLocationInput.is-error {
  border-color: #ef4444;
  box-shadow:
    0 0 0 4px rgba(239, 68, 68, 0.12),
    0 12px 24px rgba(16, 24, 40, 0.08);
}

.lk-input-clear {
  position: absolute !important;
  right: 16px !important;
  top: 27px !important;
  transform: translateY(-50%) !important;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #94a3b8 !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
}

.lk-input-clear.visible {
  opacity: 1;
  pointer-events: auto;
}

.lk-input-clear:hover,
.lk-input-clear:focus {
  color: #101828 !important;
  background: transparent !important;
}

#lkLocationBtn {
  height: 54px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f4fb3 0%, #2563eb 55%, #1d4ed8 100%);
  color: #fff;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
  box-shadow:
    0 16px 30px rgba(37, 99, 235, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

#lkLocationBtn:hover,
#lkLocationBtn:focus {
  transform: translateY(-1px);
  box-shadow:
    0 20px 38px rgba(37, 99, 235, 0.32),
    0 0 0 4px rgba(37, 99, 235, 0.1);
}

.lk-location-error {
  margin-top: 9px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(185, 28, 28, 0.08);
}

.lk-location-error::before {
  content: "⚠ ";
}

.lk-location-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 16px;
  box-shadow:
    0 24px 54px rgba(16, 24, 40, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.55);
  overflow: hidden;
  z-index: 99999;
}

.lk-location-suggestions:empty {
  display: none;
}

.lk-location-suggestion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: #fff;
  padding: 13px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 850;
  color: #101828;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.lk-location-suggestion:last-child {
  border-bottom: 0;
}

.lk-location-suggestion:hover,
.lk-location-suggestion:focus {
  background: #eff6ff;
  color: #0f4fb3;
}

.lk-location-suggestion small {
  color: #16a34a;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.lk-postcode-meta {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: #475467;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

/* =========================
   MODAL
========================= */

.lk-location-modal[hidden] {
  display: none !important;
}

.lk-location-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(34, 197, 94, 0.24),
      transparent 28%
    ),
    radial-gradient(
      circle at 15% 80%,
      rgba(245, 158, 11, 0.18),
      transparent 32%
    ),
    linear-gradient(135deg, rgba(15, 23, 42, 0.84), rgba(30, 41, 59, 0.78));
  backdrop-filter: blur(14px);
  animation: lkModalBackdropIn 0.26s ease both;
}

.lk-location-modal-card {
  position: relative;
  width: min(94vw, 470px);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  background:
    radial-gradient(
      circle at top right,
      rgba(34, 197, 94, 0.11),
      transparent 34%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 30px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow:
    0 38px 100px rgba(15, 23, 42, 0.48),
    0 0 0 1px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  animation: lkModalProfessionalIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lk-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  color: #101828;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.lk-modal-success-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 12px;
}

.lk-modal-success-ring {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #22c55e 0%, #16a34a 100%);
  color: #fff;
  font-size: 38px;
  font-weight: 950;
  box-shadow:
    0 18px 36px rgba(22, 163, 74, 0.28),
    0 0 0 10px rgba(34, 197, 94, 0.1);
  animation: lkSuccessPop 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lk-modal-topline {
  display: flex !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px;
  background: #ecfdf3;
  color: #067647;
  border: 1px solid rgba(22, 163, 74, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 950;
}

.lk-modal-live-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 999px;
  animation: lkDotPulse 1.8s infinite;
}

.lk-modal-heading {
  margin: 17px 0 6px;
  text-align: center;
  font-size: clamp(23px, 5vw, 30px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.045em;
  color: #101828;
}

.lk-modal-area {
  text-align: center;
  font-size: 15px;
  font-weight: 850;
  color: #475467;
  line-height: 1.45;
}

.lk-modal-area strong {
  color: #0f4fb3;
  font-weight: 950;
}

.lk-modal-metrics {
  margin-top: 19px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lk-modal-metrics div {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  padding: 16px 14px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.lk-modal-metrics div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.lk-modal-metrics span {
  font-size: 11px;
  font-weight: 900;
  color: #64748b;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lk-modal-metrics strong {
  margin-top: 6px;
  font-size: 23px;
  font-weight: 950;
  color: #101828;
  display: block;
  letter-spacing: -0.03em;
}

.lk-modal-progress {
  margin-top: 17px;
  height: 9px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.1);
}

.lk-modal-progress-bar,
#lkModalProgressBar {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f4fb3 0%, #22c55e 100%);
  transition: width 0.45s ease;
}

.lk-modal-status,
.lk-modal-urgent {
  margin-top: 13px;
  padding: 13px 14px;
  border-radius: 17px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
}

.lk-modal-status {
  background: #eff6ff;
  color: #1e3a8a;
  border: 1px solid #dbeafe;
}

.lk-modal-urgent {
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  color: #9a3412;
  border: 1px solid #fed7aa;
  font-weight: 900;
}

.lk-modal-countdown {
  margin-top: 15px;
  padding: 16px 14px;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at top left,
      rgba(239, 68, 68, 0.14),
      transparent 36%
    ),
    linear-gradient(135deg, #fff1f2 0%, #fff7ed 100%);
  border: 1px solid rgba(239, 68, 68, 0.22);
  text-align: center;
  box-shadow:
    0 14px 30px rgba(239, 68, 68, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.lk-modal-countdown-label {
  color: #991b1b;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lk-modal-countdown-time {
  margin-top: 8px;
  color: #101828;
  font-size: clamp(34px, 8vw, 46px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.lk-modal-countdown-note {
  margin-top: 7px;
  color: #9a3412;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.lk-modal-countdown.is-ending {
  animation: lkCountdownUrgent 0.9s infinite;
}

.lk-modal-call-btn {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  min-height: 76px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 14px 20px;
  background: linear-gradient(135deg, #ffd84d 0%, #f5b301 48%, #e49b00 100%);
  color: #101828;
  font-weight: 950;
  text-decoration: none;
  text-align: left;
  box-shadow:
    0 16px 34px rgba(245, 179, 1, 0.34),
    0 0 0 0 rgba(245, 179, 1, 0.46);
  animation: lkStickyPulse 2s infinite;
}

.lk-modal-call-icon {
  position: relative;
  z-index: 2;
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);
  font-size: 23px;
}

.lk-modal-call-btn strong {
  font-size: clamp(23px, 5vw, 31px);
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 950;
  color: #101828;
}

.lk-modal-call-btn small {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(16, 24, 40, 0.78);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lk-modal-trust-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lk-modal-trust-grid span {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 10px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #344054;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

/* =========================
   STICKY CTA
========================= */

.lk-sticky-wrap {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.lk-sticky-wrap > * {
  pointer-events: auto;
}

.lk-availability-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(20, 128, 74, 0.18);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(10px);
}

.lk-availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #dcfae6 0%, #abefc6 100%);
  color: #067647;
  border: 1px solid #75e0a7;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(22, 101, 52, 0.12);
}

.lk-availability-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.65);
  animation: lkDotPulse 1.8s infinite;
}

.lk-availability-text {
  color: #475467;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.lk-availability-sep {
  opacity: 0.5;
  margin: 0 4px;
}

.lk-availability-no-car {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #ef4444;
  gap: 6px;
}

.lk-no-car-icon {
  font-size: 14px;
}

.lk-sticky-trust {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #067647;
}

.lk-sticky-call {
  position: relative;
  overflow: hidden;
  min-height: 72px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 14px 20px 12px;
  background: linear-gradient(135deg, #ffd84d 0%, #f5b301 48%, #e49b00 100%);
  color: #101828;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  box-shadow:
    0 18px 38px rgba(245, 179, 1, 0.34),
    0 0 0 0 rgba(245, 179, 1, 0.42);
  animation: lkStickyPulse 2s infinite;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.lk-sticky-call::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.28) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: translateX(-120%);
  animation: lkShine 3.2s infinite;
  pointer-events: none;
}

.lk-sticky-call:hover,
.lk-sticky-call:focus {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 18px 36px rgba(245, 179, 1, 0.34),
    0 0 0 8px rgba(245, 179, 1, 0.12);
  color: #101828;
}

.lk-sticky-number {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, 3.6vw, 30px);
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 900;
}

.lk-sticky-subtext {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(16, 24, 40, 0.78);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lk-sticky-call-icon {
  position: absolute;
  left: 14px;
  bottom: 10px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);
  font-size: 24px;
  z-index: 2;
}

html.lk-modal-open .lk-sticky-wrap,
body.lk-modal-open .lk-sticky-wrap {
  display: none !important;
}

/* =========================
   ANIMATIONS
========================= */

@keyframes lkStickyPulse {
  0% {
    box-shadow:
      0 14px 30px rgba(245, 179, 1, 0.28),
      0 0 0 0 rgba(245, 179, 1, 0.42);
  }

  70% {
    box-shadow:
      0 18px 36px rgba(245, 179, 1, 0.34),
      0 0 0 16px rgba(245, 179, 1, 0);
  }

  100% {
    box-shadow:
      0 14px 30px rgba(245, 179, 1, 0.28),
      0 0 0 0 rgba(245, 179, 1, 0);
  }
}

@keyframes lkDotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.55);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(22, 163, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

@keyframes lkShine {
  0% {
    transform: translateX(-120%);
  }

  55%,
  100% {
    transform: translateX(140%);
  }
}

@keyframes lkToplinePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@keyframes lkCountdownUrgent {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 14px 30px rgba(239, 68, 68, 0.12),
      0 0 0 0 rgba(239, 68, 68, 0.25);
  }

  50% {
    transform: scale(1.015);
    box-shadow:
      0 18px 36px rgba(239, 68, 68, 0.18),
      0 0 0 8px rgba(239, 68, 68, 0);
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 1180px) {
  .lk-hero {
    grid-template-columns: 1fr;
  }

  .lk-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lk-service-grid,
  .lk-steps-grid,
  .lk-situations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lk-situation-wide {
    grid-column: span 2;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 820px) {
  .lk-page {
    padding: 10px 8px 116px;
  }

  .lk-hero-card,
  .lk-section-card,
  .lk-how-card,
  .lk-situations-card,
  .lk-copy-card,
  .lk-compare-card,
  .lk-reviews-card,
  .lk-faq-style-card,
  .lk-footer {
    border-radius: 24px;
  }

  .lk-hero,
  .lk-copy-card,
  .lk-section-card,
  .lk-how-card,
  .lk-situations-card,
  .lk-compare-card,
  .lk-reviews-card,
  .lk-faq-style-card,
  .lk-footer {
    padding: 18px;
  }

  .lk-hero {
    gap: 18px;
  }

  .lk-service-grid,
  .lk-steps-grid,
  .lk-situations-grid,
  .lk-copy-split,
  .lk-faq-style-grid,
  .lk-footer-grid,
  .lk-hero-metrics,
  .lk-hero-checks,
  .lk-service-list,
  .lk-called-list {
    grid-template-columns: 1fr;
  }

  .lk-situation-wide {
    grid-column: span 1;
  }

  .lk-hero h1 {
    max-width: none;
    font-size: clamp(2rem, 9.5vw, 2.85rem) !important;
    line-height: 1.04;
  }

  .lk-hero-sub,
  .lk-section-intro p,
  .lk-copy-card p,
  .lk-service-box p,
  .lk-step-pro p,
  .lk-situation p,
  .lk-faq-style-a,
  .lk-review-card p,
  .lk-footer-block p,
  .lk-footer-list li {
    font-size: 15px;
    line-height: 1.72;
  }

  .lk-hero-media img {
    aspect-ratio: 16 / 12;
    object-position: center;
  }

  .lk-image-frame::before {
    top: 18px;
    left: 18px;
    font-size: 11px;
  }

  .lk-image-frame::after {
    left: 18px;
    bottom: 18px;
    font-size: 12px;
    padding: 9px 12px;
  }

  .lk-service-box h3,
  .lk-step-pro h3,
  .lk-situation h3 {
    font-size: 22px;
  }

  .lk-reviews-top,
  .lk-review-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lk-review-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .lk-review-btn {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .lk-review-card {
    padding: 18px;
  }

  .lk-badges,
  .lk-keyword-list {
    gap: 8px;
  }

  .lk-badges span,
  .lk-keyword-list span {
    font-size: 12px;
    padding: 9px 12px;
  }

  .lk-btn {
    width: 100%;
    min-height: 54px;
  }

  .lk-cta-row {
    flex-direction: column;
  }

  .lk-postcode-search {
    grid-template-columns: 1fr;
  }

  #lkLocationBtn {
    width: 100%;
  }

  .lk-postcode-heading-row {
    flex-direction: column;
  }

  .lk-sticky-wrap {
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .lk-availability-bar {
    min-height: 40px;
    padding: 7px 10px;
    gap: 8px;
    border-radius: 14px;
  }

  .lk-availability-pill {
    font-size: 12px;
    padding: 7px 10px;
  }

  .lk-availability-text,
  .lk-availability-no-car {
    font-size: 12px;
  }

  .lk-sticky-call {
    min-height: 76px;
    border-radius: 18px;
    padding: 14px 18px 12px 72px;
  }

  .lk-sticky-number {
    font-size: 21px;
  }

  .lk-sticky-subtext {
    font-size: 10px;
  }

  .lk-sticky-call-icon {
    width: 48px;
    height: 48px;
    left: 12px;
    bottom: 10px;
    font-size: 21px;
  }

  .lk-faq-style-item {
    border-radius: 22px;
  }

  .lk-faq-toggle {
    min-height: 108px;
    padding: 20px 78px 20px 18px;
  }

  .lk-faq-toggle::after {
    right: 16px;
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .lk-faq-style-q {
    font-size: 17px;
    line-height: 1.32;
  }

  .lk-faq-panel {
    padding: 0 18px 18px;
  }

  html.lk-modal-open,
  body.lk-modal-open {
    overflow: hidden !important;
    height: 100% !important;
  }

  .lk-location-modal {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100dvh !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    overflow: hidden !important;
  }

  .lk-location-modal-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 50px 18px 18px !important;
    border-radius: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  .lk-location-modal-card > * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .lk-modal-close {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 1000001 !important;
  }

  .lk-modal-success-ring {
    width: 56px !important;
    height: 56px !important;
    font-size: 28px !important;
  }

  .lk-modal-heading {
    font-size: 22px !important;
    margin: 8px 0 4px !important;
  }

  .lk-modal-area {
    font-size: 13px !important;
  }

  .lk-modal-metrics,
  .lk-modal-trust-grid {
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .lk-modal-metrics div,
  .lk-modal-trust-grid span {
    min-width: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .lk-modal-status,
  .lk-modal-urgent,
  .lk-modal-call-btn,
  .lk-modal-progress {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .lk-modal-status,
  .lk-modal-urgent {
    margin-top: 8px !important;
    padding: 9px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .lk-modal-countdown {
    margin-top: 10px !important;
    padding: 12px 10px !important;
    border-radius: 17px !important;
  }

  .lk-modal-countdown-label {
    font-size: 11px !important;
  }

  .lk-modal-countdown-time {
    font-size: 34px !important;
  }

  .lk-modal-countdown-note {
    font-size: 11px !important;
  }

  .lk-modal-call-btn {
    grid-template-columns: 42px 1fr !important;
    column-gap: 10px !important;
    padding: 10px 12px !important;
    text-align: left !important;
    min-height: 64px !important;
  }

  .lk-modal-call-icon {
    grid-row: 1 / 3 !important;
    width: 42px !important;
    height: 42px !important;
  }

  .lk-modal-call-btn strong {
    font-size: clamp(20px, 7vw, 28px) !important;
    line-height: 1 !important;
  }

  .lk-modal-call-btn small {
    font-size: 10px !important;
  }

  .lk-modal-trust-grid span {
    min-height: 34px !important;
    padding: 8px !important;
    font-size: 11px !important;
  }
}
.lk-compare-table thead th,
.lk-compare-table thead th * {
  color: #ffffff !important;
  opacity: 1 !important;
}
html {
  scroll-behavior: smooth;
}

.lk-navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.lk-nav-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lk-nav-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.lk-nav-logo img {
  height: 54px;
  width: auto;
  display: block;
}

.lk-nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lk-nav-menu a {
  color: #172033;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 12px;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.lk-nav-menu a:hover {
  background: #fff7ed;
  color: #ea580c;
}

.lk-nav-call {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.28);
}

.lk-nav-call:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.lk-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: #fff7ed;
  cursor: pointer;
  padding: 10px;
}

.lk-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #172033;
  border-radius: 999px;
  margin: 5px 0;
  transition: all 0.2s ease;
}

.lk-nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.lk-nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.lk-nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.lk-section,
.lk-hero-card,
.lk-postcode-box,
.lk-compare-card,
.lk-reviews-card,
.lk-faq-style-card {
  scroll-margin-top: 95px;
}

@media (max-width: 900px) {
  .lk-nav-shell {
    padding: 10px 14px;
  }

  .lk-nav-logo img {
    height: 46px;
  }

  .lk-nav-toggle {
    display: block;
  }

  .lk-nav-menu {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  }

  .lk-nav-menu.is-open {
    display: flex;
  }

  .lk-nav-menu a {
    width: 100%;
    padding: 13px 14px;
    border-radius: 14px;
    background: #f8fafc;
  }

  .lk-nav-call {
    text-align: center;
    font-size: 16px !important;
  }
}
.lk-nav-logo img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  padding: 4px;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.12),
    0 2px 8px rgba(15, 23, 42, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
@media (max-width: 900px) {
  .lk-nav-menu .lk-nav-call {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    width: 100%;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0.4px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(249, 115, 22, 0.35);
  }

  .lk-nav-menu .lk-nav-call::before {
    content: "📞";
    margin-right: 8px;
  }

  .lk-nav-menu .lk-nav-call:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ea580c, #c2410c) !important;
  }
}/* End custom CSS */