/* ============================================================
   COMMERCIAL LANDING PAGE — v4.0 (April 2026)
   Layout mirrors Locations page visual language.
   loc-hero → loc-stats → loc-layout (main + sidebar)
   ============================================================ */

.lp-page *, .lp-page *::before, .lp-page *::after { box-sizing: border-box; }
.lp-page {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    background: #f5f7fa;
    color: #1a2332;
}
/* Hide WP default title/header */
.lp-page .entry-title,
.lp-page .page-title,
.lp-page .entry-header { display: none !important; }

.lp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ─────────────────────────────────────────────────────────────
   HERO — loc-hero
───────────────────────────────────────────────────────────── */
.lp-hero {
    background: linear-gradient(135deg, #0E3441 0%, #122d3a 60%, #0a2530 100%);
    padding: 52px 0 48px;
}
.lp-hero-inner {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: center;
}

/* Breadcrumb */
.lp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.55);
}
.lp-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; }
.lp-breadcrumb a:hover { color: #fff; }
.lp-breadcrumb span { color: rgba(255,255,255,0.55); }

/* Pill */
.lp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    border-radius: 50px;
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.lp-pill svg { color: #00B4D8; flex-shrink: 0; }

/* H1 */
.lp-h1 {
    font-size: clamp(32px, 4.5vw, 52px) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 0 16px !important;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: -0.02em !important;
}

/* Lead */
.lp-intro {
    font-size: 18px !important;
    color: rgba(255,255,255,0.80) !important;
    margin: 0 0 32px !important;
    line-height: 1.6 !important;
}

/* Hero buttons */
.lp-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }

.lp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #00B4D8 !important;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}
.lp-btn-primary:hover { background: #009bbf !important; color: #fff !important; }

.lp-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.10) !important;
    border: 2px solid rgba(255,255,255,0.30) !important;
    color: #fff !important;
    padding: 12px 26px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}
.lp-btn-secondary:hover { background: rgba(255,255,255,0.18) !important; color: #fff !important; }

/* Trust row */
.lp-trust-row { display: flex; flex-wrap: wrap; gap: 14px 20px; }
.lp-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.70);
    font-weight: 500;
}
.lp-trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00B4D8;
    flex-shrink: 0;
}

/* Map card */
.lp-map-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    border: 3px solid rgba(255,255,255,0.10);
}
.lp-map-card iframe { width: 100%; height: 280px; display: block; border: none; }

/* ─────────────────────────────────────────────────────────────
   STATS STRIP — loc-stats
───────────────────────────────────────────────────────────── */
.lp-stats {
    background: #0E3441;
    border-bottom: 3px solid #00B4D8;
}
.lp-stats-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
    flex: 1;
}
.lp-stat:last-child { border-right: none; }
.lp-stat-val { font-size: 20px; font-weight: 900; color: #fff; }
.lp-stat-lbl {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 2px;
    text-align: center;
}

/* ─────────────────────────────────────────────────────────────
   BODY — loc-body / loc-layout
───────────────────────────────────────────────────────────── */
.lp-body { padding: 48px 0 64px; }

.lp-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

/* ─────────────────────────────────────────────────────────────
   MAIN CONTENT COLUMN — loc-block style
───────────────────────────────────────────────────────────── */
.lp-mc-block {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 32px 36px;
    margin-bottom: 24px;
    box-shadow: 0 2px 16px rgba(14,52,65,0.05);
}
.lp-mc-block:last-child { margin-bottom: 0; }

.lp-mc-h2 {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #0E3441 !important;
    margin: 0 0 20px !important;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: -0.01em !important;
}

/* Intro prose */
.lp-mc-prose p,
.lp-mc-intro p {
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: #374151 !important;
    margin: 0 0 14px !important;
}
.lp-mc-prose p:last-child,
.lp-mc-intro p:last-child { margin-bottom: 0 !important; }
.lp-mc-prose h2, .lp-mc-intro h2 { font-size: 22px !important; font-weight: 800 !important; color: #0E3441 !important; margin: 0 0 16px !important; }
.lp-mc-prose h3, .lp-mc-intro h3 { font-size: 18px !important; font-weight: 700 !important; color: #0E3441 !important; margin: 20px 0 8px !important; }

/* Repairs grid */
.lp-repairs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.lp-repair-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.lp-repair-icon {
    width: 44px;
    height: 44px;
    background: rgba(0,180,216,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00B4D8;
    flex-shrink: 0;
}
.lp-repair-text h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0E3441 !important;
    margin: 0 0 4px !important;
}
.lp-repair-body { font-size: 14px !important; line-height: 1.6 !important; color: #6b7280 !important; }
.lp-repair-body p { margin: 0 !important; }

/* Brands grid */
.lp-brands-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.lp-brand-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    background: #f8fafc;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
}
.lp-brand-icon {
    width: 44px;
    height: 44px;
    background: #0E3441;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.lp-brand-body h3 { font-size: 15px !important; font-weight: 700 !important; color: #0E3441 !important; margin: 0 0 6px !important; }
.lp-brand-copy { font-size: 14px !important; line-height: 1.6 !important; color: #6b7280 !important; }
.lp-brand-copy p { margin: 0 0 6px !important; }
.lp-brand-copy p:last-child { margin-bottom: 0 !important; }
.lp-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #00B4D8;
    text-decoration: none;
    margin-top: 10px;
}
.lp-brand-link:hover { color: #009bbf; }

/* CTA panel inside main col */
.lp-mc-cta {
    background: #0E3441;
    border-radius: 16px;
    padding: 32px 36px;
    margin-bottom: 24px;
}
.lp-mc-cta h2 {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin: 0 0 10px !important;
    font-family: 'Oswald', sans-serif !important;
}
.lp-mc-cta p {
    font-size: 16px !important;
    color: rgba(255,255,255,0.70) !important;
    margin: 0 0 22px !important;
}
.lp-mc-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-btn-cyan {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #00B4D8 !important;
    color: #fff !important;
    padding: 13px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s;
}
.lp-btn-cyan:hover { background: #007a95 !important; color: #fff !important; }
.lp-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.10);
    border: 2px solid rgba(255,255,255,0.25);
    color: #fff !important;
    padding: 11px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}
.lp-btn-ghost:hover { background: rgba(255,255,255,0.18); color: #fff !important; }

/* Why grid */
.lp-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.lp-why-item {
    padding: 20px 22px;
    background: #f8fafc;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
}
.lp-why-num {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #e5e7eb;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
}
.lp-why-item h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0E3441 !important;
    margin: 0 0 6px !important;
}
.lp-why-body { font-size: 14px !important; color: #6b7280 !important; line-height: 1.6 !important; }
.lp-why-body p { margin: 0 !important; }

/* FAQ */
.lp-faq-list { border-top: 1px solid #e5e7eb; }
.lp-faq-item { border-bottom: 1px solid #e5e7eb; }

.lp-page .lp-faq-q,
#lp-faq .lp-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #1a2332 !important;
    line-height: 1.45;
    transition: color .12s;
    user-select: none;
    box-shadow: none !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}
.lp-page .lp-faq-q:hover,
#lp-faq .lp-faq-q:hover { color: #0E3441 !important; background: none !important; }
.lp-page .lp-faq-item--open .lp-faq-q,
#lp-faq .lp-faq-item--open .lp-faq-q { color: #00B4D8 !important; background: none !important; }

.lp-faq-chevron {
    flex-shrink: 0;
    color: #b0bec5;
    display: flex;
    align-items: center;
    transition: transform .22s ease, color .15s;
}
.lp-faq-item--open .lp-faq-chevron { transform: rotate(180deg); color: #00B4D8; }

.lp-faq-a {
    display: none;
    padding: 0 0 18px;
    font-size: 15px;
    line-height: 1.75;
    color: #586878;
}
.lp-faq-a p { margin: 0 0 10px !important; }
.lp-faq-a p:last-child { margin-bottom: 0 !important; }
.lp-faq-a a { color: #00B4D8; }
.lp-faq-item--open .lp-faq-a { display: block; }

.lp-faq-footer {
    font-size: 14px !important;
    color: #9ca3af !important;
    margin: 20px 0 0 !important;
    padding-top: 16px;
    border-top: 1px solid #f0f2f5;
}
.lp-faq-footer a { color: #00B4D8; text-decoration: none; }
.lp-faq-footer a:hover { color: #009bbf; }

/* Related links grid */
.lp-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.lp-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #0E3441;
    transition: border-color .18s;
}
.lp-link-card:hover { border-color: #00B4D8; color: #0E3441; text-decoration: none; }
.lp-link-icon {
    width: 36px;
    height: 36px;
    background: rgba(0,180,216,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00B4D8;
    flex-shrink: 0;
}
.lp-link-label { flex: 1; }
.lp-link-card svg:last-child { color: #00B4D8; margin-left: auto; flex-shrink: 0; }

/* ─────────────────────────────────────────────────────────────
   SIDEBAR — loc-sidebar
───────────────────────────────────────────────────────────── */
.lp-sidebar { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 20px; }

/* CTA card */
.lp-sb-cta {
    background: #0E3441;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 24px rgba(14,52,65,0.20);
}
.lp-sb-cta h3 {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin: 0 0 8px !important;
    font-family: 'Oswald', sans-serif !important;
}
.lp-sb-cta p {
    font-size: 14px !important;
    color: rgba(255,255,255,0.65) !important;
    margin: 0 0 18px !important;
    line-height: 1.55 !important;
}
.lp-sb-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #00B4D8;
    color: #fff !important;
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    transition: background .2s;
}
.lp-sb-btn-primary:hover { background: #009bbf; color: #fff !important; }
.lp-sb-btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255,255,255,0.10);
    border: 2px solid rgba(255,255,255,0.20);
    color: #fff !important;
    padding: 11px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}
.lp-sb-btn-call:hover { background: rgba(255,255,255,0.18); color: #fff !important; }

/* Hours card */
.lp-sb-hours {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 22px 20px;
}
.lp-sb-hours h4 {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0E3441 !important;
    margin: 0 0 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.lp-sb-hours h4 svg { color: #00B4D8; flex-shrink: 0; }
.lp-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #f0f2f5;
    font-size: 13px;
    color: #374151;
}
.lp-hours-row:last-child { border-bottom: none; }
.lp-hours-row strong { color: #0E3441; font-weight: 700; }
.lp-hours-open { color: #059669; font-weight: 600; }
.lp-hours-closed { color: #9ca3af; }

/* Guarantees card */
.lp-sb-guarantees {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 22px 20px;
}
.lp-sb-guarantees h4 {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0E3441 !important;
    margin: 0 0 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.lp-sb-guarantees h4 svg { color: #00B4D8; flex-shrink: 0; }
.lp-guarantee-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #374151;
    margin-bottom: 9px;
    line-height: 1.4;
}
.lp-guarantee-row:last-child { margin-bottom: 0; }
.lp-guarantee-check { color: #00B4D8; flex-shrink: 0; display: flex; }

/* Find Us card */
.lp-sb-findus {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 22px 20px;
}
.lp-sb-findus h4 {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0E3441 !important;
    margin: 0 0 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.lp-sb-findus h4 svg { color: #00B4D8; flex-shrink: 0; }
.lp-sb-findus p {
    font-size: 14px !important;
    color: #374151 !important;
    margin: 0 0 12px !important;
    line-height: 1.6 !important;
}
.lp-sb-directions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #00B4D8;
    text-decoration: none;
}
.lp-sb-directions:hover { color: #009bbf; }

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────────── */
@media (max-width: 960px) {
    .lp-hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .lp-map-card { display: none; }
    .lp-layout { grid-template-columns: 1fr; }
    .lp-sidebar { position: static; }
    /* Sidebar renders after main col on mobile */
    .lp-repairs-grid { grid-template-columns: 1fr; }
    .lp-brands-grid { grid-template-columns: 1fr; }
    .lp-why-grid { grid-template-columns: 1fr; }
    .lp-links-grid { grid-template-columns: 1fr 1fr; }
    .lp-stats-inner { gap: 0; }
    .lp-stat { flex: 0 0 33.333%; }
}
@media (max-width: 580px) {
    .lp-hero { padding: 36px 0 32px; }
    .lp-hero-btns { flex-direction: column; }
    .lp-hero-btns a { width: 100%; justify-content: center; }
    .lp-links-grid { grid-template-columns: 1fr; }
    .lp-mc-block { padding: 24px 20px; }
    .lp-mc-cta { padding: 24px 20px; }
    .lp-mc-cta-btns { flex-direction: column; }
    .lp-stat { flex: 0 0 50%; }
}

/* ── BUTTON COLOUR FIX — final (v4.1)
   Beats body a / body a:visited in style.css (specificity 0,1,1) via !important.
   Covers all pseudo-states. This is the single source of truth for lp-btn colours.
   ───────────────────────────────────────────────────────────────────────────── */
body a.lp-btn-cyan,
body a.lp-btn-cyan:link,
body a.lp-btn-cyan:visited,
body a.lp-btn-cyan:focus,
body a.lp-btn-cyan:active { color: #ffffff !important; text-decoration: none !important; }

body a.lp-btn-cyan:hover { background: #007a95 !important; color: #ffffff !important; text-decoration: none !important; }

body a.lp-btn-ghost,
body a.lp-btn-ghost:link,
body a.lp-btn-ghost:visited,
body a.lp-btn-ghost:focus,
body a.lp-btn-ghost:active { color: #ffffff !important; text-decoration: none !important; }

body a.lp-btn-ghost:hover { background: rgba(255,255,255,0.20) !important; color: #ffffff !important; text-decoration: none !important; }

body a.lp-btn-primary,
body a.lp-btn-primary:link,
body a.lp-btn-primary:visited,
body a.lp-btn-primary:focus,
body a.lp-btn-primary:active { color: #ffffff !important; text-decoration: none !important; }

body a.lp-btn-primary:hover { background: #009bbf !important; color: #ffffff !important; text-decoration: none !important; }

body a.lp-btn-secondary,
body a.lp-btn-secondary:link,
body a.lp-btn-secondary:visited,
body a.lp-btn-secondary:focus,
body a.lp-btn-secondary:active { color: #ffffff !important; text-decoration: none !important; }

body a.lp-btn-secondary:hover { background: rgba(255,255,255,0.20) !important; color: #ffffff !important; text-decoration: none !important; }

/* ── Model pills — inline tags inside family/brands sections ── */
.ms-model-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 14px;
  padding: 0;
  list-style: none;
}
.ms-model-pills span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #0E3441;
  background: #f0f4f6;
  border: 1px solid #d1d5db;
  border-radius: 20px;
  padding: 3px 10px;
  line-height: 1.4;
  white-space: nowrap;
}
