/* ==========================================================================
   Areas We Cover Page - Meer & Co | Full Redesign
   Theme: Black #0A0A0A | Gold #D3B184 | Light #F6F4F1 | Marcellus serif
   ========================================================================== */

/* ── Base ─────────────────────────────────────────────────────────────── */
.areas-we-cover-page {
    background-color: #ffffff;
    color: #0A0A0A;
}

/* ── Section Utilities ────────────────────────────────────────────────── */
.areas-we-cover-page .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.areas-we-cover-page .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0A0A0A;
    font-weight: 600;
    margin-bottom: 14px;
}

.areas-we-cover-page .section-label img {
    width: 14px;
    height: auto;
}

.areas-we-cover-page .section-title {
    font-family: 'Marcellus', serif;
    font-size: 36px;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 1.25;
    margin: 0 0 16px 0;
}

.areas-we-cover-page .section-sub {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    max-width: 560px;
}

/* ── Search & Filter Bar ──────────────────────────────────────────────── */
.areas-filter-section {
    padding: 36px 0;
    border-bottom: 1px solid #e8e4dd;
}

.search-box-wrapper {
    position: relative;
    margin-bottom: 22px;
}

.search-box-wrapper .search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #D3B184;
    font-size: 18px;
}

.search-box-wrapper input {
    width: 100%;
    padding: 15px 20px 15px 50px;
    border: 1px solid #e0dbd2;
    border-radius: 0 !important;
    font-size: 14px;
    background: #ffffff;
    color: #0A0A0A;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.search-box-wrapper input:focus {
    border-color: #D3B184;
    box-shadow: 0 0 0 3px rgba(211, 177, 132, 0.15);
}

.search-box-wrapper input::placeholder {
    color: #aaaaaa;
}

.region-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.region-filter-tabs button {
    padding: 9px 18px;
    border: 1px solid #d8d2c8;
    border-radius: 0 !important;
    background: #ffffff;
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
}

.region-filter-tabs button:hover {
    border-color: #D3B184;
    color: #0A0A0A;
}

.region-filter-tabs button.active {
    background: #0A0A0A;
    color: #ffffff;
    border-color: #0A0A0A;
}

/* ── Coverage Grid Section ────────────────────────────────────────────── */
.areas-grid-section {
    padding: 80px 0;
    background: #ffffff;
}

.region-block {
    margin-bottom: 70px;
}

.region-block:last-child {
    margin-bottom: 0;
}

.region-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e4dd;
}

.region-header i {
    font-size: 22px;
    color: #D3B184;
    width: 44px;
    height: 44px;
    border-radius: 0 !important;
    background: rgba(211, 177, 132, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.region-header h2 {
    font-family: 'Marcellus', serif;
    font-size: 22px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0;
    flex: 1;
}

.region-header .count-badge {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #D3B184;
    background: rgba(211, 177, 132, 0.1);
    border: 1px solid rgba(211, 177, 132, 0.3);
    padding: 5px 12px;
    border-radius: 0 !important;
    white-space: nowrap;
}

/* ── Location Cards ───────────────────────────────────────────────────── */
.location-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.location-card {
    position: relative;
    background: #F6F4F1;
    border-radius: 0 !important;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.location-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background: #D3B184;
    transition: width 0.4s ease;
}

.location-card:hover {
    background: #0A0A0A;
    transform: translateY(-5px);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.location-card:hover::before {
    width: 100%;
}

.postcode-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #D3B184;
    background: rgba(211, 177, 132, 0.12);
    border: 1px solid rgba(211, 177, 132, 0.3);
    padding: 3px 10px;
    border-radius: 0 !important;
    margin-bottom: 12px;
}

.location-card h3 {
    font-family: 'Marcellus', serif;
    font-size: 18px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 10px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}



.location-card p {
    font-size: 13px;
    color: #666666;
    line-height: 1.65;
    margin: 0 0 16px 0;
    flex: 1;
    transition: color 0.3s ease;
}



.location-card:hover h3,
.location-card:hover p {
    color: #ffffff;
}

.location-card:hover p {
    color: rgba(255, 255, 255, 0.7);
}

.services-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.services-tag-list span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #888;
    background: rgba(0, 0, 0, 0.06);
    padding: 3px 9px;
    border-radius: 0 !important;
    transition: all 0.3s ease;
}



.location-card:hover .services-tag-list span {
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.1);
}

.card-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #D3B184;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: auto;
    transition: gap 0.3s ease;
}

.card-action:hover {
    gap: 10px;
}

/* ── Smaller Towns Grid (compact pill style) ───────────────────────────── */
.towns-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.town-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    background: #F6F4F1;
    border: 1px solid #e8e4dd;
    border-radius: 0 !important;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.town-pill:hover {
    background: #0A0A0A;
    color: #ffffff;
    border-color: #0A0A0A;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.town-pill i {
    font-size: 11px;
    color: #D3B184;
    transition: color 0.3s ease;
}



/* ── Major Cities England Section ─────────────────────────────────────── */
.england-cities-section {
    background: #F6F4F1;
    padding: 80px 0;
    border-top: 1px solid #e8e4dd;
    border-bottom: 1px solid #e8e4dd;
}

.england-cities-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.cities-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.city-card {
    position: relative;
    background: #ffffff;
    border-radius: 0 !important;
    padding: 26px 22px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.city-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D3B184 0%, transparent 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
    background: #0A0A0A;
}

.city-card:hover::after {
    transform: scaleX(1);
}

.city-card .city-icon {
    width: 40px;
    height: 40px;
    border-radius: 0 !important;
    background: rgba(211, 177, 132, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.city-card .city-icon i {
    font-size: 18px;
    color: #D3B184;
}

.city-card h3 {
    font-family: 'Marcellus', serif;
    font-size: 18px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0;
    transition: color 0.3s ease;
}

.city-card:hover h3 {
    color: #ffffff;
}

.city-card p {
    font-size: 12.5px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
    flex: 1;
}

.city-card:hover p {
    color: rgba(255, 255, 255, 0.65);
}

.city-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #D3B184;
}

.city-card .city-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #D3B184;
    text-decoration: none;
    margin-top: 4px;
    transition: gap 0.3s ease;
}

.city-card .city-link:hover {
    gap: 8px;
}

/* ── London Towns Section ────────────────────────────────────────────── */
.london-towns-section {
    padding: 80px 0;
    background: #ffffff;
}

.london-towns-section .section-header {
    margin-bottom: 48px;
}

.london-area-block {
    margin-bottom: 44px;
}

.london-area-block:last-child {
    margin-bottom: 0;
}

.london-area-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Marcellus', serif;
    font-size: 19px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeebe6;
}

.london-area-title i {
    font-size: 24px;
    color: #D3B184;
    flex-shrink: 0;
}

/* ── HQ Feature Section ──────────────────────────────────────────────── */
.hq-feature-section {
    background: #F6F4F1;
    padding: 80px 0;
    border-top: 1px solid #e8e4dd;
}

.hq-feature-box {
    background: #ffffff;
    border-radius: 0 !important;
    padding: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e4dd;
}

.hq-feature-box h2 {
    font-family: 'Marcellus', serif;
    font-size: 30px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 16px;
    line-height: 1.3;
}

.hq-feature-box>.row>.col-lg-7>p {
    font-size: 14px;
    color: #666666;
    line-height: 1.75;
    margin-bottom: 30px;
}

.hq-perks-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hq-perk-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.hq-perk-item>i {
    font-size: 20px;
    color: #D3B184;
    margin-top: 2px;
    flex-shrink: 0;
}

.hq-perk-item h4 {
    font-family: 'Marcellus', serif;
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 4px 0;
}

.hq-perk-item p {
    font-size: 13px;
    color: #777777;
    margin: 0;
    line-height: 1.55;
}

.hq-address-card {
    background: #F6F4F1;
    border: 1px solid #e0dbd2;
    border-radius: 0 !important;
    padding: 34px 28px;
    text-align: center;
}

.hq-address-card i.map-icon {
    font-size: 48px;
    color: #D3B184;
    display: block;
    margin-bottom: 14px;
}

.hq-address-card h4 {
    font-family: 'Marcellus', serif;
    font-size: 19px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 8px 0;
}

.hq-address-card p {
    font-size: 13px;
    color: #888888;
    margin-bottom: 22px;
    line-height: 1.6;
}

.hq-address-card .theme-btn {
    width: 100%;
    justify-content: center;
}

/* ── FAQ Section ─────────────────────────────────────────────────────── */
.areas-we-cover-page .faq-area {
    padding: 100px 0 120px 0 !important;
    min-height: 750px;
}

.areas-we-cover-page .faq-area .left {
    padding-top: 40px;
    padding-bottom: 40px;
}

.areas-we-cover-page .faq-area .right {
    display: flex;
    align-items: center;
}

.areas-we-cover-page .faq-area .right img {
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 0 !important;
}

.faq-header {
    text-align: center;
    margin-bottom: 46px;
}

.faq-header .subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0A0A0A;
    font-weight: 600;
    margin-bottom: 12px;
}

.faq-header .subtitle img {
    width: 13px;
}

.faq-header .title {
    font-family: 'Marcellus', serif;
    font-size: 32px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0;
}

.areas-faq-accordion {
    max-width: 820px;
    margin: 0 auto;
}

.faq-accordion-item {
    border-bottom: 1px solid #e8e4dd;
}

.faq-accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    cursor: pointer;
    font-family: inherit;
    gap: 20px;
    text-align: left;
}

.faq-accordion-btn span {
    font-size: 15px;
    font-weight: 500;
    color: #0A0A0A;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-accordion-btn i {
    font-size: 16px;
    color: #D3B184;
    transition: transform 0.35s ease;
    flex-shrink: 0;
}

.faq-accordion-item.active .faq-accordion-btn i {
    transform: rotate(180deg);
}

.faq-accordion-item.active .faq-accordion-btn span {
    color: #D3B184;
}

.faq-accordion-body {
    display: none;
    font-size: 14px;
    color: #666666;
    line-height: 1.75;
    padding-bottom: 22px;
}

/* ── CTA Section ─────────────────────────────────────────────────────── */
.areas-cta-section {
    background: #F6F4F1;
    padding: 80px 0;
    border-top: 1px solid #e8e4dd;
}

.areas-cta-content {
    text-align: center;
}

.areas-cta-content h2 {
    font-family: 'Marcellus', serif;
    font-size: 36px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 16px;
    line-height: 1.3;
}

.areas-cta-content p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 36px;
    line-height: 1.7;
}

.areas-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* CTA primary button — inherits global .theme-btn styles (animated arrow/line, same as hero) */

/* Secondary button – dark outline, gold fill on hover */
.cta-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px;
    border: 1px solid #0A0A0A;
    font-weight: 500;
    color: #0A0A0A;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 0 !important;
}

.cta-call-btn:hover {
    background: #D3B184;
    border-color: #D3B184;
    color: #0A0A0A;
    box-shadow: 0 8px 24px rgba(211, 177, 132, 0.35);
}

/* ── No Results Message ───────────────────────────────────────────────── */
/* ── No Results Panel ────────────────────────────────────────────────── */
.no-results-section {
    padding: 80px 0;
    background: #ffffff;
    border-top: 1px solid #e8e4dd;
}

.no-results-inner {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

.no-results-icon {
    width: 80px;
    height: 80px;
    border-radius: 0 !important;
    background: rgba(211, 177, 132, 0.1);
    border: 1px solid rgba(211, 177, 132, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}

.no-results-icon i {
    font-size: 36px;
    color: #D3B184;
}

.no-results-inner h2 {
    font-family: 'Marcellus', serif;
    font-size: 28px;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0 0 16px 0;
    line-height: 1.35;
}

.no-results-inner h2 span {
    color: #D3B184;
}

.no-results-inner>p {
    font-size: 15px;
    color: #666666;
    line-height: 1.75;
    margin: 0 0 32px 0;
}

.no-results-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.no-results-hint {
    font-size: 13px !important;
    color: #999999 !important;
    margin: 0 !important;
}

.no-results-hint a {
    color: #D3B184;
    text-decoration: none;
    font-weight: 600;
}

.no-results-hint a:hover {
    text-decoration: underline;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1100px) {

    .location-cards-grid,
    .cities-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {

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

    .region-header h2 {
        font-size: 18px;
    }

    .region-header .count-badge {
        display: none;
    }

    .hq-feature-box {
        padding: 30px 24px;
    }

    .areas-cta-content h2 {
        font-size: 26px;
    }

    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {

    .location-cards-grid,
    .cities-cards-grid {
        grid-template-columns: 1fr;
    }

    .region-filter-tabs button {
        font-size: 12px;
        padding: 8px 14px;
    }

    .hq-feature-box .row {
        flex-direction: column;
    }
}