/* ── Location Page Styles ────────────────────────────────────────────────────
   Used by: resources/themes/2025/views/pages/partials/location-semantic.blade.php
   ─────────────────────────────────────────────────────────────────────────── */

/* Prevent full-width breakout sections from causing a horizontal scrollbar.
   overflow-x: clip (not hidden) so position:sticky elements are unaffected. */
html { overflow-x: clip; }

:root {
    --red: #D85A30;
    --red-dark: #993C1D;
    --red-light: #FAECE7;
    --red-text: #712B13;
    --dark: #141414;
    --dark-2: #1e1e1e;
    --dark-3: #2a2a2a;
    --white: #ffffff;
    --gray-50: #F8F7F5;
    --gray-100: #F1EFE8;
    --gray-200: #E2E0D8;
    --gray-400: #9A9891;
    --gray-600: #5F5E5A;
    --text: #1a1a1a;
    --text-2: #4a4a48;
    --text-3: #7a7a78;
    --green: #3B6D11;
    --green-light: #EAF3DE;
    --green-text: #27500A;
    --amber: #BA7517;
    --amber-light: #FAEEDA;
    --blue: #185FA5;
    --blue-light: #E6F1FB;
    --border: #e8e6e0;
    --radius: 10px;
    --radius-lg: 14px;
}

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

/* ── Nearby Areas Pills ──────────────────────────────────────────────────── */
.area-pill { border: 1.5px solid #ccc; color: #333; }
.area-pill--current { border: 2px solid var(--primary-red); color: var(--primary-red); }

/* ── Nearby Attractions ──────────────────────────────────────────────────── */
.attr-card { transition: box-shadow .22s ease, transform .22s ease; }
.attr-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.10) !important; transform: translateY(-3px); }
.attr-icon { width: 40px; height: 40px; }
.attr-icon-park          { background: #dcfce7; }
.attr-icon-museum        { background: #ede9fe; }
.attr-icon-landmark      { background: #fee2e2; }
.attr-icon-entertainment { background: #fef3c7; }
.attr-icon-beach         { background: #dbeafe; }
.attr-icon-casino        { background: #fef9c3; }
.attr-icon-stadium       { background: #fce7f3; }
.attr-icon-theme_park    { background: #fce7f3; }
.attr-icon-historic_site { background: #fef9c3; }
.attr-icon-other         { background: #f1f5f9; }
.attr-svg { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.attr-svg-park          { stroke: #16a34a; }
.attr-svg-museum        { stroke: #7c3aed; }
.attr-svg-landmark      { stroke: red; }
.attr-svg-entertainment { stroke: #d97706; }
.attr-svg-beach         { stroke: #2563eb; }
.attr-svg-casino        { stroke: #92400e; }
.attr-svg-stadium       { stroke: #be185d; }
.attr-svg-theme_park    { stroke: #db2777; }
.attr-svg-historic_site { stroke: #854d0e; }
.attr-svg-other         { stroke: #64748b; }

/* ── Major Highways ──────────────────────────────────────────────────────── */
.hw-badge {
    display: inline-flex; align-items: center; gap: .45rem;
    padding: .45rem .95rem; border-radius: 7px;
    font-weight: 700; font-size: .88rem; white-space: nowrap;
    letter-spacing: .02em; line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease;
}
.hw-badge:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.hw-badge-interstate { background: #003087; color: #fff; }
.hw-badge-us         { background: #2d5016; color: #fff; }
.hw-badge-other      { background: #1a1a2e; color: #fff; }

/* ── Local Driving Experience ────────────────────────────────────────────── */
.exp-pill {
    display: inline-flex; align-items: center; gap: .35rem;
    padding: .3rem .8rem; border-radius: 20px;
    font-size: .79rem; background: #f0f5ed;
    color: #3a7d44; border: 1px solid #c8e6c9; white-space: nowrap;
}

/* ── City Hero Banner ────────────────────────────────────────────────────── */
.city-hero { position: relative; overflow: hidden; min-height: 420px; display: flex; align-items: center; background: #111; }
.city-hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.city-hero-overlay        { position: absolute; inset: 0; }
.city-hero-overlay--none  { background: linear-gradient(90deg, rgba(0,0,0,.20) 55%, rgba(0,0,0,.05) 100%); }
.city-hero-overlay--light { background: linear-gradient(90deg, rgba(0,0,0,.40) 55%, rgba(0,0,0,.10) 100%); }
.city-hero-overlay--med   { background: linear-gradient(90deg, rgba(0,0,0,.60) 55%, rgba(0,0,0,.20) 100%); }
.city-hero-overlay--dark  { background: linear-gradient(90deg, rgba(0,0,0,.78) 55%, rgba(0,0,0,.35) 100%); }
.city-hero-color-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1a1a1a 0%, #2d0a0a 100%); }
.city-hero-inner { position: relative; z-index: 2; width: 100%; padding: 3rem 0 2.5rem; }
.city-hero-eyebrow { font-size: 20px; font-weight: 700; letter-spacing: .1em; color: #ff3333 !important; text-transform: uppercase; margin-bottom: .6rem; }
.city-hero-h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.city-hero-h1 .city-name  { color: #fff; }
.city-hero-h1 .state-name { color: #ff3333; }
.city-hero-sub { font-size: 20px; color: rgba(255,255,255,.82); line-height: 1.6; margin-bottom: 1.5rem; }
.city-hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.city-hero-btn-call { background: #e60000; color: #fff !important; font-weight: 700; font-size: .9rem; padding: .7rem 1.4rem; border-radius: 5px; border: 2px solid #e60000; display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; transition: background .2s; }
.city-hero-btn-call:hover { background: #cc0000; border-color: #cc0000; }
.city-hero-btn-book { background: transparent; color: #fff !important; font-weight: 700; font-size: .9rem; padding: .7rem 1.4rem; border-radius: 5px; border: 2px solid rgba(255,255,255,.7); display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; transition: border-color .2s, background .2s; }
.city-hero-btn-book:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.city-hero-trust { display: flex; flex-wrap: wrap; gap: .5rem; }
.city-hero-trust-item { display: inline-flex; align-items: center; gap: .4rem; font-size: 16px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 4px; padding: .3rem .7rem; }
.city-hero-trust-item i { color: #ff3333; font-size: 16px; }
.city-hero-eta { position: absolute; bottom: 1rem; right: 1.5rem; z-index: 3; background: rgba(0,0,0,.65); border: 1px solid rgba(255,255,255,.2); border-radius: 30px; padding: .4rem 1rem; font-size: 16px; color: #fff; display: flex; align-items: center; gap: .4rem; backdrop-filter: blur(4px); }
.city-hero-eta i { color: #ff3333; }
@media (max-width: 767px) {
    .city-hero { min-height: 360px; }
    .city-hero-eta { display: none; }
    .city-hero-overlay { background: rgba(0,0,0,0.7); }
}

/* ── Hero Estimate Form Card ─────────────────────────────────────────────── */
.hero-estimate-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 48px rgba(0,0,0,.38), 0 2px 8px rgba(0,0,0,.18);
    width: 100%;
    max-width: 360px;
    overflow: hidden;
}
.hec-header {
    background:red;
    padding: 14px 20px 12px;
}
.hec-header .est-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.2;
    margin-bottom: 2px;
}
.hec-header .est-sub {
    font-size: 14px;
    color: rgba(255,255,255,.82) !important;
    margin: 0;
}
.hec-body { padding: 16px 20px 18px; }
.hef-field { margin-bottom: 10px; }
.hef-field label {
    display: block;
    font-size: .68rem;
    font-weight: 700;
    color: var(--text-2) !important;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 4px;
}
.hef-field .hef-input,
.hef-field .hef-select {
    width: 100%;
    font-size: .82rem;
    border: 1.5px solid var(--gray-200);
    border-radius: 8px;
    padding: .42rem .65rem;
    color: var(--text);
    background: var(--gray-50);
    outline: none;
    appearance: auto;
    height: 36px;
    transition: border-color .15s, box-shadow .15s, background .15s;
}
.hef-field .hef-input:focus,
.hef-field .hef-select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(216,90,48,.13);
    background: #fff;
}
.hef-field .hef-select:disabled { color: var(--gray-400); cursor: not-allowed; }
.hef-field .hef-input.hef-error,
.hef-field .hef-select.hef-error {
    border-color: #e53e3e !important;
    box-shadow: 0 0 0 3px rgba(229,62,62,.18);
    background: #fff8f8;
}
.hef-error-msg {
    color: #e53e3e;
    font-size: .75rem;
    margin-top: 8px;
    text-align: center;
    line-height: 1.4;
    display: none;
}
.hef-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.hef-grid .hef-field { margin-bottom: 0; }
.hero-estimate-card .est-btn {
    width: 100%;
    background: red;
    color: #fff !important;
    font-weight: 700;
    font-size: .9rem;
    padding: .6rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background .18s, transform .12s;
    margin-top: 4px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: .02em;
}
.hero-estimate-card .est-btn:hover { background: var(--red-dark); transform: translateY(-1px); }
.hec-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--gray-100);
}
.hec-trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--text-3) !important;
    white-space: nowrap;
}
.hec-trust-item svg { width: 12px; height: 12px; stroke: var(--red); fill: none; stroke-width: 2.5; flex-shrink: 0; }

/* ── Why / Weather ───────────────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; margin-top: 28px; }
.why-points { display: flex; flex-direction: column; gap: 16px; }
.why-point { display: flex; gap: 14px; align-items: flex-start; }
.why-icon { width: 36px; height: 36px; background: var(--red-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-icon svg { width: 18px; height: 18px; stroke: var(--red); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.why-point h4 { font-size: 18px; font-weight: 600; margin-bottom: 2px; }
.why-point p  { font-size: 16px; color: var(--text-3); }
.weather-card { background: var(--gray-50); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px; }
.weather-title { font-size: 18px; font-weight: 600; color:var(--primary-red, #e63946); text-transform: uppercase; margin-bottom: 12px; }
.weather-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.weather-item { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 18px; }
.weather-item svg { width: 18px; height: 18px; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.weather-item h5 { font-size: 18px; display:inline; font-weight: 600; margin-top: 6px; margin-bottom: 2px; }
.weather-item p  { font-size: 14px; color: var(--text-3); }
.at-risk { background: var(--red-light); border-radius: 8px; padding: 12px 14px; }
.at-risk-title { font-size: 18px; font-weight: 600; color: var(--red-text); margin-bottom: 8px; }
.at-risk-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.at-risk-chip { display: inline-block; background: white; border: 1px solid #F5C4B3; color: var(--red-text); font-size: 16px; padding: 3px 8px; border-radius: 20px; text-decoration: none; }
.at-risk-chip:hover { background: #FEF3EF; border-color: var(--red-text); color: var(--red-text); text-decoration: none; }
.semantic-block p{ font-size: 18px; line-height: 1.75; margin-bottom: 1.25rem; }
/* ── Full-Width Sections ─────────────────────────────────────────────────── */
.section    { padding: 56px 24px; max-width: 1140px; margin: 0 auto; }
.section-sm { padding: 40px 24px; max-width: 1140px; margin: 0 auto; }
.section-bg   { background: var(--gray-50); }
.section-dark { background: var(--dark); }
.full-width { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; max-width: 100vw; }
.section-eyebrow { font-size: 16px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary-red, #e63946); margin-bottom: 8px; text-align: center; }
.section-title { font-size: 26px; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 10px; text-align: center; }
.section-sub   { font-size: 18px; color: var(--text-2); max-width: 820px; margin:0 auto; text-align: center; }

/* ── Trust Bar ───────────────────────────────────────────────────────────── */
.trust-bar { background: #141414; border-top: 1px solid #2a2a2a; border-bottom: 1px solid #2a2a2a; }
.trust-inner { max-width: 1140px; margin: 0 auto; padding: 20px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { text-align: center; padding: 8px 16px; border-right: 1px solid #2a2a2a; }
.trust-item:last-child { border-right: none; }
.trust-num   { font-size: 26px; font-weight: 700; color: #D85A30; letter-spacing: -0.5px; }
.trust-label { font-size: 18px; color: #888; margin-top: 2px; }

/* ── Local Experience / Seasonal Cards ──────────────────────────────────── */
.local-exp-section { padding: 52px 0; }
.local-exp-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.season-card { border-radius: 14px; padding: 24px 22px; }
.season-card--spring { background: #F0FDF4; border: 1px solid #86EFAC; }
.season-card--summer { background: #FFFBEB; border: 1px solid #FDE68A; }
.season-card--fall   { background: #FFF7ED; border: 1px solid #FDBA74; }
.season-card--winter { background: #EEF4FF; border: 1px solid #C7D7F5; }
.season-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.season-card-icon  { font-size: 22px; line-height: 1; }
.season-card-title { font-size: 17px; font-weight: 700; line-height: 1.3; }
.season-card--spring .season-card-title { color: #166534; }
.season-card--summer .season-card-title { color: #92400e; }
.season-card--fall   .season-card-title { color: #9a3412; }
.season-card--winter .season-card-title { color: #1e3a5f; }
.season-card-desc { font-size: 13.5px; color: #374151; line-height: 1.7; margin-bottom: 14px; }
.season-card-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.season-card-bullets li { font-size: 14px; color: #374151; display: flex; align-items: flex-start; gap: 7px; }
.season-card--spring .season-bullet-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; flex-shrink: 0; margin-top: 5px; }
.season-card--summer .season-bullet-dot { width: 7px; height: 7px; border-radius: 50%; background: #f59e0b; flex-shrink: 0; margin-top: 5px; }
.season-card--fall   .season-bullet-dot { width: 7px; height: 7px; border-radius: 50%; background: #f97316; flex-shrink: 0; margin-top: 5px; }
.season-card--winter .season-bullet-dot { width: 7px; height: 7px; border-radius: 50%; background: #3b82f6; flex-shrink: 0; margin-top: 5px; }
@media (max-width: 1024px) {
    .local-exp-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .local-exp-cards  { grid-template-columns: 1fr; }
    .local-exp-section { padding: 36px 0; }
}

/* ── CTA Banner (cta_2 / cta_3 / cta_4) ─────────────────────────────────── */
.cta-banner { display: flex; justify-content: space-between; align-items: center; gap: 24px; background: red; border-radius: 16px; padding: 28px 36px; margin-bottom: 1.5rem; }
.cta-banner-text h2 { font-size: 24px; font-weight: 700; color: #fff; margin: 0 0 6px; line-height: 1.3; }
.cta-banner-text p  { font-size: 18px; color: rgba(255,255,255,.85); margin: 0; }
.cta-banner-btn { flex-shrink: 0; background: #fff; color: #D85A30 !important; font-weight: 700; font-size: 18px; padding: 14px 28px; border-radius: 10px; text-decoration: none; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; transition: background .18s, transform .15s; }
.cta-banner-btn:hover { background: #fdf0ec; transform: translateX(2px); }
@media (max-width: 640px) {
    .cta-banner { flex-direction: column; text-align: center; padding: 24px 20px; gap: 18px; }
    .cta-banner-btn { width: 100%; justify-content: center; }
}

/* ── How It Works ────────────────────────────────────────────────────────── */
.grey-section { background: #f8f9fb; padding: 60px 0; }
.hiw-header { margin-bottom: 40px; }
.hiw-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hiw-card { background: #fff; border: 1px solid #e8e6e0; border-radius: 14px; padding: 28px 24px; }
.hiw-step { font-size: 16px; font-weight: 700; color: var(--primary-red, #e63946); text-transform: uppercase; margin-bottom: 14px; }
.hiw-card h3 { font-size: 20px; font-weight: 700; color: #141414; margin-bottom: 10px; line-height: 1.3; }
.hiw-card p  { font-size: 18px; color: #5F5E5A; line-height: 1.65; margin: 0; }
@media (max-width: 767px) {
    .hiw-cards    { grid-template-columns: 1fr; }
    .grey-section { padding: 40px 0; }
}

/* ── Driving Factors (road_access) ──────────────────────────────────────── */
.factors-section  { background: #faf9f7; padding: 56px 0; }
.factors-eyebrow  { font-size: 16px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-red, #e63946); margin-bottom: 10px; }
.factors-headline { font-size: 26px; font-weight: 800; color: #141414; line-height: 1.25; margin-bottom: 14px; }
.factors-intro    { font-size: .93rem; color: #4b5563; line-height: 1.75; max-width: 720px; margin-bottom: 0; }
.factors-grid     { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.factors-grid--two { grid-template-columns: repeat(2, 1fr); max-width: 680px; }
.factor-card      { border-radius: 16px; padding: 26px 22px; }
.factor-card--warm { background: #fef3e9; border: 1px solid #fad9c0; }
.factor-card--cool { background: #eff4ff; border: 1px solid #c8d8fa; }
.factor-card-icon  { font-size: 26px; line-height: 1; margin-bottom: 12px; }
.factor-card-title { font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 10px; }
.factor-card-desc  { font-size: .85rem; color: #374151; line-height: 1.7; margin-bottom: 14px; }
.factor-card-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.factor-card-bullets li { font-size: 16px; color: #374151; display: flex; align-items: flex-start; gap: 7px; }
.factor-card-bullets li::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .5; margin-top: 6px; flex-shrink: 0; }
@media (max-width: 767px) {
    .factors-grid, .factors-grid--two { grid-template-columns: 1fr; }
    .factors-section { padding: 36px 0; }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .factors-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Services Section ────────────────────────────────────────────────────── */
.svc-section  { padding: 22px 0; }
.svc-eyebrow  { font-size: 16px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-red, #e63946); margin-bottom: 10px; }
.svc-headline { font-size: 26px; font-weight: 800; color: #141414; line-height: 1.25; margin-bottom: 12px; }
.svc-subhead  { font-size: .92rem; color: #4b5563; line-height: 1.75; max-width: 720px; margin-bottom: 0; }
.svc-grid     { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.svc-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 18px; display: flex; flex-direction: column; gap: 8px; text-decoration: none !important; color: inherit; transition: box-shadow .18s, border-color .18s, transform .15s; }
.svc-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.09); border-color: #d1d5db; text-decoration: none; transform: translateY(-2px); }
.svc-card-top  { display: flex; gap: 12px; align-items: flex-start; flex: 1; }
.svc-icon-wrap { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 1; flex-shrink: 0; }
.svc-info  { flex: 1; min-width: 0; }
.svc-name  { font-size: 20px; font-weight: 700; color: #111827; line-height: 1.3; margin-bottom: 3px; }
.svc-desc  { font-size: 18px; color: #6b7280; line-height: 1.5; }
.svc-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid #f3f4f6; margin-top: auto; }
.svc-badge  { font-size: 16px; font-weight: 600; padding: 3px 8px; border-radius: 10px; white-space: nowrap; }
.svc-badge--rec     { background: #fde8e8; color: #b91c1c; }
.svc-badge--weather { background: #eff4ff; color: #3b5bdb; }
.svc-badge--pop     { background: #f3f4f6; color: #6b7280; }
.svc-arrow { color: #d1d5db; font-size: .75rem; transition: transform .15s, color .15s; }
.svc-card:hover .svc-arrow { transform: translateX(4px); color: var(--primary-red, #e63946); }
.svc-more     { margin-top: 28px; }
.svc-more-btn { display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid #e5e7eb; border-radius: 10px; padding: 11px 20px; font-size: 16px; font-weight: 600; color: #374151; text-decoration: none; background: #fff; transition: border-color .15s, color .15s; }
.svc-more-btn:hover { border-color: var(--primary-red, #e63946); color: var(--primary-red, #e63946); text-decoration: none; }
.svc-bg-red    { background: #fff1f2; }
.svc-bg-yellow { background: #fefce8; }
.svc-bg-blue   { background: #eff6ff; }
.svc-bg-green  { background: #f0fdf4; }
.svc-bg-purple { background: #faf5ff; }
.svc-bg-orange { background: #fff7ed; }
.svc-bg-pink   { background: #fdf4ff; }
.svc-bg-grey   { background: #f8fafc; }
.customer-saying { background: #fff !important; }
.semantic-cta span{ font-size: 16px; }
@media (max-width: 767px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } .svc-section { padding: 36px 0; } }
@media (max-width: 480px)  { .svc-grid { grid-template-columns: 1fr; } }
@media (min-width: 768px) and (max-width: 1023px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Images Promo Section ────────────────────────────────────────────────── */
.img-promo-section { padding: 8px 0 20px; }
.img-promo-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: 18px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 2px 20px rgba(0,0,0,.07); background: #fff; }
.img-promo-image { position: relative; min-height: 380px; background: #0f0f0f; overflow: hidden; }
.img-promo-image img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .82; transition: opacity .3s; }
.img-promo-image:hover img { opacity: .9; }
.img-promo-content { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.img-promo-content--full { grid-column: 1 / -1; padding: 44px 52px; }
.img-promo-eyebrow  { font-size: 16px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--primary-red,#e63946); margin-bottom: 12px; }
.img-promo-headline { font-size: 26px; font-weight: 800; color: #141414; line-height: 1.2; margin-bottom: 16px; }
.img-promo-body { font-size: .9rem; color: #374151; line-height: 1.78; margin-bottom: 10px; }
.img-promo-body:last-of-type { margin-bottom: 0; }
.img-promo-btn { display: block; background: var(--primary-red,#e63946); color: #fff !important; font-weight: 700; font-size: .95rem; padding: 15px 24px; border-radius: 10px; text-decoration: none !important; text-align: center; margin-top: 22px; transition: background .18s, transform .15s; }
.img-promo-btn:hover { background: #c0392b; transform: translateY(-2px); color: #fff !important; }
.img-promo-caption { text-align: center; margin-top: 14px; font-style: italic; }
@media (max-width: 767px) {
    .img-promo-card { grid-template-columns: 1fr; }
    .img-promo-image { min-height: 220px; }
    .img-promo-content, .img-promo-content--full { padding: 24px 20px; }
}

/* ── CTA Section (slot 1 / cta) ──────────────────────────────────────────── */
.cta-main-section  { background: #f8f7f4; padding: 52px 0; }
.cta-main-inner    { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: center; }
.cta-main-eyebrow  { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-red,#e63946); margin-bottom: 10px; }
.cta-main-headline { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: #141414; line-height: 1.25; margin-bottom: 12px; }
.cta-main-sub      { font-size: .93rem; color: #4b5563; line-height: 1.75; margin-bottom: 22px; max-width: 520px; }
.cta-trust-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.cta-trust-item { display: flex; align-items: center; gap: 9px; font-size: .86rem; color: #374151; }
.cta-trust-icon { width: 18px; height: 18px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cta-action-card   { background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 28px 24px; box-shadow: 0 4px 24px rgba(0,0,0,.07); display: flex; flex-direction: column; gap: 10px; }
.cta-action-btn    { display: block; background: var(--primary-red,#e63946); color: #fff !important; font-weight: 700; font-size: 1rem; padding: 16px 24px; border-radius: 12px; text-decoration: none !important; text-align: center; transition: background .18s, transform .15s; line-height: 1.3; }
.cta-action-btn:hover { background: #c0392b; transform: translateY(-2px); color: #fff !important; text-decoration: none !important; }
.cta-action-note    { font-size: .75rem; color: #9ca3af; text-align: center; }
.cta-action-divider { border: none; border-top: 1px solid #f3f4f6; margin: 4px 0; }
.cta-rating-line    { font-size: .78rem; color: #6b7280; text-align: center; display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0; }
.cta-extra-content  { font-size: .82rem; font-weight: 600; color: #374151; text-align: center; }
@media (max-width: 991px) { .cta-main-inner { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 767px)  { .cta-main-section { padding: 36px 0; } .cta-action-card { padding: 22px 18px; } }

/* ── Local Case Studies (local_driving_experience) ───────────────────────── */
.cs-section  { background: #fff; padding: 56px 0; }
.cs-header   { margin-bottom: 36px; }
.cs-eyebrow  { font-size: 16px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-red, #e63946); margin-bottom: 10px; }
.cs-headline { font-size: 26px; font-weight: 800; color: #141414; line-height: 1.25; margin-bottom: 14px; }
.cs-subhead  { font-size: .93rem; color: #4b5563; line-height: 1.75; max-width: 720px; margin-bottom: 0; }
.cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cs-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .18s; }
.cs-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.cs-card-top    { padding: 22px 20px 16px; flex: 1; }
.cs-tag { display: inline-flex; align-items: center; gap: 6px; background: #fef3e9; border: 1px solid #fad9c0; border-radius: 20px; padding: 4px 12px; margin-bottom: 14px; }
.cs-tag--blue  { background: #eff4ff; border-color: #c8d8fa; }
.cs-tag--green { background: #f0fdf4; border-color: #bbf7d0; }
.cs-tag-emoji  { font-size: 14px; line-height: 1; }
.cs-tag-label  { font-size: 16px; font-weight: 700; color: #374151; letter-spacing: .03em; text-transform: uppercase; }
.cs-problem    { font-size: .9rem; color: #111827; line-height: 1.65; font-weight: 500; margin-bottom: 6px; }
.cs-customer   { font-size: 16px; color: #6b7280; font-style: italic; margin-bottom: 10px; }
.cs-meta       { display: flex; align-items: center; gap: 5px; font-size: 13px; color: #9ca3af; }
.cs-meta-sep   { color: #d1d5db; }
.cs-card-footer { background: #f9fafb; border-top: 1px solid #e5e7eb; padding: 14px 20px; display: flex; flex-direction: column; gap: 5px; }
.cs-repair  { font-size: 18px; color: #374151; font-weight: 600; }
.cs-outcome { font-size: 16px; color: #059669; display: flex; align-items: center; gap: 5px; }
.cs-outcome::before { font-weight: 700; }
@media (max-width: 767px) {
    .cs-grid    { grid-template-columns: 1fr; }
    .cs-section { padding: 36px 0; }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cs-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Nearby Areas ────────────────────────────────────────────────────────── */
.nearby-areas-block { padding: 30px 40px; background: red; color: #fff; }
.nearby-areas-block .section-title { color: #fff; }
.nearby-areas-block .text-muted { color: rgba(255,255,255,.7) !important; }

/* ── Internal Links details/summary ─────────────────────────────────────── */
details[open] .details-chevron { transform: rotate(180deg); }
details summary::-webkit-details-marker { display: none; }
.city-hero-inner p, .city-hero-inner ul, .city-hero-inner li, .city-hero-inner div, .city-hero-inner span, .city-hero-inner strong { color: #fff; }
.semantic-nearby-areas { width: 1320px; max-width: 100%; margin: 0 auto; padding: 25px; }
@media (max-width: 1399px) { .semantic-nearby-areas { width: 100%; padding: 0 24px; } }
@media (max-width: 767px)  { .semantic-nearby-areas { padding: 0 16px; } }
@media (max-width: 479px)  { .semantic-nearby-areas { padding: 0 12px; } }

/* ── Touch-Friendly CTAs (WCAG 2.5.5 — 44 px min touch target) ──────────── */
.city-hero-btn-call,
.city-hero-btn-book,
.img-promo-btn,
.cta-action-btn,
.cta-banner-btn { min-height: 44px; }

/* ── Responsive Improvements ─────────────────────────────────────────────── */

/* 1. Trust Bar — 2×2 grid on mobile */
@media (max-width: 639px) {
    .trust-inner {
        grid-template-columns: repeat(2, 1fr);
        padding: 14px 12px;
    }
    .trust-item { border-right: none; border-bottom: 1px solid #2a2a2a; padding: 10px 8px; }
    .trust-item:nth-child(odd)       { border-right: 1px solid #2a2a2a; }
    .trust-item:nth-last-child(-n+2) { border-bottom: none; }
    .trust-num   { font-size: 20px; }
    .trust-label { font-size: 13px; }
}

/* 2. Hero — text scaling and touch targets on small screens */
@media (max-width: 575px) {
    .city-hero            { min-height: 310px; }
    .city-hero-inner      { padding: 2rem 1rem 1.5rem; }
    .city-hero-eyebrow    { font-size: 13px; letter-spacing: .07em; }
    .city-hero-sub        { font-size: 16px; margin-bottom: 1.1rem; }
    .city-hero-btn-call,
    .city-hero-btn-book   { font-size: .82rem; padding: .6rem 1rem; }
    .city-hero-trust-item { font-size: 13px; padding: .25rem .55rem; }
}

/* 3. Why/Weather grid — stack on tablet and mobile */
@media (max-width: 1023px) {
    .why-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 767px) {
    .why-grid { margin-top: 18px; }
}

/* 4. Nearby Areas — reduce padding on mobile */
@media (max-width: 767px) {
    .nearby-areas-block { padding: 20px 16px; border-radius: 12px; }
}

/* 5. Typography — section titles scale on mobile */
@media (max-width: 767px) {
    .section-title      { font-size: 22px; }
    .factors-headline,
    .cs-headline,
    .svc-headline,
    .img-promo-headline { font-size: 22px; }
    .section            { padding: 40px 16px; }
    .section-sm         { padding: 28px 16px; }
}
@media (max-width: 479px) {
    .section-title      { font-size: 20px; }
    .factors-headline,
    .cs-headline,
    .svc-headline,
    .img-promo-headline { font-size: 20px; }
}

/* 6. CTA inline — full-width button on very small screens */
@media (max-width: 479px) {
    .semantic-cta .submit-btn { display: block !important; width: 100%; text-align: center; }
}

/* 7. Img promo — tighten inner padding on very small screens */
@media (max-width: 479px) {
    .img-promo-content,
    .img-promo-content--full { padding: 20px 16px; }
    .img-promo-headline      { font-size: 20px; }
}

/* 8. Season cards — tighter padding on mobile */
@media (max-width: 767px) {
    .season-card { padding: 20px 18px; }
}

/* 9. Factor & HIW cards — reduce inner padding on mobile */
@media (max-width: 479px) {
    .factor-card { padding: 18px 14px; }
    .hiw-card    { padding: 20px 16px; }
}

/* 10. Case study card — reduce inner padding on mobile */
@media (max-width: 479px) {
    .cs-card-top    { padding: 18px 14px 12px; }
    .cs-card-footer { padding: 12px 14px; }
}

/* 11. Weather card items — single column on very narrow screens */
@media (max-width: 400px) {
    .weather-grid { grid-template-columns: 1fr; }
}

/* 12. Services grid — 4 columns on large desktop */
@media (min-width: 1200px) {
    .svc-grid { grid-template-columns: repeat(3, 1fr); }
}

/* 13. CTA inline trust list — row/centered on ≥576px, column/left on mobile */
@media (min-width: 576px) {
    .semantic-cta .cta-trust-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }
    .semantic-cta .cta-trust-icon {
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }
}

/* 13. Weather card width constraint when why-grid is stacked (tablet) */
@media (min-width: 768px) and (max-width: 1023px) {
    .weather-card { max-width: 520px; }
}