/* =========================================================
   HB GROUP
   SERVICE × AREA LANDING PAGE
   Dedicated styles for /services/{service}/{area}
========================================================= */

.sa-page {
    overflow: hidden;
    background: #fff;
}

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


/* =========================================================
   SHARED
========================================================= */

.sa-section {
    padding: 94px 0;
}

.sa-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sa-kicker>span {
    width: 30px;
    height: 2px;
    background: #318fff;
}

.sa-kicker--dark {
    color: #318fff;
}

.sa-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 42px;
}

.sa-section-head h2 {
    max-width: 720px;
    margin: 12px 0 0;
    color: #0a0d12;
    font-size: clamp(36px, 4.6vw, 62px);
    line-height: .98;
    letter-spacing: -.05em;
}

.sa-section-head>p {
    max-width: 475px;
    margin: 0;
    color: #6c7889;
    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   HERO
========================================================= */

.sa-hero {
    position: relative;
    isolation: isolate;
    min-height: 650px;
    padding: 34px 0 76px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 26%, rgba(49, 143, 255, .18), transparent 30%),
        radial-gradient(circle at 15% 78%, rgba(217, 39, 52, .1), transparent 26%),
        #08090c;
    color: #fff;
}

.sa-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .26;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent);
}

.sa-hero__glow {
    position: absolute;
    z-index: -2;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .14;
    pointer-events: none;
}

.sa-hero__glow--blue {
    top: -180px;
    right: -90px;
    background: #318fff;
}

.sa-hero__glow--red {
    bottom: -300px;
    left: -180px;
    background: #d92734;
}

.sa-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 58px;
    color: rgba(255, 255, 255, .46);
    font-size: 9px;
    font-weight: 600;
}

.sa-breadcrumbs a {
    color: rgba(255, 255, 255, .66);
}

.sa-breadcrumbs a:hover {
    color: #fff;
}

.sa-breadcrumbs>span:not(:last-child) {
    color: rgba(255, 255, 255, .25);
}

.sa-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    gap: 78px;
    align-items: center;
}

.sa-hero__content h1 {
    max-width: 800px;
    margin: 20px 0 24px;
    color: #fff;
    font-size: clamp(54px, 6.6vw, 94px);
    line-height: .88;
    letter-spacing: -.065em;
}

.sa-hero__content h1 em {
    display: block;
    color: #318fff;
    font-style: normal;
}

.sa-hero__content>p {
    max-width: 670px;
    margin: 0;
    color: #a3adbb;
    font-size: 14px;
    line-height: 1.8;
}

.sa-hero__actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 34px;
}

.sa-phone {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sa-phone small {
    color: #697586;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sa-phone strong {
    color: #fff;
    font-size: 16px;
}

.sa-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.sa-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8b96a6;
    font-size: 9px;
    font-weight: 700;
}

.sa-hero__trust i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #318fff;
    box-shadow: 0 0 10px rgba(49, 143, 255, .6);
}

.sa-hero__panel {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
    backdrop-filter: blur(15px);
}

.sa-hero__panel::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 30px;
    width: 70px;
    height: 3px;
    background: #318fff;
}

.sa-hero__panel-label {
    color: #318fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sa-hero__panel h2 {
    margin: 12px 0 25px;
    color: #fff;
    font-size: 27px;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.sa-hero__service-list {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.sa-hero__service-list>div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.sa-hero__service-list span {
    color: #318fff;
    font-size: 8px;
    font-weight: 800;
}

.sa-hero__service-list strong {
    color: #c4ccd7;
    font-size: 10px;
    font-weight: 650;
}

.sa-hero__panel>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}

.sa-hero__panel>a b {
    color: #318fff;
    font-size: 17px;
}


/* =========================================================
   INTRO
========================================================= */

.sa-intro {
    background: #fff;
}

.sa-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 90px;
    align-items: start;
}

.sa-intro h2 {
    max-width: 680px;
    margin: 15px 0 0;
    color: #090c11;
    font-size: clamp(38px, 4.7vw, 64px);
    line-height: .98;
    letter-spacing: -.052em;
}

.sa-intro__copy {
    padding-top: 22px;
}

.sa-intro__copy p {
    margin: 0 0 16px;
    color: #687485;
    font-size: 13px;
    line-height: 1.85;
}

.sa-intro__copy>a {
    display: inline-flex;
    gap: 12px;
    margin-top: 12px;
    color: #10151d;
    font-size: 10px;
    font-weight: 800;
}

.sa-intro__copy>a span {
    color: #318fff;
}


/* =========================================================
   WHAT WE HELP WITH
========================================================= */

.sa-help {
    background: #f4f6f8;
}

.sa-help__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #dfe4ea;
    border-left: 1px solid #dfe4ea;
    background: #fff;
}

.sa-help__grid article {
    min-height: 180px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dfe4ea;
    border-bottom: 1px solid #dfe4ea;
    transition: transform .22s ease, box-shadow .22s ease;
}

.sa-help__grid article:hover {
    position: relative;
    z-index: 2;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(18, 32, 50, .08);
}

.sa-help__grid article>span {
    color: #318fff;
    font-size: 8px;
    font-weight: 800;
}

.sa-help__grid article>div {
    margin-top: auto;
}

.sa-help__grid strong {
    color: #202a37;
    font-size: 14px;
    line-height: 1.3;
}


/* =========================================================
   DETAIL CARDS
========================================================= */

.sa-detail {
    padding: 92px 0;
    background: #050608;
    color: #fff;
}

.sa-detail__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, .08);
}

.sa-detail article {
    min-height: 355px;
    padding: 34px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(145deg, rgba(255, 255, 255, .025), transparent);
}

.sa-detail article:last-child {
    border-right: 0;
}

.sa-detail article>span {
    color: #318fff;
    font-size: 9px;
    font-weight: 800;
}

.sa-detail h2 {
    max-width: 350px;
    margin: 76px 0 17px;
    color: #fff;
    font-size: 28px;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.sa-detail p {
    margin: 0;
    color: #818c9b;
    font-size: 11px;
    line-height: 1.85;
}


/* =========================================================
   LOCAL COVERAGE
========================================================= */

.sa-coverage {
    background: #fff;
}

.sa-town-grid,
.sa-major-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.sa-town-grid a,
.sa-major-grid a {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 130px;
    padding: 19px;
    align-items: end;
    overflow: hidden;
    border: 1px solid #e0e5eb;
    background: #f8f9fa;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sa-town-grid a::before,
.sa-major-grid a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #318fff;
    transition: width .25s ease;
}

.sa-town-grid a:hover,
.sa-major-grid a:hover {
    transform: translateY(-3px);
    border-color: #cdd6e1;
    box-shadow: 0 16px 36px rgba(15, 31, 50, .07);
}

.sa-town-grid a:hover::before,
.sa-major-grid a:hover::before {
    width: 100%;
}

.sa-town-grid>a>span,
.sa-major-grid>a>span {
    align-self: start;
    color: #318fff;
    font-size: 8px;
    font-weight: 800;
}

.sa-town-grid a div,
.sa-major-grid a div {
    min-width: 0;
}

.sa-town-grid small,
.sa-major-grid small {
    display: block;
    margin-bottom: 5px;
    color: #8a95a4;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sa-town-grid strong,
.sa-major-grid strong {
    display: block;
    color: #131922;
    font-size: 14px;
    line-height: 1.2;
}

.sa-town-grid b,
.sa-major-grid b {
    color: #318fff;
    font-size: 16px;
}


/* =========================================================
   OTHER AREAS
========================================================= */

.sa-other {
    padding: 86px 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(49, 143, 255, .13), transparent 30%),
        #08090c;
    color: #fff;
}

.sa-other__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 35px;
}

.sa-other__head h2 {
    max-width: 650px;
    margin: 13px 0 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -.045em;
}

.sa-other__head>a {
    color: #a7b0bd;
    font-size: 9px;
    font-weight: 800;
}

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

.sa-other__grid a {
    min-height: 175px;
    padding: 21px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .09);
    background: rgba(255, 255, 255, .025);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.sa-other__grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(49, 143, 255, .45);
    background: rgba(49, 143, 255, .07);
}

.sa-other__grid small {
    color: #318fff;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sa-other__grid strong {
    max-width: 220px;
    margin-top: auto;
    color: #fff;
    font-size: 17px;
    line-height: 1.15;
}

.sa-other__grid span {
    margin-top: 12px;
    color: #318fff;
}


/* =========================================================
   FAQ
========================================================= */

.sa-faq {
    background: #f5f7f9;
}

.sa-faq__grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 90px;
}

.sa-faq__intro h2 {
    margin: 14px 0 18px;
    color: #0b0f15;
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: .98;
    letter-spacing: -.05em;
}

.sa-faq__intro>p {
    max-width: 400px;
    margin: 0;
    color: #737f8f;
    font-size: 12px;
    line-height: 1.8;
}

.sa-faq__intro>a {
    display: flex;
    align-items: center;
    max-width: 300px;
    gap: 10px;
    margin-top: 29px;
    padding: 15px 0;
    border-top: 1px solid #dce2e8;
    border-bottom: 1px solid #dce2e8;
}

.sa-faq__intro>a small {
    color: #8b96a5;
    font-size: 8px;
    font-weight: 800;
}

.sa-faq__intro>a strong {
    margin-left: auto;
    color: #111720;
    font-size: 13px;
}

.sa-faq__intro>a span {
    color: #318fff;
}

.sa-faq__items {
    border-top: 1px solid #d8dee5;
}

.sa-faq__items details {
    border-bottom: 1px solid #d8dee5;
}

.sa-faq__items summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 23px 0;
    list-style: none;
    cursor: pointer;
    color: #18212c;
    font-size: 12px;
    font-weight: 750;
}

.sa-faq__items summary::-webkit-details-marker {
    display: none;
}

.sa-faq__items summary span {
    flex: 0 0 24px;
    color: #318fff;
    font-size: 19px;
    font-weight: 500;
}

.sa-faq__items details[open] summary span {
    transform: rotate(45deg);
}

.sa-faq__items p {
    max-width: 690px;
    margin: -4px 0 0;
    padding: 0 50px 23px 0;
    color: #737f8e;
    font-size: 11px;
    line-height: 1.85;
}


/* =========================================================
   RELATED SERVICES
========================================================= */

.sa-related {
    background: #fff;
}

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

.sa-related__grid a {
    min-height: 270px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e5eb;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sa-related__grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(14, 29, 46, .08);
}

.sa-related__grid small {
    color: #318fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sa-related__grid h3 {
    max-width: 330px;
    margin: 42px 0 13px;
    color: #111720;
    font-size: 25px;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.sa-related__grid p {
    margin: 0;
    color: #788493;
    font-size: 10px;
    line-height: 1.75;
}

.sa-related__grid strong {
    margin-top: auto;
    padding-top: 24px;
    color: #111720;
    font-size: 9px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.sa-cta {
    padding: 74px 0;
    background:
        radial-gradient(circle at 82% 50%, rgba(49, 143, 255, .17), transparent 32%),
        #07080b;
    color: #fff;
}

.sa-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.sa-cta h2 {
    margin: 13px 0 10px;
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    line-height: .95;
    letter-spacing: -.05em;
}

.sa-cta p {
    max-width: 600px;
    margin: 0;
    color: #858f9d;
    font-size: 12px;
    line-height: 1.8;
}

.sa-cta__actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.sa-cta__actions>a:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sa-cta__actions small {
    color: #727d8d;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.sa-cta__actions strong {
    color: #fff;
    font-size: 15px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .sa-hero__layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 44px;
    }

    .sa-intro__grid,
    .sa-faq__grid {
        gap: 50px;
    }

    .sa-help__grid,
    .sa-town-grid,
    .sa-major-grid,
    .sa-other__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */

@media (max-width: 780px) {

    .sa-section {
        padding: 65px 0;
    }

    .sa-breadcrumbs {
        margin-bottom: 38px;
    }

    .sa-hero {
        min-height: auto;
        padding: 25px 0 58px;
    }

    .sa-hero__layout,
    .sa-intro__grid,
    .sa-faq__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sa-hero__content h1 {
        font-size: clamp(48px, 13vw, 70px);
    }

    .sa-hero__panel {
        padding: 25px;
    }

    .sa-section-head,
    .sa-other__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .sa-section-head {
        margin-bottom: 30px;
    }

    .sa-section-head>p {
        max-width: none;
    }

    .sa-detail__grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        border: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sa-detail__grid::-webkit-scrollbar {
        display: none;
    }

    .sa-detail article {
        min-width: 84%;
        flex: 0 0 84%;
        min-height: 315px;
        border: 1px solid rgba(255, 255, 255, .09);
        scroll-snap-align: start;
    }

    .sa-related__grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sa-related__grid::-webkit-scrollbar {
        display: none;
    }

    .sa-related__grid a {
        min-width: 82%;
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    .sa-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 32px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 560px) {

    .sa-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sa-hero__actions .btn {
        width: 100%;
    }

    .sa-hero__trust {
        gap: 12px 18px;
    }

    .sa-help__grid {
        grid-template-columns: 1fr;
    }

    .sa-help__grid article {
        min-height: 105px;
    }

    .sa-detail {
        padding: 62px 0;
    }

    .sa-town-grid,
    .sa-major-grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        margin-right: calc(var(--container-pad, 20px) * -1);
        padding-right: var(--container-pad, 20px);
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sa-town-grid::-webkit-scrollbar,
    .sa-major-grid::-webkit-scrollbar {
        display: none;
    }

    .sa-town-grid a,
    .sa-major-grid a {
        min-width: 78vw;
        flex: 0 0 78vw;
        scroll-snap-align: start;
    }

    .sa-other {
        padding: 64px 0;
    }

    .sa-other__grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sa-other__grid::-webkit-scrollbar {
        display: none;
    }

    .sa-other__grid a {
        min-width: 77vw;
        flex: 0 0 77vw;
        scroll-snap-align: start;
    }

    .sa-faq__intro>a {
        max-width: none;
    }

    .sa-cta__actions {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .sa-cta__actions .btn {
        width: 100%;
    }

}