/* ── AREAS HERO ── */
.ar-hero{padding-top:76px;position:relative;overflow:hidden;min-height:88vh;display:flex;align-items:center}
.ar-hero-video{position:absolute;inset:0;z-index:0}
.ar-hero-video video{width:100%;height:100%;object-fit:cover;display:block}
.ar-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,rgba(10,22,40,0.95) 0%,rgba(10,22,40,0.82) 55%,rgba(10,22,40,0.6) 100%)}
.ar-hero-inner{max-width:1100px;margin:0 auto;padding:80px 5%;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;position:relative;z-index:2}
.ar-hero-left .sec-divider{margin:18px 0 24px}
.ar-hero-p{font-size:1.05rem;color:rgba(255,255,255,0.72);line-height:1.9;margin-bottom:36px}
.ar-hero-trust{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}
.ar-hero-pill{display:flex;align-items:center;gap:8px;background:rgba(245,200,0,0.1);border:1px solid rgba(245,200,0,0.22);border-radius:100px;padding:7px 16px;font-size:.78rem;color:rgba(255,255,255,0.8);font-weight:500}
.ar-hero-pill span{color:var(--gold)}
.ar-hero-counties{display:flex;flex-direction:column;gap:16px}
.ar-hero-county-card{background:rgba(13,31,60,0.85);border:1px solid rgba(245,200,0,0.18);border-radius:12px;padding:22px 24px;backdrop-filter:blur(12px);cursor:pointer;transition:all .25s;text-decoration:none;display:block}
.ar-hero-county-card:hover{border-color:rgba(245,200,0,0.45);background:rgba(17,37,80,0.9);transform:translateX(6px)}
.ar-hero-county-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.ar-hero-county-name{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--white)}
.ar-hero-county-badge{background:rgba(245,200,0,0.15);border:1px solid rgba(245,200,0,0.25);border-radius:100px;padding:3px 10px;font-size:.65rem;font-weight:700;color:var(--gold)}
.ar-hero-county-cities{font-size:.78rem;color:var(--muted);line-height:1.6}
.ar-hero-county-arrow{font-size:.8rem;color:var(--gold);font-weight:700;margin-top:8px;display:block;transition:transform .2s}
.ar-hero-county-card:hover .ar-hero-county-arrow{transform:translateX(4px)}
@media(max-width:900px){.ar-hero-inner{grid-template-columns:1fr;gap:40px}}

/* ── AREAS COUNTY SECTIONS ── */
.ar-county{padding:60px 5%}
.ar-county:nth-child(odd){background:var(--ink)}
.ar-county:nth-child(even){background:var(--ink2)}
.ar-county-inner{max-width:1100px;margin:0 auto}
.ar-county-header{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:64px}
.ar-county-header-left .sec-divider{margin:18px 0 22px}
.ar-county-header-left p{font-size:.92rem;color:var(--muted);line-height:1.9}
.ar-county-header-right{padding-top:8px}
.ar-county-img{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;border:1px solid var(--border);position:relative}
.ar-county-img img{width:100%;height:100%;object-fit:cover}
.ar-county-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,22,40,0.5),transparent 60%)}
.ar-county-img-badge{position:absolute;bottom:16px;left:16px;background:rgba(13,31,60,0.9);border:1px solid rgba(245,200,0,0.25);border-radius:8px;padding:10px 14px;backdrop-filter:blur(8px)}
.ar-county-img-badge-num{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--gold);line-height:1}
.ar-county-img-badge-text{font-size:.6rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:3px}
.ar-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:40px}
.ar-city-card{background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:8px;padding:16px;transition:all .25s;cursor:pointer}
.ar-city-card:hover{border-color:rgba(245,200,0,0.3);background:rgba(245,200,0,0.05);transform:translateY(-3px)}
.ar-city-name{font-size:.88rem;font-weight:700;color:var(--white);margin-bottom:4px}
.ar-city-desc{font-size:.72rem;color:var(--muted);line-height:1.5}
.ar-city-cta{display:flex;align-items:center;gap:5px;font-size:.68rem;color:var(--gold);font-weight:600;margin-top:8px}
.ar-county-cta{background:rgba(245,200,0,0.06);border:1px solid rgba(245,200,0,0.18);border-radius:10px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ar-county-cta p{font-size:.9rem;color:rgba(255,255,255,0.75);line-height:1.6}
.ar-county-cta p strong{color:var(--white)}
@media(max-width:900px){.ar-county-header{grid-template-columns:1fr;gap:36px}}
@media(max-width:768px){.ar-city-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.ar-city-grid{grid-template-columns:1fr}}

/* ── AREAS NOT LISTED ── */
.ar-notlisted{background:var(--ink2);padding:80px 5%}
.ar-notlisted-inner{max-width:900px;margin:0 auto;text-align:center}
.ar-notlisted-inner h2{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--white);margin-bottom:14px}
.ar-notlisted-inner h2 span{color:var(--gold)}
.ar-notlisted-inner p{font-size:.95rem;color:var(--muted);line-height:1.85;max-width:600px;margin:0 auto 32px}

/* ── AREAS CTA ── */
.ar-cta{background:var(--ink);padding:60px 5%;position:relative;overflow:hidden}
.ar-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 50%,rgba(245,200,0,0.07) 0%,transparent 65%)}
.ar-cta-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}
.ar-cta h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:20px}
.ar-cta h2 em{color:var(--gold);font-style:italic}
.ar-cta p{font-size:1.05rem;color:var(--muted);line-height:1.85;margin-bottom:40px;max-width:580px;margin-left:auto;margin-right:auto}
.ar-cta-btns{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:32px}
.ar-cta-trust{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.ar-cta-trust-item{display:flex;align-items:center;gap:7px;font-size:.75rem;color:rgba(255,255,255,0.35)}
.ar-cta-trust-item span{color:var(--gold)}
