@font-face {
    font-family: "Gilroy";
    src: url('/public/fonts/Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.service-zone-card {
    padding: 22px;
}

.service-zone-map {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 18px;
    border: 1px solid #d5e1f2;
    background:
        radial-gradient(circle at 18% 22%, rgba(169, 214, 164, 0.45) 0 12%, transparent 13% 100%),
        radial-gradient(circle at 78% 26%, rgba(169, 214, 164, 0.4) 0 11%, transparent 12% 100%),
        radial-gradient(circle at 72% 74%, rgba(169, 214, 164, 0.36) 0 14%, transparent 15% 100%),
        linear-gradient(135deg, #eff5fb 0%, #e4edf8 100%);
}

.service-zone-map-live {
    pointer-events: none;
    background: #eaf1fb;
}

.service-zone-map-live [class*="gotoymaps"],
.service-zone-map-live [class*="gototaxi"],
.service-zone-map-live [class*="gototech"],
.service-zone-map-live .ymaps-2-1-79-copyrights-pane,
.service-zone-map-live [class*="copyrights-pane"],
.service-zone-map-live [class*="copyright__wrap"],
.service-zone-map-live [class*="copyright__content"],
.service-zone-map-live [class*="map-copyrights-promo"] {
    display: none !important;
}

.service-zone-map-live::before,
.service-zone-map-live::after {
    display: none;
}

.service-zone-map::before,
.service-zone-map::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.service-zone-map::before {
    background-image:
        linear-gradient(rgba(164, 183, 211, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(164, 183, 211, 0.22) 1px, transparent 1px);
    background-size: 52px 52px;
}

.service-zone-map::after {
    background:
        radial-gradient(circle at 24% 68%, rgba(128, 189, 245, 0.18) 0 7%, transparent 8% 100%),
        radial-gradient(circle at 82% 62%, rgba(128, 189, 245, 0.16) 0 6%, transparent 7% 100%);
}

.service-zone-road {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: rgba(139, 160, 190, 0.4);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.service-zone-road-a {
    left: -6%;
    top: 58%;
    width: 112%;
    height: 10px;
    transform: rotate(-9deg);
}

.service-zone-road-b {
    left: 18%;
    top: -8%;
    width: 10px;
    height: 118%;
    transform: rotate(7deg);
}

.service-zone-road-c {
    left: 8%;
    top: 18%;
    width: 88%;
    height: 8px;
    transform: rotate(26deg);
    opacity: 0.8;
}

.service-zone-area {
    position: absolute;
    display: block;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(15, 88, 216, 0.18) 0 44%, rgba(15, 88, 216, 0.08) 45% 72%, rgba(15, 88, 216, 0.02) 73% 100%);
    border: 2px solid rgba(15, 88, 216, 0.5);
    box-shadow:
        0 0 0 10px rgba(15, 88, 216, 0.08),
        0 18px 30px rgba(15, 88, 216, 0.14);
}

.service-zone-center,
.service-zone-marker {
    position: absolute;
    display: block;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.service-zone-center {
    width: 18px;
    height: 18px;
    background: #0f58d8;
    border: 4px solid #fff;
    box-shadow: 0 10px 20px rgba(15, 88, 216, 0.28);
}

.service-zone-marker {
    width: 10px;
    height: 10px;
    background: rgba(15, 88, 216, 0.85);
    border: 2px solid #fff;
    box-shadow: 0 8px 14px rgba(15, 88, 216, 0.18);
}

.service-zone-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #102448;
    box-shadow: 0 10px 24px rgba(14, 39, 89, 0.14);
}

.service-zone-badge-city {
    left: 18px;
    top: 18px;
    padding: 10px 14px;
    font-size: 17px;
    font-weight: 700;
}

.service-zone-badge-note {
    right: 18px;
    bottom: 18px;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 600;
}

.service-zone-caption {
    margin: 18px 0 12px;
    padding: 14px 16px 14px 0;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 250, 255, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 8px 18px rgba(21, 53, 104, 0.04);
    color: #415979;
    font-size: 16px;
    line-height: 1.55;
}

.service-zone-caption a {
    color: #234f95;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 79, 149, 0.3);
    transition:
        color 0.18s ease,
        border-color 0.18s ease,
        background-color 0.18s ease;
}

.service-zone-caption .service-zone-caption-current {
    color: #234f95;
    font-weight: 600;
    border-bottom: 1px solid rgba(35, 79, 149, 0.3);
}

.service-zone-caption a:hover {
    color: #173d78;
    border-bottom-color: rgba(23, 61, 120, 0.55);
}

.service-zone-caption a:focus-visible {
    outline: none;
    border-radius: 4px;
    background: rgba(35, 79, 149, 0.08);
    box-shadow: 0 0 0 3px rgba(35, 79, 149, 0.12);
}

@media (max-width: 720px) {
    .service-zone-card {
        padding: 16px;
    }

    .service-zone-map {
        min-height: 280px;
    }

    .service-zone-badge-city {
        top: 14px;
        left: 14px;
        padding: 8px 12px;
        font-size: 15px;
    }

    .service-zone-badge-note {
        right: 14px;
        bottom: 14px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .service-zone-caption {
        margin: 14px 0 10px;
        padding: 12px 13px 12px 0;
        font-size: 15px;
        line-height: 1.5;
    }
}

@font-face {
    font-family: "Gilroy";
    src: url('/public/fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url('/public/fonts/Gilroy-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #eef3fb;
    --bg-deep: #dbe7f7;
    --surface: #ffffff;
    --surface-soft: #f7faff;
    --text: #0f172a;
    --muted: #4b556b;
    --line: #d6deec;
    --brand: #0057d8;
    --brand-strong: #003f9e;
    --brand-soft: #eaf2ff;
    --ok: #087443;
    --hero-h1-size: clamp(28px, 2.6vw, 42px);
    --hero-lead-size: clamp(14px, 0.95vw, 17px);
    --hero-h1-size-md: clamp(26px, 4.3vw, 36px);
    --hero-lead-size-md: clamp(14px, 2vw, 17px);
    --hero-h1-size-sm: clamp(24px, 7vw, 30px);
    --hero-lead-size-sm: 14px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    margin: 0;
    font-family: "Gilroy", "Trebuchet MS", sans-serif;
    color: var(--text);
    background:
        radial-gradient(1200px 500px at 85% -80px, #d4e5ff 0%, transparent 60%),
        radial-gradient(800px 380px at 0% -40px, #e6efff 0%, transparent 70%),
        var(--bg);
    line-height: 1.6;
}

.container {
    width: min(1180px, 100% - 36px);
    margin-inline: auto;
}

.header,
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 12px 16px;
    border-radius: 0 0 14px 14px;
    border: 1px solid transparent;
    background: rgba(238, 243, 251, 0.72);
    backdrop-filter: blur(6px);
    transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.header.is-scrolled {
    background: #ffffff;
    border-color: #d6e0ef;
    box-shadow: 0 10px 24px rgba(13, 40, 92, 0.12);
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    display: block;
    width: auto;
    height: 34px;
}

.top-nav {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.top-nav a {
    text-decoration: none;
    color: #1b2a44;
    font-size: 14px;
    font-weight: 600;
}

.top-nav a:hover { color: var(--brand); }

a[href^="tel:"]:not(.button):not(.chip):not(.phone-link):not(.mobile-call-fab) {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

a[href^="tel:"]:not(.button):not(.chip):not(.phone-link):not(.mobile-call-fab):visited {
    color: inherit;
}

a[href^="tel:"]:not(.button):not(.chip):not(.phone-link):not(.mobile-call-fab):hover {
    color: #1f4f93;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.header-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.work-hours {
    color: #637793;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    order: 2;
}

.phone-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #1f4f93;
    text-decoration: none;
    letter-spacing: -0.01em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transition: color .15s ease;
    order: 1;
}

.phone-link:hover {
    color: #153f79;
}

.phone-display {
    display: inline-flex;
    align-items: baseline;
    font-variant-numeric: tabular-nums;
}

.phone-display__visible,
.phone-display__hidden {
    display: inline-block;
}

.phone-display__hidden {
    position: relative;
    overflow: hidden;
}

.phone-display__mask,
.phone-display__digits {
    display: inline-block;
    min-width: 2ch;
    text-align: left;
    transition: opacity .22s ease, color .22s ease, -webkit-mask-image .22s ease, mask-image .22s ease;
}

.phone-display__mask {
    display: none;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .phone-display[data-phone-interest-target] .phone-display__hidden,
    [data-phone-interest-target] .phone-display__hidden {
        display: inline-block;
        width: auto;
        min-width: 2ch;
    }

    .phone-display[data-phone-interest-target] .phone-display__mask,
    [data-phone-interest-target] .phone-display__mask {
        display: none;
    }

    .phone-display[data-phone-interest-target] .phone-display__digits,
    [data-phone-interest-target] .phone-display__digits {
        opacity: .26;
        color: inherit;
        min-width: 2ch;
        -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .54) 0%, rgba(0, 0, 0, .18) 34%, rgba(0, 0, 0, .04) 58%, rgba(0, 0, 0, 0) 82%);
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, .54) 0%, rgba(0, 0, 0, .18) 34%, rgba(0, 0, 0, .04) 58%, rgba(0, 0, 0, 0) 82%);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    .phone-display[data-phone-interest-target]:hover .phone-display__digits,
    .phone-display[data-phone-interest-target]:focus-visible .phone-display__digits,
    a:hover .phone-display__digits,
    a:focus-visible .phone-display__digits {
        opacity: 1;
        color: inherit;
        min-width: 2ch;
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.phone-interest-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 1200;
    max-width: min(460px, calc(100vw - 32px));
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(18, 31, 54, .96);
    color: #fff;
    box-shadow: 0 16px 38px rgba(15, 28, 52, .24);
    transform: translate(-50%, 16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
    font-size: 14px;
    line-height: 1.45;
}

.phone-interest-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 0;
    background: transparent;
    color: #2a63aa;
    border: 0;
}

.phone-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #bfd0ee;
    background: #fff;
    padding: 10px 9px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    height: 2px;
    background: #1b2a44;
    margin: 5px 0;
    border-radius: 99px;
}

main.container { padding-bottom: 22px; }

.hero {
    background: linear-gradient(145deg, #ffffff, #f7faff);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 26px;
    margin-top: 8px;
    box-shadow: 0 14px 36px rgba(31, 63, 123, 0.08);
}

.hero h1,
.home-hero-copy h1 {
    margin: 0 0 10px;
    font-size: var(--hero-h1-size);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.hero p,
.home-hero-copy .home-lead {
    margin: 0;
    color: var(--muted);
    font-size: var(--hero-lead-size);
    line-height: 1.42;
}

.hero.hero-intro {
    padding: 14px 18px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border-color: var(--line);
    box-shadow: 0 8px 20px rgba(16, 38, 81, 0.06);
}

.hero.hero-intro p {
    font-size: 15px;
    line-height: 1.45;
}

#repair-services,
#install-services,
#maintenance-services {
    scroll-margin-top: 88px;
}

.breadcrumbs {
    margin: 14px 0 18px;
    padding-left: 16px;
    color: #6b7388;
    font-size: 14px;
}

.breadcrumbs a {
    color: #51607f;
    text-decoration: none;
}

section {
    background: linear-gradient(180deg, #ffffff, #fcfdff);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    margin: 14px 0;
    box-shadow: 0 8px 24px rgba(16, 38, 81, 0.05);
}

h2 {
    margin: 0 0 12px;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

p { margin: 10px 0; }

.home-hero-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 28px 30px 30px;
    border-radius: 24px;
    background:
        radial-gradient(820px 360px at 110% 8%, rgba(216, 231, 255, 0.5) 0%, rgba(216, 231, 255, 0) 70%),
        linear-gradient(110deg, #f8fbff 0%, #f3f7ff 46%, #e4eefc 100%);
}

.home-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(248, 251, 255, 0.98) 0%,
        rgba(248, 251, 255, 0.96) 28%,
        rgba(248, 251, 255, 0.9) 44%,
        rgba(248, 251, 255, 0.72) 58%,
        rgba(248, 251, 255, 0.44) 70%,
        rgba(248, 251, 255, 0.18) 80%,
        rgba(248, 251, 255, 0.04) 88%,
        rgba(248, 251, 255, 0) 94%
    );
    z-index: 2;
}

.home-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/public/images/hero/master-tech.webp') right -88px bottom / auto 100% no-repeat;
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
    z-index: 1;
}

.home-hero-card--service .home-hero-copy {
    max-width: min(760px, 58%);
}

.home-hero-card--service::before {
    background: linear-gradient(
        90deg,
        rgba(248, 251, 255, 0.98) 0%,
        rgba(248, 251, 255, 0.96) 30%,
        rgba(248, 251, 255, 0.9) 46%,
        rgba(248, 251, 255, 0.72) 60%,
        rgba(248, 251, 255, 0.44) 72%,
        rgba(248, 251, 255, 0.18) 82%,
        rgba(248, 251, 255, 0) 92%
    );
}

.home-hero-card--service::after {
    background:
        linear-gradient(
            90deg,
            rgba(248, 251, 255, 0.92) 0%,
            rgba(248, 251, 255, 0.74) 26%,
            rgba(248, 251, 255, 0.44) 46%,
            rgba(248, 251, 255, 0.18) 62%,
            rgba(248, 251, 255, 0.04) 76%,
            rgba(248, 251, 255, 0) 88%
        ),
        var(--hero-service-image, url('/public/images/hero/master-tech.webp')) right -150px center / auto 108% no-repeat;
    -webkit-mask-image: none;
    mask-image: none;
}

.home-hero-card--service .home-lead {
    max-width: min(720px, 100%);
}

.home-hero-card--service .kpi-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: min(1080px, 100%);
    align-items: stretch;
}

.home-hero-card--service.home-hero-card--kpi-stack .kpi-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 100%;
    justify-items: start;
}

.home-hero-card--service.home-hero-card--kpi-stack .kpi {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    width: fit-content;
    max-width: min(100%, 820px);
    min-height: 98px;
    padding: 14px 20px;
    border-radius: 20px;
    border-color: #cfdbef;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: none;
}

.home-hero-card--service.home-hero-card--kpi-stack .kpi-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    align-self: center;
}

.home-hero-card--service.home-hero-card--kpi-stack .kpi-icon svg {
    width: 28px;
    height: 28px;
}

.home-hero-card--service.home-hero-card--kpi-stack .kpi strong {
    font-size: clamp(22px, 1.65vw, 30px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-wrap: pretty;
}

.home-hero-card--service.home-hero-card--kpi-stack .kpi-copy {
    display: grid;
    align-content: center;
    align-self: center;
    gap: 0;
    min-height: 52px;
}

.home-hero-card--service:not(.home-hero-card--brand):not(.home-hero-card--kpi-stack):not(.home-hero-card--issue) .kpi {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    flex: 1 1 calc((100% - 32px) / 3);
    width: auto;
    min-width: 220px;
    max-width: none;
    min-height: 0;
    padding: 18px 16px;
    border-radius: 20px;
    border-color: #cddcf1;
    background: rgba(255, 255, 255, 0.74);
    box-shadow:
        0 10px 22px rgba(22, 52, 104, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-hero-card--service .kpi-icon {
    align-self: center;
    justify-self: center;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-top: 0;
    color: #1f4f93;
    background: #eef3ff;
    border-color: #d4e1fa;
}

.home-hero-card--service .kpi-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero-card--service .kpi strong {
    display: block;
    margin: 0;
    min-height: 0;
    color: #0f1f3d;
    font-size: clamp(21px, 1.7vw, 28px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    text-wrap: pretty;
}

.home-hero-card--service .kpi strong .kpi-strong-main {
    font-weight: 700;
}

.home-hero-card--service .kpi strong .kpi-strong-tail {
    font-weight: 500;
    color: inherit;
}

.home-hero-card--service.home-hero-card--brand .kpi strong {
    font-size: clamp(25px, 2vw, 32px);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.home-hero-card--service.home-hero-card--brand .kpi strong .kpi-strong-main {
    color: inherit;
    font-weight: 700;
}

.home-hero-card--service.home-hero-card--brand .kpi strong .kpi-strong-tail {
    color: inherit;
    font-weight: 500;
}

.home-hero-card--service .kpi-copy {
    display: grid;
    align-content: center;
    align-self: center;
    gap: 6px;
    min-width: 0;
}

.home-hero-card--service .kpi-copy span {
    display: block;
    min-height: 0;
    color: #4c6484;
    font-size: clamp(14px, 0.95vw, 16px);
    line-height: 1.22;
    letter-spacing: -0.02em;
    text-wrap: pretty;
    overflow-wrap: break-word;
}

.home-hero-card--issue .kpi-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: min(980px, 100%);
}

.home-hero-card--issue .kpi {
    width: fit-content;
    max-width: min(100%, 420px);
}

.home-hero-card--service.home-hero-card--brand .kpi-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: min(980px, 100%);
    justify-items: stretch;
}

.home-hero-card--service.home-hero-card--brand .kpi {
    flex: 0 1 auto;
    width: fit-content;
    max-width: min(100%, 560px);
    align-items: center;
}

.home-hero-card--service.home-hero-card--brand .kpi-icon {
    align-self: center;
}

.home-hero-card--service.home-hero-card--brand .kpi-copy {
    align-self: center;
    align-content: center;
}

.home-hero-card--service.home-hero-card--kpi-stack .kpi:last-child:nth-child(odd) {
    grid-column: auto;
    width: fit-content;
    justify-self: auto;
}

.home-hero-card--service.home-hero-card--brand .kpi:last-child:nth-child(odd) {
    grid-column: auto;
    width: fit-content;
    justify-self: auto;
}

.home-hero-card--service.home-hero-card--brand::after {
    background: var(--hero-service-image, url('/public/images/hero/master-tech.webp')) right center / auto 112% no-repeat;
    -webkit-mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.06) 24%,
        rgba(0, 0, 0, 0.34) 42%,
        rgba(0, 0, 0, 0.72) 58%,
        #000 70%
    );
    mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.06) 24%,
        rgba(0, 0, 0, 0.34) 42%,
        rgba(0, 0, 0, 0.72) 58%,
        #000 70%
    );
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.home-hero-card--service.home-hero-card--brand::before {
    background: linear-gradient(
        90deg,
        rgba(248, 251, 255, 0.96) 0%,
        rgba(248, 251, 255, 0.92) 24%,
        rgba(248, 251, 255, 0.78) 44%,
        rgba(248, 251, 255, 0.5) 60%,
        rgba(248, 251, 255, 0.22) 74%,
        rgba(248, 251, 255, 0.04) 84%,
        rgba(248, 251, 255, 0) 92%
    );
}

.home-hero-card--issue::before {
    background: linear-gradient(
        90deg,
        rgba(248, 251, 255, 0.98) 0%,
        rgba(248, 251, 255, 0.95) 30%,
        rgba(248, 251, 255, 0.84) 46%,
        rgba(248, 251, 255, 0.44) 62%,
        rgba(248, 251, 255, 0.12) 74%,
        rgba(248, 251, 255, 0) 86%
    );
}

.home-hero-card--issue::after {
    background:
        linear-gradient(
            90deg,
            rgba(248, 251, 255, 0.68) 0%,
            rgba(248, 251, 255, 0.42) 28%,
            rgba(248, 251, 255, 0.16) 46%,
            rgba(248, 251, 255, 0.04) 62%,
            rgba(248, 251, 255, 0) 76%
        ),
        var(--hero-service-image, url('/public/images/hero/master-tech.webp')) right -170px center / auto 110% no-repeat;
}

.home-hero-card--issue .home-lead,
.home-hero-card--issue .hero-service-related,
.home-hero-card--issue .hero-service-symptoms,
.home-hero-card--issue .hero-service-geo {
    max-width: min(760px, 100%);
}

.home-hero-card--issue .kpi strong {
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1.16;
}

.home-hero-card--issue .kpi-copy span {
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.28;
}

.home-hero-card--issue .hero-service-related {
    display: block;
    margin: 14px 0 16px;
    color: #617794;
    font-size: 14px;
    line-height: 1.45;
}

.home-hero-card--issue .hero-service-symptoms {
    margin: 0;
}

.hero-service-symptoms {
    margin: -2px 0 0;
    color: #3d587b;
    font-size: 16px;
    line-height: 1.35;
}

.hero-service-related {
    margin: 8px 0 0;
    color: #5a6f8f;
    font-size: 15px;
    line-height: 1.35;
}

.hero-service-geo {
    margin: 12px 0 0;
    color: #4b6586;
    font-size: 15px;
    line-height: 1.35;
}

.hero-service-urgency {
    margin: 10px 0 0;
    color: #264f86;
    font-size: 15px;
    line-height: 1.32;
    font-weight: 700;
}

.home-hero-card--issue .hero-service-urgency {
    color: #324f74;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

/* Keep all hero supporting texts visually consistent under h1 */
.home-hero-copy .hero-service-related,
.home-hero-copy .hero-service-symptoms,
.home-hero-copy .hero-service-urgency,
.home-hero-copy .hero-service-geo {
    color: #2f4763;
    font-size: var(--hero-lead-size);
    line-height: 1.42;
    font-weight: 500;
}

/* Issue hero: the symptoms sentence should read smaller than generic lead copy */
.home-hero-card--issue .home-hero-copy .hero-service-symptoms {
    font-size: clamp(13px, 0.85vw, 14px);
    line-height: 1.38;
}

.hero-service-rating {
    margin: 6px 0 0;
    color: #1a4e9f;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.hero-service-callback-note {
    margin: 8px 0 0;
    color: #4b6586;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.hero-service-photo-note {
    position: absolute;
    right: 26px;
    bottom: 16px;
    z-index: 3;
    display: inline-block;
    max-width: 44%;
    color: #29496f;
    font-size: 13px;
    line-height: 1.25;
    text-align: right;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(182, 202, 233, 0.9);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
}

.hero-service-photo-badge {
    position: absolute;
    right: 22px;
    top: 16px;
    z-index: 3;
    display: inline-block;
    color: #1a4e9f;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(184, 205, 245, 0.95);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 8px 18px rgba(24, 66, 140, 0.14);
}

.eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-strong);
}

.home-lead {
    color: #324a67;
    font-size: 17px;
    line-height: 1.28;
    letter-spacing: -0.01em;
    max-width: 830px;
    margin-bottom: 18px;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    max-width: min(780px, 60%);
}

.home-hero-copy h1 {
    margin: 0 0 12px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.home-hero-copy .home-lead {
    color: #2f4763;
}

.home-hero-copy .home-lead + .kpi-grid {
    margin-top: 18px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 12px;
}

.card {
    display: block;
    border: 1px solid var(--line);
    border-radius: 14px;
    text-decoration: none;
    color: var(--text);
    padding: 14px;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.card:hover {
    transform: translateY(-2px);
    border-color: #bad0f2;
    box-shadow: 0 10px 24px rgba(15, 51, 111, 0.12);
}

.card strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1.3;
}

.card span {
    color: var(--muted);
    font-size: 14px;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.service-card-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #d6deec;
    background: #eef3fb;
}

.service-card strong {
    margin: 0;
    line-height: 1.25;
    min-height: calc(1.25em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card span {
    margin: 0;
    line-height: 1.4;
    min-height: calc(1.4em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-gallery-card {
    height: 100%;
}

.service-gallery-caption {
    margin: 10px 0 0;
    display: grid;
    gap: 4px;
}

.service-gallery-caption strong {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    color: #223a59;
}

.service-gallery-caption span {
    display: block;
    color: #516985;
    font-size: 14px;
    line-height: 1.35;
}

/* Temporary: hide work photo blocks without removing markup. */
.service-gallery-section {
    display: none;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.city-chooser-section {
    padding: 28px;
    border: 1px solid #d6e2fb;
    border-radius: 26px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
    box-shadow: 0 18px 40px rgba(16, 64, 146, 0.08);
}

.city-chooser-section h2 {
    margin-bottom: 18px;
}

.city-chooser-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.city-chooser-card {
    display: grid;
    gap: 6px;
    min-height: 92px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid #c6d8fb;
    background: rgba(255, 255, 255, 0.92);
    color: #123a86;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(23, 70, 154, 0.07);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.city-chooser-card:hover,
.city-chooser-card:focus-visible {
    transform: translateY(-1px);
    border-color: #8fb0ef;
    box-shadow: 0 14px 28px rgba(23, 70, 154, 0.12);
}

.city-chooser-card strong {
    font-size: 18px;
    line-height: 1.2;
    color: #122247;
}

.city-chooser-card span {
    font-size: 13px;
    line-height: 1.35;
    color: #526a8c;
}

.city-chooser-card-subtitle {
    font-weight: 600;
    color: #3f5d86;
}

.city-chooser-card-meta {
    font-size: 12px;
    color: #6b7f9f;
}

.city-chooser-card--all {
    background: linear-gradient(135deg, #0f58d8 0%, #2f7cff 100%);
    border-color: #0f58d8;
}

.city-chooser-card--all strong,
.city-chooser-card--all span {
    color: #fff;
}

.city-chooser-search {
    margin-top: 18px;
    position: relative;
}

.city-chooser-note {
    margin: 12px 0 0;
    color: #607593;
    font-size: 12px;
    line-height: 1.35;
}

.city-chooser-search-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #304b72;
}

.city-chooser-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.city-chooser-search-input {
    flex: 1 1 320px;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid #c6d8fb;
    background: rgba(255, 255, 255, 0.95);
    color: #122247;
    font: inherit;
}

.city-chooser-search-input:focus {
    outline: none;
    border-color: #0f58d8;
    box-shadow: 0 0 0 4px rgba(15, 88, 216, 0.12);
}

.city-chooser-search-button {
    min-height: 52px;
}

.city-search-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 20;
    display: grid;
    gap: 6px;
    padding: 10px;
    border: 1px solid #c8d9fb;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 32px rgba(17, 57, 128, 0.14);
}

.city-search-suggestions[hidden] {
    display: none !important;
}

.city-search-suggestion {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 14px;
    border: 0;
    border-radius: 12px;
    background: #f5f9ff;
    color: #173a78;
    text-align: left;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    cursor: pointer;
}

.city-search-suggestion:hover,
.city-search-suggestion:focus-visible {
    background: #e8f0ff;
    color: #0f58d8;
    outline: none;
}

.cities-index-nav,
.cities-services-backlinks {
    padding: 22px 24px;
    border: 1px solid #d8e4fb;
    border-radius: 24px;
    background: #f8fbff;
}

.cities-index-nav {
    padding-top: 16px;
}

.cities-index-nav p,
.cities-services-backlinks p {
    margin: 0;
    color: #46617f;
}

.cities-issue-seo-copy {
    margin-top: 14px;
}

.cities-issue-seo-copy p {
    line-height: 1.62;
}

.cities-index-search {
    margin-top: 14px;
}

.cities-alpha-section {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.cities-alpha-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
}

.cities-alpha-group {
    padding: 18px;
    border: 1px solid #d7e4fb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 52, 114, 0.05);
}

.cities-alpha-group h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1;
    color: #0f58d8;
}

.cities-alpha-links {
    display: grid;
    gap: 8px;
}

.cities-alpha-link {
    color: #173a78;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
}

.cities-alpha-link:hover,
.cities-alpha-link:focus-visible {
    color: #0f58d8;
    text-decoration: underline;
}

.chip {
    display: inline-block;
    border: 1px solid #bfd1f8;
    background: var(--brand-soft);
    color: #0c3e9a;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.chips .chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 48px;
    padding: 11px 16px;
    border: 1px solid #c5d7f7;
    border-radius: 18px;
    background: #f7fbff;
    color: #19458f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.22;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.chips a.chip {
    padding-right: 34px;
}

.chips a.chip::after {
    content: "\203A";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #4f73ae;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.chips a.chip:hover,
.chips a.chip:focus-visible {
    border-color: #9eb9e6;
    background: #f2f7ff;
    box-shadow: 0 8px 18px rgba(20, 60, 128, 0.08);
    color: #0f58d8;
    outline: none;
}

.home-coverage-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}

.home-coverage-link {
    position: relative;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 9px 30px 9px 12px;
    border: 1px solid #c5d7f7;
    border-radius: 12px;
    background: #f7fbff;
    color: #19458f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.22;
    white-space: nowrap;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.home-coverage-link::after {
    content: "\203A";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #4f73ae;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.home-coverage-link:hover,
.home-coverage-link:focus-visible {
    border-color: #9eb9e6;
    background: #f2f7ff;
    box-shadow: 0 8px 18px rgba(20, 60, 128, 0.08);
    color: #0f58d8;
    outline: none;
}

.brand-index-list {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.brand-index-list--columns {
    display: block;
    columns: 3;
    column-gap: 12px;
    column-fill: balance;
}

.brand-index-item {
    display: block;
    width: 100%;
    margin: 0;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    min-width: 0;
}

.brand-index-link {
    position: relative;
    display: block;
    padding: 12px 34px 12px 14px;
    border: 1px solid #d5e1f3;
    border-radius: 14px;
    background: #fbfdff;
    color: #153a78;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.brand-index-link::after {
    content: "\203A";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #5f7fb6;
    font-size: 22px;
    line-height: 1;
}

.brand-index-link:hover,
.brand-index-link:focus-visible {
    border-color: #a9c4f4;
    background: #fff;
    color: #0f58d8;
    box-shadow: 0 10px 18px rgba(27, 74, 157, 0.1);
    outline: none;
}

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

.brand-tile {
    display: grid;
    gap: 6px;
    min-height: 88px;
    padding: 14px 14px 12px;
    border: 1px solid #d5e1f3;
    border-radius: 14px;
    background: #fbfdff;
    text-decoration: none;
    color: #153a78;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease, transform .15s ease;
}

.brand-tile:hover,
.brand-tile:focus-visible {
    border-color: #a9c4f4;
    background: #fff;
    color: #0f58d8;
    box-shadow: 0 10px 18px rgba(27, 74, 157, 0.1);
    transform: translateY(-1px);
    outline: none;
}

.brand-tile-name {
    display: block;
    color: #122247;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.brand-tile-note {
    display: block;
    color: #526a8c;
    font-size: 13px;
    line-height: 1.35;
}

.brand-tile-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    color: #1d4fa2;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.brand-tile-cta::after {
    content: "\203A";
    font-size: 17px;
    line-height: 1;
    opacity: 0.85;
}

.brand-hub-section {
    padding: 24px;
}

.brand-hub-lead {
    margin: 0 0 16px;
    color: #3f5878;
    font-size: 16px;
    line-height: 1.45;
}

.brand-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}

.brand-hub-card {
    border: 1px solid #d5e1f3;
    border-radius: 18px;
    background: #fbfdff;
    padding: 16px;
    display: grid;
    align-content: start;
    gap: 10px;
}

.brand-hub-card h2 {
    margin: 0;
    font-size: 21px;
    line-height: 1.18;
    color: #10284d;
}

.brand-hub-card p {
    margin: 0;
    color: #48607e;
    font-size: 14px;
    line-height: 1.4;
}

.brand-hub-card-subtitle {
    color: #2f4763;
    font-weight: 700;
}

.brand-hub-card-points {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
}

.brand-hub-card-points li {
    color: #48607e;
    font-size: 14px;
    line-height: 1.38;
}

.brand-hub-popular-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.brand-hub-popular-list li {
    min-width: 0;
}

.brand-hub-diff-list {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.brand-hub-diff-list li {
    color: #3d5575;
    font-size: 15px;
    line-height: 1.42;
}

.brand-hub-card-cta-wrap {
    margin-top: 4px;
}

.brand-hub-card-cta-wrap .button {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 15px;
}

.brand-hub-seo-section p {
    margin: 0;
    color: #415979;
    font-size: 15px;
    line-height: 1.5;
}

.brand-hub-seo-section p + p {
    margin-top: 10px;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 16px;
    padding: 14px 22px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid var(--brand);
    background: var(--brand);
    color: #fff;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.button:hover { background: #0048b4; }

.button.secondary {
    background: #fff;
    color: #154199;
    border-color: #b7c9ef;
}

.button.secondary:hover {
    background: #edf3ff;
}

.button.ghost {
    background: transparent;
    color: #1f3655;
    border-color: transparent;
    padding-inline: 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(170px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.kpi {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #cfdced;
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(3px);
}

.kpi-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: 1px;
    border-radius: 10px;
    color: #1550b6;
    background: #eef4ff;
    border: 1px solid #d5e2fb;
}

.kpi-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.kpi strong {
    display: block;
    font-size: clamp(17px, 1.3vw, 24px);
    margin-bottom: 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.kpi span {
    color: #45607f;
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.22;
}

.kpi-grid--home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: min(1080px, 100%);
}

.kpi--home {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 0;
    padding: 18px 20px;
    border-radius: 20px;
    border-color: #cddcf1;
    background: rgba(255, 255, 255, 0.74);
    box-shadow:
        0 10px 22px rgba(22, 52, 104, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.kpi--home .kpi-icon {
    align-self: center;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-top: 0;
    border-radius: 16px;
    color: #1f4f93;
    background: #eef3ff;
    border-color: #d4e1fa;
}

.kpi--home .kpi-icon svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kpi-copy--home {
    display: grid;
    align-content: center;
    gap: 2px;
    min-width: 0;
}

.kpi-copy--home strong {
    margin: 0;
    color: #0f1f3d;
    font-size: clamp(22px, 1.85vw, 30px);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.kpi-copy--home span {
    display: block;
    color: #4c6484;
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.hero-note {
    margin: 12px 0 0;
    color: #51698a;
    font-size: clamp(13px, 0.95vw, 16px);
}

.hero-arrival {
    margin: 10px 0 0;
    color: #3a5372;
    font-size: 15px;
}

.hero-phone {
    margin: 12px 0 0;
    color: #1f4f93;
    font-size: 16px;
    font-weight: 700;
}

.metrics-section h2 {
    margin-bottom: 12px;
}

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

.metric-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f9fcff);
    padding: 14px;
}

.metric-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #153f8a;
}

.metric-card span {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    color: #4f5f79;
}

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

.trust-subtitle {
    margin: 0 0 14px;
    color: #4f5f79;
    font-size: 16px;
    line-height: 1.4;
}

.trust-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fcfdff;
    padding: 16px;
    display: grid;
    gap: 8px;
}

.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eef3ff;
    color: #1f4f93;
}

.trust-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trust-card strong {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
}

.trust-card > span:last-child {
    color: #4f5f79;
    font-size: 15px;
    line-height: 1.38;
}

.direction-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    min-height: 0;
    height: 100%;
}

.directions-subtitle {
    margin: 0 0 18px;
    color: #4e6482;
    font-size: 17px;
    line-height: 1.4;
}

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

.direction-card-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #d9e2f0;
    background:
        radial-gradient(160px 88px at 16% 18%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #d8e5f7 0%, #c3d4ec 38%, #eef4fb 100%);
}

.direction-card-media::before {
    content: "";
    position: absolute;
    inset: auto 10% 10% 10%;
    height: 44%;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 10px 28px rgba(69, 93, 133, 0.12);
}

.direction-card-media::after {
    content: "";
    position: absolute;
    top: 14%;
    right: 11%;
    width: 26%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.18);
}

.direction-card-media-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.direction-card-media--has-image {
    background: #dfe6ef;
}

.direction-card-media--has-image::before,
.direction-card-media--has-image::after {
    display: none;
}

.direction-card-media--remont-stiralnyh-mashin {
    background:
        radial-gradient(150px 86px at 18% 18%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #d9e6fb 0%, #bfd4f1 42%, #edf3fb 100%);
}

.direction-card-media--remont-holodilnikov {
    background:
        radial-gradient(140px 84px at 18% 18%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #dceaf6 0%, #cbe2ea 42%, #eef7fb 100%);
}

.direction-card-media--remont-posudomoechnyh-mashin {
    background:
        radial-gradient(140px 84px at 18% 18%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #deedf8 0%, #cfdcf0 42%, #f2f7fc 100%);
}

.direction-card-media--remont-duhovyh-shkafov {
    background:
        radial-gradient(140px 84px at 18% 18%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #efe2d8 0%, #dcc6b9 42%, #f8f1eb 100%);
}

.direction-card-media--remont-varochnyh-paneley {
    background:
        radial-gradient(140px 84px at 18% 18%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #dce2ec 0%, #c7cfde 42%, #f0f4fa 100%);
}

.direction-card-media--remont-sushilnyh-mashin {
    background:
        radial-gradient(140px 84px at 18% 18%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #dfe7f8 0%, #c8d3ee 42%, #eff4fd 100%);
}

.direction-card-media--obsluzhivanie-i-remont-kondicionerov,
.direction-card-media--remont-kondicionerov {
    background:
        radial-gradient(140px 84px at 18% 18%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 66%),
        linear-gradient(135deg, #d8eef5 0%, #c2e0eb 42%, #ebf9fc 100%);
}

.direction-card strong,
.direction-card h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.01em;
    min-height: calc(1.28em * 2);
}

.direction-card > span {
    font-size: 15px;
    line-height: 1.45;
    color: #4f5f79;
}

.direction-card em {
    margin-top: auto;
    font-style: normal;
    color: #154199;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
}

.directions-section {
    padding: 28px 28px 26px;
}

.directions-section h2 {
    margin: 0 0 18px;
    font-size: clamp(38px, 3.3vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.directions-section .direction-card {
    padding: 16px;
    min-height: 0;
    border-radius: 20px;
    background: #fcfdff;
}

.directions-section .direction-card > span {
    font-size: 15px;
    line-height: 1.38;
    max-width: 26ch;
}

.directions-section .direction-card strong,
.directions-section .direction-card h3 {
    min-height: 0;
    font-size: clamp(15px, 1.15vw, 19px);
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.directions-section .direction-card--all {
    border-color: transparent;
    background: linear-gradient(180deg, #fafbfd 0%, #f6f8fb 100%);
    box-shadow: none;
}

.directions-section .direction-card--all strong,
.directions-section .direction-card--all h3 {
    min-height: 0;
    font-size: 14px;
    color: #4f6079;
}

.directions-section .direction-card--all > span {
    font-size: 13px;
    line-height: 1.32;
    color: #73829a;
}

.directions-section .direction-card--all .direction-card-media {
    border-color: transparent;
    background: linear-gradient(135deg, #f0f3f7 0%, #e8edf4 50%, #f7f9fc 100%);
    opacity: 0.9;
}

.directions-section .direction-card--all .direction-card-media::before {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.directions-section .direction-card--all .direction-card-media::after {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
}

.brands-section {
    background:
        radial-gradient(300px 170px at 100% 0%, rgba(179, 211, 255, 0.14) 0%, rgba(179, 211, 255, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.brands-intro {
    margin: 0 0 14px;
    color: #48617f;
    font-size: 15px;
    line-height: 1.45;
}

.brands-subtitle {
    margin: 20px 0 12px;
    font-size: clamp(20px, 2.6vw, 28px);
    line-height: 1.18;
}

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

.brands-grid--popular {
    margin-bottom: 14px;
}

.brand-card {
    position: relative;
    display: block;
    border: 1px solid #d0def3;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 12px 34px 11px 13px;
    text-decoration: none;
    color: #1b2a44;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.brand-card::after {
    content: "›";
    position: absolute;
    right: 12px;
    top: 11px;
    color: #5b7db1;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    opacity: 0.75;
    transition: transform .18s ease, opacity .18s ease;
}

.brand-card:hover,
.brand-card:focus-visible {
    border-color: #a9c4eb;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 51, 111, 0.09);
    transform: translateY(-1px);
    outline: none;
}

.brand-card:hover::after,
.brand-card:focus-visible::after {
    transform: translateX(2px);
    opacity: 1;
}

.brands-all-button {
    gap: 10px;
}

.brands-all-button::after {
    content: "›";
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: currentColor;
    opacity: 0.8;
    transition: transform .18s ease, opacity .18s ease;
}

.brands-all-button:hover::after,
.brands-all-button:focus-visible::after {
    transform: translateX(2px);
    opacity: 1;
}

.brand-card strong {
    display: block;
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.2;
}

.brand-card span {
    display: block;
    color: #5a6f8c;
    font-size: 13px;
    line-height: 1.35;
}

.brand-card em {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #1b4ca3;
    font-size: 13px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 700;
}

.brand-card em::after {
    content: "›";
    font-size: 17px;
    line-height: 1;
    opacity: 0.85;
}

.brands-seo-text {
    margin-top: 22px;
    border: 1px solid #d6e2f5;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 16px;
}

.brands-seo-text h2 {
    margin: 0 0 10px;
    font-size: clamp(20px, 2.5vw, 27px);
    line-height: 1.2;
}

.brands-seo-text p {
    margin: 0 0 10px;
    color: #344b68;
}

.brands-seo-text p:last-child {
    margin-bottom: 0;
}

.brands-issues-table-wrap {
    margin-top: 8px;
    overflow: auto;
    border: 1px solid #d6e2f5;
    border-radius: 16px;
    background: #ffffff;
}

.brands-issues-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}

.brands-issues-table th,
.brands-issues-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e3ebf7;
    vertical-align: top;
    text-align: left;
}

.brands-issues-table tr:last-child td {
    border-bottom: 0;
}

.brands-issues-table th {
    font-size: 13px;
    color: #567092;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f5f8fd;
}

.brands-issues-table td {
    color: #2d4462;
    font-size: 14px;
    line-height: 1.35;
}

.brands-issues-table td:first-child a {
    font-weight: 700;
    color: #1f4ea5;
}

.brands-extra-note {
    margin: 14px 0 0;
    color: #4f6685;
    font-size: 14px;
}

.fault-groups {
    display: grid;
    gap: 14px;
}

.faults-section {
    background:
        radial-gradient(300px 170px at 100% 0%, rgba(179, 211, 255, 0.14) 0%, rgba(179, 211, 255, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.faults-section-intro {
    margin: 0 0 14px;
    color: #48617f;
    font-size: 15px;
    line-height: 1.45;
}

.fault-group {
    border: 1px solid #d9e4f4;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    padding: 14px;
}

.when-needed-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(340px 180px at 100% 0%, rgba(181, 212, 255, 0.14) 0%, rgba(181, 212, 255, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border-color: #cfdbef;
    box-shadow: 0 12px 28px rgba(16, 38, 81, 0.06);
}

.when-needed-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 30%);
}

.when-needed-section > * {
    position: relative;
    z-index: 1;
}

.when-needed-section > h2 {
    margin-bottom: 10px;
}

.when-needed-section > p:first-of-type {
    margin: 0 0 12px;
    color: #405975;
    font-size: 16px;
    line-height: 1.45;
}

.when-needed-section ul {
    margin: 0;
    padding-left: 22px;
    display: grid;
    gap: 8px;
}

.when-needed-section ul li {
    color: #233a59;
    line-height: 1.45;
}

.when-needed-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 14px;
}

.when-needed-group {
    border: 1px solid #d6e2f3;
    border-radius: 18px;
    padding: 16px 16px 14px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow:
        0 10px 22px rgba(18, 49, 103, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.when-needed-group h3 {
    margin: 0 0 10px;
    color: #18345f;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.when-needed-groups .when-needed-group ul {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 7px;
}

.when-needed-groups .when-needed-group li {
    color: #48607e;
    font-size: 14px;
    line-height: 1.42;
}

.when-needed-link {
    color: #1b4e92;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(27, 78, 146, 0.28);
    transition:
        color 0.18s ease,
        border-color 0.18s ease;
}

.when-needed-link:hover,
.when-needed-link:focus-visible {
    color: #0f58d8;
    border-bottom-color: rgba(15, 88, 216, 0.5);
    outline: none;
}

.when-needed-warning {
    position: relative;
    margin: 16px 0 14px;
    padding: 16px 16px 16px 20px;
    border: 1px solid #d6e2f3;
    border-radius: 18px;
    background:
        radial-gradient(220px 100px at 100% 0%, rgba(255, 214, 153, 0.14) 0%, rgba(255, 214, 153, 0) 75%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow:
        0 10px 22px rgba(18, 49, 103, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.when-needed-warning::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #ff9d2f 0%, #ffd37d 100%);
}

.when-needed-warning-title {
    display: block;
    margin: 0 0 10px;
    color: #19335d;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.when-needed-warning-line {
    margin: 8px 0 0;
    color: #485f7d;
    font-size: 15px;
    line-height: 1.45;
}

.when-needed-warning-line.is-accent {
    margin-top: 10px;
    padding: 11px 12px;
    border-radius: 14px;
    border: 1px solid #cfe0fb;
    background: #eef5ff;
    color: #1d4a84;
    font-weight: 700;
}

.repair-value-section {
    padding-top: 24px;
    padding-bottom: 20px;
}

.repair-value-intro {
    margin: 0 0 14px;
    color: #3f5878;
    font-size: 16px;
    line-height: 1.45;
}

.repair-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.repair-value-card {
    min-height: 0;
}

.repair-value-card h3 {
    margin-bottom: 10px;
}

.repair-value-card ul {
    margin: 0;
}

.repair-value-summary {
    margin: 0;
}

.repair-value-summary .when-needed-warning-line {
    margin: 0;
}

.cause-section > h2 {
    margin-bottom: 12px;
}

.cause-section-intro {
    margin: 0 0 18px;
    max-width: 88ch;
    color: #3f5878;
    font-size: 17px;
    line-height: 1.5;
}

.cause-section .cause-groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.cause-section .cause-card:last-child:nth-child(odd) {
    grid-column: auto;
}

.cause-section .cause-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #d3dff2;
    border-radius: 20px;
    padding: 20px 20px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 24px rgba(18, 49, 103, 0.06);
}

.cause-section .cause-card-details {
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.cause-section .cause-card-details[open] {
    border-color: #b7cdf1;
    box-shadow: 0 16px 30px rgba(18, 49, 103, 0.1);
}

.cause-section .cause-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #6ea0ff 0%, #97bcff 100%);
}

.cause-section .cause-card-summary {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 18px;
    padding-right: 52px;
    cursor: pointer;
    list-style: none;
}

.cause-section .cause-card-summary::-webkit-details-marker {
    display: none;
}

.cause-section .cause-card-summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #c8daf7;
    background: #eef4ff;
    color: #1d4c8d;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    transform: translateY(-50%);
}

.cause-section .cause-card-details[open] .cause-card-summary::after {
    content: "\2212";
    background: #dfeeff;
    border-color: #b7cff5;
}

.cause-section .cause-card-title {
    display: block;
    margin: 0;
    color: #1a3257;
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.cause-section .cause-card-summary-price {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    padding-right: 2px;
    white-space: nowrap;
    color: #10294f;
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.cause-section .cause-card-body {
    padding-top: 14px;
}

.cause-section .cause-card-intro {
    margin: 0 0 12px;
    color: #314966;
    font-size: 16px;
    line-height: 1.46;
}

.cause-section .cause-card-list-title {
    margin: 0 0 8px;
    color: #10294f;
    font-size: 15px;
}

.cause-section .cause-card-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.cause-section .cause-card-list li {
    position: relative;
    padding-left: 20px;
    color: #243a59;
    line-height: 1.45;
}

.cause-section .cause-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3f70c1;
    box-shadow: 0 0 0 2px rgba(63, 112, 193, 0.14);
}

.cause-section .cause-card-outro {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, #edf4ff 0%, #e8f1ff 100%);
    border: 1px solid #c8daf8;
    color: #1d457d;
    font-size: 15px;
    line-height: 1.42;
    font-weight: 700;
}

.cause-section .cause-card-offer {
    margin-top: 16px;
    padding: 15px 16px 16px;
    border: 1px solid #dbe6f8;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 8px 18px rgba(19, 53, 108, 0.04);
}

.cause-section .cause-card-offer-label {
    margin: 0;
    color: #5d6c83;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.cause-section .cause-card-offer-price {
    margin: 7px 0 0;
    color: #132744;
    font-size: clamp(19px, 1.55vw, 26px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.cause-section .cause-card-offer-button {
    display: inline-flex;
    width: auto;
    min-height: 46px;
    margin-top: 14px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: none;
}

.cause-final-note {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #edf4ff 0%, #e5efff 100%);
    border: 1px solid #c7dafb;
    color: #1d457d;
    font-size: 15px;
    line-height: 1.42;
}

.repair-section > h2 {
    margin-bottom: 10px;
}

.repair-section-intro {
    margin: 0 0 16px;
    color: #48617f;
    font-size: 16px;
    line-height: 1.45;
}

.repair-groups {
    gap: 12px;
}

.repair-card {
    position: relative;
    border: 1px solid #d7e2f2;
    border-radius: 20px;
    padding: 18px 18px 16px 22px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.repair-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #0a63de 0%, #78aef8 100%);
}

.repair-card h3 {
    margin: 0 0 10px;
    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.repair-card-problem {
    margin: 0;
    color: #425d7d;
    font-size: 16px;
    line-height: 1.42;
}

.repair-card-cause {
    margin: 10px 0 0;
    color: #3f5877;
    font-size: 15px;
    line-height: 1.4;
}

.repair-card-cause strong {
    color: #1f4b86;
}

.repair-card-solution {
    margin: 14px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f4b86;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.repair-card-note {
    margin: 10px 0 0;
    color: #5a6f8f;
    font-size: 14px;
    line-height: 1.4;
}

.repair-final-note {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px dashed #afc8ef;
    background:
        radial-gradient(220px 90px at 100% 0%, rgba(183, 213, 255, 0.28) 0%, rgba(183, 213, 255, 0) 70%),
        #f6faff;
    color: #214f8d;
    font-size: 15px;
    line-height: 1.42;
    font-weight: 600;
}

.repair-cta-note {
    margin: 14px 0 0;
    color: #37597f;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.fault-group h3 {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #1b2a44;
}

.fault-group-count {
    flex: 0 0 auto;
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid #c6d8f3;
    background: #f3f8ff;
    color: #2a548f;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
}

.fault-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}

.fault-card {
    display: block;
    position: relative;
    border: 1px solid #d0def3;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 13px 38px 13px 14px;
    text-decoration: none;
    color: #1b2a44;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.fault-card:hover {
    border-color: #a9c4eb;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 51, 111, 0.09);
    transform: translateY(-1px);
}

.fault-card::after {
    content: "›";
    position: absolute;
    right: 14px;
    top: 14px;
    color: #5b7db1;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    opacity: 0.75;
    transition: transform .18s ease, opacity .18s ease;
}

.fault-card:hover::after {
    transform: translateX(2px);
    opacity: 1;
}

.fault-card--primary {
    border-color: #c3d6f6;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 10px 22px rgba(15, 51, 111, 0.08);
}

.fault-card strong {
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
}

.fault-card:hover strong {
    color: #183d72;
}

.fault-card span {
    display: block;
    margin: 0;
    color: #5a6f8c;
    font-size: 13px;
    line-height: 1.4;
}

.service-page .price-short-list p {
    margin: 6px 0;
}

.pricing-subtitle {
    margin: 0 0 12px;
    color: #4f5f79;
    font-size: 16px;
    line-height: 1.42;
}

.pricing-note {
    margin: 0 0 10px;
    color: #4f5f79;
    font-size: 15px;
    line-height: 1.4;
}

.price-factors-section > h2 {
    margin-bottom: 10px;
}

.price-factors-intro {
    margin: 0 0 12px;
    color: #465f7f;
    font-size: 16px;
    line-height: 1.45;
}

.price-factors-lead {
    margin: 0 0 14px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #c9daf9;
    background: linear-gradient(180deg, #f5f9ff 0%, #edf4ff 100%);
    color: #1e4c89;
    font-size: 15px;
    line-height: 1.4;
}

.when-needed-section .price-factors-lead {
    margin-top: 16px;
}

.price-factors-list-title {
    margin: 0 0 12px;
    color: #142e55;
    font-size: 15px;
}

.price-factors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.price-factor-card {
    border: 1px solid #d6e0f0;
    border-radius: 16px;
    padding: 15px 16px;
    background: #fcfdff;
    display: grid;
    gap: 6px;
}

.price-factor-card strong {
    font-size: 16px;
    line-height: 1.3;
    color: #142e55;
}

.price-factor-card span {
    color: #4f647f;
    font-size: 14px;
    line-height: 1.4;
}

.service-page .local-proof-section {
    position: relative;
    overflow: hidden;
    border-color: #c9d8ef;
    border-radius: 24px;
    background:
        radial-gradient(420px 220px at 0 -10%, rgba(176, 205, 245, 0.15) 0%, rgba(176, 205, 245, 0) 72%),
        linear-gradient(180deg, #fbfdff 0%, #f6f9ff 100%);
}

.service-page .local-proof-section > h2 {
    margin: 0 0 14px;
    color: #112849;
}

.brand-models-section .brand-models-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.brand-models-section .brand-model-card {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-height: 52px;
    padding: 13px 18px;
    flex: 0 1 auto;
}

.brand-models-section .brand-model-card strong {
    white-space: nowrap;
}

.price-factors-note {
    margin-top: 14px;
    border-radius: 16px;
    padding: 15px 16px;
    background: #fff;
    border: 1px dashed #b7caec;
}

.price-factors-note strong {
    display: block;
    margin-bottom: 6px;
    color: #173c72;
    font-size: 15px;
}

.price-factors-note p {
    margin: 0;
    color: #4f647f;
    font-size: 15px;
    line-height: 1.42;
}

.pricing-guarantees {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.service-page .guarantees-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(280px 140px at 100% 0%, rgba(181, 212, 255, 0.18) 0%, rgba(181, 212, 255, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-color: #cfdbef;
    box-shadow: 0 12px 28px rgba(16, 38, 81, 0.06);
}

.service-page .guarantees-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 28%);
}

.service-page .guarantees-section > * {
    position: relative;
    z-index: 1;
}

.service-page .guarantees-intro {
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid #d7e4f7;
    background: rgba(255, 255, 255, 0.82);
    color: #48617f;
}

.pricing-guarantee {
    position: relative;
    border: 1px solid #d8e3f4;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    padding: 16px 16px 15px;
    box-shadow:
        0 8px 20px rgba(18, 49, 103, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.pricing-guarantee::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #0a63de 0%, #78aef8 100%);
}

.pricing-guarantee strong {
    display: block;
    margin-bottom: 8px;
    padding-right: 8px;
    font-size: 18px;
    line-height: 1.26;
    letter-spacing: -0.01em;
    color: #172f55;
}

.pricing-guarantee span {
    display: block;
    color: #536985;
    font-size: 15px;
    line-height: 1.42;
}

.city-today-work-card.is-hidden {
    display: none;
}

.city-today-work-toggle-row {
    margin-top: 6px;
}

.city-today-work-toggle {
    min-height: 48px;
    padding-left: 22px;
    padding-right: 22px;
}

.pricing-examples-title {
    margin: 14px 0 10px;
    color: #314b70;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.pricing-top-list {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

.pricing-top-list p {
    margin: 0;
    color: #1f2f4a;
    font-size: 18px;
    line-height: 1.4;
}

.pricing-table-wrap {
    margin-bottom: 12px;
    border: 1px solid #d4dff2;
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
}

.pricing-table {
    min-width: 560px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.pricing-table th,
.pricing-table td {
    font-size: 15px;
    line-height: 1.35;
    border: 0;
    border-bottom: 1px solid #d4dff2;
}

.pricing-table tr:last-child td {
    border-bottom: 0;
}

.pricing-table th + th,
.pricing-table td + td {
    border-left: 1px solid #d4dff2;
}

.pricing-table td:last-child,
.pricing-table th:last-child {
    white-space: nowrap;
    text-align: right;
    font-weight: 700;
}

.pricing-table-summary-row td,
.pricing-table-detail-row td {
    padding: 0;
}

.pricing-table-detail-row td {
    text-align: left;
    white-space: normal;
    font-weight: 400;
    border-left: 0;
}

.pricing-table-summary-row:last-of-type td {
    border-bottom: 0;
}

.pricing-table-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    min-height: 76px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    text-align: left;
    color: #1b2a44;
    font: inherit;
    cursor: pointer;
    border-radius: 18px;
    transition:
        background-color 0.16s ease,
        box-shadow 0.16s ease,
        transform 0.16s ease;
}

.pricing-table-toggle:hover {
    background: linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
}

.pricing-table-toggle:focus-visible {
    outline: none;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
    box-shadow:
        inset 0 0 0 1px rgba(42, 97, 186, 0.18),
        0 0 0 4px rgba(42, 97, 186, 0.06);
}

.pricing-table-toggle[aria-expanded="true"] {
    background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
}

.pricing-table-toggle-name {
    position: relative;
    padding-right: 52px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.24;
    color: #213a5d;
}

.pricing-table-toggle-name::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    border-radius: 999px;
    border: 1px solid #d8e3f6;
    background:
        linear-gradient(#2a61ba, #2a61ba) center / 14px 4px no-repeat,
        linear-gradient(#2a61ba, #2a61ba) center / 4px 14px no-repeat,
        linear-gradient(180deg, #f7faff 0%, #edf4ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition:
        background-color 0.16s ease,
        border-color 0.16s ease,
        box-shadow 0.16s ease;
}

.pricing-table-toggle[aria-expanded="true"] .pricing-table-toggle-name::after {
    background:
        linear-gradient(#1f56aa, #1f56aa) center / 14px 4px no-repeat,
        linear-gradient(180deg, #eef5ff 0%, #e1edff 100%);
    border-color: #bfd1f1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.pricing-table-toggle-price {
    white-space: nowrap;
    font-weight: 700;
    color: #154199;
    font-size: 17px;
    line-height: 1.2;
}

.pricing-table-detail-row[hidden] {
    display: none;
}

.pricing-table-detail {
    padding: 0 18px 18px;
    background: linear-gradient(180deg, #fcfdff 0%, #f7fbff 100%);
}

.pricing-table-detail-card {
    display: grid;
    gap: 12px;
    max-width: 980px;
    padding: 16px 18px;
    border: 1px solid #dde8f8;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 8px 20px rgba(27, 58, 111, 0.06);
}

.pricing-table-detail-summary,
.pricing-table-detail-note {
    margin: 0;
    color: #556d8f;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
    text-wrap: pretty;
}

.pricing-table-detail-summary {
    color: #35537f;
}

.pricing-table-detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.pricing-table-detail-list li {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;
    margin: 0;
    color: #234066;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    text-wrap: pretty;
}

.pricing-table-detail-list li::before {
    content: "";
    position: relative;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #4e88e8 0%, #2b67c7 100%);
    box-shadow: 0 0 0 4px rgba(65, 121, 214, 0.1);
}

.pricing-table-detail-note {
    margin-top: 0;
    padding-top: 2px;
    color: #667d9e;
}

.service-page .price-groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.service-page .price-group {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fcfdff;
    padding: 12px;
}

.service-page .price-group strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.3;
}

.service-page .price-group p {
    margin: 4px 0;
    color: #4f5f79;
    font-size: 14px;
    line-height: 1.35;
}

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

.cases-subtitle {
    margin: 0 0 12px;
    color: #4f5f79;
    font-size: 15px;
    line-height: 1.4;
}

.case-card {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fcfdff;
    padding: 14px;
}

.case-card p {
    margin: 5px 0;
    color: #4f5f79;
    font-size: 14px;
    line-height: 1.4;
}

.case-symptom {
    margin-top: 0;
}

.case-meta {
    margin-top: 2px;
    color: #5f718d;
    font-size: 13px;
    line-height: 1.35;
}

.case-card p strong {
    color: #1b2a44;
    font-size: 16px;
}

.case-cause {
    color: #3f5878;
}

.cases-more-wrap {
    margin: 12px 0 0;
}

.cases-note {
    margin-top: 14px;
}

.city-repair-example-card {
    background: #fff;
}

.city-repair-example-card.is-hidden {
    display: none;
}

.city-repair-example-title {
    margin: 0 0 8px;
}

.city-repair-example-title strong {
    color: #1b2a44;
    font-size: 16px;
    line-height: 1.34;
}

.city-repair-example-row {
    margin: 6px 0;
    color: #4f5f79;
    font-size: 14px;
    line-height: 1.4;
}

.city-repair-example-label {
    color: #2e4668;
    font-weight: 700;
}

.city-repair-examples-toggle-row {
    margin: 14px 0 0;
}

.city-repair-examples-toggle {
    min-height: 48px;
    padding-inline: 18px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    align-items: stretch;
}

.review-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    padding: 14px;
    height: 100%;
}

.review-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
}

.review-avatar {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #174a9f;
    background: #eaf2ff;
    border: 1px solid #c5d8fb;
    flex: 0 0 34px;
}

.review-meta {
    display: grid;
    align-content: start;
    gap: 2px;
    min-width: 0;
    min-height: 0;
}

.review-meta strong {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1.22;
    font-weight: 700;
    color: #1b2a44;
}

.review-meta span {
    display: block;
    color: #5b6b85;
    font-size: 13px;
    line-height: 1.35;
    margin-top: 0;
    min-height: 0;
}

.review-card p {
    margin: 0;
    color: #3f5878;
    font-size: 14px;
    line-height: 1.45;
}

.lead-capture-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: block;
    min-height: 520px;
    padding: 28px 30px 30px;
    border-radius: 24px;
    background:
        radial-gradient(860px 420px at 105% 15%, rgba(217, 230, 255, 0.5) 0%, rgba(217, 230, 255, 0) 72%),
        linear-gradient(112deg, #f9fcff 0%, #f3f8ff 48%, #e7f0ff 100%);
}

.lead-capture-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(249, 252, 255, 0.98) 0%,
        rgba(249, 252, 255, 0.96) 38%,
        rgba(249, 252, 255, 0.84) 52%,
        rgba(249, 252, 255, 0.52) 66%,
        rgba(249, 252, 255, 0.2) 76%,
        rgba(249, 252, 255, 0) 86%
    );
}

.lead-capture-copy {
    position: relative;
    z-index: 2;
    max-width: min(780px, 58%);
}

.lead-capture-copy h2 {
    margin-bottom: 8px;
}

.lead-capture-subtitle {
    margin: 0 0 12px;
    color: #4f5f79;
    font-size: 16px;
    line-height: 1.4;
}

.lead-capture-form {
    display: grid;
    gap: 10px;
    max-width: 560px;
}

.lead-capture-form label {
    display: grid;
    gap: 6px;
    color: #2d3e58;
    font-size: 14px;
    max-width: 100%;
}

.lead-capture-form input,
.lead-capture-form textarea {
    border: 1px solid #c3d2ea;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
    width: 100%;
}

.lead-capture-form textarea {
    min-height: 84px;
    resize: vertical;
}

.lead-capture-form input[name="phone"] {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.lead-capture-form .button {
    width: 100%;
    min-height: 56px;
    padding: 12px 18px;
    font-size: 16px;
}

.lead-capture-methods {
    margin: 0;
    border: 0;
    padding: 0;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.lead-capture-methods legend {
    padding: 0;
    margin-bottom: 4px;
    width: 100%;
    color: #2d3e58;
    font-size: 14px;
    font-weight: 700;
}

.lead-capture-methods label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #344863;
}

.lead-capture-methods input {
    margin: 0;
}

.lead-capture-hint {
    margin: -2px 0 0;
    color: #5b6b85;
    font-size: 13px;
    line-height: 1.35;
}

.lead-human-check {
    display: grid;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #d5e1f3;
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
}

.lead-human-check[hidden] {
    display: none !important;
}

.lead-human-check.is-invalid {
    border-color: #d66b6b;
    box-shadow: 0 0 0 3px rgba(214, 107, 107, 0.12);
}

.lead-human-check-title {
    color: #122247;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
}

.lead-human-check-text {
    margin: 0;
    color: #526a8c;
    font-size: 13px;
    line-height: 1.35;
}

.lead-human-check-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lead-human-check-option {
    min-width: 58px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #bfd1f8;
    border-radius: 12px;
    background: #fff;
    color: #173a78;
    font: inherit;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.lead-human-check-option:hover,
.lead-human-check-option:focus-visible {
    border-color: #8fb0ef;
    background: #f2f7ff;
    color: #0f58d8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 88, 216, 0.12);
}

.lead-human-check-option.is-selected {
    border-color: #7ea7ee;
    background: #eaf2ff;
    color: #0f58d8;
}

.lead-human-check-option.is-correct {
    border-color: #7bb991;
    background: #edf8f1;
    color: #0d6a3e;
}

.lead-human-check-option.is-wrong {
    border-color: #d88b8b;
    background: #fff2f2;
    color: #a23434;
}

.lead-capture-links {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.lead-capture-proof {
    margin: 10px 0 0;
    color: #4f5f79;
    font-size: 14px;
}

.lead-capture-visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 44%;
    z-index: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    min-height: 0;
    pointer-events: none;
}

.lead-capture-visual img {
    position: absolute;
    inset: 0 0 0 -42px;
    width: calc(100% + 42px);
    height: 100%;
    object-fit: cover;
    object-position: right center;
    opacity: 1;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 16%, #000 30%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 16%, #000 30%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.lead-capture-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.06) 0%, rgba(248, 251, 255, 0.62) 82%);
}

.lead-capture-badge {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    border: 1px solid #b8cdf5;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
    padding: 8px 14px;
    color: #1a4e9f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    box-shadow: 0 8px 18px rgba(24, 66, 140, 0.14);
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-list details {
    border: 1px solid #d8e3f4;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    padding: 14px 16px;
    box-shadow:
        0 8px 20px rgba(18, 49, 103, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.faq-list summary {
    cursor: pointer;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 28px 0 0;
    color: #172f55;
    font-size: 18px;
    line-height: 1.32;
    letter-spacing: -0.01em;
    font-weight: 700;
    position: relative;
}

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

.faq-list summary::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    color: #1f5fcf;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.faq-list details[open] summary::after {
    content: "\2212";
}

.faq-list p {
    margin: 10px 0 0;
    color: #536985;
    font-size: 15px;
    line-height: 1.45;
}

.service-page .faq-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(300px 150px at 100% 0%, rgba(181, 212, 255, 0.16) 0%, rgba(181, 212, 255, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border-color: #cfdbef;
    box-shadow: 0 12px 28px rgba(16, 38, 81, 0.06);
}

.service-page .faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 30%);
}

.service-page .faq-section > * {
    position: relative;
    z-index: 1;
}

.service-page .faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
}

.service-page .faq-card {
    position: relative;
    align-self: start;
    border: 1px solid #d8e3f4;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    padding: 16px 16px 15px 20px;
    box-shadow:
        0 8px 20px rgba(18, 49, 103, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.service-page .faq-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #0a63de 0%, #78aef8 100%);
}

.service-page .faq-card strong {
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: 700;
}

.service-page .faq-card summary {
    cursor: pointer;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 28px 0 0;
    color: #172f55;
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.01em;
    font-weight: 700;
    position: relative;
}

.service-page .faq-card summary::-webkit-details-marker {
    display: none;
}

.service-page .faq-card summary::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    color: #1f5fcf;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.service-page .faq-card[open] summary::after {
    content: "\2212";
}

.service-page .faq-card p {
    margin: 10px 0 0;
    color: #536985;
    font-size: 15px;
    line-height: 1.45;
}

.service-page .issue-final-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(320px 170px at 100% 0%, rgba(181, 212, 255, 0.22) 0%, rgba(181, 212, 255, 0) 72%),
        linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    border-color: #cbdaf1;
    box-shadow: 0 14px 30px rgba(16, 38, 81, 0.08);
}

.service-page .issue-final-cta > * {
    position: relative;
    z-index: 1;
}

.service-page .issue-final-cta h2 {
    max-width: 900px;
    margin-bottom: 10px;
}

.issue-final-cta-text {
    margin: 8px 0;
    max-width: 860px;
    color: #344f72;
    font-size: 16px;
    line-height: 1.45;
}

.issue-final-cta-row {
    margin-top: 16px;
}

.issue-final-cta-button {
    min-height: 56px;
    padding: 16px 28px;
    font-size: 19px;
    border-radius: 18px;
}

.issue-final-cta-note {
    margin-top: 8px;
    color: #597097;
    font-size: 14px;
}

.map-placeholder {
    margin-top: 10px;
    border: 1px dashed #b7c9eb;
    border-radius: 14px;
    padding: 18px;
    background: #fbfdff;
    color: #4a5f7a;
}

button.button {
    cursor: pointer;
}

.mobile-call-fab {
    display: none;
}

.call-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 200;
}

.call-modal.is-open {
    display: block;
}

.call-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 23, 46, 0.48);
}

.call-modal-dialog {
    position: relative;
    width: min(760px, calc(100% - 30px));
    margin: 9vh auto 0;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #c7d6ee;
    background: #fff;
    box-shadow: 0 22px 42px rgba(13, 33, 74, 0.26);
}

.call-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #42536f;
}

.call-modal-form {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.call-modal-form label {
    display: grid;
    gap: 6px;
    font-size: 14px;
    color: #2d3e58;
}

.call-modal-form input,
.call-modal-form textarea {
    border: 1px solid #c3d2ea;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
}

.call-modal-form textarea {
    min-height: 96px;
    resize: vertical;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.call-modal-subtitle {
    margin: 0;
    color: #4f5f79;
    font-size: 15px;
    line-height: 1.4;
}

.call-contact-methods {
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    gap: 8px;
}

.call-contact-methods legend {
    padding: 0;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #2d3e58;
}

.call-contact-methods label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #344863;
}

.call-contact-methods input {
    margin: 0;
}

.call-modal-hint {
    margin: -4px 0 0;
    color: #5b6b85;
    font-size: 13px;
    line-height: 1.35;
}

.call-quick-contacts {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.call-quick-contacts > span {
    color: #4f5f79;
    font-size: 14px;
    line-height: 1.35;
}

.call-quick-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.call-proof {
    margin: 10px 0 0;
    color: #4f5f79;
    font-size: 14px;
}

.lead-verify-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 220;
}

.lead-verify-modal.is-open {
    display: block;
}

.lead-verify-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 23, 46, 0.56);
}

.lead-verify-modal-dialog {
    position: relative;
    width: min(520px, calc(100% - 30px));
    margin: 14vh auto 0;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #c7d6ee;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 24px 48px rgba(13, 33, 74, 0.28);
}

.lead-verify-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #42536f;
}

.lead-verify-modal-eyebrow {
    margin: 0 0 8px;
    color: #1a4e9f;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lead-verify-modal h2 {
    margin: 0 0 10px;
    color: #10284d;
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.12;
}

.lead-verify-modal-text {
    margin: 0;
    color: #48607e;
    font-size: 16px;
    line-height: 1.42;
}

.lead-verify-modal-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.lead-verify-modal-option {
    min-height: 52px;
    padding: 12px 10px;
    border: 1px solid #bfd1f8;
    border-radius: 14px;
    background: #fff;
    color: #173a78;
    font: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.lead-verify-modal-option:hover,
.lead-verify-modal-option:focus-visible {
    border-color: #8fb0ef;
    background: #f2f7ff;
    color: #0f58d8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 88, 216, 0.12);
    transform: translateY(-1px);
}

.lead-verify-modal-error {
    margin: 12px 0 0;
    color: #a23434;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

body.modal-open {
    overflow: hidden;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.step {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

.step strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
}

.step span {
    color: var(--muted);
    font-size: 14px;
}

.process-section h2 {
    margin-bottom: 14px;
}

.process-section .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.process-section .step {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
        "index title"
        "copy copy";
    align-items: center;
    column-gap: 12px;
    row-gap: 8px;
    border: 1px solid #cfdced;
    border-radius: 16px;
    padding: 16px 16px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    min-height: 0;
    overflow: hidden;
}

.process-section .step::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    top: -96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(61, 122, 227, 0.16) 0%, rgba(61, 122, 227, 0) 72%);
    pointer-events: none;
}

.process-section .step-index {
    grid-area: index;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eef4ff 0%, #dfeaff 100%);
    border: 1px solid #bfd2f4;
    color: #174a9f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    box-shadow: 0 4px 10px rgba(33, 94, 188, 0.14);
}

.process-section .step > strong {
    grid-area: title;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: -0.01em;
}

.process-section .step-copy {
    grid-area: copy;
    display: block;
    font-size: 15px;
    line-height: 1.42;
    color: #4f5f79;
}

.process-section .step-guarantee {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(280px, 320px) minmax(0, 1fr);
    grid-template-areas:
        "index title badge"
        "index copy copy";
    column-gap: 18px;
    row-gap: 6px;
    align-items: center;
    padding: 20px 22px 19px;
    border-color: #7ea7ee;
    background:
        radial-gradient(320px 220px at 100% 0%, rgba(60, 118, 218, 0.22) 0%, rgba(60, 118, 218, 0) 74%),
        linear-gradient(135deg, #e7f0ff 0%, #f7fbff 44%, #edf4ff 100%);
    box-shadow:
        0 18px 36px rgba(19, 63, 140, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.process-section .step-guarantee::before {
    width: 260px;
    height: 260px;
    right: -54px;
    top: -138px;
    background: radial-gradient(circle, rgba(24, 92, 209, 0.28) 0%, rgba(24, 92, 209, 0) 74%);
}

.process-section .step-guarantee::after {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 6px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #005ce1 0%, #7db0ff 100%);
}

.process-section .step-guarantee .step-index {
    grid-area: index;
    margin-bottom: 0;
    align-self: start;
    width: 42px;
    height: 42px;
    font-size: 17px;
    border-color: #79a2ea;
    background: linear-gradient(180deg, #ffffff 0%, #dfeafe 100%);
    box-shadow: 0 10px 18px rgba(24, 78, 159, 0.18);
}

.process-section .step-guarantee > strong {
    grid-area: title;
    margin: 0;
    color: #103978;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 700;
}

.process-section .step-badge {
    grid-area: badge;
    justify-self: end;
    align-self: start;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #9ab8ef;
    background: rgba(255, 255, 255, 0.92);
    color: #1a4e9f;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(31, 83, 166, 0.12);
}

.process-section .step-guarantee .step-copy {
    grid-area: copy;
    margin-top: 0;
    max-width: 100%;
    color: #2f507d;
    font-size: 17px;
    line-height: 1.52;
}

.network-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px;
}

.network-card {
    border: 1px dashed #b7c9eb;
    border-radius: 14px;
    padding: 14px;
    background: #fbfdff;
    display: grid;
    gap: 8px;
}

.network-card strong { font-size: 16px; }
.network-card span { color: var(--muted); font-size: 14px; }
.network-card code {
    display: inline-block;
    font-size: 12px;
    color: #3b4a68;
    background: #eef3ff;
    padding: 4px 8px;
    border-radius: 8px;
}
.network-card em {
    color: var(--ok);
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
}

th,
td {
    border: 1px solid #d4dff2;
    padding: 10px;
    text-align: left;
}

th {
    background: #eef4ff;
}

.footer {
    color: #5a6378;
    align-items: flex-start;
    border-top: 1px solid #cfdae8;
    margin-top: 8px;
}

.footer-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #4f5b74;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 960px) {
    .home-hero-card {
        padding: 22px;
    }

    .home-hero-card::after { background-size: auto 94%; }

    .home-hero-copy {
        max-width: 100%;
    }

    .home-hero-card--service .home-hero-copy {
        max-width: 100%;
    }

    .hero-service-photo-note {
        max-width: 52%;
        right: 18px;
        bottom: 14px;
        font-size: 12px;
        padding: 6px 10px;
    }

    .hero-service-photo-badge {
        right: 16px;
        top: 12px;
        font-size: 12px;
        padding: 7px 10px;
    }

    .hero h1,
    .home-hero-copy h1 {
        font-size: var(--hero-h1-size-md);
    }

    .hero p,
    .home-hero-copy .home-lead {
        font-size: var(--hero-lead-size-md);
    }

    .kpi-grid {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }

    .kpi-grid--home {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .kpi--home {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 18px;
    }

    .kpi--home .kpi-icon {
        align-self: center;
        justify-self: center;
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .kpi-copy--home strong {
        font-size: clamp(21px, 3.3vw, 28px);
    }

    .kpi-copy--home span {
        font-size: clamp(14px, 1.8vw, 16px);
    }

    .home-hero-card--service .kpi-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        max-width: min(760px, 100%);
    }

    .home-hero-card--service:not(.home-hero-card--brand):not(.home-hero-card--kpi-stack):not(.home-hero-card--issue) .kpi {
        grid-template-columns: 46px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        flex-basis: calc((100% - 12px) / 2);
        min-width: 240px;
        min-height: 0;
        padding: 15px 16px;
    }

    .home-hero-card--service.home-hero-card--brand::after {
        background-position: right center;
    }

    .home-hero-card--issue::after {
        background-position: right -300px center;
    }

    .home-hero-card--service .kpi-icon {
        align-self: center;
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .home-hero-card--service .kpi-icon svg {
        width: 24px;
        height: 24px;
    }

    .home-hero-card--service .kpi strong {
        font-size: clamp(20px, 3vw, 25px);
        min-height: 0;
    }

    .home-hero-card--service.home-hero-card--brand .kpi strong {
        font-size: clamp(22px, 2.8vw, 28px);
        line-height: 1.14;
    }

    .home-hero-card--service.home-hero-card--brand .kpi {
        max-width: min(100%, 560px);
        align-items: center;
    }

    .home-hero-card--service.home-hero-card--brand .kpi-icon,
    .home-hero-card--service.home-hero-card--brand .kpi-copy {
        align-self: center;
    }

    .home-hero-card--service .kpi-copy {
        gap: 5px;
        align-self: center;
    }

    .home-hero-card--service .kpi-copy span {
        min-height: 0;
        font-size: clamp(13px, 1.7vw, 15px);
    }

    .button {
        font-size: 17px;
        padding: 14px 18px;
    }

    .button.ghost {
        font-size: 17px;
    }

    .directions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fault-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brands-subtitle {
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .brands-issues-table {
        min-width: 480px;
    }

    .when-needed-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .repair-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fault-group h3 {
        font-size: 20px;
    }

    .fault-group {
        padding: 13px;
    }

    .fault-group-count {
        min-width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 13px;
    }

    .cause-section .cause-groups {
        grid-template-columns: 1fr;
    }

    .cause-section .cause-card {
        padding: 16px;
    }

    .cause-section .cause-card-summary::after {
        width: 26px;
        height: 26px;
        font-size: 20px;
    }

    .repair-card {
        padding: 16px 16px 15px 20px;
    }

    .repair-card h3 {
        font-size: clamp(20px, 2.1vw, 24px);
    }

    .cause-section .cause-card-intro,
    .cause-section .cause-card-outro,
    .cause-final-note {
        font-size: 15px;
    }

    .repair-card-problem,
    .repair-card-cause,
    .repair-card-solution,
    .repair-card-note,
    .repair-final-note,
    .repair-cta-note {
        font-size: 15px;
    }

    .process-section .steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-section .step-guarantee {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "index"
            "title"
            "badge"
            "copy";
        row-gap: 8px;
        column-gap: 0;
        padding: 18px 16px 16px;
    }

    .process-section .step-guarantee::after {
        top: 14px;
        bottom: 14px;
        width: 5px;
    }

    .process-section .step-guarantee .step-index {
        margin-bottom: 0;
    }

    .process-section .step strong {
        font-size: 17px;
    }

    .process-section .step-guarantee strong {
        font-size: 20px;
    }

    .process-section .step-badge {
        justify-self: start;
    }

    .pricing-guarantees {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .city-chooser-section {
        padding: 22px;
        border-radius: 22px;
    }

    .city-chooser-grid {
        grid-template-columns: 1fr;
    }

    .city-chooser-card {
        min-height: 0;
    }

    .cities-index-nav,
    .cities-services-backlinks {
        padding: 18px 20px;
        border-radius: 20px;
    }

    .cities-index-nav {
        padding-top: 14px;
    }

    .cities-alpha-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-page .faq-grid {
        grid-template-columns: 1fr;
    }

    .brand-index-list { grid-template-columns: 1fr; }
    .brand-index-list--columns { columns: 2; }

    .price-factors-grid {
        grid-template-columns: 1fr;
    }

    .service-page .price-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cases-grid {
        grid-template-columns: 1fr;
    }

    .lead-capture-section {
        min-height: 0;
        padding: 22px;
    }

    .lead-capture-copy {
        max-width: 100%;
    }

    .lead-capture-form {
        max-width: 100%;
    }

    .lead-capture-form label {
        max-width: 100%;
    }

    .lead-capture-form input[name="phone"] {
        min-height: 56px;
        font-size: 21px;
    }

    .lead-capture-visual {
        width: 100%;
        opacity: 0.26;
    }

    .directions-section .direction-card {
        min-height: 0;
        padding: 18px;
    }

    .directions-section h2 {
        font-size: clamp(32px, 6vw, 44px);
        margin-bottom: 14px;
    }

    .directions-section .direction-card strong,
    .directions-section .direction-card h3 {
        white-space: normal;
    }
}

@media (max-width: 820px) {
    .header,
    .footer {
        align-items: center;
    }

    .footer {
        flex-wrap: wrap;
        gap: 10px 14px;
        align-items: flex-start;
        padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    }

    .footer-links {
        width: 100%;
    }

    .header {
        flex-wrap: wrap;
        gap: 10px 12px;
        padding: 10px 12px;
        justify-content: space-between;
        top: 0;
    }

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

    .top-nav {
        display: none;
        width: 100%;
        order: 4;
        padding-top: 8px;
        border-top: 1px solid #c9d7ef;
        gap: 10px 14px;
    }

    .header.menu-open .top-nav {
        display: flex;
    }

    .header-meta {
        width: auto;
        order: 3;
        align-items: flex-end;
        display: flex;
    }

    .header.menu-open .header-meta {
        display: flex;
    }

    .work-hours {
        font-size: 11px;
    }

    .phone-link {
        font-size: 14px;
    }

    .hero {
        padding: 18px;
    }

    .hero h1,
    .home-hero-copy h1 {
        font-size: var(--hero-h1-size-sm);
    }

    .hero p,
    .home-hero-copy .home-lead {
        font-size: var(--hero-lead-size-sm);
    }

    .home-hero-card {
        padding: 18px;
    }

    .home-hero-card::after {
        background-position: right -80px bottom;
        background-size: auto 88%;
        opacity: 0.38;
        -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, #000 52%, rgba(0, 0, 0, 0.3) 100%);
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, #000 52%, rgba(0, 0, 0, 0.3) 100%);
    }

    .home-hero-card::before {
        background: linear-gradient(180deg, rgba(248, 251, 255, 0.94) 0%, rgba(248, 251, 255, 0.92) 62%, rgba(248, 251, 255, 0.96) 100%);
    }

    .home-hero-card--service::after {
        background-position: right -140px center;
        background-size: auto 104%;
        opacity: 0.56;
        -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.38) 34%, rgba(0, 0, 0, 0.66) 62%, rgba(0, 0, 0, 0.92) 82%, #000 100%);
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.38) 34%, rgba(0, 0, 0, 0.66) 62%, rgba(0, 0, 0, 0.92) 82%, #000 100%);
    }

    .home-hero-card--service.home-hero-card--brand::after {
        background-position: right center;
    }

    .home-hero-card--issue::after {
        background-position: right -180px center;
        background-size: auto 104%;
    }

    .home-hero-card--service::before {
        background: linear-gradient(90deg, rgba(248, 251, 255, 0.96) 0%, rgba(248, 251, 255, 0.94) 52%, rgba(248, 251, 255, 0.54) 66%, rgba(248, 251, 255, 0.14) 80%, rgba(248, 251, 255, 0.02) 100%);
    }

    .home-hero-card--service .home-hero-copy {
        max-width: 100%;
    }

    /* Issue pages on mobile: disable split hero composition and use full-width content */
    .home-hero-card--issue::after {
        display: none;
    }

    .home-hero-card--issue::before {
        background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(248, 251, 255, 0.94) 100%);
    }

    .home-hero-copy .hero-service-related,
    .home-hero-copy .hero-service-symptoms,
    .home-hero-copy .hero-service-urgency,
    .home-hero-copy .hero-service-geo {
        font-size: var(--hero-lead-size-sm);
        line-height: 1.42;
    }

    .home-hero-card--issue .hero-service-related {
        margin: 12px 0 14px;
        line-height: 1.42;
    }

    .hero-service-rating {
        font-size: 13px;
    }

    .hero-service-callback-note {
        font-size: 13px;
    }

    .hero-service-photo-note {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 3;
        display: inline-flex;
        margin: 10px 0 0;
        max-width: min(100%, 320px);
        font-size: 11px;
        line-height: 1.25;
        padding: 7px 10px;
        text-align: left;
        color: #29496f;
        border-radius: 14px;
        border: 1px solid rgba(183, 202, 234, 0.95);
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 8px 18px rgba(24, 66, 140, 0.08);
    }

    .hero-service-photo-badge {
        position: relative;
        z-index: 3;
        display: inline-block;
        margin: 8px 0 0;
        max-width: 100%;
        font-size: 11px;
        padding: 5px 8px;
    }

    .kpi-grid {
        grid-template-columns: 1fr;
    }

    .kpi-grid--home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        max-width: 420px;
    }

    .kpi--home {
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: center;
        gap: 10px;
        min-height: 156px;
        padding: 16px 14px;
        border-radius: 18px;
        text-align: center;
    }

    .kpi--home:last-child {
        grid-column: 1 / -1;
        width: min(100%, 210px);
        justify-self: center;
    }

    .kpi--home .kpi-icon {
        align-self: center;
        justify-self: center;
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .kpi-copy--home {
        justify-items: center;
        gap: 4px;
    }

    .kpi-copy--home strong {
        font-size: 20px;
        line-height: 1.08;
    }

    .kpi-copy--home span {
        font-size: 14px;
        line-height: 1.2;
    }

    .home-hero-card--service .kpi-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        max-width: 100%;
        align-items: start;
    }

    .home-hero-card--issue .kpi-grid {
        max-width: 100%;
    }

    .home-hero-card--issue .kpi {
        width: 100%;
        max-width: none;
    }

    .home-hero-card--service:not(.home-hero-card--brand):not(.home-hero-card--kpi-stack):not(.home-hero-card--issue) .kpi {
        grid-template-columns: 44px minmax(0, 1fr);
        justify-items: stretch;
        align-content: center;
        align-items: center;
        gap: 10px;
        flex-basis: 100%;
        min-width: 0;
        min-height: 0;
        padding: 14px 12px;
        text-align: left;
    }

    .home-hero-card--service .kpi-icon {
        align-self: center;
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .home-hero-card--service .kpi-icon svg {
        width: 22px;
        height: 22px;
    }

    .home-hero-card--service .kpi strong {
        font-size: 16px;
        line-height: 1.1;
        min-height: 0;
    }

    .home-hero-card--service.home-hero-card--brand .kpi strong {
        font-size: clamp(19px, 4.8vw, 24px);
        line-height: 1.15;
    }

    .home-hero-card--service.home-hero-card--brand .kpi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: min(680px, 100%);
    }

    .home-hero-card--service.home-hero-card--brand .kpi {
        width: fit-content;
        max-width: min(100%, 560px);
        align-items: center;
    }

    .home-hero-card--service.home-hero-card--brand .kpi-icon,
    .home-hero-card--service.home-hero-card--brand .kpi-copy {
        align-self: center;
    }

    .home-hero-card--service .kpi-copy {
        display: grid;
        align-content: center;
        align-self: center;
        gap: 5px;
    }

    .home-hero-card--service .kpi-copy span {
        font-size: 13px;
        line-height: 1.22;
        min-height: 0;
    }

    .home-hero-card--service.home-hero-card--kpi-stack .kpi-grid {
        gap: 10px;
        max-width: 100%;
    }

    .home-hero-card--service.home-hero-card--kpi-stack .kpi {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        width: fit-content;
        min-height: 90px;
        padding: 12px 16px;
        border-radius: 18px;
    }

    .home-hero-card--service.home-hero-card--kpi-stack .kpi-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .home-hero-card--service.home-hero-card--kpi-stack .kpi-icon svg {
        width: 22px;
        height: 22px;
    }

    .home-hero-card--service.home-hero-card--kpi-stack .kpi strong {
        font-size: clamp(18px, 4.4vw, 24px);
        line-height: 1.1;
    }

    .home-hero-card--service.home-hero-card--brand.home-hero-card--kpi-stack .kpi {
        width: 100%;
        max-width: none;
    }

    .home-hero-card--service.home-hero-card--brand .kpi:last-child:nth-child(odd) {
        grid-column: auto;
        width: fit-content;
        justify-self: auto;
    }

    .button {
        font-size: 16px;
    }

    .button.ghost {
        font-size: 16px;
    }

    .hero-note {
        font-size: 14px;
    }

    section {
        padding: 18px;
    }

    .directions-grid {
        grid-template-columns: 1fr;
    }

    .directions-section .direction-card {
        gap: 10px;
        padding: 14px;
    }

    .directions-section .direction-card .direction-card-media {
        border-radius: 14px;
    }

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

    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .fault-grid {
        grid-template-columns: 1fr;
    }

    .brands-grid {
        grid-template-columns: 1fr;
    }

    .brands-intro {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .brands-subtitle {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .brand-card {
        padding: 11px 32px 10px 12px;
    }

    .brand-card strong {
        font-size: 15px;
    }

    .brand-card span {
        font-size: 12px;
    }

    .brand-card em {
        margin-top: 7px;
        font-size: 12px;
    }

    .brands-seo-text {
        margin-top: 18px;
        padding: 14px;
    }

    .brands-seo-text h2 {
        font-size: 20px;
    }

    .brands-seo-text p {
        font-size: 14px;
    }

    .when-needed-groups {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .when-needed-group {
        padding: 14px 14px 13px;
        border-radius: 16px;
    }

    .when-needed-group h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .when-needed-groups .when-needed-group ul {
        gap: 6px;
        padding-left: 18px;
    }

    .when-needed-groups .when-needed-group li {
        font-size: 13px;
    }

    .repair-value-section {
        padding-top: 18px;
        padding-bottom: 16px;
    }

    .repair-value-intro {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.42;
    }

    .fault-group h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fault-group {
        padding: 12px;
        border-radius: 16px;
    }

    .faults-section-intro {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .fault-card {
        padding: 12px 34px 12px 12px;
    }

    .fault-card::after {
        right: 12px;
        top: 12px;
    }

    .fault-card strong {
        font-size: 14px;
    }

    .fault-card span {
        font-size: 13px;
    }

    .fault-group-count {
        min-width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 22px;
    }

    .cause-section-intro {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .repair-section-intro {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .cause-section .cause-card {
        padding: 15px 14px 14px;
        border-radius: 16px;
    }

    .cause-section .cause-card-title {
        font-size: clamp(19px, 6vw, 23px);
        line-height: 1.18;
    }

    .cause-section .cause-card-summary {
        column-gap: 12px;
        padding-right: 46px;
    }

    .cause-section .cause-card-summary-price {
        font-size: clamp(16px, 4.6vw, 20px);
    }

    .cause-section .cause-card-body {
        padding-top: 12px;
    }

    .cause-section .cause-card-intro,
    .cause-section .cause-card-list li,
    .cause-section .cause-card-outro,
    .cause-final-note {
        font-size: 14px;
    }

    .cause-section .cause-card-list {
        gap: 7px;
    }

    .cause-section .cause-card-list li {
        padding-left: 18px;
    }

    .cause-section .cause-card-list li::before {
        width: 6px;
        height: 6px;
    }

    .cause-section .cause-card-offer {
        margin-top: 14px;
        padding: 14px;
        border-radius: 16px;
    }

    .cause-section .cause-card-offer-label {
        font-size: 14px;
    }

    .cause-section .cause-card-offer-price {
        margin-top: 8px;
        font-size: clamp(18px, 5vw, 24px);
        line-height: 1.1;
    }

    .cause-section .cause-card-offer-button {
        min-height: 42px;
        margin-top: 12px;
        padding: 0 16px;
        border-radius: 12px;
        font-size: 15px;
    }

    .repair-card {
        padding: 14px 14px 13px 18px;
        border-radius: 16px;
    }

    .repair-card::before {
        top: 12px;
        bottom: 12px;
        width: 4px;
    }

    .repair-card h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .repair-card-problem,
    .repair-card-cause,
    .repair-card-solution,
    .repair-card-note,
    .repair-final-note,
    .repair-cta-note {
        font-size: 14px;
    }

    .process-section .steps {
        grid-template-columns: 1fr;
    }

    .process-section .step {
        padding: 14px 14px 13px;
    }

    .process-section .step-guarantee {
        padding: 15px 14px 14px;
    }

    .process-section .step-guarantee::after {
        top: 12px;
        bottom: 12px;
        width: 4px;
    }

    .process-section .step-guarantee strong {
        font-size: 17px;
    }

    .process-section .step-badge {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 12px;
    }

    .process-section .step-guarantee .step-copy {
        font-size: 14px;
        line-height: 1.42;
    }

    .pricing-guarantees {
        grid-template-columns: 1fr;
    }

    .city-chooser-section {
        padding: 18px;
        border-radius: 18px;
    }

    .city-chooser-card {
        padding: 14px;
        border-radius: 16px;
    }

    .city-chooser-card strong {
        font-size: 16px;
    }

    .city-chooser-card span {
        font-size: 12px;
    }

    .cities-index-nav,
    .cities-services-backlinks {
        padding: 16px;
        border-radius: 18px;
    }

    .cities-index-nav {
        padding-top: 12px;
    }

    .cities-alpha-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cities-alpha-group {
        padding: 14px;
        border-radius: 18px;
    }

    .cities-alpha-group h2 {
        font-size: 24px;
    }

    .brand-tiles {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .brand-tile {
        min-height: 0;
        padding: 12px;
    }

    .brand-tile-name {
        font-size: 16px;
    }

    .brand-tile-note {
        font-size: 12px;
    }

    .brand-tile-cta {
        font-size: 12px;
    }

    .brand-hub-section {
        padding: 18px;
    }

    .brand-hub-lead {
        font-size: 15px;
    }

    .brand-hub-grid {
        grid-template-columns: 1fr;
    }

    .brand-hub-card {
        border-radius: 16px;
        padding: 14px;
        gap: 8px;
    }

    .brand-hub-card h2 {
        font-size: 18px;
    }

    .brand-hub-card p {
        font-size: 13px;
    }

    .brand-hub-card-points li {
        font-size: 13px;
    }

    .brand-hub-card-cta-wrap .button {
        min-height: 40px;
        font-size: 14px;
    }

    .brand-hub-seo-section p {
        font-size: 14px;
    }

    .brand-hub-popular-list {
        grid-template-columns: 1fr;
    }

    .brand-hub-diff-list li {
        font-size: 14px;
    }

    .home-coverage-links {
        gap: 8px;
    }

    .home-coverage-link {
        padding: 8px 28px 8px 11px;
        border-radius: 11px;
        font-size: 14px;
    }

    .home-coverage-link::after {
        right: 10px;
        font-size: 17px;
    }

    .city-chooser-search-row {
        flex-direction: column;
    }

    .city-chooser-search-input,
    .city-chooser-search-button {
        width: 100%;
    }

    .city-search-suggestions {
        padding: 8px;
        border-radius: 14px;
    }

    .city-search-suggestion {
        padding: 10px 12px;
        font-size: 13px;
    }

    .service-page .faq-card {
        padding: 14px 14px 13px 18px;
        border-radius: 16px;
    }

    .service-page .faq-card::before {
        top: 12px;
        bottom: 12px;
        width: 4px;
    }

    .service-page .faq-card strong,
    .service-page .faq-card summary,
    .service-page .faq-card p {
        font-size: 14px;
    }

    .service-page .faq-card summary::after {
        font-size: 22px;
    }

    .brand-index-list { grid-template-columns: 1fr; }
    .brand-index-list--columns { columns: 1; }

    .brand-index-link {
        padding: 11px 30px 11px 12px;
        border-radius: 12px;
        font-size: 15px;
    }

    .brand-index-link::after {
        right: 10px;
        font-size: 20px;
    }

    .price-factors-intro,
    .price-factors-lead,
    .price-factors-note p {
        font-size: 14px;
    }

    .price-factor-card {
        padding: 14px;
    }

    .price-factor-card strong,
    .price-factors-note strong {
        font-size: 15px;
    }

    .pricing-examples-title {
        font-size: 18px;
    }

    .pricing-top-list p {
        font-size: 16px;
    }

    .pricing-table-wrap {
        overflow-x: hidden;
    }

    .pricing-table {
        min-width: 0;
    }

    .pricing-table thead {
        display: none;
    }

    .pricing-table tbody tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        padding: 12px;
    }

    .pricing-table tbody tr + tr {
        border-top: 1px solid #d4dff2;
    }

    .pricing-table tbody td {
        border: 0;
        padding: 0;
    }

    .pricing-table tbody td:last-child {
        text-align: right;
        white-space: nowrap;
    }

    .pricing-table-toggle {
        min-height: 0;
        padding: 12px 10px;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        align-items: start;
        border-radius: 14px;
    }

    .pricing-table-toggle-name {
        padding-right: 42px;
        font-size: 14px;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .pricing-table-toggle-name::after {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .pricing-table-toggle-price {
        font-size: 15px;
        justify-self: start;
        white-space: normal;
    }

    .pricing-table-summary-row,
    .pricing-table-detail-row {
        display: table-row;
        padding: 0;
    }

    .pricing-table tbody tr.pricing-table-summary-row,
    .pricing-table tbody tr.pricing-table-detail-row {
        display: table-row;
        grid-template-columns: none;
        gap: 0;
        align-items: initial;
        padding: 0;
    }

    .pricing-table-summary-row td,
    .pricing-table-detail-row td {
        display: table-cell;
    }

    .pricing-table-detail-row[hidden],
    .pricing-table tbody tr.pricing-table-detail-row[hidden] {
        display: none !important;
    }

    .pricing-table-detail {
        padding: 0 10px 12px;
    }

    .pricing-table-detail-card {
        padding: 14px;
        border-radius: 14px;
        gap: 10px;
    }

    .pricing-table-detail-summary,
    .pricing-table-detail-note,
    .pricing-table-detail-list li {
        font-size: 13px;
    }

    .service-page .price-groups {
        grid-template-columns: 1fr;
    }

    .lead-capture-methods {
        gap: 10px;
    }

    .lead-capture-section {
        padding: 18px;
    }

    .lead-capture-section::before {
        background: linear-gradient(180deg, rgba(249, 252, 255, 0.95) 0%, rgba(249, 252, 255, 0.9) 64%, rgba(249, 252, 255, 0.96) 100%);
    }

    .lead-capture-form input[name="phone"] {
        min-height: 52px;
        font-size: 19px;
    }

    .lead-verify-modal-dialog {
        width: min(420px, calc(100% - 24px));
        margin-top: 12vh;
        padding: 20px 16px 16px;
        border-radius: 16px;
    }

    .lead-verify-modal h2 {
        font-size: 22px;
    }

    .lead-verify-modal-text {
        font-size: 14px;
    }

    .lead-verify-modal-options {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .lead-verify-modal-option {
        min-height: 48px;
        font-size: 16px;
    }

    .lead-human-check {
        padding: 11px 12px;
        border-radius: 14px;
    }

    .lead-human-check-option {
        min-width: 54px;
        min-height: 40px;
        font-size: 15px;
    }

    .lead-capture-visual {
        display: none;
    }

    .directions-section {
        padding: 20px 18px;
    }

    .mobile-call-fab {
        position: fixed;
        left: 50%;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        transform: translateX(-50%);
        z-index: 180;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        padding: 11px 14px;
        text-decoration: none;
        color: #fff;
        background: linear-gradient(180deg, #0f58d8, #0047bb);
        box-shadow: 0 10px 24px rgba(11, 58, 150, 0.34);
        font-size: 14px;
        font-weight: 700;
    }

    .mobile-call-fab-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
    }

    .mobile-call-fab-icon svg {
        width: 18px;
        height: 18px;
        display: block;
    }
}

/* Service page UX polish: consistent spacing, readability and controls */
.service-page {
    display: grid;
    gap: 16px;
    margin: 0;
}

.service-page > section {
    margin: 0;
    scroll-margin-top: 96px;
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-page > section:hover {
    border-color: #c9d8f1;
    box-shadow: 0 14px 28px rgba(16, 38, 81, 0.08);
}

.service-page h2 {
    text-wrap: balance;
}

.service-page p,
.service-page li,
.service-page .step-copy,
.service-page .pricing-note {
    text-wrap: pretty;
}

.service-page ul {
    margin: 10px 0;
}

.service-page li + li {
    margin-top: 4px;
}

.service-page .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.service-page .button,
.service-page .button.secondary,
.service-page .button.ghost {
    min-height: 50px;
}

.service-page .when-needed-link,
.service-page .chip,
.service-page .brand-issue-link,
.service-page .brand-index-link,
.service-page .city-chooser-card,
.service-page .fault-card {
    outline: none;
}

.service-page .when-needed-link:focus-visible,
.service-page .chip:focus-visible,
.service-page .brand-issue-link:focus-visible,
.service-page .brand-index-link:focus-visible,
.service-page .city-chooser-card:focus-visible,
.service-page .fault-card:focus-visible,
.service-page .button:focus-visible {
    box-shadow: 0 0 0 3px rgba(15, 88, 216, 0.2);
}

.service-page .chip {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
}

.brand-issue-links,
.service-page .brand-issue-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}

.brand-issue-link,
.service-page .brand-issue-link {
    position: relative;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 9px 30px 9px 12px;
    border: 1px solid #c5d7f7;
    border-radius: 12px;
    background: #f7fbff;
    color: #19458f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.22;
    white-space: nowrap;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.brand-issue-link::after,
.service-page .brand-issue-link::after {
    content: "\203A";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #4f73ae;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.brand-issue-link:hover,
.brand-issue-link:focus-visible,
.service-page .brand-issue-link:hover,
.service-page .brand-issue-link:focus-visible {
    border-color: #9eb9e6;
    background: #f2f7ff;
    box-shadow: 0 8px 18px rgba(20, 60, 128, 0.08);
    color: #0f58d8;
    outline: none;
}

.brand-issue-link--static {
    padding-right: 12px;
    cursor: default;
}

.brand-issue-link--static::after {
    content: none;
}

.service-page .brand-issue-link--static::after,
.service-page .brand-issue-link.brand-issue-link--static::after {
    content: none;
}

.brand-issue-link--static:hover,
.brand-issue-link--static:focus-visible {
    border-color: #c5d7f7;
    background: #f7fbff;
    box-shadow: none;
    color: #19458f;
    outline: none;
}

.service-page .pricing-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f4f8ff;
}

.service-page .pricing-table td,
.service-page .pricing-table th {
    padding: 11px 12px;
    vertical-align: middle;
}

.service-page .pricing-table tbody tr:hover {
    background: #f9fbff;
}

.service-page .pricing-table-detail-row:hover {
    background: transparent;
}

@media (min-width: 1025px) {
    .service-page .pricing-examples-title {
        font-size: 20px;
    }

    .service-page .pricing-table th {
        font-size: 18px;
        line-height: 1.3;
    }

    .service-page .pricing-table-toggle-name {
        font-size: 18px;
        line-height: 1.3;
    }

    .service-page .pricing-table-toggle-price {
        font-size: 20px;
        line-height: 1.2;
    }
}

.service-page .faq-card summary {
    padding-right: 34px;
}

.service-page .issue-pricing-intro {
    margin: 0 0 12px;
    color: #465f7f;
    font-size: 16px;
    line-height: 1.45;
}

.service-page .issue-state-section {
    padding: 30px 34px;
    border-radius: 28px;
    border: 1px solid #bfcfea;
    background:
        radial-gradient(520px 220px at 0% -16%, rgba(140, 180, 232, 0.2) 0%, rgba(140, 180, 232, 0) 74%),
        linear-gradient(180deg, #f9fbff 0%, #f4f8ff 100%);
    box-shadow:
        0 16px 34px rgba(18, 42, 86, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.service-page .issue-state-section > h2 {
    margin: 0 0 12px;
    color: #132645;
    line-height: 1.16;
    letter-spacing: -0.01em;
}

.service-page .issue-state-section > p {
    margin: 0 0 14px;
    color: #39516f;
    font-size: 16px;
    line-height: 1.45;
}

.service-page .issue-state-section > p strong {
    color: #132645;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.service-page .issue-state-section ul {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.service-page .issue-state-section ul li {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #233f61;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: normal;
}

.service-page .issue-state-section ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0.54em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2a486d;
    transform: translateY(-50%);
}

.service-page .issue-state-section > p:last-child {
    margin-bottom: 0;
    color: #162a47;
    font-size: 16px;
    line-height: 1.45;
}

.service-page .issue-cause-section {
    position: relative;
    overflow: hidden;
    padding: 26px 24px;
    border-radius: 24px;
    border-color: #c9d8ef;
    background:
        radial-gradient(420px 220px at 100% 0, rgba(176, 205, 245, 0.16) 0%, rgba(176, 205, 245, 0) 74%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 26px rgba(16, 38, 81, 0.06);
}

.service-page .issue-cause-section > h2 {
    margin: 0 0 12px;
    color: #112849;
}

.service-page .issue-cause-section > .cause-section-intro {
    margin: 0 0 14px;
    color: #3f5878;
}

.service-page .issue-cause-section > p strong {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #c9d8ef;
    background: #f3f8ff;
    color: #12345f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.service-page .issue-cause-section .cause-groups {
    grid-template-columns: 1fr;
    gap: 12px;
}

.service-page .issue-cause-section .cause-card {
    position: relative;
    border-color: #cddcf2;
    border-radius: 22px;
    padding: 20px 20px 18px 24px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow:
        0 10px 24px rgba(17, 44, 89, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.service-page .issue-cause-section .cause-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #0f58d8 0%, #78aef8 100%);
}

.service-page .issue-cause-section .cause-card-summary {
    padding-right: 48px;
}

.service-page .issue-cause-section .cause-card-summary::after {
    top: 50%;
}

.service-page .issue-cause-section .cause-card-title {
    font-size: clamp(22px, 1.8vw, 30px);
}

.service-page .issue-cause-section .cause-card-intro {
    margin: 0;
    color: #3b5474;
    font-size: 16px;
    line-height: 1.44;
}

.service-page .issue-selfcheck-section {
    position: relative;
    overflow: hidden;
    padding: 26px 24px;
    border-radius: 24px;
    border-color: #c9d8ef;
    background:
        radial-gradient(420px 220px at 100% 0, rgba(176, 205, 245, 0.14) 0%, rgba(176, 205, 245, 0) 74%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 26px rgba(16, 38, 81, 0.06);
}

.service-page .issue-selfcheck-section > h2 {
    margin: 0 0 12px;
    color: #112849;
}

.service-page .issue-selfcheck-section > p:first-of-type {
    margin: 0 0 14px;
    color: #3f5878;
}

.service-page .issue-selfcheck-section .issue-selfcheck-label {
    margin: 0 0 10px;
}

.service-page .issue-selfcheck-section .issue-selfcheck-label strong {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #c9d8ef;
    background: #f3f8ff;
    color: #12345f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.service-page .issue-selfcheck-section ul {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.service-page .issue-selfcheck-section ul li {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #233f61;
    font-size: 16px;
    line-height: 1.45;
}

.service-page .issue-selfcheck-section ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0.54em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2a486d;
    transform: translateY(-50%);
}

.service-page .issue-selfcheck-section .issue-selfcheck-danger {
    position: relative;
    margin: 14px 0 12px;
    padding: 12px 14px 12px 18px;
    border: 1px solid #d7e2f3;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.service-page .issue-selfcheck-section .issue-selfcheck-danger::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #0f58d8 0%, #78aef8 100%);
}

.service-page .issue-selfcheck-section .issue-selfcheck-danger strong {
    color: #132645;
    font-size: 16px;
    line-height: 1.38;
}

.service-page .issue-selfcheck-section .issue-selfcheck-outro {
    margin: 0;
    color: #1b3152;
    font-size: 16px;
    line-height: 1.45;
}

.service-page .issue-process-section {
    position: relative;
    overflow: hidden;
    padding: 26px 24px 22px;
    border-radius: 24px;
    border-color: #c9d8ef;
    background:
        radial-gradient(420px 220px at 100% 0, rgba(176, 205, 245, 0.14) 0%, rgba(176, 205, 245, 0) 74%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 26px rgba(16, 38, 81, 0.06);
}

.service-page .issue-process-section > h2 {
    margin: 0 0 14px;
    color: #112849;
}

.service-page .issue-process-section .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.service-page .issue-process-section .step {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "index copy";
    column-gap: 14px;
    align-self: stretch;
    align-items: start;
    row-gap: 10px;
    min-height: 0;
    height: 100%;
    padding: 14px 14px 12px;
    border-color: #cddcf2;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow:
        0 8px 18px rgba(16, 45, 91, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.service-page .issue-process-section .step::before {
    width: 190px;
    height: 190px;
    right: -92px;
    top: -104px;
    background: radial-gradient(circle, rgba(71, 129, 229, 0.16) 0%, rgba(71, 129, 229, 0) 72%);
}

.service-page .issue-process-section .step-index {
    align-self: start;
    width: 52px;
    height: 52px;
    border-width: 2px;
    border-color: #a8c3ef;
    background: linear-gradient(180deg, #eef4ff 0%, #dbe8ff 100%);
    color: #154aa2;
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(24, 79, 163, 0.14);
}

.service-page .issue-process-section .step-copy {
    display: grid;
    gap: 6px;
    margin: 0;
    color: #3d5475;
    font-size: 16px;
    line-height: 1.45;
}

.service-page .issue-process-section .issue-process-step-title {
    display: block;
    margin: 0;
    color: #132e56;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.service-page .issue-process-section .issue-process-step-body {
    display: block;
}

.service-page .issue-process-section .pricing-note {
    margin: 12px 0 0;
    color: #243d63;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

@media (max-width: 980px) {
    .service-page {
        gap: 14px;
    }

    .service-page > section {
        scroll-margin-top: 86px;
    }

    .service-page .cta-row .button {
        width: 100%;
        justify-content: center;
    }

    .service-page .chips {
        gap: 8px;
    }

    .service-page .local-proof-section {
        border-radius: 22px;
        padding: 24px 22px;
    }

    .service-page .issue-state-section {
        padding: 24px 24px 26px;
        border-radius: 24px;
    }

    .service-page .issue-state-section ul li {
        padding-left: 22px;
    }

    .service-page .issue-cause-section .cause-card {
        padding: 18px 18px 16px 22px;
        border-radius: 18px;
    }

    .service-page .issue-cause-section .cause-card h3 {
        font-size: clamp(21px, 3.4vw, 26px);
    }

    .service-page .issue-selfcheck-section {
        padding: 24px 24px 22px;
        border-radius: 24px;
    }

    .service-page .issue-selfcheck-section ul li {
        padding-left: 22px;
    }

    .service-page .issue-selfcheck-section .issue-selfcheck-danger {
        padding: 11px 12px 11px 16px;
    }

    .service-page .issue-process-section {
        padding: 24px;
        border-radius: 24px;
    }

    .service-page .issue-process-section .steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-page .issue-process-section .step {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas: "index copy";
        min-height: 0;
    }

    .service-page .issue-process-section .step-index {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .service-page .issue-process-section .issue-process-step-title {
        font-size: 17px;
    }

    .service-page .issue-process-section .pricing-note {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .service-page {
        gap: 12px;
    }

    .service-page > section {
        scroll-margin-top: 76px;
    }

    .service-page .pricing-table tbody tr {
        gap: 8px;
    }

    .service-page .pricing-table tbody td:last-child {
        font-size: 15px;
    }

    .service-page .chip {
        min-height: 44px;
        font-size: 14px;
    }

    .service-page .local-proof-section {
        border-radius: 18px;
        padding: 20px 16px;
    }

    .chips .chip {
        min-height: 44px;
        padding: 9px 14px;
        border-radius: 16px;
        font-size: 14px;
    }

    .chips a.chip {
        padding-right: 30px;
    }

    .chips a.chip::after {
        right: 12px;
        font-size: 17px;
    }

    .brand-issue-links,
    .service-page .brand-issue-links {
        gap: 8px;
    }

    .brand-issue-link,
    .service-page .brand-issue-link {
        padding: 8px 28px 8px 11px;
        border-radius: 11px;
        font-size: 14px;
    }

    .brand-issue-link::after,
    .service-page .brand-issue-link::after {
        right: 10px;
        font-size: 17px;
    }

    .brand-issue-link--static {
        padding-right: 11px;
    }

    .service-page .mobile-dual-cta {
        grid-template-columns: 1fr;
    }

    .service-page .pricing-table.pricing-table-issue {
        min-width: 640px;
    }

    .service-page .pricing-table.pricing-table-issue thead {
        display: table-header-group;
    }

    .service-page .pricing-table.pricing-table-issue tbody tr {
        display: table-row;
        gap: 0;
        padding: 0;
    }

    .service-page .pricing-table.pricing-table-issue tbody tr + tr {
        border-top: 0;
    }

    .service-page .pricing-table.pricing-table-issue tbody td {
        border: 0;
        padding: 11px 12px;
    }

    .service-page .pricing-table.pricing-table-issue tbody td:last-child {
        text-align: right;
        white-space: nowrap;
    }

    .service-page .issue-state-section {
        padding: 20px 18px 22px;
        border-radius: 20px;
    }

    .service-page .issue-state-section > h2 {
        line-height: 1.12;
    }

    .service-page .issue-state-section > p {
        margin-bottom: 12px;
    }

    .service-page .issue-state-section ul {
        gap: 7px;
    }

    .service-page .issue-state-section ul li {
        padding-left: 22px;
    }

    .service-page .issue-state-section ul li::before {
        left: 4px;
        width: 6px;
        height: 6px;
    }

    .service-page .issue-cause-section .cause-card {
        padding: 16px 14px 14px 18px;
        border-radius: 16px;
    }

    .service-page .issue-cause-section .cause-card-title {
        font-size: clamp(20px, 6vw, 24px);
    }

    .service-page .issue-cause-section > p strong {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .service-page .issue-selfcheck-section {
        padding: 20px 18px 20px;
        border-radius: 20px;
    }

    .service-page .issue-selfcheck-section .issue-selfcheck-label strong {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 13px;
    }

    .service-page .issue-selfcheck-section ul {
        gap: 7px;
    }

    .service-page .issue-selfcheck-section ul li {
        padding-left: 22px;
        font-size: 15px;
    }

    .service-page .issue-selfcheck-section ul li::before {
        left: 4px;
        width: 6px;
        height: 6px;
    }

    .service-page .issue-selfcheck-section .issue-selfcheck-danger {
        margin: 12px 0 10px;
        padding: 10px 10px 10px 14px;
    }

    .service-page .issue-selfcheck-section .issue-selfcheck-danger strong,
    .service-page .issue-selfcheck-section .issue-selfcheck-outro {
        font-size: 15px;
    }

    .service-page .issue-process-section {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .service-page .issue-process-section .steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-page .issue-process-section .step {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas: "index copy";
        column-gap: 10px;
        min-height: 0;
        padding: 14px 14px 13px;
        border-radius: 16px;
    }

    .service-page .issue-process-section .step-index {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .service-page .issue-process-section .step-copy {
        font-size: 15px;
        line-height: 1.42;
    }

    .service-page .issue-process-section .issue-process-step-title {
        font-size: 16px;
        line-height: 1.22;
    }

    .service-page .issue-process-section .pricing-note {
        margin-top: 10px;
        font-size: 16px;
    }
}

/* Unified hero typography + KPI system across all pages/variants */
:root {
    --hero-unified-h1: clamp(34px, 3.2vw, 58px);
    --hero-unified-h1-md: clamp(30px, 5.2vw, 44px);
    --hero-unified-h1-sm: clamp(26px, 7.1vw, 34px);
    --hero-unified-copy: clamp(16px, 1.08vw, 19px);
    --hero-unified-copy-md: clamp(15px, 2vw, 18px);
    --hero-unified-copy-sm: 15px;
    --hero-unified-title: #10284d;
    --hero-unified-text: #2f4763;
    --hero-unified-kpi-title: #10284d;
    --hero-unified-kpi-subtitle: #4c6484;
    --hero-unified-kpi-icon: #1f4f93;
    --hero-unified-kpi-icon-bg: #eef3ff;
    --hero-unified-kpi-icon-border: #d4e1fa;
}

.home-hero-card .home-hero-copy h1 {
    color: var(--hero-unified-title);
    font-size: var(--hero-unified-h1);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.home-hero-card .home-hero-copy .home-lead,
.home-hero-card .home-hero-copy .hero-service-related,
.home-hero-card .home-hero-copy .hero-service-symptoms,
.home-hero-card .home-hero-copy .hero-service-urgency,
.home-hero-card .home-hero-copy .hero-service-geo,
.home-hero-card .home-hero-copy .hero-service-rating,
.home-hero-card .home-hero-copy .hero-service-callback-note {
    color: var(--hero-unified-text);
    font-size: var(--hero-unified-copy);
    line-height: 1.42;
    font-weight: 500;
}

.home-hero-card .home-hero-copy :is(
    .home-lead,
    .hero-service-related,
    .hero-service-symptoms,
    .hero-service-urgency,
    .hero-service-geo,
    .hero-service-rating,
    .hero-service-callback-note
) + :is(
    .hero-service-related,
    .hero-service-symptoms,
    .hero-service-urgency,
    .hero-service-geo,
    .hero-service-rating,
    .hero-service-callback-note
) {
    margin-top: 12px;
}

.home-hero-card .kpi {
    border-color: #cddcf1;
    background: rgba(255, 255, 255, 0.74);
}

.home-hero-card .kpi-icon,
.home-hero-card--service .kpi-icon,
.home-hero-card--service.home-hero-card--kpi-stack .kpi-icon,
.home-hero-card--service.home-hero-card--brand .kpi-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    color: var(--hero-unified-kpi-icon);
    background: var(--hero-unified-kpi-icon-bg);
    border-color: var(--hero-unified-kpi-icon-border);
}

.home-hero-card .kpi-icon svg,
.home-hero-card--service .kpi-icon svg,
.home-hero-card--service.home-hero-card--kpi-stack .kpi-icon svg {
    width: 26px;
    height: 26px;
}

.home-hero-card .kpi strong,
.home-hero-card--service .kpi strong,
.home-hero-card--service.home-hero-card--kpi-stack .kpi strong,
.home-hero-card--service.home-hero-card--brand .kpi strong,
.home-hero-card--issue .kpi strong {
    color: var(--hero-unified-kpi-title);
    font-size: clamp(23px, 1.82vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.home-hero-card .kpi strong .kpi-strong-main,
.home-hero-card .kpi strong .kpi-strong-tail,
.home-hero-card--service.home-hero-card--brand .kpi strong .kpi-strong-main,
.home-hero-card--service.home-hero-card--brand .kpi strong .kpi-strong-tail {
    color: var(--hero-unified-kpi-title);
    font-weight: 700;
}

.home-hero-card .kpi-copy span,
.home-hero-card--service .kpi-copy span,
.home-hero-card--service.home-hero-card--brand .kpi-copy span,
.home-hero-card--issue .kpi-copy span {
    color: var(--hero-unified-kpi-subtitle);
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.24;
    letter-spacing: -0.02em;
}

@media (max-width: 960px) {
    .home-hero-card .home-hero-copy h1 {
        font-size: var(--hero-unified-h1-md);
    }

    .home-hero-card .home-hero-copy .home-lead,
    .home-hero-card .home-hero-copy .hero-service-related,
    .home-hero-card .home-hero-copy .hero-service-symptoms,
    .home-hero-card .home-hero-copy .hero-service-urgency,
    .home-hero-card .home-hero-copy .hero-service-geo,
    .home-hero-card .home-hero-copy .hero-service-rating,
    .home-hero-card .home-hero-copy .hero-service-callback-note {
        font-size: var(--hero-unified-copy-md);
    }
}

@media (max-width: 820px) {
    .home-hero-card .home-hero-copy h1 {
        font-size: var(--hero-unified-h1-sm);
    }

    .home-hero-card .home-hero-copy .home-lead,
    .home-hero-card .home-hero-copy .hero-service-related,
    .home-hero-card .home-hero-copy .hero-service-symptoms,
    .home-hero-card .home-hero-copy .hero-service-urgency,
    .home-hero-card .home-hero-copy .hero-service-geo,
    .home-hero-card .home-hero-copy .hero-service-rating,
    .home-hero-card .home-hero-copy .hero-service-callback-note {
        font-size: var(--hero-unified-copy-sm);
    }

    .home-hero-card .kpi-icon,
    .home-hero-card--service .kpi-icon,
    .home-hero-card--service.home-hero-card--kpi-stack .kpi-icon,
    .home-hero-card--service.home-hero-card--brand .kpi-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .home-hero-card .kpi-icon svg,
    .home-hero-card--service .kpi-icon svg,
    .home-hero-card--service.home-hero-card--kpi-stack .kpi-icon svg {
        width: 22px;
        height: 22px;
    }

    .home-hero-card .kpi strong,
    .home-hero-card--service .kpi strong,
    .home-hero-card--service.home-hero-card--kpi-stack .kpi strong,
    .home-hero-card--service.home-hero-card--brand .kpi strong,
    .home-hero-card--issue .kpi strong {
        font-size: clamp(18px, 4.6vw, 24px);
        line-height: 1.12;
    }

    .home-hero-card .kpi-copy span,
    .home-hero-card--service .kpi-copy span,
    .home-hero-card--service.home-hero-card--brand .kpi-copy span,
    .home-hero-card--issue .kpi-copy span {
        font-size: 14px;
        line-height: 1.22;
    }
}

/* Final mobile overrides for service content blocks (placed at end to win cascade) */
@media (max-width: 820px) {
    .service-page {
        gap: 12px;
    }

    .service-page > section {
        padding: 18px 14px 16px;
        border-radius: 16px;
        min-width: 0;
    }

    .service-page > section > * {
        min-width: 0;
        max-width: 100%;
    }

    .service-page .issue-state-section,
    .service-page .issue-cause-section,
    .service-page .issue-selfcheck-section,
    .service-page .issue-process-section {
        padding: 18px 14px 16px;
        border-radius: 16px;
    }

    .service-page .issue-state-section > p,
    .service-page .issue-cause-section > .cause-section-intro,
    .service-page .issue-selfcheck-section > p:first-of-type,
    .service-page .issue-process-section .step-copy,
    .service-page .issue-selfcheck-section .issue-selfcheck-outro {
        font-size: 14px;
        line-height: 1.42;
    }

    .service-page .issue-state-section ul li,
    .service-page .issue-selfcheck-section ul li {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 20px;
    }

    .service-page .issue-cause-section .cause-card {
        padding: 14px 12px 12px 16px;
        border-radius: 14px;
    }

    .service-page .issue-cause-section .cause-card-title {
        font-size: clamp(19px, 5.2vw, 23px);
        line-height: 1.16;
    }

    .service-page .issue-process-section .steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-page .issue-process-section .step {
        padding: 12px;
        border-radius: 14px;
    }

    .service-page .issue-process-section .step-index {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .service-page .issue-process-section .issue-process-step-title {
        font-size: 15px;
        line-height: 1.22;
    }

    .service-page .issue-process-section .pricing-note {
        font-size: 15px;
        line-height: 1.35;
    }

    .service-page .price-groups,
    .pricing-guarantees {
        grid-template-columns: 1fr;
    }

    .service-page .repair-groups,
    .service-page .when-needed-groups,
    .service-page .pricing-guarantees,
    .service-page .price-groups,
    .service-page .cases-grid,
    .service-page .brand-hub-popular-list,
    .service-page .chips,
    .service-page .brand-issue-links,
    .service-page .home-coverage-links,
    .service-page .footer-links,
    .service-page .footer-links-nav,
    .service-page .footer-links--after-legal,
    .service-page .footer-legal-block--separate,
    .service-page .mobile-dual-cta {
        min-width: 0;
        max-width: 100%;
    }

    .service-page .chips .chip,
    .service-page .brand-issue-link,
    .service-page .home-coverage-link,
    .service-page .footer-links-brand,
    .service-page .mobile-dual-cta-link,
    .service-page .mobile-dual-cta-button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .service-page .chips .chip,
    .service-page .brand-issue-link,
    .service-page .home-coverage-link {
        justify-content: flex-start;
    }

    .service-page .chips a.chip,
    .service-page .brand-issue-link,
    .service-page .home-coverage-link {
        padding-right: 34px;
    }

    .service-page .mobile-dual-cta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .service-page .pricing-table.pricing-table-issue {
        min-width: 0;
    }

    .service-page .pricing-table.pricing-table-issue thead {
        display: none;
    }

    .service-page .pricing-table.pricing-table-issue tbody tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        padding: 12px;
    }

    .service-page .pricing-table.pricing-table-issue tbody tr + tr {
        border-top: 1px solid #d4dff2;
    }

    .service-page .pricing-table.pricing-table-issue tbody td {
        border: 0;
        padding: 0;
    }

    .service-page .pricing-table.pricing-table-issue tbody td:last-child {
        white-space: nowrap;
        text-align: right;
    }
}

/* City + service hero KPI: match home visual style without affecting other pages */
body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: min(1080px, 100%);
}

body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 0;
    padding: 18px 20px;
    border-radius: 20px;
    border-color: #cddcf1;
    background: rgba(255, 255, 255, 0.74);
    box-shadow:
        0 10px 22px rgba(22, 52, 104, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi:last-child {
    grid-column: 1 / -1;
}

body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
}

body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-icon svg {
    width: 28px;
    height: 28px;
}

body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi strong {
    font-size: clamp(22px, 1.85vw, 30px);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-copy span {
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

@media (max-width: 820px) {
    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.tpl-service.hero-city-kpi-home {
        overflow-x: hidden;
    }

    body.tpl-service.hero-city-kpi-home .container {
        width: min(1180px, 100% - 20px);
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service::after {
        display: none;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service .home-hero-copy,
    body.tpl-service.hero-city-kpi-home .hero-service-form-card,
    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-grid,
    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.tpl-service.hero-city-kpi-home .pricing-guarantees,
    body.tpl-service.hero-city-kpi-home .repair-groups,
    body.tpl-service.hero-city-kpi-home .city-district-links-panel,
    body.tpl-service.hero-city-kpi-home .city-district-links-chips,
    body.tpl-service.hero-city-kpi-home .chips,
    body.tpl-service.hero-city-kpi-home .footer-legal-block--separate,
    body.tpl-service.hero-city-kpi-home .footer-links--after-legal,
    body.tpl-service.hero-city-kpi-home .footer-links-nav,
    body.tpl-service.hero-city-kpi-home .mobile-dual-cta {
        min-width: 0;
        max-width: 100%;
    }

    body.tpl-service.hero-city-kpi-home .hero-service-form-badges span,
    body.tpl-service.hero-city-kpi-home .city-district-links-chips .chip,
    body.tpl-service.hero-city-kpi-home .chips .chip,
    body.tpl-service.hero-city-kpi-home .footer-links-brand,
    body.tpl-service.hero-city-kpi-home .mobile-dual-cta-link,
    body.tpl-service.hero-city-kpi-home .mobile-dual-cta-button {
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body.tpl-service.hero-city-kpi-home .city-district-links-chips .chip,
    body.tpl-service.hero-city-kpi-home .chips .chip {
        width: 100%;
        justify-content: flex-start;
        padding-right: 34px;
    }

    body.tpl-service.hero-city-kpi-home .mobile-dual-cta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi:last-child {
        grid-column: auto;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 18px;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-icon svg {
        width: 22px;
        height: 22px;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi strong {
        font-size: clamp(18px, 4.6vw, 24px);
        line-height: 1.12;
    }

    body.tpl-service.hero-city-kpi-home .home-hero-card--service .kpi-copy span {
        font-size: 14px;
        line-height: 1.22;
    }
}

/* Keep issue hero KPI cards compact (city + issue and other issue pages) */
.home-hero-card--issue .kpi strong {
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1.16;
}

.home-hero-card--issue .kpi-copy span {
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.28;
}

@media (max-width: 820px) {
    .home-hero-card--issue .kpi strong {
        font-size: clamp(16px, 4.6vw, 21px);
        line-height: 1.14;
    }

    .home-hero-card--issue .kpi-copy span {
        font-size: 13px;
        line-height: 1.24;
    }
}

.service-page .mini-diagnostic-section {
    position: relative;
    overflow: hidden;
    border: 1px solid #d8e2f2;
    background:
        radial-gradient(280px 160px at 100% 0%, rgba(255, 206, 138, 0.26) 0%, rgba(255, 206, 138, 0) 72%),
        radial-gradient(360px 220px at 0% 100%, rgba(95, 146, 232, 0.14) 0%, rgba(95, 146, 232, 0) 74%),
        linear-gradient(180deg, #fffdfa 0%, #f7fbff 100%);
    box-shadow:
        0 16px 38px rgba(20, 47, 94, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.service-page .mini-diagnostic-head {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.service-page .mini-diagnostic-head > p {
    color: #4c607d;
}

.service-page .mini-diagnostic-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 20px;
    align-items: start;
    margin-top: 18px;
}

.service-page .mini-diagnostic-steps {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.service-page .mini-diagnostic-section--wizard .mini-diagnostic-step[data-mini-diagnostic-step="fixed"] {
    display: none !important;
}

.service-page .mini-diagnostic-step {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid #d8e3f3;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease,
        background-color .2s ease;
}

.service-page .mini-diagnostic-section--wizard .mini-diagnostic-step {
    position: absolute;
    inset: 0;
    align-content: start;
    cursor: default;
    opacity: 0;
    pointer-events: none;
    transform: translateX(40px);
    transition:
        opacity .24s ease,
        transform .34s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.service-page .mini-diagnostic-step.is-current {
    border-color: #adc6f1;
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 16px 30px rgba(31, 87, 166, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-page .mini-diagnostic-section--wizard .mini-diagnostic-step.is-current {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.service-page .mini-diagnostic-step.is-complete:not(.is-current) {
    border-color: #d7e4f7;
    background: rgba(249, 252, 255, 0.86);
}

.service-page .mini-diagnostic-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(180deg, #195fd8 0%, #0f4fbf 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(16, 77, 185, 0.2);
}

.service-page .mini-diagnostic-step-copy {
    display: grid;
    gap: 8px;
}

.service-page .mini-diagnostic-step-copy strong {
    font-size: 18px;
    line-height: 1.15;
    color: #162b4b;
}

.service-page .mini-diagnostic-step-copy p {
    margin: 0;
    color: #536983;
}

.service-page .mini-diagnostic-section--wizard .mini-diagnostic-step.is-before {
    transform: translateX(-40px);
}

.service-page .mini-diagnostic-section--wizard .mini-diagnostic-step.is-after {
    transform: translateX(40px);
}

.service-page .mini-diagnostic-fixed-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f0f6ff 0%, #e2eeff 100%);
    color: #163f7a;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.service-page .mini-diagnostic-chips {
    gap: 10px;
}

.service-page .mini-diagnostic-chip {
    cursor: pointer;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease,
        color .18s ease;
}

.service-page .mini-diagnostic-chip:hover,
.service-page .mini-diagnostic-chip:focus-visible {
    transform: translateY(-1px);
    border-color: #9ab9ef;
    box-shadow: 0 10px 22px rgba(31, 79, 147, 0.08);
}

.service-page .mini-diagnostic-chip.is-active {
    border-color: #1f63d9;
    background: linear-gradient(180deg, #edf5ff 0%, #dcecff 100%);
    color: #113d79;
    box-shadow:
        0 10px 24px rgba(31, 87, 166, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.service-page .mini-diagnostic-chip--ghost {
    color: #5e718c;
}

.service-page .mini-diagnostic-result {
    position: sticky;
    top: 88px;
    align-self: start;
}

.service-page .mini-diagnostic-result-eyebrow {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(calc(-100% - 14px));
    margin: 0;
    color: #7e5a1f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-page .mini-diagnostic-result-card {
    display: grid;
    gap: 12px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(237, 198, 129, 0.55);
    background:
        radial-gradient(180px 120px at 100% 0%, rgba(255, 209, 142, 0.2) 0%, rgba(255, 209, 142, 0) 72%),
        linear-gradient(180deg, rgba(255, 249, 241, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow:
        0 18px 34px rgba(62, 42, 13, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.service-page .mini-diagnostic-result-card strong {
    font-size: 22px;
    line-height: 1.2;
    color: #1c2f4f;
}

.service-page .mini-diagnostic-result-card p {
    margin: 0;
    color: #455972;
}

.service-page .mini-diagnostic-result-brand strong {
    font-size: inherit;
    color: inherit;
}

.service-page .mini-diagnostic-link {
    width: fit-content;
    color: #1c58ae;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(28, 88, 174, 0.24);
}

.service-page .mini-diagnostic-link:hover,
.service-page .mini-diagnostic-link:focus-visible {
    color: #164487;
    border-bottom-color: rgba(22, 68, 135, 0.46);
}

.service-page .mini-diagnostic-cta-row {
    margin-top: 12px;
}

.service-page .mini-diagnostic-reset-row {
    margin: 10px 0 0;
}

.service-page .mini-diagnostic-reset {
    padding: 0;
    border: 0;
    background: transparent;
    color: #2d5ea8;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.service-page .mini-diagnostic-reset:hover,
.service-page .mini-diagnostic-reset:focus-visible {
    color: #1d4680;
    text-decoration: underline;
}

@media (max-width: 980px) {
    .service-page .mini-diagnostic-layout {
        grid-template-columns: 1fr;
    }

    .service-page .mini-diagnostic-result {
        position: static;
    }

    .service-page .mini-diagnostic-result-eyebrow {
        position: static;
        transform: none;
        margin: 0 0 8px;
    }
}

@media (max-width: 820px) {
    .service-page .mini-diagnostic-chips {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 8px;
    }

    .service-page .mini-diagnostic-chips > .mini-diagnostic-chip,
    .service-page .mini-diagnostic-section .mini-diagnostic-chips > button.mini-diagnostic-chip {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        min-width: 0;
        white-space: nowrap;
        justify-content: flex-start;
        overflow-wrap: normal;
        word-break: normal;
    }
}

@media (max-width: 720px) {
    .service-page .mini-diagnostic-section {
        padding: 18px 16px;
    }

    .service-page .mini-diagnostic-layout {
        gap: 14px;
        margin-top: 14px;
    }

    .service-page .mini-diagnostic-steps {
        min-height: 0;
        overflow: visible;
    }

    .service-page .mini-diagnostic-section--wizard .mini-diagnostic-step {
        position: static;
        inset: auto;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        display: none;
    }

    .service-page .mini-diagnostic-section--wizard .mini-diagnostic-step.is-current {
        display: grid;
    }

    .service-page .mini-diagnostic-step {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .service-page .mini-diagnostic-step-index {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 16px;
    }

    .service-page .mini-diagnostic-step-copy {
        gap: 6px;
    }

    .service-page .mini-diagnostic-step-copy strong {
        font-size: 16px;
        line-height: 1.18;
    }

    .service-page .mini-diagnostic-step-copy p {
        font-size: 14px;
        line-height: 1.4;
    }

    .service-page .mini-diagnostic-chip {
        width: fit-content;
        max-width: 100%;
        justify-content: flex-start;
        padding: 12px 16px;
        border-radius: 18px;
        font-size: 15px;
        line-height: 1.24;
        white-space: nowrap;
    }

    .service-page .mini-diagnostic-section:not(.has-result) .mini-diagnostic-result {
        display: none;
    }

    .service-page .mini-diagnostic-result-card {
        gap: 10px;
        padding: 18px;
        border-radius: 20px;
    }

    .service-page .mini-diagnostic-result-card strong {
        font-size: 19px;
    }

    .service-page .mini-diagnostic-cta-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 10px;
    }

    .service-page .mini-diagnostic-cta-row .button,
    .service-page .mini-diagnostic-cta-row .button.secondary {
        width: 100%;
        min-height: 52px;
    }
}
