.map-hero{position:relative;overflow:hidden;background:var(--brand-secondary)}.map-hero::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(101,0,24,.92),rgba(26,16,17,.86)),radial-gradient(circle at 20% 30%,rgba(239,158,177,.28),transparent 32%);z-index:0}.map-hero .container{position:relative;z-index:1;max-width:860px}.region-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.region-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:26px;min-height:250px}.region-grid a{font-weight:800}.bar-chart-list{display:grid;grid-gap:18px;gap:18px;max-width:860px;margin:0 auto}.bar-chart-list article{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px}.bar-chart-list h3{font-size:1.12rem}.bar{height:12px;background:var(--brand-neutral-light);border-radius:999px;overflow:hidden;margin:10px 0}.bar span{display:block;height:100%;background:var(--brand-primary)}.industries-note{max-width:860px;margin:26px auto 0;color:var(--brand-text)}@media (max-width:767px){.region-grid{grid-template-columns:1fr}}