.location-seo-page {
    background: #fffaf0;
    color: #23312d;
}

.location-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    color: #fff;
    background-image: var(--location-hero-image);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.location-index-hero {
    min-height: 420px;
}

.location-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(72, 23, 32, 0.92) 0%, rgba(90, 30, 39, 0.78) 42%, rgba(228, 171, 0, 0.38) 100%);
}

.location-eyebrow,
.location-small-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffe38f;
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.location-small-label {
    background: rgba(228, 171, 0, 0.14);
    border-color: rgba(228, 171, 0, 0.24);
    color: #7c2834;
}

.location-hero h1 {
    font-size: clamp(2.15rem, 5vw, 4.35rem);
    line-height: 1.04;
    font-weight: 900;
    max-width: 850px;
    margin-bottom: 18px;
}

.location-hero p {
    font-size: 1.12rem;
    line-height: 1.75;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.91);
    margin-bottom: 26px;
}

.location-call-btn,
.location-enquire-btn {
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.location-call-btn {
    background: #168a45;
    color: #fff;
    box-shadow: 0 14px 34px rgba(22, 138, 69, .28);
}

.location-enquire-btn {
    background: #e4ab00;
    color: #41151d;
    box-shadow: 0 14px 34px rgba(228, 171, 0, .30);
}

.location-call-btn:hover,
.location-enquire-btn:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 18px 42px rgba(35, 49, 45, .24);
}

.location-enquire-btn:hover {
    color: #41151d;
    background: #f1c232;
}

.location-hero-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 28px;
    padding: 30px;
    color: #23312d;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(10px);
}

.location-hero-card small {
    color: #7c2834;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.location-hero-card strong {
    display: block;
    font-size: 2.2rem;
    color: #5a1e27;
    font-weight: 900;
    line-height: 1.1;
    margin: 8px 0 2px;
}

.location-hero-card span {
    color: #706a5e;
    font-weight: 700;
}

.location-mini-points {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.location-mini-points div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #fff7df;
    color: #4f4a3f;
    font-weight: 700;
}

.location-mini-points i {
    color: #168a45;
}

.location-list-section,
.location-intro-section,
.location-projects-section,
.location-faq-section,
.location-cta-section {
    padding: 76px 0;
}

.location-list-section,
.location-projects-section {
    background: #fff;
}

.location-intro-section {
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.location-faq-section {
    background: #f7f3e8;
}

.location-section-head {
    max-width: 760px;
    margin: 0 auto 40px;
}

.location-section-head span,
.location-content-block > span {
    display: inline-block;
    color: #7c2834;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 10px;
}

.location-section-head h2,
.location-content-block h2,
.location-faq-section h2,
.location-cta-card h2 {
    color: #5a1e27;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 14px;
}

.location-section-head p,
.location-content-block p,
.location-faq-section p,
.location-cta-card p {
    color: #6b665e;
    font-size: 1.02rem;
    line-height: 1.75;
}

.location-card,
.location-project-card,
.location-empty-card,
.location-check-panel {
    background: #fff;
    border: 1px solid rgba(124, 40, 52, .10);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(35, 49, 45, .08);
    overflow: hidden;
}

.location-card-image,
.location-project-image {
    display: block;
    position: relative;
    height: 220px;
    overflow: hidden;
}

.location-card-image img,
.location-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.location-card:hover img,
.location-project-card:hover img {
    transform: scale(1.055);
}

.location-card-body,
.location-project-body {
    padding: 24px;
}

.location-card-body span {
    color: #168a45;
    font-weight: 800;
    font-size: .83rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.location-card-body h3,
.location-project-body h3 {
    color: #5a1e27;
    font-size: 1.35rem;
    font-weight: 900;
    margin: 8px 0 10px;
}

.location-card-body p,
.location-project-body p {
    color: #6b665e;
    line-height: 1.65;
}

.location-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7c2834;
    font-weight: 900;
    text-decoration: none;
}

.location-text-link:hover {
    color: #168a45;
}

.location-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.location-area-tags span {
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff;
    color: #5a1e27;
    font-weight: 800;
    border: 1px solid rgba(124, 40, 52, .12);
    box-shadow: 0 10px 28px rgba(35, 49, 45, .06);
}

.location-check-panel {
    padding: 26px;
    display: grid;
    gap: 16px;
}

.location-check-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 18px;
    background: #fffaf0;
}

.location-check-item i {
    color: #168a45;
    font-size: 1.22rem;
    margin-top: 2px;
}

.location-check-item p {
    margin: 0;
    color: #4f4a3f;
    font-weight: 700;
    line-height: 1.55;
}

.location-status-pill {
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 999px;
    padding: 7px 13px;
    color: #fff;
    font-weight: 900;
    font-size: .78rem;
    background: #7c2834;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.location-status-pill.status-ongoing { background: #168a45; }
.location-status-pill.status-completed { background: #0f5f8f; }
.location-status-pill.status-upcoming { background: #e4ab00; color: #41151d; }

.location-project-meta {
    color: #168a45 !important;
    font-weight: 800;
    margin-bottom: 10px;
}

.location-project-specs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0;
}

.location-project-specs span {
    padding: 9px 12px;
    border-radius: 12px;
    background: #fff7df;
    color: #4f4a3f;
    font-weight: 800;
    font-size: .88rem;
}

.location-empty-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 42px;
}

.location-empty-card i {
    font-size: 3rem;
    color: #e4ab00;
}

.location-empty-card h3 {
    color: #5a1e27;
    font-weight: 900;
    margin: 16px 0 10px;
}

.location-faq .accordion-item {
    border: 0;
    margin-bottom: 14px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(35, 49, 45, .08);
}

.location-faq .accordion-button {
    font-weight: 900;
    color: #5a1e27;
    background: #fff;
    box-shadow: none;
    padding: 18px 20px;
}

.location-faq .accordion-button:not(.collapsed) {
    color: #5a1e27;
    background: #fff7df;
}

.location-faq .accordion-body {
    color: #5f5a52;
    line-height: 1.7;
}

.location-cta-section {
    background: #fff;
}

.location-cta-card {
    border-radius: 30px;
    padding: 42px;
    color: #fff;
    background: radial-gradient(circle at top right, rgba(228, 171, 0, .52), transparent 34%), linear-gradient(135deg, #5a1e27 0%, #7c2834 58%, #168a45 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 26px 70px rgba(90, 30, 39, .26);
}

.location-cta-card span {
    color: #ffe38f;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .10em;
}

.location-cta-card h2,
.location-cta-card p {
    color: #fff;
}

.location-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    min-width: 280px;
}

.location-not-found {
    padding: 110px 0;
    background: linear-gradient(180deg, #fffaf0, #fff);
}

.location-not-found h1 {
    color: #5a1e27;
    font-weight: 900;
}

@media (max-width: 991px) {
    .location-hero {
        min-height: 390px;
        padding: 70px 0;
    }

    .location-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .location-cta-actions {
        justify-content: flex-start;
        min-width: 0;
    }
}

@media (max-width: 575px) {
    .location-hero {
        min-height: 360px;
        padding: 58px 0;
    }

    .location-list-section,
    .location-intro-section,
    .location-projects-section,
    .location-faq-section,
    .location-cta-section {
        padding: 52px 0;
    }

    .location-hero p {
        font-size: .98rem;
    }

    .location-call-btn,
    .location-enquire-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 18px;
    }

    .location-card-image,
    .location-project-image {
        height: 190px;
    }

    .location-card-body,
    .location-project-body,
    .location-check-panel,
    .location-empty-card,
    .location-cta-card {
        padding: 22px;
        border-radius: 20px;
    }
}
