:root {
    --ink: #0b243f;
    --ink-2: #173b5d;
    --blue: #1167e8;
    --blue-dark: #0756ca;
    --sky: #ddebff;
    --aqua: #48c6d9;
    --orange: #ffb84d;
    --paper: #ffffff;
    --mist: #f3f7fb;
    --line: #dce6ef;
    --text: #405469;
    --muted: #6c7f91;
    --success: #16a66a;
    --shadow: 0 22px 70px rgba(11, 36, 63, .12);
    --shadow-sm: 0 12px 36px rgba(11, 36, 63, .09);
    --radius: 24px;
    --radius-sm: 16px;
    --container: 1180px;
}

/* Heat meter services */
.heat-hero {
    position: relative;
    padding: 46px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 18%, rgba(56, 171, 225, .15), transparent 28%),
        linear-gradient(135deg, #f5f9fc 0%, #e8f3fa 100%);
}

.heat-hero::after {
    position: absolute;
    right: -180px;
    bottom: -250px;
    width: 540px;
    height: 540px;
    content: "";
    border: 92px solid rgba(17, 103, 232, .055);
    border-radius: 50%;
}

.heat-hero .container {
    position: relative;
    z-index: 1;
}

.heat-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
    gap: 88px;
    align-items: center;
}

.heat-hero__content h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(2.65rem, 4.6vw, 4.65rem);
}

.heat-hero__content > p {
    max-width: 700px;
    margin-bottom: 30px;
    color: var(--ink-2);
    font-size: 1.08rem;
}

.heat-hero__actions {
    display: flex;
    margin-bottom: 30px;
    gap: 12px;
    flex-wrap: wrap;
}

.heat-hero__facts {
    display: flex;
    max-width: 690px;
    margin: 0;
    padding: 22px 0 0;
    gap: 26px;
    border-top: 1px solid rgba(11, 36, 63, .12);
    list-style: none;
}

.heat-hero__facts li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ink-2);
    font-size: .78rem;
    font-weight: 720;
}

.heat-hero__facts .icon {
    width: 20px;
    height: 20px;
    color: var(--blue);
    flex: 0 0 auto;
}

.heat-hero__media {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
}

.heat-hero__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 9px solid #fff;
    border-radius: 160px 160px 26px 26px;
    box-shadow: 0 30px 70px rgba(11, 36, 63, .2);
}

.heat-hero__media figcaption {
    position: absolute;
    right: -22px;
    bottom: 30px;
    display: flex;
    min-width: 240px;
    padding: 17px 20px;
    align-items: center;
    gap: 12px;
    color: #c5d7e8;
    background: rgba(11, 36, 63, .97);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    box-shadow: 0 22px 48px rgba(11, 36, 63, .24);
    font-size: .68rem;
}

.heat-hero__media figcaption .icon {
    width: 25px;
    height: 25px;
    color: #6ee1eb;
    flex: 0 0 auto;
}

.heat-hero__media figcaption span {
    display: flex;
    flex-direction: column;
}

.heat-hero__media figcaption strong {
    margin-top: 2px;
    color: #fff;
    font-size: .85rem;
}

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

.heat-benefits article {
    position: relative;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(11, 36, 63, .055);
}

.heat-benefits article > span {
    display: inline-grid;
    width: 44px;
    height: 44px;
    margin-bottom: 28px;
    color: var(--blue);
    background: var(--sky);
    border-radius: 13px;
    font-size: .72rem;
    font-weight: 900;
    place-items: center;
}

.heat-benefits h2 {
    margin-bottom: 11px;
    font-size: 1.27rem;
}

.heat-benefits p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
}

.heat-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr);
    gap: 88px;
    align-items: center;
}

.heat-overview__grid h2 {
    margin-bottom: 23px;
}

.heat-overview__grid > div > p {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--muted);
}

.heat-checklist {
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow-sm);
}

.heat-checklist > span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--blue);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.heat-checklist > span .icon {
    width: 20px;
    height: 20px;
}

.heat-checklist h3 {
    margin: 15px 0 20px;
    font-size: 1.35rem;
}

.heat-checklist ul,
.heat-cost__factors ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.heat-checklist li,
.heat-cost__factors li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .84rem;
}

.heat-checklist li .icon,
.heat-cost__factors li .icon {
    width: 19px;
    height: 19px;
    color: var(--success);
    flex: 0 0 auto;
}

.heat-process__grid {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    counter-reset: heat-step;
    list-style: none;
}

.heat-process__grid li {
    position: relative;
    min-height: 308px;
    padding: 30px;
    overflow: hidden;
    background: linear-gradient(145deg, #fff, #f7fafd);
    border: 1px solid var(--line);
    border-radius: 22px;
}

.heat-process__grid li::after {
    position: absolute;
    right: -18px;
    bottom: -46px;
    color: rgba(17, 103, 232, .06);
    content: attr(data-step);
    font-size: 9rem;
    font-weight: 900;
    line-height: 1;
}

.heat-process__grid li > span {
    display: inline-grid;
    width: 46px;
    height: 46px;
    margin-bottom: 44px;
    color: #fff;
    background: var(--blue);
    border-radius: 14px;
    font-size: .75rem;
    font-weight: 900;
    place-items: center;
}

.heat-process__grid small {
    display: block;
    color: var(--blue);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.heat-process__grid h3 {
    margin: 8px 0 12px;
    font-size: 1.22rem;
}

.heat-process__grid p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
    font-size: .82rem;
}

.heat-cost__header {
    margin-bottom: 38px;
}

.heat-cost__header > div {
    max-width: 820px;
}

.heat-cost__header h2 {
    margin-bottom: 18px;
    color: #fff;
}

.heat-cost__header p {
    margin: 0;
    color: #b8c9d9;
}

.heat-pricing {
    display: grid;
    gap: 20px;
}

.heat-pricing--single {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    align-items: start;
}

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

.heat-pricing--single .heat-pricing__plans {
    grid-template-columns: 1fr;
}

.heat-price-card {
    display: flex;
    min-width: 0;
    padding: 28px;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
    flex-direction: column;
}

.heat-price-card--featured {
    border-color: #6ee1eb;
    box-shadow: 0 18px 54px rgba(72, 198, 217, .18);
}

.heat-price-card__label {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 7px 10px;
    color: var(--blue-dark);
    background: var(--sky);
    border-radius: 6px;
    font-size: .66rem;
    font-weight: 850;
    text-transform: uppercase;
}

.heat-price-card h3 {
    min-height: 2.45em;
    margin: 0 0 13px;
    font-size: 1.18rem;
    line-height: 1.22;
}

.heat-pricing--single .heat-price-card h3 {
    min-height: 0;
}

.heat-price-card__price {
    display: flex;
    margin-bottom: 14px;
    align-items: baseline;
    gap: 7px;
    color: var(--ink);
    white-space: nowrap;
}

.heat-price-card__price span {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 750;
}

.heat-price-card__price strong {
    font-size: 2.35rem;
    line-height: 1;
}

.heat-price-card__price small {
    font-size: 1.05rem;
    font-weight: 850;
}

.heat-price-card > p {
    min-height: 4.2em;
    margin: 0 0 22px;
    color: var(--muted);
    font-size: .8rem;
}

.heat-pricing--single .heat-price-card > p {
    min-height: 0;
}

.heat-price-card__includes {
    display: block;
    margin-bottom: 13px;
    color: var(--ink);
    font-size: .7rem;
    font-weight: 850;
}

.heat-price-card ul {
    display: grid;
    margin: 0 0 20px;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.heat-price-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--text);
    font-size: .76rem;
}

.heat-price-card li .icon {
    width: 17px;
    height: 17px;
    color: var(--success);
    flex: 0 0 auto;
}

.heat-price-card__note {
    display: block;
    margin: auto 0 20px;
    padding-top: 16px;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .68rem;
}

.heat-price-card .button {
    width: 100%;
    min-height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    justify-content: center;
    text-align: center;
}

.heat-cost__factors {
    padding: 30px;
    color: #c2d2e0;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
}

.heat-pricing--multiple .heat-cost__factors {
    display: grid;
    padding: 25px 28px;
    grid-template-columns: minmax(170px, .42fr) minmax(0, 1.58fr);
    gap: 15px 28px;
    align-items: start;
}

.heat-cost__factors > span {
    display: block;
    margin-bottom: 21px;
    color: #fff;
    font-weight: 850;
}

.heat-pricing--multiple .heat-cost__factors > span {
    margin: 0;
}

.heat-pricing--multiple .heat-cost__factors ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.heat-cost__factors li .icon {
    color: #6ee1eb;
}

.heat-cost__factors small {
    display: block;
    margin-top: 22px;
    padding-top: 17px;
    color: #92a9bc;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .72rem;
}

.heat-pricing--multiple .heat-cost__factors small {
    margin-top: 0;
    grid-column: 2;
}

.heat-pricing__disclaimer {
    margin: 0;
    color: #92a9bc;
    font-size: .72rem;
    grid-column: 1 / -1;
}

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

.heat-links__grid a {
    display: flex;
    min-height: 210px;
    padding: 28px;
    color: var(--muted);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(11, 36, 63, .05);
    flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.heat-links__grid a:hover {
    border-color: rgba(17, 103, 232, .42);
    box-shadow: 0 18px 42px rgba(11, 36, 63, .1);
    transform: translateY(-4px);
}

.heat-links__grid a > span {
    color: var(--blue);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.heat-links__grid a > strong {
    margin: 18px 0 auto;
    color: var(--ink);
    font-size: 1.45rem;
}

.heat-links__grid small {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.heat-links__grid b {
    color: var(--blue);
}

.heat-conversion .lead-card__head h2 {
    font-size: 1.65rem;
}

@media (max-width: 1120px) {
    .heat-hero__grid,
    .heat-overview__grid {
        gap: 48px;
    }

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

    .heat-process__grid li {
        min-height: 270px;
    }
}

@media (max-width: 900px) {
    .site-nav .sub-menu {
        position: static;
        display: grid;
        width: auto;
        margin: -3px 8px 12px;
        padding: 8px;
        gap: 2px;
        background: var(--mist);
        border: 0;
        border-radius: 14px;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
    }

    .site-nav .sub-menu a {
        padding: 12px 13px;
        border-bottom: 0;
        font-size: .88rem;
        text-align: left;
    }

    .site-nav .menu-item-has-children > a {
        padding-right: 24px;
    }

    .site-nav .menu-item-has-children > a::before,
    .site-nav .menu-item-has-children:hover > a::before,
    .site-nav .menu-item-has-children:focus-within > a::before {
        right: calc(50% - 78px);
        transform: translateY(-70%) rotate(45deg);
    }

    .heat-hero__grid,
    .heat-overview__grid,
    .heat-pricing--single {
        grid-template-columns: 1fr;
    }

    .heat-pricing__plans {
        grid-template-columns: 1fr;
    }

    .heat-price-card h3,
    .heat-price-card > p {
        min-height: 0;
    }

    .heat-pricing--multiple .heat-cost__factors {
        display: block;
        padding: 30px;
    }

    .heat-pricing--multiple .heat-cost__factors ul {
        grid-template-columns: 1fr;
    }

    .heat-pricing--multiple .heat-cost__factors > span {
        margin-bottom: 21px;
    }

    .heat-pricing--multiple .heat-cost__factors small {
        margin-top: 22px;
    }

    .heat-hero__grid {
        gap: 50px;
    }

    .heat-hero__media {
        width: min(100%, 520px);
        margin-right: auto;
    }

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

    .heat-links__grid a:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .heat-hero {
        padding: 28px 0 68px;
    }

    .heat-hero .breadcrumb {
        margin-bottom: 30px;
    }

    .heat-hero__content h1 {
        font-size: clamp(2.25rem, 10.4vw, 2.8rem);
    }

    .heat-hero__content > p {
        font-size: 1rem;
    }

    .heat-hero__actions,
    .heat-hero__facts {
        display: grid;
    }

    .heat-hero__facts {
        gap: 13px;
    }

    .heat-hero__media img {
        height: auto;
        border-width: 6px;
        border-radius: 120px 120px 22px 22px;
    }

    .heat-hero__media figcaption {
        right: 8px;
        bottom: 12px;
        min-width: 218px;
        padding: 14px 17px;
    }

    .heat-benefits__grid,
    .heat-process__grid,
    .heat-links__grid {
        grid-template-columns: 1fr;
    }

    .heat-benefits article,
    .heat-checklist,
    .heat-process__grid li,
    .heat-price-card,
    .heat-cost__factors,
    .heat-links__grid a {
        padding: 25px;
    }

    .heat-process__grid li {
        min-height: 0;
    }

    .heat-process__grid li > span {
        margin-bottom: 28px;
    }

    .heat-links__grid a,
    .heat-links__grid a:last-child {
        min-height: 160px;
        grid-column: auto;
    }
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
    overflow-x: clip;
}

body {
    margin: 0;
    overflow-x: clip;
    color: var(--text);
    background: var(--paper);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 3px;
}

button,
input,
textarea {
    font: inherit;
}

h1,
h2,
h3,
p,
ul,
ol,
blockquote,
figure {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

h1 {
    font-size: clamp(2.8rem, 5.5vw, 5.2rem);
}

h2 {
    font-size: clamp(2.1rem, 3.5vw, 3.6rem);
}

h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.content-narrow {
    max-width: 850px;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    z-index: 99999;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    clip: auto;
    color: #fff;
    background: var(--blue);
    border-radius: 8px;
}

.icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: .95rem;
    font-weight: 750;
    line-height: 1.2;
    transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: transform .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:hover svg {
    transform: translateX(3px);
}

.button--primary {
    color: #fff;
    background: var(--blue);
    box-shadow: 0 12px 24px rgba(17, 103, 232, .22);
}

.button--primary:hover {
    background: var(--blue-dark);
    box-shadow: 0 16px 30px rgba(17, 103, 232, .28);
}

.button--ghost {
    color: var(--ink);
    background: rgba(255, 255, 255, .86);
    border-color: rgba(11, 36, 63, .13);
}

.button--ghost:hover,
.button--outline:hover {
    color: var(--blue);
    border-color: var(--blue);
    background: #fff;
}

.button--outline {
    color: var(--ink);
    background: transparent;
    border-color: #cbd8e4;
}

.button--large {
    min-height: 58px;
    padding-inline: 28px;
}

.button--wide {
    width: 100%;
}

.text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--blue);
    font-weight: 800;
}

.text-link span {
    font-size: 1.3em;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 7px;
    height: 7px;
    content: "";
    background: currentColor;
    border-radius: 50%;
}

.eyebrow--light {
    color: #75e0ed;
}

.section {
    position: relative;
    padding: 112px 0;
}

.section--page {
    min-height: 60vh;
}

.section--mist {
    background: var(--mist);
}

.section--ink {
    color: #c7d5e3;
    background:
        radial-gradient(circle at 85% 15%, rgba(72, 198, 217, .14), transparent 30%),
        radial-gradient(circle at 10% 90%, rgba(17, 103, 232, .18), transparent 30%),
        var(--ink);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 50px;
}

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

.section-heading > p {
    margin-bottom: 0;
    color: var(--muted);
}

.section-heading--split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
    gap: 70px;
    align-items: end;
}

.section-heading--split h2 {
    margin-bottom: 0;
}

.section-heading--split > p {
    padding-bottom: 6px;
}

.section-heading--light h2,
.section-heading--light h3 {
    color: #fff;
}

.section-heading--light p {
    color: #b5c6d6;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.utility-bar {
    color: #d6e2ed;
    background: var(--ink);
    font-size: .78rem;
}

.utility-bar__inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    gap: 28px;
}

.utility-bar span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.utility-bar .icon {
    width: 15px;
    height: 15px;
    color: #65d5e2;
}

.utility-bar__trust {
    margin-left: auto;
}

.nav-shell {
    position: relative;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(11, 36, 63, .08);
    box-shadow: 0 8px 28px rgba(11, 36, 63, .045);
    backdrop-filter: blur(16px);
}

.nav-shell__inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 30px;
}

.brand,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand {
    gap: 10px;
}

.brand__mark {
    display: grid;
    width: 42px;
    height: 42px;
    color: #fff;
    background: linear-gradient(145deg, var(--blue), #45c4dc);
    border-radius: 13px;
    place-items: center;
    box-shadow: 0 8px 18px rgba(17, 103, 232, .2);
}

.brand__mark svg {
    width: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand__type {
    display: flex;
    color: var(--ink);
    flex-direction: column;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1.05;
}

.brand__type strong {
    font-size: 20px;
    letter-spacing: .02em;
}

.custom-logo {
    width: auto;
    max-width: 185px;
    max-height: 58px;
}

.site-nav {
    margin-left: auto;
}

.site-nav__meta {
    display: none;
}

.site-nav__list,
.site-nav .menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav a {
    position: relative;
    display: block;
    padding: 28px 0;
    color: var(--ink);
    font-size: .9rem;
    font-weight: 720;
}

.site-nav a:focus-visible {
    border-radius: 8px;
}

.site-nav a::after {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--blue);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
    color: var(--blue);
}

.site-nav a:hover::after,
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after {
    transform: scaleX(1);
}

.header-contact {
    display: flex;
    padding-left: 24px;
    border-left: 1px solid var(--line);
    flex-direction: column;
    line-height: 1.2;
}

.header-contact small {
    margin-bottom: 3px;
    color: var(--muted);
    font-size: .72rem;
}

.header-contact a {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 850;
    white-space: nowrap;
}

.header-contact a:hover {
    color: var(--blue);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    color: var(--ink);
    background: var(--mist);
    border: 0;
    border-radius: 12px;
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
    position: absolute;
    width: 20px;
    height: 2px;
    content: "";
    background: currentColor;
    border-radius: 3px;
    transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle__lines {
    position: relative;
    display: block;
    margin: auto;
}

.menu-toggle__lines::before {
    transform: translate(-10px, -6px);
}

.menu-toggle__lines::after {
    transform: translate(-10px, 6px);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines {
    background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::before {
    transform: translate(-10px, 0) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::after {
    transform: translate(-10px, 0) rotate(-45deg);
}

/* Home hero */
.hero {
    position: relative;
    padding: 82px 0 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(223, 238, 255, .9), rgba(247, 250, 253, .92) 55%, #fff),
        var(--mist);
}

.hero::before {
    position: absolute;
    top: -90px;
    right: -60px;
    width: 560px;
    height: 560px;
    content: "";
    background-image: radial-gradient(rgba(17, 103, 232, .2) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .46;
    mask-image: radial-gradient(circle, #000 25%, transparent 70%);
}

.hero__glow {
    position: absolute;
    top: 8%;
    left: 3%;
    width: 320px;
    height: 320px;
    background: rgba(72, 198, 217, .16);
    border-radius: 50%;
    filter: blur(70px);
}

.hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 76px;
    align-items: center;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    padding: 8px 13px;
    color: var(--ink-2);
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(11, 36, 63, .1);
    border-radius: 99px;
    font-size: .78rem;
    font-weight: 750;
}

.status-pill span {
    width: 8px;
    height: 8px;
    background: var(--success);
    border: 2px solid #baf1d8;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(22, 166, 106, .12);
}

.hero h1 {
    max-width: 720px;
    margin-bottom: 26px;
}

.hero h1 em {
    position: relative;
    z-index: 1;
    color: var(--blue);
    font-style: normal;
    white-space: nowrap;
}

.hero h1 em::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 12px;
    content: "";
    background: rgba(72, 198, 217, .26);
    border-radius: 20px;
    transform: rotate(-1deg);
}

.hero__lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: var(--text);
    font-size: 1.16rem;
}

.hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero__checks {
    display: flex;
    gap: 20px;
    margin: 28px 0 0;
    padding: 0;
    color: var(--ink-2);
    font-size: .82rem;
    font-weight: 650;
    list-style: none;
    flex-wrap: wrap;
}

.hero__checks li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero__checks .icon {
    width: 18px;
    color: var(--success);
}

.hero-visual {
    position: relative;
    min-height: 580px;
}

.hero-visual__frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 86%;
    height: auto;
    aspect-ratio: 4 / 5;
    padding: 0;
    background: #fff;
    border: 10px solid #fff;
    border-radius: 180px 180px 28px 28px;
    box-shadow: var(--shadow);
}

.hero-visual__frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 170px 170px 18px 18px;
}

.price-float,
.registry-float {
    position: absolute;
    z-index: 2;
    display: flex;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(11, 36, 63, .08);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.price-float {
    bottom: 48px;
    left: -10px;
    width: 200px;
    padding: 20px 22px;
    border-radius: 18px;
    flex-direction: column;
}

.price-float small {
    color: var(--muted);
    font-size: .76rem;
}

.price-float strong {
    margin: 2px 0;
    color: var(--ink);
    font-size: 2rem;
    line-height: 1.2;
}

.price-float span {
    color: var(--success);
    font-size: .7rem;
    font-weight: 750;
}

.registry-float {
    top: 108px;
    right: -12px;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 15px;
}

.registry-float .icon {
    color: var(--blue);
}

.registry-float span {
    display: flex;
    font-size: .72rem;
    line-height: 1.2;
    flex-direction: column;
}

.registry-float strong {
    margin-bottom: 3px;
    color: var(--ink);
    font-size: .85rem;
}

.trust-ribbon {
    position: relative;
    display: grid;
    margin-top: 56px;
    background: #fff;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 -10px 40px rgba(11, 36, 63, .06);
}

.trust-ribbon div {
    display: flex;
    min-height: 112px;
    justify-content: center;
    padding: 25px 20px;
    flex-direction: column;
}

.trust-ribbon div + div {
    border-left: 1px solid var(--line);
}

.trust-ribbon strong {
    color: var(--ink);
    font-size: 1.55rem;
    line-height: 1.2;
}

.trust-ribbon span {
    margin-top: 5px;
    color: var(--muted);
    font-size: .78rem;
}

/* Services */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.service-card {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 590px;
    padding: 30px;
    overflow: hidden;
    background-color: #0b243f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    box-shadow: 0 24px 58px rgba(11, 36, 63, .18);
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:nth-child(1) {
    background-image: url("../images/service-verification-bg.webp");
    background-position: 50% center;
}

.service-card:nth-child(2) {
    background-image: url("../images/service-replacement-bg.webp");
    background-position: 52% center;
}

.service-card:nth-child(3) {
    background-image: url("../images/service-installation-bg.webp");
    background-position: 52% center;
}

.service-card::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(2, 14, 27, .12) 0%, rgba(3, 17, 31, .16) 28%, rgba(3, 17, 31, .82) 56%, rgba(3, 16, 30, .99) 100%);
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card:hover {
    border-color: rgba(127, 220, 231, .62);
    box-shadow: 0 28px 70px rgba(0, 12, 28, .28);
    transform: translateY(-6px);
}

.service-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 110px;
    align-items: center;
    justify-content: flex-start;
}

.service-card__number {
    display: grid;
    width: 38px;
    height: 38px;
    color: #fff;
    background: rgba(17, 103, 232, .9);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 11px;
    font-size: .7rem;
    font-weight: 850;
    box-shadow: 0 8px 24px rgba(0, 20, 45, .24);
    backdrop-filter: blur(8px);
    place-items: center;
}

.service-card h3 {
    margin-top: auto;
    margin-bottom: 17px;
    color: #fff;
    font-size: 1.6rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
}

.service-card > p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .88);
    font-size: .94rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .78);
}

.service-card ul,
.price-card ul,
.offer-card ul,
.tick-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-card li,
.price-card li,
.offer-card li,
.tick-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 10px;
    color: var(--ink-2);
    font-size: .84rem;
}

.service-card li {
    position: relative;
    padding-left: 16px;
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 2px 9px rgba(0, 0, 0, .76);
}

.service-card li::before {
    position: absolute;
    top: .63em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: #62d7e5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(98, 215, 229, .13);
}

.service-card li .icon,
.price-card li .icon,
.offer-card li .icon,
.tick-list li .icon {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    color: var(--success);
}

.service-card__footer {
    display: flex;
    margin-top: auto;
    padding-top: 22px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.service-card__footer strong {
    color: #fff;
    font-size: 1.05rem;
    text-shadow: 0 2px 9px rgba(0, 0, 0, .7);
}

.service-card__footer a {
    padding: 9px 12px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    font-size: .82rem;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

/* Process */
.process {
    position: relative;
    overflow: hidden;
}

.process::before,
.process::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    filter: blur(1px);
}

.process::before {
    top: -280px;
    right: -180px;
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(17, 103, 232, .28), rgba(17, 103, 232, 0) 68%);
}

.process::after {
    bottom: -360px;
    left: -260px;
    width: 680px;
    height: 680px;
    background: radial-gradient(circle, rgba(72, 198, 217, .14), rgba(72, 198, 217, 0) 70%);
}

.process .container {
    position: relative;
    z-index: 1;
}

.process__header {
    display: grid;
    margin-bottom: 48px;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 80px;
    align-items: end;
}

.process__header .section-heading {
    margin-bottom: 0;
}

.process__header .section-heading p {
    max-width: 690px;
}

.process-proof {
    padding: 24px 26px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
}

.process-proof__label {
    display: block;
    margin-bottom: 15px;
    color: #7fdce7;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.process-proof ul {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
}

.process-proof li {
    display: flex;
    color: #edf7ff;
    font-size: .8rem;
    line-height: 1.45;
    align-items: flex-start;
    gap: 9px;
}

.process-proof .icon {
    width: 17px;
    min-width: 17px;
    margin-top: 1px;
    color: #62d7e5;
}

.process-grid {
    position: relative;
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.process-step {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 390px;
    padding: 26px;
    overflow: hidden;
    background-color: #0b243f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    box-shadow: 0 24px 58px rgba(0, 12, 28, .32);
    flex-direction: column;
}

.process-step:nth-child(1) {
    background-image: url("../images/process-appointment.webp");
    background-position: 48% center;
}

.process-step:nth-child(2) {
    background-image: url("../images/process-verification.webp");
    background-position: 48% center;
}

.process-step:nth-child(3) {
    background-image: url("../images/process-documents.webp");
    background-position: 52% center;
}

.process-step:nth-child(4) {
    background-image: url("../images/process-registry.webp");
    background-position: 52% center;
}

.process-step::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(2, 14, 27, .25) 0%, rgba(3, 17, 31, .18) 30%, rgba(3, 17, 31, .82) 62%, rgba(3, 16, 30, .98) 100%);
}

.process-step > * {
    position: relative;
    z-index: 1;
}

.process-step__meta {
    display: flex;
    margin-bottom: 80px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.process-step__meta > span {
    display: grid;
    width: 35px;
    height: 35px;
    color: #fff;
    background: rgba(17, 103, 232, .88);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    font-size: .7rem;
    font-weight: 850;
    box-shadow: 0 8px 24px rgba(0, 20, 45, .22);
    backdrop-filter: blur(8px);
    place-items: center;
}

.process-step__meta small {
    padding: 7px 9px;
    color: #fff;
    background: rgba(3, 17, 31, .58);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-align: right;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .6);
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.process-grid h3 {
    margin-top: auto;
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.22rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
}

.process-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .88);
    font-size: .84rem;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .78);
}

.process__footer {
    display: flex;
    margin-top: 18px;
    padding: 18px 20px 18px 24px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.process__footer-copy {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 14px;
}

.process__footer-copy > .icon {
    width: 30px;
    min-width: 30px;
    color: #62d7e5;
}

.process__footer-copy strong,
.process__footer-copy span {
    display: block;
}

.process__footer-copy strong {
    margin-bottom: 2px;
    font-size: .92rem;
}

.process__footer-copy span {
    color: #aebfd0;
    font-size: .77rem;
}

.process__footer .button {
    min-width: 190px;
    padding: 15px 20px;
}

/* Feature */
.feature__grid,
.service-detail__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 88px;
    align-items: center;
}

.feature__media {
    position: relative;
}

.feature__media::before {
    position: absolute;
    z-index: -1;
    top: -28px;
    left: -28px;
    width: 58%;
    height: 58%;
    content: "";
    background-image: radial-gradient(rgba(17, 103, 232, .25) 1px, transparent 1px);
    background-size: 14px 14px;
}

.feature__media img,
.service-detail__grid > img {
    width: 100%;
    aspect-ratio: 1.05;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.feature__caption {
    position: absolute;
    right: -24px;
    bottom: 32px;
    display: flex;
    min-width: 205px;
    padding: 18px 22px;
    color: #fff;
    background: var(--blue);
    border-radius: 16px;
    box-shadow: 0 16px 35px rgba(17, 103, 232, .24);
    flex-direction: column;
}

.feature__caption strong {
    font-size: 1.3rem;
}

.feature__caption span {
    color: #dceaff;
    font-size: .75rem;
}

.feature__content h2,
.service-detail h2 {
    margin-bottom: 24px;
}

.feature__content > p,
.service-detail p {
    color: var(--muted);
}

.feature-list {
    display: grid;
    gap: 14px;
    margin: 30px 0;
}

.feature-list > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-list > div > .icon {
    width: 42px;
    height: 42px;
    padding: 9px;
    color: var(--blue);
    background: var(--sky);
    border-radius: 12px;
}

.feature-list span {
    display: flex;
    font-size: .8rem;
    flex-direction: column;
}

.feature-list strong {
    color: var(--ink);
    font-size: .95rem;
}

/* Pricing */
.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.price-grid--verification {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
    position: relative;
    display: flex;
    padding: 36px 30px 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    flex-direction: column;
}

.price-card--featured {
    color: #d6e3ef;
    background: var(--ink);
    border-color: var(--ink);
    box-shadow: var(--shadow);
}

.price-card--collective {
    background: linear-gradient(145deg, #eef6ff, #ffffff);
    border-color: #bcd5f2;
}

.price-card--collective .price-card__tag {
    color: #fff;
    background: var(--blue);
}

.price-card__tag {
    position: absolute;
    top: -13px;
    left: 30px;
    padding: 6px 12px;
    color: var(--ink);
    background: var(--orange);
    border-radius: 99px;
    font-size: .68rem;
    font-weight: 850;
}

.price-card > p {
    margin-bottom: 12px;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.price-card--featured > p {
    color: #9fb2c6;
}

.price-card h3 {
    margin-bottom: 1px;
    color: var(--ink);
    font-size: 2.25rem;
}

.price-card--featured h3 {
    color: #fff;
}

.price-card > span:not(.price-card__tag) {
    margin-bottom: 28px;
    color: var(--muted);
    font-size: .75rem;
}

.price-card ul {
    margin-bottom: 30px;
}

.price-card li {
    margin-bottom: 13px;
}

.price-card--featured li {
    color: #d6e3ef;
}

.price-card .button {
    margin-top: auto;
}

.pricing__note {
    margin: 28px auto 0;
    color: var(--muted);
    font-size: .8rem;
    text-align: center;
}

/* Business pricing */
.business-pricing {
    background: #edf4fa;
}

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

.business-offer {
    display: flex;
    min-width: 0;
    min-height: 560px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--cyan);
    border-radius: var(--radius);
    box-shadow: 0 14px 38px rgba(11, 36, 63, .07);
    flex-direction: column;
}

.business-offer--featured {
    color: #d6e3ef;
    background: var(--ink);
    border-color: var(--ink);
    border-top-color: var(--orange);
    box-shadow: var(--shadow);
}

.business-offer__meta {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.business-offer__meta > span {
    color: var(--blue);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.business-offer__meta > strong {
    padding: 9px 11px;
    color: var(--ink);
    background: var(--sky);
    border-radius: 8px;
    font-size: .72rem;
    white-space: nowrap;
}

.business-offer--featured .business-offer__meta > span {
    color: #75e0ed;
}

.business-offer--featured .business-offer__meta > strong {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.business-offer h3 {
    min-height: 3.1em;
    margin-bottom: 14px;
    font-size: 1.35rem;
}

.business-offer--featured h3 {
    color: #fff;
}

.business-offer > p {
    min-height: 7em;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: .82rem;
}

.business-offer--featured > p {
    color: #aebfd0;
}

.business-offer__price {
    display: grid;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    grid-template-columns: auto 1fr;
    align-items: end;
    column-gap: 7px;
}

.business-offer--featured .business-offer__price {
    border-top-color: rgba(255, 255, 255, .14);
}

.business-offer__price small {
    padding-bottom: 7px;
    color: var(--muted);
    font-size: .74rem;
    font-weight: 750;
}

.business-offer__price strong {
    color: var(--ink);
    font-size: 2.15rem;
    line-height: 1;
}

.business-offer--featured .business-offer__price strong {
    color: #fff;
}

.business-offer__price span {
    margin-top: 7px;
    color: var(--muted);
    font-size: .72rem;
    grid-column: 1 / -1;
}

.business-offer ul {
    display: grid;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
    gap: 12px;
}

.business-offer li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--ink-2);
    font-size: .78rem;
    font-weight: 700;
}

.business-offer--featured li {
    color: #d6e3ef;
}

.business-offer li .icon {
    width: 18px;
    min-width: 18px;
    color: var(--cyan);
}

.business-offer .button {
    margin-top: auto;
}

.business-pricing__note {
    display: grid;
    margin-top: 24px;
    padding: 24px 28px;
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
}

.business-pricing__note > .icon {
    width: 28px;
    color: var(--blue);
}

.business-pricing__note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
    font-size: .92rem;
}

.business-pricing__note p {
    margin: 0;
    color: var(--muted);
    font-size: .78rem;
}

/* Works */
.works-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr 1.25fr;
    gap: 12px;
}

.works-grid figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
}

.works-grid img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform .5s ease;
}

.works-grid figure:hover img {
    transform: scale(1.04);
}

/* Reviews */
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.review-card {
    display: flex;
    min-height: 320px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    flex-direction: column;
}

.stars {
    margin-bottom: 22px;
    color: #ffae2b;
    font-size: .86rem;
    letter-spacing: .12em;
}

.review-card blockquote {
    margin-bottom: 26px;
    color: var(--ink-2);
    font-size: .92rem;
}

.review-card__author {
    display: flex;
    margin-top: auto;
    align-items: center;
    gap: 12px;
}

.review-card__author img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}

.review-card__author div {
    display: flex;
    line-height: 1.3;
    flex-direction: column;
}

.review-card__author strong {
    color: var(--ink);
    font-size: .87rem;
}

.review-card__author span {
    margin-top: 4px;
    color: var(--muted);
    font-size: .7rem;
}

/* FAQ */
.faq-layout {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 90px;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 120px;
}

.faq-intro h2 {
    margin-bottom: 22px;
}

.faq-intro p {
    color: var(--muted);
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.faq-list details.is-opening,
.faq-list details.is-closing {
    will-change: height;
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 25px 0;
    color: var(--ink);
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 780;
    list-style: none;
}

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

.faq-list summary span {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    background: var(--mist);
    border-radius: 10px;
}

.faq-list summary span::before,
.faq-list summary span::after {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 14px;
    height: 2px;
    content: "";
    background: var(--blue);
    transition: transform .2s ease;
}

.faq-list summary span::after {
    transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
    transform: rotate(0);
}

.faq-answer {
    overflow: hidden;
}

.faq-list details p {
    max-width: 720px;
    margin-bottom: 0;
    padding: 0 60px 26px 0;
    color: var(--muted);
    font-size: .9rem;
}

/* Conversion and CF7 */
.conversion {
    color: #c8d8e6;
    background:
        radial-gradient(circle at 75% 20%, rgba(72, 198, 217, .16), transparent 35%),
        var(--ink);
}

.conversion__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: center;
}

.conversion__copy h2 {
    max-width: 560px;
    margin-bottom: 22px;
    color: #fff;
}

.conversion__copy > p {
    max-width: 540px;
    color: #afc0d0;
}

.conversion__contact {
    display: flex;
    margin-top: 32px;
    align-items: center;
    gap: 14px;
}

.conversion__contact > .icon {
    width: 46px;
    height: 46px;
    padding: 10px;
    color: #63dbe8;
    background: rgba(99, 219, 232, .1);
    border-radius: 14px;
}

.conversion__contact span {
    display: flex;
    color: #8fa6ba;
    font-size: .74rem;
    flex-direction: column;
}

.conversion__contact a {
    color: #fff;
    font-size: 1.12rem;
    font-weight: 850;
}

.lead-card {
    overflow: hidden;
    color: var(--text);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.lead-card__head {
    padding: 34px 38px 22px;
    color: #c8d8e6;
    background: #102f4e;
}

.lead-card__head h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.8rem;
}

.lead-card__head p {
    margin-bottom: 0;
    color: #a9bed0;
    font-size: .84rem;
}

.lead-card__body {
    padding: 28px 38px 34px;
}

.lead-card__consent {
    margin-top: 12px;
    margin-bottom: 0;
    color: var(--text);
    font-size: .82rem;
    line-height: 1.55;
}

.lead-card__consent a {
    color: var(--blue);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wpcf7 form,
.wpcf7 p {
    margin: 0;
}

.wpcf7 label {
    display: block;
    margin-bottom: 13px;
    color: var(--ink-2);
    font-size: .76rem;
    font-weight: 750;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-top: 6px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.prose input,
.prose textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--ink);
    background: var(--mist);
    border: 1px solid #d9e3ec;
    border-radius: 11px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.wpcf7 textarea,
.prose textarea {
    height: 82px;
    min-height: 82px;
    resize: vertical;
}

/* Hierarchical service menu */
.site-nav__list > li,
.site-nav .menu > li {
    position: relative;
}

.site-nav .menu-item-has-children > a {
    padding-right: 17px;
}

.site-nav .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 7px;
    height: 7px;
    content: "";
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s ease;
}

.site-nav .sub-menu {
    position: absolute;
    z-index: 110;
    top: calc(100% - 12px);
    left: -22px;
    display: grid;
    width: 282px;
    margin: 0;
    padding: 10px;
    gap: 3px;
    list-style: none;
    background: rgba(255, 255, 255, .99);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 22px 52px rgba(11, 36, 63, .16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
}

.site-nav .menu-item-has-children:hover > .sub-menu,
.site-nav .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.site-nav .menu-item-has-children:hover > a::before,
.site-nav .menu-item-has-children:focus-within > a::before {
    transform: translateY(-20%) rotate(225deg);
}

.site-nav .sub-menu a {
    padding: 13px 14px;
    color: var(--ink-2);
    border-radius: 10px;
    font-size: .82rem;
    line-height: 1.35;
}

.site-nav .sub-menu a::after {
    display: none;
}

.site-nav .sub-menu a:hover,
.site-nav .sub-menu .current-menu-item > a,
.site-nav .sub-menu .current_page_item > a {
    color: var(--blue);
    background: var(--sky);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.prose input:focus,
.prose textarea:focus {
    background: #fff;
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(17, 103, 232, .1);
}

.wpcf7 input[type="submit"] {
    width: 100%;
    min-height: 52px;
    margin-top: 4px;
    color: #fff;
    background: var(--blue);
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: var(--blue-dark);
    transform: translateY(-1px);
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    font-size: .72rem;
}

.lead-card__fallback {
    padding: 22px;
    text-align: center;
    background: var(--mist);
    border-radius: 14px;
}

.lead-card__fallback a {
    color: var(--blue);
    font-size: 1.3rem;
    font-weight: 850;
}

/* Service pages */
.breadcrumb {
    display: flex;
    gap: 9px;
    margin-bottom: 48px;
    color: #7d91a4;
    font-size: .75rem;
}

.breadcrumb a:hover {
    color: var(--blue);
}

.service-hero,
.contact-hero {
    position: relative;
    padding: 46px 0 92px;
    overflow: hidden;
    background: linear-gradient(135deg, #f4f8fc, #e8f2ff);
}

.service-hero::after,
.contact-hero::after {
    position: absolute;
    right: -130px;
    bottom: -180px;
    width: 450px;
    height: 450px;
    content: "";
    border: 90px solid rgba(17, 103, 232, .06);
    border-radius: 50%;
}

.service-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 80px;
    align-items: center;
}

.service-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(2.7rem, 4.5vw, 4.5rem);
}

.service-hero__content > p {
    max-width: 670px;
    margin-bottom: 28px;
    font-size: 1.08rem;
}

.service-hero__price {
    display: grid;
    width: fit-content;
    margin-bottom: 28px;
    grid-template-columns: auto auto;
    column-gap: 14px;
    align-items: end;
}

.service-hero__price small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: .72rem;
}

.service-hero__price strong {
    color: var(--blue);
    font-size: 2.2rem;
    line-height: 1.2;
}

.service-hero__price span {
    padding-bottom: 5px;
    color: var(--muted);
    font-size: .74rem;
}

.service-hero__media {
    position: relative;
    width: 86%;
    max-width: 450px;
    margin-left: auto;
}

.service-hero__media > img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 10px solid #fff;
    border-radius: 180px 180px 28px 28px;
    box-shadow: var(--shadow);
}

.service-hero__badge {
    position: absolute;
    right: -18px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
}

.service-hero__badge .icon {
    color: var(--blue);
}

.service-hero__badge span {
    display: flex;
    color: var(--muted);
    font-size: .72rem;
    flex-direction: column;
}

.service-hero__badge strong {
    color: var(--ink);
    font-size: .88rem;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.benefit-grid article {
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
}

.benefit-grid article > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    color: var(--blue);
    background: var(--sky);
    border-radius: 15px;
    place-items: center;
}

.benefit-grid h2 {
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.benefit-grid p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .86rem;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.offer-card {
    position: relative;
    display: flex;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    flex-direction: column;
}

.offer-card--accent {
    border: 2px solid var(--blue);
    box-shadow: var(--shadow-sm);
}

.offer-card__tag {
    position: absolute;
    top: -13px;
    left: 30px;
    padding: 6px 11px;
    color: #fff;
    background: var(--blue);
    border-radius: 99px;
    font-size: .68rem;
    font-weight: 800;
}

.offer-card h3 {
    margin-bottom: 12px;
}

.offer-card__price {
    margin-bottom: 24px;
    color: var(--blue);
    font-size: 2rem;
    font-weight: 850;
    line-height: 1.2;
}

.offer-card ul {
    margin-bottom: 28px;
}

.offer-card .button {
    margin-top: auto;
}

.service-steps__grid {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-steps__grid li {
    position: relative;
    display: flex;
    min-height: 410px;
    overflow: hidden;
    padding: 24px;
    flex-direction: column;
    background-color: #0b1b2e;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(1, 13, 27, .26);
    isolation: isolate;
}

.service-steps__grid li::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 16, 29, .14) 0%, rgba(5, 16, 29, .3) 42%, rgba(5, 16, 29, .92) 78%, #071522 100%);
    content: "";
}

.service-steps--replacement li:nth-child(1) {
    background-image: url("../images/steps-replacement-consultation.webp");
}

.service-steps--replacement li:nth-child(2) {
    background-image: url("../images/steps-replacement-preparation.webp");
}

.service-steps--replacement li:nth-child(3) {
    background-image: url("../images/steps-replacement-mounting.webp");
}

.service-steps--replacement li:nth-child(4) {
    background-image: url("../images/steps-replacement-documents.webp");
}

.service-steps--installation li:nth-child(1) {
    background-image: url("../images/steps-installation-assessment.webp");
}

.service-steps--installation li:nth-child(2) {
    background-image: url("../images/steps-installation-preparation.webp");
}

.service-steps--installation li:nth-child(3) {
    background-image: url("../images/steps-installation-mounting.webp");
}

.service-steps--installation li:nth-child(4) {
    background-image: url("../images/steps-installation-commissioning.webp");
}

.service-steps__grid li > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
    background: rgba(31, 169, 190, .82);
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(2, 19, 32, .25);
    backdrop-filter: blur(7px);
}

.service-steps__grid h3 {
    margin-top: auto;
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.18rem;
    line-height: 1.18;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .72);
}

.service-steps__grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .9);
    font-size: .84rem;
    line-height: 1.55;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .78);
}

.service-detail__grid > img {
    aspect-ratio: 1.15;
}

.tick-list {
    display: grid;
    margin-top: 26px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}

/* Contact */
.contact-hero {
    padding-bottom: 78px;
}

.contact-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr .82fr;
    gap: 80px;
    align-items: center;
}

.contact-hero h1 {
    margin-bottom: 0;
    font-size: clamp(2.7rem, 4.5vw, 4.4rem);
}

.contact-hero__content > p {
    max-width: 660px;
    margin-bottom: 28px;
    color: var(--muted);
}

.contact-hero__media > img {
    object-position: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.contact-cards {
    display: grid;
    gap: 14px;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

a.contact-card:hover {
    border-color: #b6d1ef;
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
}

.contact-card > span {
    display: grid;
    width: 48px;
    height: 48px;
    color: var(--blue);
    background: var(--sky);
    border-radius: 14px;
    place-items: center;
}

.contact-card div {
    display: flex;
    flex-direction: column;
}

.contact-card small {
    margin-bottom: 3px;
    color: var(--muted);
    font-size: .72rem;
}

.contact-card strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.contact-card p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: .75rem;
}

.contact-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 24px;
    color: #c8d8e6;
    background: var(--ink);
    border-radius: 18px;
}

.contact-note .icon {
    color: #5fd7e5;
}

.contact-note p {
    margin: 0;
    font-size: .82rem;
}

.contact-note strong {
    display: block;
    color: #fff;
}

.contact-section .lead-card {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

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

.help-grid article {
    padding: 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.help-grid article > span {
    display: block;
    margin-bottom: 30px;
    color: var(--blue);
    font-size: .72rem;
    font-weight: 850;
}

.help-grid h3 {
    margin-bottom: 10px;
    font-size: 1.15rem;
}

.help-grid p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .8rem;
}

/* Generic content */
.prose h1 {
    font-size: clamp(2.5rem, 4.5vw, 4rem);
}

.prose h2 {
    margin: 48px 0 16px;
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    line-height: 1.25;
}

.prose h3 {
    margin: 32px 0 12px;
    font-size: 1.2rem;
}

.prose p,
.prose li {
    line-height: 1.75;
}

.prose ul,
.prose ol {
    padding-left: 24px;
}

.prose a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prose > * {
    max-width: 100%;
}

.empty-state {
    padding: 60px 0;
    text-align: center;
}

.empty-state > span {
    display: block;
    color: var(--sky);
    font-size: clamp(7rem, 20vw, 15rem);
    font-weight: 900;
    line-height: .8;
}

.empty-state h1 {
    margin-top: -20px;
}

.empty-state p {
    max-width: 600px;
    margin-inline: auto;
}

.empty-state__links,
.empty-state__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
}

.empty-state__links {
    margin-top: 24px;
}

.empty-state__links a {
    color: var(--blue);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.empty-state__actions {
    margin-top: 28px;
}

@media (max-width: 540px) {
    .empty-state__actions {
        display: grid;
    }
}

/* Company and reference pages */
.info-hero {
    padding: 46px 0 88px;
    overflow: hidden;
    background: #edf4fa;
}

.info-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr);
    gap: 76px;
    align-items: center;
}

.info-hero__content h1 {
    max-width: 850px;
    margin-bottom: 24px;
}

.info-hero__content > p {
    max-width: 720px;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 1.08rem;
}

.info-hero__points {
    display: grid;
    max-width: 760px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 20px;
}

.info-hero__points li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--ink);
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.4;
}

.info-hero__points .icon {
    width: 19px;
    min-width: 19px;
    color: var(--cyan);
}

.info-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.info-hero__media {
    position: relative;
    width: min(440px, 100%);
    margin: 0 0 0 auto;
}

.info-hero__media > img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 8px solid #fff;
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.info-hero__media figcaption {
    position: absolute;
    right: -18px;
    bottom: 26px;
    display: flex;
    max-width: 260px;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    color: var(--muted);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    font-size: .72rem;
}

.info-hero__media figcaption .icon {
    width: 26px;
    min-width: 26px;
    color: var(--blue);
}

.info-hero__media figcaption span {
    display: flex;
    flex-direction: column;
}

.info-hero__media figcaption strong {
    color: var(--ink);
    font-size: .86rem;
}

.info-section-nav {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.info-section-nav__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-section-nav a {
    position: relative;
    display: flex;
    min-height: 72px;
    padding: 14px 20px;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    border-right: 1px solid var(--line);
    font-size: .78rem;
    font-weight: 800;
    text-align: center;
}

.info-section-nav a:first-child {
    border-left: 1px solid var(--line);
}

.info-section-nav a::after {
    position: absolute;
    right: 24px;
    bottom: -1px;
    left: 24px;
    height: 3px;
    content: "";
    background: transparent;
}

.info-section-nav a:hover,
.info-section-nav a[aria-current="page"] {
    color: var(--blue);
}

.info-section-nav a[aria-current="page"]::after {
    background: var(--blue);
}

.info-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}

.info-split + .info-card-grid {
    margin-top: 52px;
}

.info-split .section-heading {
    margin-bottom: 0;
}

.info-copy {
    color: var(--muted);
    font-size: .94rem;
}

.info-copy p:last-child,
.info-copy ul:last-child {
    margin-bottom: 0;
}

.info-card-grid,
.info-service-grid {
    display: grid;
    gap: 18px;
}

.info-card-grid--three,
.info-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.info-service-grid article {
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.info-card > span,
.info-service-grid article > span {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    color: var(--blue);
    background: var(--sky);
    border-radius: 12px;
    place-items: center;
}

.info-card h3,
.info-service-grid h3 {
    margin-bottom: 11px;
    font-size: 1.18rem;
}

.info-card p,
.info-service-grid p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .82rem;
}

.info-service-grid article {
    display: flex;
    min-height: 305px;
    flex-direction: column;
}

.info-service-grid .text-link {
    margin-top: auto;
    padding-top: 22px;
    font-size: .8rem;
}

.info-service-grid--guarantees article {
    min-height: 340px;
}

.info-steps {
    display: grid;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.info-steps--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 42px;
}

.info-steps li {
    padding-top: 22px;
    border-top: 2px solid var(--line);
}

.info-steps li > span {
    display: inline-flex;
    margin-bottom: 34px;
    color: var(--blue);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.info-steps h3 {
    margin-bottom: 10px;
    font-size: 1.08rem;
}

.info-steps p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .8rem;
}

.info-split--callout {
    align-items: center;
}

.info-callout {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 30px;
    color: #c7d7e5;
    background: var(--ink);
    border-radius: 18px;
}

.info-callout > .icon {
    width: 34px;
    min-width: 34px;
    color: var(--cyan);
}

.info-callout strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.08rem;
}

.info-callout p {
    margin-bottom: 0;
    font-size: .82rem;
}

.info-callout .text-link {
    margin-top: 18px;
    color: #75e0ed;
    font-size: .78rem;
}

.info-callout--plain {
    color: var(--muted);
    background: var(--mist);
    border: 1px solid var(--line);
}

.info-callout--plain strong {
    color: var(--ink);
}

.info-check-list {
    display: grid;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    gap: 12px;
}

.info-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--ink);
    font-weight: 700;
}

.info-check-list .icon {
    width: 20px;
    min-width: 20px;
    color: var(--cyan);
}

.info-source-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 36px;
}

.info-source-list a {
    display: grid;
    min-height: 94px;
    padding: 20px 0;
    align-items: center;
    color: var(--ink);
    border-top: 1px solid var(--line);
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 14px;
}

.info-source-list a:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
}

.info-source-list a > span {
    color: var(--blue);
    font-size: .74rem;
    font-weight: 850;
}

.info-source-list a > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.info-source-list strong {
    margin-bottom: 4px;
    font-size: .9rem;
}

.info-source-list small {
    color: var(--muted);
    font-size: .72rem;
}

.info-source-list b {
    color: var(--blue);
    font-size: 1.1rem;
}

.info-source-list a:hover strong {
    color: var(--blue);
}

.info-legal-note {
    display: grid;
    margin-top: 34px;
    padding: 22px 24px;
    color: #584817;
    background: #fff7d6;
    border-left: 4px solid #f2c94c;
    grid-template-columns: minmax(230px, .45fr) 1fr;
    gap: 24px;
    font-size: .78rem;
}

.info-legal-note p {
    margin: 0;
}

.info-center-action {
    display: flex;
    margin-top: 46px;
    justify-content: center;
}

.info-cta {
    color: #c4d4e2;
    background: var(--ink);
}

.info-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 70px;
    align-items: center;
}

.info-cta h2 {
    max-width: 830px;
    margin-bottom: 18px;
    color: #fff;
}

.info-cta p {
    max-width: 700px;
    margin-bottom: 0;
    color: #b4c5d4;
}

.info-cta__actions {
    display: grid;
    min-width: 260px;
    gap: 10px;
}

.info-cta__actions > span {
    color: #8fa6ba;
    font-size: .7rem;
    text-align: center;
}

/* Footer */
.site-footer {
    padding: 72px 0 0;
    color: #9eb2c5;
    background: #071b2f;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.3fr .62fr .85fr 1fr;
    gap: 52px;
    padding-bottom: 60px;
}

.site-footer .brand__type {
    color: #fff;
}

.footer-brand > p {
    max-width: 390px;
    margin: 24px 0;
    font-size: .82rem;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b9cad8;
    font-size: .75rem;
}

.footer-badge .icon {
    width: 19px;
    color: #5ed6e4;
}

.site-footer h2 {
    margin: 6px 0 22px;
    color: #fff;
    font-size: .9rem;
    letter-spacing: .03em;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin-bottom: 11px;
    font-size: .78rem;
}

.site-footer a:hover {
    color: #fff;
}

.footer-contacts li:first-child a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 850;
}

.footer-bottom {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .7rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom__links {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.mobile-actions {
    display: none;
}

/* Safety net for global Xtra/Codevz elements if the legacy plugin restores them. */
body > .backtotop,
body > .cz_fixed_top_border,
body > .cz_fixed_bottom_border,
body > .xtra-fixed-mobile-nav {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* WordPress helpers */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.alignwide {
    width: min(1100px, 100%);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* Responsive */
@media (max-width: 1120px) {
    .header-contact {
        display: none;
    }

    .hero__grid {
        gap: 40px;
    }

    .registry-float {
        right: 0;
    }

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

    .works-grid img {
        height: 330px;
    }

}

@media (max-width: 900px) {
    html {
        scroll-padding-top: 80px;
    }

    .container {
        width: min(calc(100% - 32px), var(--container));
    }

    .section {
        padding: 84px 0;
    }

    .utility-bar__inner {
        justify-content: space-between;
    }

    .utility-bar__inner span:nth-child(2),
    .utility-bar__trust {
        display: none;
    }

    .nav-shell__inner {
        min-height: 72px;
    }

    .menu-toggle {
        position: relative;
        display: block;
        margin-left: auto;
    }

    .site-nav {
        position: absolute;
        z-index: 99;
        top: 100%;
        right: 0;
        bottom: auto;
        left: 0;
        display: flex;
        height: calc(100vh - 110px);
        height: calc(100dvh - 110px);
        padding: 18px 20px 110px;
        overflow: auto;
        background: #fff;
        flex-direction: column;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity .2s ease, transform .2s ease;
    }

    .admin-bar .site-nav {
        top: 100%;
        height: calc(100vh - 142px);
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav__list,
    .site-nav .menu {
        display: grid;
        gap: 0;
    }

    .site-nav a {
        padding: 18px 8px;
        border-bottom: 1px solid var(--line);
        font-size: 1.1rem;
        text-align: center;
    }

    .site-nav a::after {
        display: none;
    }

    .site-nav__meta {
        display: grid;
        gap: 16px;
        margin-top: auto;
        padding: 22px 8px 0;
        border-top: 1px solid var(--line);
    }

    .site-nav__meta-item {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        color: var(--ink);
        font-size: .88rem;
        font-weight: 700;
        line-height: 1.4;
    }

    .site-nav__meta-item .icon {
        width: 22px;
        height: 22px;
        margin: 2px auto 0;
        color: var(--blue);
    }

    .site-nav__meta-item small {
        display: block;
        margin-bottom: 2px;
        color: var(--muted);
        font-size: .7rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .hero {
        padding-top: 62px;
    }

    .hero__grid,
    .service-hero__grid,
    .contact-hero__grid,
    .contact-grid,
    .conversion__grid,
    .info-hero__grid,
    .info-split,
    .info-cta__inner {
        grid-template-columns: 1fr;
    }

    .hero__grid {
        gap: 50px;
    }

    .hero-visual {
        width: min(580px, 100%);
        min-height: 500px;
        margin-inline: auto;
    }

    .hero-visual__frame {
        left: 7%;
        width: 86%;
        height: 470px;
    }

    .price-float {
        bottom: 5px;
    }

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

    .trust-ribbon div:nth-child(3) {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .trust-ribbon div:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .section-heading--split {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-grid,
    .price-grid,
    .business-offers,
    .review-grid,
    .offer-grid,
    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .business-offer--featured {
        grid-column: auto;
    }

    .service-card {
        min-height: 570px;
    }

    .service-card__footer {
        margin-top: 30px;
    }

    .process__header {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .service-steps__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .feature__grid,
    .service-detail__grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .feature__media,
    .service-detail__grid > img {
        width: min(650px, 100%);
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-intro {
        position: static;
    }

    .service-hero__media {
        width: min(470px, 100%);
        margin-right: auto;
    }

    .contact-hero__grid {
        gap: 20px;
    }

    .contact-grid,
    .conversion__grid {
        gap: 50px;
    }

    .info-hero__grid {
        gap: 48px;
    }

    .info-hero__media {
        margin-right: auto;
    }

    .info-split,
    .info-cta__inner {
        gap: 34px;
    }

    .info-card-grid--three,
    .info-card-grid--four,
    .info-steps,
    .info-steps--six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .info-service-grid article,
    .info-service-grid--guarantees article {
        min-height: 0;
    }

    .info-source-list {
        grid-template-columns: 1fr;
    }

    .info-source-list a:nth-last-child(2) {
        border-bottom: 0;
    }

    .info-cta__actions {
        width: min(360px, 100%);
    }

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

    .footer-main {
        grid-template-columns: 1.2fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 620px) {
    html {
        scroll-padding-top: 72px;
    }

    body {
        padding-bottom: 0;
        font-size: 16px;
    }

    .section {
        padding: 68px 0;
    }

    h1 {
        font-size: clamp(2.55rem, 12vw, 3.7rem);
    }

    h2 {
        font-size: clamp(2rem, 9vw, 2.7rem);
    }

    .utility-bar {
        display: none;
    }

    .brand__mark {
        width: 39px;
        height: 39px;
    }

    .brand__type strong {
        font-size: 18px;
    }

    .site-nav {
        top: 100%;
        height: calc(100vh - 72px);
        height: calc(100dvh - 72px);
    }

    .admin-bar .site-nav {
        top: 100%;
        height: calc(100vh - 118px);
        height: calc(100dvh - 118px);
    }

    .hero {
        padding-top: 36px;
    }

    .hero__grid {
        gap: 30px;
    }

    .status-pill {
        margin-bottom: 18px;
        padding: 7px 11px;
        font-size: .72rem;
    }

    .hero h1 {
        margin-bottom: 18px;
        font-size: clamp(2.35rem, 10.5vw, 2.8rem);
    }

    .hero h1 em {
        white-space: normal;
    }

    .hero__actions {
        display: grid;
        gap: 10px;
    }

    .hero__lead {
        margin-bottom: 24px;
        font-size: 1rem;
        line-height: 1.55;
    }

    .hero__checks {
        display: grid;
        margin-top: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 12px;
    }

    .hero-visual {
        min-height: 300px;
    }

    .hero-visual__frame {
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        aspect-ratio: 4 / 3;
        border-width: 7px;
        border-radius: 120px 120px 22px 22px;
    }

    .hero-visual__frame img {
        object-position: center 22%;
        border-radius: 113px 113px 15px 15px;
    }

    .registry-float {
        top: 14px;
        right: 8px;
        padding: 11px 13px;
    }

    .price-float {
        display: none;
    }

    .trust-ribbon {
        margin-top: 32px;
    }

    .trust-ribbon div {
        min-height: 80px;
        padding: 14px;
    }

    .trust-ribbon strong {
        font-size: 1.12rem;
    }

    .trust-ribbon span {
        margin-top: 3px;
        font-size: .7rem;
        line-height: 1.35;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .services,
    .process {
        padding: 56px 0;
    }

    .service-grid {
        gap: 14px;
    }

    .service-card,
    .price-card,
    .business-offer,
    .review-card,
    .offer-card {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .business-offer,
    .business-offer--featured {
        min-height: 0;
    }

    .business-offer h3,
    .business-offer > p {
        min-height: 0;
    }

    .business-pricing__note {
        padding: 22px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-card {
        min-height: 430px;
        padding: 22px;
        border-radius: 18px;
    }

    .service-card__top {
        margin-bottom: 60px;
    }

    .service-card h3 {
        margin-bottom: 12px;
        font-size: 1.35rem;
    }

    .service-card > p {
        margin-bottom: 16px;
        font-size: .88rem;
        line-height: 1.55;
    }

    .service-card li {
        margin-bottom: 7px;
        font-size: .8rem;
    }

    .service-card__footer {
        margin-top: 18px;
        padding-top: 16px;
    }

    .service-card__footer a {
        padding: 8px 10px;
    }

    .process__header {
        margin-bottom: 24px;
        gap: 18px;
    }

    .process-proof {
        padding: 16px;
        border-radius: 16px;
    }

    .process-proof ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .process-proof li {
        font-size: .74rem;
        line-height: 1.35;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-steps__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-steps__grid li {
        min-height: 400px;
        padding: 22px;
    }

    .process-step {
        min-height: 300px;
        padding: 20px;
        border-radius: 18px;
    }

    .process-step__meta {
        margin-bottom: 48px;
    }

    .process-step__meta small {
        padding: 6px 7px;
        font-size: .64rem;
    }

    .process-grid h3 {
        margin-bottom: 10px;
        font-size: 1.12rem;
    }

    .process-grid p {
        font-size: .8rem;
        line-height: 1.55;
    }

    .process__footer {
        margin-top: 14px;
        padding: 16px;
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        border-radius: 16px;
    }

    .process__footer-copy {
        align-items: flex-start;
        gap: 11px;
    }

    .process__footer-copy > .icon {
        width: 26px;
        min-width: 26px;
    }

    .process__footer-copy strong {
        font-size: .86rem;
    }

    .process__footer-copy span {
        font-size: .74rem;
    }

    .process__footer .button {
        width: 100%;
    }

    .feature__caption {
        right: -6px;
        bottom: 18px;
    }

    .works-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .works-grid img {
        height: 210px;
    }

    .faq-list summary {
        font-size: .95rem;
    }

    .faq-list details p {
        padding-right: 0;
    }

    .lead-card__head,
    .lead-card__body {
        padding-right: 24px;
        padding-left: 24px;
    }

    .service-hero,
    .contact-hero,
    .info-hero {
        padding: 30px 0 66px;
    }

    .breadcrumb {
        margin-bottom: 34px;
    }

    .service-hero__grid {
        gap: 45px;
    }

    .service-hero__media > img {
        border-width: 7px;
        border-radius: 120px 120px 22px 22px;
    }

    .service-hero__badge {
        right: -5px;
        bottom: 20px;
    }

    .tick-list,
    .help-grid {
        grid-template-columns: 1fr;
    }

    .info-hero__content > p {
        font-size: 1rem;
    }

    .info-hero__points {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .info-hero__actions {
        display: grid;
    }

    .info-hero__media > img {
        border-width: 6px;
        border-radius: 18px;
    }

    .info-hero__media figcaption {
        right: -5px;
        bottom: 18px;
        max-width: 235px;
    }

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

    .info-section-nav a {
        min-height: 66px;
        padding: 11px 8px;
        border-bottom: 1px solid var(--line);
        font-size: .7rem;
        line-height: 1.35;
    }

    .info-section-nav a:nth-child(odd) {
        border-left: 1px solid var(--line);
    }

    .info-section-nav a::after {
        right: 10px;
        left: 10px;
    }

    .info-split + .info-card-grid {
        margin-top: 34px;
    }

    .info-card-grid--three,
    .info-card-grid--four,
    .info-steps,
    .info-steps--six {
        grid-template-columns: 1fr;
    }

    .info-card,
    .info-service-grid article {
        padding: 24px 22px;
        border-radius: 16px;
    }

    .info-steps,
    .info-steps--six {
        gap: 28px;
    }

    .info-steps li > span {
        margin-bottom: 18px;
    }

    .info-callout {
        padding: 24px 22px;
        border-radius: 16px;
    }

    .info-source-list a {
        grid-template-columns: 32px minmax(0, 1fr) 18px;
        gap: 10px;
    }

    .info-legal-note {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .info-center-action .button,
    .info-cta__actions,
    .info-cta__actions .button {
        width: 100%;
    }

    .info-cta__inner {
        gap: 28px;
    }

    .help-grid article > span {
        margin-bottom: 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .site-footer {
        padding-bottom: calc(68px + env(safe-area-inset-bottom));
    }

    .footer-bottom {
        padding: 22px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .footer-bottom__links {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .mobile-actions {
        position: fixed;
        z-index: 200;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        height: 68px;
        padding-bottom: env(safe-area-inset-bottom);
        color: var(--ink);
        background: rgba(255, 255, 255, .97);
        border-top: 1px solid var(--line);
        grid-template-columns: 1fr 1fr;
        box-shadow: 0 -8px 28px rgba(11, 36, 63, .12);
        backdrop-filter: blur(14px);
    }

    .mobile-actions a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: .78rem;
        font-weight: 800;
    }

    .mobile-actions a:first-child {
        color: #fff;
        background: var(--blue);
    }

    .mobile-actions .icon {
        width: 20px;
    }
}

/* One desktop scale for page and section headings across all templates. */
@media (min-width: 901px) {
    h1,
    .service-hero h1,
    .contact-hero h1,
    .prose h1 {
        font-size: clamp(2.8rem, 4.5vw, 4.5rem);
    }

    h2 {
        font-size: clamp(2.1rem, 3.5vw, 3.6rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Service-area catalogue and landing pages (v1.6.0) */
.home-areas {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(72, 198, 217, .14), transparent 26%),
        linear-gradient(135deg, #edf5ff 0%, #f8fbfe 58%, #fff 100%);
}

.home-areas__grid {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
    gap: 84px;
    align-items: center;
}

.home-areas__copy h2 {
    margin-bottom: 20px;
}

.home-areas__copy p {
    max-width: 590px;
    margin-bottom: 30px;
    color: var(--muted);
}

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

.home-areas__directions a {
    display: flex;
    min-height: 82px;
    padding: 18px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink);
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(11, 36, 63, .09);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(11, 36, 63, .05);
    font-weight: 820;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-areas__directions a:hover {
    color: var(--blue);
    border-color: rgba(17, 103, 232, .35);
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.home-areas__directions b {
    color: var(--blue);
    font-size: 1.15rem;
}

.area-hero,
.areas-index__hero {
    position: relative;
    padding: 46px 0 96px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(72, 198, 217, .15), transparent 28%),
        linear-gradient(135deg, #f4f8fc 0%, #e8f2ff 62%, #f7fbff 100%);
}

.area-hero::after,
.areas-index__hero::after {
    position: absolute;
    right: -150px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    content: "";
    border: 100px solid rgba(17, 103, 232, .045);
    border-radius: 50%;
}

.area-hero .container,
.areas-index__hero .container {
    position: relative;
    z-index: 1;
}

.area-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
    gap: 80px;
    align-items: center;
}

.area-hero__content h1,
.areas-index__hero h1 {
    max-width: 820px;
    margin-bottom: 24px;
    font-size: clamp(2.7rem, 4.5vw, 4.5rem);
}

.area-hero__content > p,
.areas-index__hero-grid > div > p {
    max-width: 720px;
    margin-bottom: 28px;
    color: #536a80;
    font-size: 1.08rem;
}

.area-hero__notice {
    display: flex;
    max-width: 660px;
    padding: 13px 16px;
    align-items: flex-start;
    gap: 10px;
    color: var(--ink-2) !important;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(17, 103, 232, .15);
    border-radius: 12px;
    font-size: .84rem !important;
}

.area-hero__notice .icon {
    width: 20px;
    height: 20px;
    color: var(--blue);
}

.area-hero__actions,
.areas-index__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.area-hero__facts {
    display: grid;
    margin: 34px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
}

.area-hero__facts li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: #61778c;
    font-size: .76rem;
    line-height: 1.4;
}

.area-hero__facts .icon {
    color: var(--blue);
}

.area-hero__facts strong {
    display: block;
    color: var(--ink);
    font-size: .88rem;
}

.area-hero__media {
    position: relative;
    width: min(100%, 455px);
    margin: 0 0 0 auto;
}

.area-hero__media img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center 25%;
    border: 8px solid rgba(255, 255, 255, .88);
    border-radius: 170px 170px 28px 28px;
    box-shadow: var(--shadow);
}

.area-hero__media figcaption {
    position: absolute;
    right: -22px;
    bottom: 26px;
    display: flex;
    min-width: 208px;
    padding: 18px 22px;
    color: #c5d7e8;
    background: rgba(11, 36, 63, .96);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(11, 36, 63, .23);
    flex-direction: column;
}

.area-hero__media figcaption span,
.area-hero__media figcaption small {
    font-size: .7rem;
}

.area-hero__media figcaption strong {
    margin: 2px 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
}

.area-overview__grid,
.area-price__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
    gap: 92px;
    align-items: center;
}

.area-overview__grid h2,
.area-price__copy h2 {
    margin-bottom: 24px;
}

.area-overview__grid > div > p,
.area-price__copy > p {
    max-width: 700px;
    color: var(--muted);
}

.area-parent-link {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    font-size: .9rem;
}

.area-parent-link a {
    color: var(--blue);
    font-weight: 800;
}

.area-coverage {
    padding: 30px;
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow-sm);
}

.area-coverage > span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-weight: 850;
}

.area-coverage > span .icon {
    color: var(--blue);
}

.area-coverage ul,
.area-price__copy ul {
    display: grid;
    margin: 22px 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.area-coverage li,
.area-price__copy li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--ink-2);
    font-size: .87rem;
}

.area-coverage li .icon,
.area-price__copy li .icon {
    width: 20px;
    height: 20px;
    color: var(--success);
}

.area-coverage small {
    display: block;
    padding-top: 16px;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .73rem;
}

.area-process__grid {
    display: grid;
    margin-top: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    list-style: none;
}

.area-process__grid li {
    position: relative;
    min-height: 286px;
    padding: 34px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 12px 36px rgba(11, 36, 63, .06);
}

.area-process__grid li > span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-bottom: 42px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--blue);
    border-radius: 14px;
    font-size: .78rem;
    font-weight: 900;
}

.area-process__grid small {
    color: var(--blue);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.area-process__grid h3 {
    margin: 8px 0 12px;
}

.area-process__grid p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
}

.area-price__cards {
    display: grid;
    gap: 14px;
}

.area-price__cards article {
    display: grid;
    padding: 28px 30px;
    grid-template-columns: 1fr auto;
    gap: 3px 18px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}

.area-price__cards article > span {
    color: var(--ink);
    font-weight: 850;
}

.area-price__cards article > strong {
    color: var(--blue);
    font-size: 2rem;
    line-height: 1;
}

.area-price__cards article > small {
    color: var(--muted);
    font-size: .73rem;
}

.area-price__cards .button {
    margin-top: 20px;
    grid-column: 1 / -1;
}

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

.area-nearby__grid a {
    display: flex;
    min-height: 190px;
    padding: 26px;
    color: #b9cadd;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    flex-direction: column;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.area-nearby__grid a:hover {
    background: rgba(255, 255, 255, .11);
    border-color: rgba(99, 219, 232, .48);
    transform: translateY(-4px);
}

.area-nearby__grid a > span {
    color: #75e0ed;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.area-nearby__grid a > strong {
    margin: 16px 0 auto;
    color: #fff;
    font-size: 1.55rem;
}

.area-nearby__grid small {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.area-nearby__grid b {
    color: #75e0ed;
    font-size: 1rem;
}

.area-nearby__all {
    margin-top: 28px;
    text-align: center;
}

.area-nearby__all .button {
    color: var(--ink);
    background: #fff;
}

.area-nearby__all .button:hover {
    color: var(--blue);
}

.area-conversion .lead-card__head h2 {
    font-size: 1.65rem;
}

.areas-index__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, .62fr);
    gap: 90px;
    align-items: center;
}

.areas-index__summary {
    display: grid;
    padding: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    color: var(--text);
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(11, 36, 63, .09);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.areas-index__summary > span,
.areas-index__summary > p {
    grid-column: 1 / -1;
}

.areas-index__summary > span {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-weight: 850;
}

.areas-index__summary > span .icon {
    color: var(--blue);
}

.areas-index__summary div {
    padding: 17px 10px;
    text-align: center;
    background: var(--mist);
    border-radius: 13px;
}

.areas-index__summary strong {
    display: block;
    color: var(--blue);
    font-size: 1.7rem;
    line-height: 1;
}

.areas-index__summary small {
    display: block;
    margin-top: 7px;
    color: var(--muted);
    font-size: .65rem;
    line-height: 1.3;
}

.areas-index__summary p {
    margin: 10px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: .82rem;
}

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

.areas-catalog__grid--okrug {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.area-catalog-card {
    display: flex;
    min-height: 180px;
    padding: 25px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(11, 36, 63, .055);
    flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.area-catalog-card:hover {
    border-color: rgba(17, 103, 232, .38);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.area-catalog-card > span {
    color: var(--blue);
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.area-catalog-card > strong {
    margin: 15px 0 auto;
    color: var(--ink);
    font-size: 1.35rem;
    line-height: 1.2;
}

.area-catalog-card--okrug > strong {
    max-width: 250px;
    font-size: 1.14rem;
}

.area-catalog-card small {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
    gap: 10px;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .73rem;
}

.area-catalog-card small b {
    color: var(--blue);
}

.areas-catalog--region {
    background: linear-gradient(180deg, #fff, #eef6ff);
}

.area-catalog-card--region {
    border-color: #d1e3f5;
}

/* Replacement geography (v1.8.0) */
.replacement-area-hero .area-hero__media img {
    object-position: center;
}

.replacement-area__prep {
    margin-top: 22px;
    padding: 18px 20px;
    color: var(--ink-2) !important;
    background: var(--sky);
    border-left: 4px solid var(--blue);
    border-radius: 0 10px 10px 0;
    font-size: .88rem;
}

.replacement-area__prep strong {
    color: var(--ink);
}

.area-process__grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-process__grid--four li {
    min-height: 310px;
    padding: 30px;
}

.replacement-area-page .area-price__cards article > strong {
    font-size: 1.65rem;
}

.service-area-cluster {
    overflow: hidden;
}

.service-area-cluster__grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 80px;
    align-items: center;
}

.service-area-cluster__copy h2 {
    margin-bottom: 18px;
}

.service-area-cluster__copy p {
    max-width: 590px;
    margin-bottom: 26px;
    color: var(--muted);
}

.service-area-cluster__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.service-area-cluster__links a {
    display: flex;
    min-height: 74px;
    padding: 17px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(11, 36, 63, .045);
    font-weight: 820;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.service-area-cluster__links a:hover {
    color: var(--blue);
    border-color: rgba(17, 103, 232, .38);
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.service-area-cluster__links b {
    color: var(--blue);
}

.heat-areas {
    scroll-margin-top: 110px;
}

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

.heat-areas__grid a {
    display: grid;
    min-height: 116px;
    padding: 22px;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(11, 36, 63, .045);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.heat-areas__grid a:hover {
    border-color: rgba(17, 103, 232, .38);
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.heat-areas__grid span {
    color: var(--blue);
    font-size: .72rem;
    font-weight: 850;
}

.heat-areas__grid strong {
    align-self: end;
    line-height: 1.35;
}

.heat-areas__grid b {
    color: var(--blue);
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
}

@media (max-width: 1120px) {
    .area-hero__grid,
    .areas-index__hero-grid {
        gap: 46px;
    }

    .area-hero__media figcaption {
        right: 12px;
    }

    .areas-catalog__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .area-process__grid--four li:last-child {
        grid-column: auto;
    }
}

@media (max-width: 900px) {
    .home-areas__grid,
    .area-hero__grid,
    .area-overview__grid,
    .area-price__grid,
    .areas-index__hero-grid {
        grid-template-columns: 1fr;
    }

    .home-areas__grid,
    .area-overview__grid,
    .area-price__grid,
    .areas-index__hero-grid {
        gap: 48px;
    }

    .home-areas__directions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .area-hero__grid {
        gap: 50px;
    }

    .area-hero__media {
        width: min(100%, 520px);
        margin-right: auto;
    }

    .area-process__grid,
    .area-nearby__grid,
    .areas-catalog__grid,
    .areas-catalog__grid--okrug {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .area-process__grid li {
        min-height: 0;
    }

    .area-process__grid li:last-child {
        grid-column: 1 / -1;
    }

    .area-process__grid--four li:last-child {
        grid-column: auto;
    }

    .service-area-cluster__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

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

@media (max-width: 620px) {
    .home-areas__grid,
    .area-overview__grid,
    .area-price__grid,
    .areas-index__hero-grid {
        gap: 34px;
    }

    .home-areas__directions,
    .area-process__grid,
    .area-nearby__grid,
    .areas-catalog__grid,
    .areas-catalog__grid--okrug {
        grid-template-columns: 1fr;
    }

    .home-areas__directions a {
        min-height: 64px;
    }

    .area-hero,
    .areas-index__hero {
        padding: 28px 0 68px;
    }

    .area-hero .breadcrumb,
    .areas-index__hero .breadcrumb {
        margin-bottom: 30px;
    }

    .area-hero__content h1,
    .areas-index__hero h1 {
        font-size: clamp(2.3rem, 10.4vw, 2.85rem);
    }

    .area-hero__content > p,
    .areas-index__hero-grid > div > p {
        font-size: 1rem;
    }

    .area-hero__actions,
    .areas-index__hero-actions {
        display: grid;
    }

    .area-hero__facts {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .area-hero__facts li {
        align-items: center;
    }

    .area-hero__media img {
        height: auto;
        aspect-ratio: 4 / 4.25;
        border-width: 6px;
        border-radius: 120px 120px 22px 22px;
    }

    .area-hero__media figcaption {
        right: 8px;
        bottom: 12px;
        min-width: 185px;
        padding: 15px 18px;
    }

    .area-coverage,
    .area-process__grid li {
        padding: 25px;
    }

    .area-process__grid li:last-child {
        grid-column: auto;
    }

    .area-process__grid--four {
        grid-template-columns: 1fr;
    }

    .area-process__grid li > span {
        margin-bottom: 28px;
    }

    .area-price__cards article {
        padding: 24px;
    }

    .area-price__cards article > strong {
        font-size: 1.65rem;
    }

    .area-nearby__grid a,
    .area-catalog-card {
        min-height: 150px;
    }

    .areas-index__summary {
        padding: 24px;
    }

    .service-area-cluster__links,
    .heat-areas__grid {
        grid-template-columns: 1fr;
    }

    .service-area-cluster__links a {
        min-height: 62px;
    }

    .heat-areas__grid a {
        min-height: 96px;
    }
}

/* Mobile overrides for the hierarchical menu must follow desktop navigation. */
@media (max-width: 900px) {
    .site-nav .sub-menu {
        position: static;
        display: grid;
        width: auto;
        margin: -3px 8px 12px;
        padding: 8px;
        gap: 2px;
        background: var(--mist);
        border: 0;
        border-radius: 14px;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
    }

    .site-nav .sub-menu a {
        padding: 12px 13px;
        border-bottom: 0;
        font-size: .88rem;
        text-align: left;
    }

    .site-nav .menu-item-has-children > a {
        padding-right: 24px;
    }

    .site-nav .menu-item-has-children > a::before,
    .site-nav .menu-item-has-children:hover > a::before,
    .site-nav .menu-item-has-children:focus-within > a::before {
        right: calc(50% - 78px);
        transform: translateY(-70%) rotate(45deg);
    }

    .site-nav a:focus-visible {
        background: var(--sky);
        outline: 2px solid var(--blue);
        outline-offset: -2px;
    }
}
