/* ==========================================================================
   D&B Properties — Area Page Styles
   ========================================================================== */

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.area-single .hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
}

.area-single .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.area-single .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.area-single .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 11, 69, .82) 0%, rgba(5, 61, 160, .75) 100%);
    z-index: 1
}

.area-single .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.area-single .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 24px;
    flex-wrap: wrap
}

.area-single .breadcrumb a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    transition: color .2s
}

.area-single .breadcrumb a:hover {
    color: #fff
}

.area-single .breadcrumb span {
    opacity: .5
}

.area-single .breadcrumb .current {
    color: rgba(255, 255, 255, .95);
    font-weight: 600;
    opacity: 1
}

.area-single .hero-title {
    font-family: var(--serif);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -.02em
}

.area-single .hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, .85);
    max-width: 620px;
    line-height: 1.7;
    margin-bottom: 32px
}

.area-single .hero-stats {
    display: flex;
    gap: 48px;
    flex-wrap: wrap
}

.area-single .hero-stat {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.area-single .hero-stat-val {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.area-single .hero-stat-lbl {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    letter-spacing: 1px
}

/* ═══════════════════════════════════════════
   QUICK FACTS BAR
═══════════════════════════════════════════ */
.area-single .quick-facts {
    background: var(--white, #fff);
    border-bottom: 1px solid rgba(11, 11, 69, .1);
    box-shadow: 0 2px 10px rgba(11, 11, 69, .07)
}

.area-single .qf-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px
}

.area-single .qf-item {
    display: flex;
    align-items: center;
    gap: 14px
}

.area-single .qf-icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: rgba(5, 61, 160, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.area-single .qf-icon svg {
    width: 24px;
    height: 24px;
    stroke: #053DA0;
    fill: none
}

.area-single .qf-content h4 {
    font-size: 12px;
    font-weight: 700;
    color: rgba(35, 35, 35, .52);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 4px
}

.area-single .qf-content p {
    font-size: 16px;
    font-weight: 700;
    color: #0B0B45;
    margin: 0
}

/* ═══════════════════════════════════════════
   SECTION STYLES
═══════════════════════════════════════════ */
.area-single .section {
    padding: 80px 0
}

.area-single .section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.area-single .section-header {
    max-width: 720px;
    margin-bottom: 48px
}

.area-single .section-label {
    font-size: 12px;
    font-weight: 700;
    color: #053DA0;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px
}

.area-single .section-title {
    font-family: var(--serif);
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 600;
    color: #0B0B45;
    line-height: 1.2;
    margin-bottom: 16px
}

.area-single .section-desc {
    font-size: 16px;
    color: rgba(35, 35, 35, .52);
    line-height: 1.8
}

.area-single .section-bg-light {
    background: #F4F5F7
}

/* ═══════════════════════════════════════════
   ABOUT AREA
═══════════════════════════════════════════ */
.area-single .about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: start
}

.area-single .about-prose p {
    font-size: 15px;
    color: #232323;
    line-height: 1.85;
    margin-bottom: 20px
}

.area-single .about-highlights {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.area-single .highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: rgba(5, 61, 160, .09);
    border-radius: 6px;
    border-left: 3px solid #053DA0
}

.area-single .highlight-item svg {
    width: 20px;
    height: 20px;
    stroke: #053DA0;
    fill: none;
    flex-shrink: 0;
    margin-top: 2px
}

.area-single .highlight-item div h5 {
    font-size: 14px;
    font-weight: 700;
    color: #0B0B45;
    margin-bottom: 4px
}

.area-single .highlight-item div p {
    font-size: 13px;
    color: rgba(35, 35, 35, .52);
    margin: 0;
    line-height: 1.6
}

.area-single .about-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 400px
}

.area-single .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* ═══════════════════════════════════════════
   MARKET INSIGHTS
═══════════════════════════════════════════ */
.area-single .insights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.area-single .insight-card {
    background: #fff;
    border: 1px solid rgba(11, 11, 69, .1);
    border-radius: 10px;
    padding: 28px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.area-single .insight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.area-single .insight-icon {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background: rgba(5, 61, 160, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.area-single .insight-icon svg {
    width: 26px;
    height: 26px;
    stroke: #053DA0;
    fill: none
}

.area-single .insight-value {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 700;
    color: #0B0B45;
    margin-bottom: 8px;
    line-height: 1
}

.area-single .insight-label {
    font-size: 13px;
    color: rgba(35, 35, 35, .52);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 4px
}

.area-single .insight-change {
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px
}

.area-single .insight-change.up {
    color: #0c6b3a
}

.area-single .insight-change.down {
    color: #8b1a1a
}

.area-single .insight-change svg {
    width: 14px;
    height: 14px
}

/* ═══════════════════════════════════════════
   LIFESTYLE & AMENITIES
═══════════════════════════════════════════ */
.area-single .lifestyle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.area-single .lifestyle-cat {
    background: #fff;
    border: 1px solid rgba(11, 11, 69, .1);
    border-radius: 10px;
    padding: 32px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.area-single .lifestyle-cat:hover {
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.area-single .lifestyle-cat-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px
}

.area-single .lifestyle-cat-icon {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background: rgba(5, 61, 160, .09);
    display: flex;
    align-items: center;
    justify-content: center
}

.area-single .lifestyle-cat-icon svg {
    width: 28px;
    height: 28px;
    stroke: #053DA0;
    fill: none
}

.area-single .lifestyle-cat h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0B0B45
}

.area-single .lifestyle-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0
}

.area-single .lifestyle-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #232323;
    padding: 10px;
    border-radius: 6px;
    transition: background .2s
}

.area-single .lifestyle-list li:hover {
    background: rgba(5, 61, 160, .09)
}

.area-single .lifestyle-list li::before {
    content: '✓';
    width: 20px;
    height: 20px;
    background: rgba(5, 61, 160, .09);
    color: #053DA0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0
}

/* ═══════════════════════════════════════════
   CONNECTIVITY
═══════════════════════════════════════════ */
.area-single .connectivity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.area-single .conn-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.area-single .conn-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(11, 11, 69, .1);
    border-radius: 6px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.area-single .conn-item:hover {
    box-shadow: 0 2px 10px rgba(11, 11, 69, .07);
    border-color: rgba(5, 61, 160, .18)
}

.area-single .conn-icon {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: rgba(5, 61, 160, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.area-single .conn-icon svg {
    width: 22px;
    height: 22px;
    stroke: #053DA0;
    fill: none
}

.area-single .conn-details h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0B0B45;
    margin-bottom: 4px
}

.area-single .conn-details p {
    font-size: 13px;
    color: rgba(35, 35, 35, .52);
    margin: 0
}

.area-single .conn-time {
    margin-left: auto;
    font-size: 15px;
    font-weight: 700;
    color: #053DA0;
    white-space: nowrap
}

.area-single .map-placeholder {
    background: #E6E7E8;
    border-radius: 10px;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(35, 35, 35, .52);
    position: relative;
    overflow: hidden
}

.area-single .map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0
}

/* ═══════════════════════════════════════════
   PROPERTIES IN AREA
═══════════════════════════════════════════ */
.area-single .prop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px
}

/* Card styles now in cards.css (loaded globally) */

.area-single .view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    border: 2px solid #0B0B45;
    color: #0B0B45;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    font-family: var(--sans)
}

.area-single .view-all-btn:hover {
    background: #0B0B45;
    color: #fff;
    transform: translateY(-2px)
}

/* ═══════════════════════════════════════════
   INVESTMENT HIGHLIGHTS
═══════════════════════════════════════════ */
.area-single .invest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.area-single .invest-card {
    background: linear-gradient(135deg, #0B0B45 0%, #053DA0 100%);
    border-radius: 10px;
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.area-single .invest-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    pointer-events: none
}

.area-single .invest-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px
}

.area-single .invest-card h3 svg {
    width: 32px;
    height: 32px;
    stroke: #fff;
    fill: none
}

.area-single .invest-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.75;
    margin-bottom: 24px
}

.area-single .invest-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0
}

.area-single .invest-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .9)
}

.area-single .invest-list li::before {
    content: '✓';
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0
}

/* ═══════════════════════════════════════════
   NEARBY AREAS
═══════════════════════════════════════════ */
.area-single .nearby-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.area-single .nearby-card {
    background: #fff;
    border: 1px solid rgba(11, 11, 69, .1);
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    display: block
}

.area-single .nearby-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.area-single .nearby-img {
    height: 140px;
    overflow: hidden
}

.area-single .nearby-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.area-single .nearby-card:hover .nearby-img img {
    transform: scale(1.05)
}

.area-single .nearby-content {
    padding: 18px
}

.area-single .nearby-name {
    font-size: 16px;
    font-weight: 700;
    color: #0B0B45;
    margin-bottom: 8px
}

.area-single .nearby-distance {
    font-size: 12px;
    color: rgba(35, 35, 35, .52);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px
}

.area-single .nearby-distance svg {
    width: 14px;
    height: 14px;
    stroke: rgba(35, 35, 35, .52);
    fill: none
}

.area-single .nearby-props {
    font-size: 12px;
    color: #053DA0;
    font-weight: 600
}

/* ═══════════════════════════════════════════
   FAQ
═══════════════════════════════════════════ */
.area-single .faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.area-single .faq-item {
    background: #fff;
    border: 1px solid rgba(11, 11, 69, .1);
    border-radius: 10px;
    overflow: hidden
}

.area-single .faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: var(--sans);
    text-align: left;
    transition: background .2s;
    min-width: 0;
    overflow: hidden;
    gap: 12px
}

.area-single .faq-q:hover {
    background: rgba(5, 61, 160, .09)
}

.area-single .faq-q-text {
    font-size: 16px;
    font-weight: 700;
    color: #0B0B45;
    flex: 1;
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word
}

.area-single .faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(5, 61, 160, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    flex-shrink: 0;
    margin-left: 16px
}

.area-single .faq-icon svg {
    width: 16px;
    height: 16px;
    stroke: #053DA0;
    fill: none;
    transition: transform .3s
}

.area-single .faq-item.open .faq-icon {
    background: #053DA0
}

.area-single .faq-item.open .faq-icon svg {
    stroke: #fff;
    transform: rotate(180deg)
}

.area-single .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1)
}

.area-single .faq-item.open .faq-a {
    max-height: 400px
}

.area-single .faq-a-inner {
    padding: 0 24px 24px;
    font-size: 14px;
    color: rgba(35, 35, 35, .52);
    line-height: 1.8
}

/* ═══════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════ */
.area-single .cta-banner {
    background: linear-gradient(135deg, #0B0B45 0%, #053DA0 100%);
    position: relative;
    overflow: hidden
}

.area-single .cta-banner::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    pointer-events: none
}

.area-single .cta-banner::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    pointer-events: none
}

.area-single .cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 40px;
    text-align: center;
    position: relative;
    z-index: 1
}

.area-single .cta-inner h2 {
    font-family: var(--serif);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2
}

.area-single .cta-inner p {
    font-size: 17px;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 32px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75
}

.area-single .cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.area-single .cta-btn {
    padding: 15px 36px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    font-family: var(--sans);
    border: none;
    cursor: pointer
}

.area-single .cta-btn-primary {
    background: linear-gradient(109.18deg, #181244, #181244), linear-gradient(270deg, #100a44, #100a44);
    color: #fff;
}

.area-single .cta-btn-primary:hover {
    background: linear-gradient(109.18deg, #063692, #0b0b45), linear-gradient(270deg, #100a44, #100a44);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.area-single .cta-btn-secondary {
    background-color: #fff;
    color: #181244;
}

.area-single .cta-btn-secondary:hover {
    background: linear-gradient(109.18deg, #063692, #0b0b45), linear-gradient(270deg, #100a44, #100a44);
    color: #fff;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media(max-width:1100px) {

    .area-single .about-grid,
    .area-single .connectivity-grid {
        grid-template-columns: 1fr
    }

    .area-single .insights-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .area-single .lifestyle-grid,
    .area-single .prop-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .area-single .invest-grid {
        grid-template-columns: 1fr
    }

    .area-single .nearby-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .area-single .hero {
        height: auto;
        padding: 60px 0
    }

    .area-single .hero-content,
    .area-single .section-inner,
    .area-single .qf-inner,
    .area-single .cta-inner {
        padding-left: 20px;
        padding-right: 20px
    }

    .area-single .hero-stats {
        gap: 24px
    }

    .area-single .qf-inner {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .area-single .section {
        padding: 60px 0
    }

    .area-single .insights-grid,
    .area-single .lifestyle-grid,
    .area-single .prop-grid,
    .area-single .invest-grid,
    .area-single .nearby-grid {
        grid-template-columns: 1fr
    }

    .area-single .cta-buttons {
        flex-direction: column;
        align-items: stretch
    }
}


/* ==========================================================================
   AREA ARCHIVE — LISTING PAGE
   ========================================================================== */

/* ── Page Banner ── */
.area-archive .page-banner {
    background: #0B0B45;
    padding: 52px 0 48px;
    position: relative;
    overflow: hidden
}

.area-archive .page-banner::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(5, 61, 160, .22);
    pointer-events: none
}

.area-archive .page-banner::after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    pointer-events: none
}

.area-archive .pb-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.area-archive .pb-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 20px;
    flex-wrap: wrap
}

.area-archive .pb-breadcrumb a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .2s
}

.area-archive .pb-breadcrumb a:hover {
    color: #fff
}

.area-archive .pb-breadcrumb span {
    opacity: .4
}

.area-archive .pb-breadcrumb .current {
    color: rgba(255, 255, 255, .85)
}

.area-archive .pb-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.area-archive .pb-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #053DA0;
    margin-bottom: 10px
}

.area-archive .pb-title {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.02em
}

.area-archive .pb-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .62);
    margin-top: 10px;
    max-width: 620px;
    line-height: 1.7
}

/* Search bar styles in archive-search-card.css */

/* Loading overlay */
.area-archive .loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.area-archive .loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(11, 11, 69, 0.1);
    border-top-color: #0B0B45;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* ── Toolbar ── */
.area-archive .toolbar {
    background: var(--white, #fff);
    border-bottom: 1px solid rgba(11, 11, 69, .1)
}

.area-archive .toolbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.area-archive .results-count {
    font-size: 14px;
    color: rgba(35, 35, 35, .52)
}

.area-archive .results-count strong {
    color: #0B0B45;
    font-weight: 700
}

.area-archive .toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px
}

.area-archive .sort-select {
    appearance: none;
    background: #fff;
    border: 1.5px solid rgba(11, 11, 69, .1);
    border-radius: 6px;
    padding: 10px 34px 10px 12px;
    font-family: var(--sans, 'Poppins', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #0B0B45;
    cursor: pointer;
    outline: none;
    transition: border-color .2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230B0B45' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 11px center
}

.area-archive .sort-select:focus {
    border-color: #053DA0
}

/* View toggle removed */

/* ── Listing Container ── */
.area-archive .listing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 40px 80px
}

/* ── Area Grid ── */
.area-archive .areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

/* ── Area Card ── */
.area-archive .area-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(11, 11, 69, .07);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid rgba(11, 11, 69, .1);
    position: relative;
    text-decoration: none;
    display: block;
    color: inherit
}

.area-archive .area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 28px rgba(11, 11, 69, .11);
    border-color: rgba(5, 61, 160, .18)
}

.area-archive .area-card.hidden {
    display: none
}

.area-archive .area-img {
    height: 220px;
    overflow: hidden;
    position: relative
}

.area-archive .area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease
}

.area-archive .area-card:hover .area-img img {
    transform: scale(1.06)
}

.area-archive .area-featured {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(11, 11, 69, .88);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .6px;
    backdrop-filter: blur(8px);
    z-index: 2
}

.area-archive .area-card-body {
    padding: 24px
}

.area-archive .area-zone {
    font-size: 11px;
    color: #053DA0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 6px
}

.area-archive .area-name {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: 26px;
    font-weight: 600;
    color: #0B0B45;
    margin-bottom: 12px;
    line-height: 1.25
}

.area-archive .area-desc {
    font-size: 14px;
    color: rgba(35, 35, 35, .52);
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.area-archive .area-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(11, 11, 69, .1)
}

.area-archive .area-stat {
    text-align: center
}

.area-archive .area-stat-val {
    font-family: var(--serif, 'Poppins', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #0B0B45;
    line-height: 1;
    margin-bottom: 4px
}

.area-archive .area-stat-lbl {
    font-size: 10px;
    color: rgba(35, 35, 35, .52);
    text-transform: uppercase;
    letter-spacing: .5px
}

.area-archive .area-highlights {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.area-archive .area-tag {
    font-size: 11px;
    background: #F4F5F7;
    color: #232323;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px
}

.area-archive .area-tag svg {
    width: 12px;
    height: 12px;
    stroke: #053DA0;
    fill: none
}

.area-archive .area-cta {
    width: 100%;
    padding: 11px 0;
    background: #053DA0;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
    font-family: var(--sans, 'Poppins', sans-serif);
    text-decoration: none;
    display: block
}

.area-archive .area-card:hover .area-cta {
    background: #0B0B45
}

/* List view removed */

/* ── Pagination wrap (layout only — button styles live in global.css) ── */
.area-archive .pagination-wrap {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.area-archive .pg-info {
    font-size: 13px;
    color: rgba(35, 35, 35, .52)
}

.area-archive .pagination {
    gap: 8px
}

.area-archive .pg-btn[disabled] {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.area-archive .pg-btn svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    fill: none
}

.area-archive .pg-ellipsis {
    color: rgba(35, 35, 35, .52);
    font-size: 18px;
    padding: 0 6px;
    line-height: 1
}

/* ── No Results ── */
.area-archive .no-results {
    text-align: center;
    padding: 80px 20px;
    font-size: 16px;
    color: rgba(35, 35, 35, .52)
}

/* ═══════════════════════════════════════════
   AREA ARCHIVE — RESPONSIVE
═══════════════════════════════════════════ */
@media(max-width:1100px) {
    .area-archive .areas-grid {
        grid-template-columns: 1fr 1fr !important
    }
}

@media(max-width:768px) {

    .area-archive .pb-inner,
    .area-archive .toolbar-inner,
    .area-archive .listing-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .area-archive .listing-container {
        padding-top: 20px;
        padding-bottom: 60px
    }

    .area-archive .areas-grid {
        grid-template-columns: 1fr !important
    }

    .area-archive .areas-grid.list-view .area-img {
        height: 200px
    }

    .area-archive .areas-grid.list-view .area-cta {
        width: 100%
    }

    .area-archive .toolbar-inner {
        flex-wrap: wrap
    }
}