/* ============================================================
   Pakka Area — areas.css (locality + hub pages)
   Tokens in base.css. Brand: Indigo & Emerald.
   ============================================================ */
body{ line-height:1.65; background:var(--bg); }
.wrap{ max-width:880px; margin:0 auto; padding:0 22px 40px; }
.wrap-wide{ max-width:1080px; margin:0 auto; padding:0 22px; }

nav.top{ position:sticky; top:0; z-index:50; background:rgba(255,255,255,.93); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
nav.top .in{ max-width:1080px; margin:0 auto; padding:12px 22px; display:flex; align-items:center; justify-content:space-between; }
.brand{ display:flex; align-items:center; gap:9px; }
.brand b{ font-size:17px; font-weight:800; } .brand b span{ color:var(--teal); }
.nav-cta{ background:var(--cta); color:#fff; padding:8px 16px; border-radius:30px; font-weight:700; font-size:13.5px; }
.tnav{ display:flex; align-items:center; gap:18px; }
.tnav .nav-link{ font-size:13.5px; font-weight:600; color:var(--ink2); }
.tnav .nav-link:hover{ color:var(--teal); }
@media(max-width:560px){ .tnav .nav-link{ display:none; } }

.crumb{ font-size:12.5px; color:var(--grey); padding:18px 0 14px; }
.crumb a{ color:var(--teal-d); font-weight:600; } .crumb span{ color:var(--grey); }

/* hero card — indigo gradient, like the homepage */
.lhead{ background:linear-gradient(160deg,#1E2A6B,#28316E 60%,#3A45B0); color:#fff; border-radius:20px; padding:30px 32px; box-shadow:0 22px 54px rgba(30,42,107,.22); position:relative; overflow:hidden; }
.lhead:after{ content:""; position:absolute; right:-90px; top:-90px; width:300px; height:300px; border:50px solid rgba(154,166,242,.10); border-radius:50%; }
.lkick{ font-size:12px; letter-spacing:2px; text-transform:uppercase; color:var(--teal-l); font-weight:800; position:relative; z-index:1; }
h1{ font-size:34px; font-weight:800; line-height:1.15; margin:10px 0 4px; letter-spacing:-.5px; color:#fff; position:relative; z-index:1; }
.lsub{ font-size:16px; color:#D6DBF6; margin-top:8px; max-width:620px; position:relative; z-index:1; }
.chips{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; position:relative; z-index:1; }
.chips span{ font-size:12px; font-weight:700; color:#fff; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.22); padding:5px 12px; border-radius:20px; }

.verdict-row{ display:flex; gap:24px; align-items:center; margin-top:24px; flex-wrap:wrap; position:relative; z-index:1; }
.gauge{ width:120px; height:120px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(0,0,0,.18); }
.gauge > div{ width:90px; height:90px; border-radius:50%; background:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.gauge b{ font-size:32px; font-weight:800; line-height:1; color:var(--ink); } .gauge small{ font-size:11px; color:var(--grey); font-weight:600; }
.verdict-txt h2{ font-size:19px; margin:0 0 4px; color:#fff; } .verdict-txt p{ font-size:14px; color:#C2C9EE; max-width:420px; }
.band{ display:inline-block; font-size:12px; font-weight:800; padding:5px 13px; border-radius:20px; margin-top:9px; }
.band.caution{ background:#fff; color:#b91c1c; }
.band.moderate{ background:#fff; color:#92610a; }
.band.strong{ background:#fff; color:#136a37; }

.supply{ margin-top:18px; background:#fff; border:1px solid var(--line); border-radius:14px; padding:16px 18px; font-size:14.5px; color:var(--ink2); box-shadow:0 10px 28px rgba(30,42,107,.06); }
.supply b{ color:var(--ink); }

/* content sections as cards on the tinted canvas */
section.blk{ background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px 30px; margin-top:16px; box-shadow:0 10px 28px rgba(30,42,107,.05); }
section.blk h2{ font-size:21px; font-weight:800; margin-bottom:10px; padding-left:13px; border-left:4px solid var(--teal); line-height:1.2; }
section.blk p{ font-size:15.5px; color:#33414f; margin-bottom:12px; }
section.blk p:last-child{ margin-bottom:0; }
section.blk p.note{ font-size:13px; color:var(--grey); }
section.blk ul{ margin:4px 0 0 2px; padding-left:18px; }
section.blk li{ font-size:15.5px; color:#33414f; margin-bottom:7px; }

.scorecard{ margin-top:6px; }
.sbar{ margin-bottom:15px; }
.sbar .t{ display:flex; justify-content:space-between; align-items:baseline; font-size:14.5px; font-weight:700; margin-bottom:5px; }
.sbar .t .sc{ font-size:15px; font-weight:800; }
.sbar .g{ height:9px; background:#E7EDF0; border-radius:5px; overflow:hidden; }
.sbar .g i{ display:block; height:100%; border-radius:5px; }
.r{ background:var(--red); } .a{ background:var(--amber); } .gr{ background:var(--green); }
.tag{ display:inline-block; font-size:10.5px; font-weight:800; padding:2px 7px; border-radius:14px; margin-left:8px; vertical-align:middle; }
.tag.v{ background:rgba(22,163,74,.12); color:#136a37; }
.tag.e{ background:rgba(245,158,11,.16); color:#92610a; }
.tag.j{ background:rgba(91,107,120,.14); color:var(--grey); }
.legend{ font-size:12.5px; color:var(--grey); margin-top:14px; }
.legend b{ color:var(--ink); }

.dimrow{ display:flex; gap:13px; padding:15px 0; border-top:1px solid var(--line); }
.dimrow:first-child{ border-top:none; }
.dimrow .dn{ flex-shrink:0; width:128px; }
.dimrow .dn b{ font-size:14.5px; } .dimrow .dn .s{ display:block; font-size:13px; font-weight:800; margin-top:2px; }
.dimrow .dd{ font-size:14.5px; color:#33414f; }

.faq h3{ font-size:16px; margin:16px 0 4px; } .faq p{ font-size:14.5px; color:#33414f; }

.cta-band{ background:linear-gradient(160deg,#1E2A6B,#3A45B0); color:#fff; border-radius:18px; padding:30px 28px; margin:34px 0; text-align:center; }
.cta-band h2{ color:#fff; font-size:23px; margin-bottom:8px; }
.cta-band p{ color:#D6DBF6; font-size:15px; max-width:520px; margin:0 auto 18px; }
.btn{ display:inline-block; background:var(--cta); color:#fff; font-weight:700; padding:14px 26px; border-radius:30px; font-size:15.5px; }

.disc{ font-size:12px; color:var(--grey); line-height:1.6; padding:24px 0 8px; }
.nearby{ display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.nearby a{ font-size:13.5px; font-weight:600; color:var(--ink2); background:#fff; border:1px solid var(--line); border-radius:30px; padding:8px 15px; }
.nearby a:hover{ border-color:#C8D2EE; }

footer{ background:var(--ink); color:#AEB6E8; padding:34px 0 26px; font-size:13px; margin-top:10px; }
footer a{ color:#C8CFF0; }
footer .disc2{ font-size:11.5px; color:#8088C0; margin-top:14px; line-height:1.6; }

/* hub */
.hub-hero{ background:linear-gradient(165deg,#1E2A6B,#3A45B0); color:#fff; padding:46px 0 40px; }
.hub-hero h1{ color:#fff; max-width:720px; } .hub-hero p{ color:#D6DBF6; font-size:17px; max-width:620px; margin-top:10px; }
.grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:30px; }
.lc{ display:block; background:#fff; border:1px solid var(--line); border-radius:14px; padding:18px; transition:transform .16s,box-shadow .16s,border-color .16s; }
.lc:hover{ transform:translateY(-3px); box-shadow:0 14px 34px rgba(30,42,107,.10); border-color:#C8D2EE; }
.lc .nm{ font-size:17px; font-weight:800; } .lc .rg{ font-size:12.5px; color:var(--grey); margin-top:1px; }
.lc .sc{ font-size:26px; font-weight:800; margin-top:10px; } .lc .sc small{ font-size:13px; color:var(--grey); font-weight:600; }
.lc .bd{ font-size:11.5px; font-weight:800; margin-top:4px; }
@media(max-width:760px){ .grid{ grid-template-columns:1fr 1fr; } h1{ font-size:27px; } }
@media(max-width:480px){ .grid{ grid-template-columns:1fr; } }

.scorecard .dimlink{ color:inherit; text-decoration:none; border-bottom:1px dotted #C8D2EE; }
.scorecard .dimlink:hover{ color:var(--teal-d); border-bottom-color:var(--teal-d); }

.lc .pin{ font-size:11px; color:var(--grey); font-weight:600; margin-top:1px; }
.chips .pinchip{ background:#EEF1F6; color:var(--ink2); }
