.bkt-locations {
    --bkt-orange: #ff4800;
    --bkt-ink: #111827;
    --bkt-muted: #5b6472;
    --bkt-line: #e7ebf1;
    --bkt-soft: #f7f9fc;
    color: var(--bkt-ink);
}

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

.bkt-locations__hero,
.bkt-locations__cta {
    border-radius: 8px;
    padding: clamp(34px, 6vw, 72px);
    background: #101624;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.bkt-locations__hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
    background:
        linear-gradient(90deg, rgba(16, 22, 36, 0.98) 0%, rgba(16, 22, 36, 0.9) 44%, rgba(16, 22, 36, 0.56) 100%),
        url("bkt-location-map.svg") right center / min(64vw, 860px) auto no-repeat,
        #101624;
}

.bkt-locations__cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
    background:
        linear-gradient(90deg, rgba(16, 22, 36, 0.98) 0%, rgba(16, 22, 36, 0.92) 58%, rgba(16, 22, 36, 0.74) 100%),
        url("bkt-location-map.svg") right center / min(46vw, 620px) auto no-repeat,
        #101624;
}

.bkt-locations__hero > *,
.bkt-locations__cta > * {
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.bkt-locations__eyebrow {
    color: var(--bkt-orange);
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.bkt-locations h1,
.bkt-locations h2,
.bkt-locations h3,
.bkt-locations h4 {
    letter-spacing: 0;
}

.bkt-locations__hero-title,
.bkt-locations .bkt-locations__hero-title {
    color: #fff !important;
    display: block;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 18px;
}

.bkt-locations__hero p,
.bkt-locations__cta p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.bkt-locations__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.bkt-locations__button {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.bkt-locations__button--primary {
    background: var(--bkt-orange);
    border: 1px solid var(--bkt-orange);
    color: #fff !important;
}

.bkt-locations__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff !important;
}

.bkt-locations__button--primary:hover,
.bkt-locations__button--primary:focus {
    background: #e63f00;
    border-color: #e63f00;
    color: #fff !important;
    transform: translateY(-1px);
}

.bkt-locations__button--secondary:hover,
.bkt-locations__button--secondary:focus {
    background: #fff;
    border-color: #fff;
    color: var(--bkt-orange) !important;
    transform: translateY(-1px);
}

.bkt-locations__stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 22px 0 54px;
}

.bkt-locations__stats div {
    background: #fff;
    border: 1px solid var(--bkt-line);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.bkt-locations__stats strong {
    display: block;
    color: var(--bkt-orange);
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
}

.bkt-locations__stats span,
.bkt-location-card__state,
.bkt-location-card__desc,
.bkt-service-card span {
    color: var(--bkt-muted);
}

.bkt-locations__section,
.bkt-related-locations {
    margin: 56px 0;
}

.bkt-locations__section h2,
.bkt-related-locations h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.16;
    margin: 0 0 16px;
}

.bkt-locations__intro {
    max-width: 780px;
    color: var(--bkt-muted);
    font-size: 17px;
    line-height: 1.7;
}

.bkt-locations__region {
    border-top: 1px solid var(--bkt-line);
    margin-top: 34px;
    padding-top: 28px;
}

.bkt-locations__region h3 {
    font-size: 26px;
    margin: 0 0 22px;
}

.bkt-locations__state {
    margin: 24px 0;
}

.bkt-locations__state h4 {
    color: var(--bkt-muted);
    font-size: 15px;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.bkt-locations__grid,
.bkt-locations__service-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bkt-location-card,
.bkt-service-card {
    background: #fff;
    border: 1px solid var(--bkt-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 22px;
    text-decoration: none;
    color: var(--bkt-ink) !important;
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.bkt-location-card:hover,
.bkt-location-card:focus,
.bkt-service-card:hover,
.bkt-service-card:focus {
    border-color: rgba(255, 72, 0, 0.5);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
    color: var(--bkt-ink) !important;
    transform: translateY(-2px);
}

.bkt-location-card:hover .bkt-location-card__city,
.bkt-location-card:focus .bkt-location-card__city,
.bkt-service-card:hover strong,
.bkt-service-card:focus strong {
    color: var(--bkt-orange);
}

.bkt-location-card__city,
.bkt-service-card strong {
    color: var(--bkt-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.bkt-location-card__state {
    font-size: 14px;
    margin-top: 4px;
}

.bkt-location-card__desc,
.bkt-service-card span {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 14px;
}

.bkt-location-card__link {
    color: var(--bkt-orange);
    font-weight: 800;
    margin-top: auto;
    padding-top: 18px;
}

.bkt-location-card:hover .bkt-location-card__link,
.bkt-location-card:focus .bkt-location-card__link {
    color: #e63f00;
}

.bkt-service-card {
    min-height: 170px;
}

.bkt-locations__pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bkt-locations__pill-grid span {
    background: var(--bkt-soft);
    border: 1px solid var(--bkt-line);
    border-radius: 999px;
    color: var(--bkt-ink);
    font-weight: 700;
    padding: 10px 15px;
}

.bkt-locations__faq details {
    border: 1px solid var(--bkt-line);
    border-radius: 8px;
    margin: 10px 0;
    padding: 18px 20px;
}

.bkt-locations__faq summary {
    cursor: pointer;
    font-weight: 800;
}

.bkt-locations__faq details p {
    color: var(--bkt-muted);
    margin: 12px 0 0;
}

.bkt-locations__cta {
    margin-top: 60px;
}

.bkt-locations .bkt-locations__cta .bkt-locations__eyebrow {
    color: var(--bkt-orange) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 12px;
}

.bkt-locations .bkt-locations__cta h2 {
    color: #fff !important;
    display: block;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 18px;
    max-width: 780px;
    opacity: 1;
    text-shadow: none;
}

.bkt-locations .bkt-locations__cta p:not(.bkt-locations__eyebrow) {
    color: rgba(255, 255, 255, 0.84) !important;
    max-width: 760px;
}

@media (max-width: 1100px) {
    .bkt-locations__grid,
    .bkt-locations__service-grid,
    .bkt-locations__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bkt-locations__hero,
    .bkt-locations__cta {
        padding: 34px 20px;
        background:
            linear-gradient(180deg, rgba(16, 22, 36, 0.96) 0%, rgba(16, 22, 36, 0.86) 100%),
            url("bkt-location-map.svg") right bottom / 480px auto no-repeat,
            #101624;
    }

    .bkt-locations__grid,
    .bkt-locations__service-grid,
    .bkt-locations__stats {
        grid-template-columns: 1fr;
    }

    .bkt-location-card,
    .bkt-service-card {
        min-height: auto;
    }

    .bkt-locations__button {
        width: 100%;
    }
}
