/* =========================================================
   NOTÍCIAS DO TRANSPORTE — REGIÕES 3.0
   Referência: mapa interativo + cobertura editorial + feed regional.
   ========================================================= */

.nt-regions-page {
	--nt-reg-green: #07852f;
	--nt-reg-green-dark: #056b27;
	--nt-reg-green-soft: #eef8f1;
	--nt-reg-green-pale: #dceede;
	--nt-reg-text: #111a14;
	--nt-reg-muted: #667168;
	--nt-reg-border: #e0e7e2;
	--nt-reg-surface: #fff;
	--nt-reg-container: 1360px;
	--nt-reg-radius: 14px;
}

/* Astra vira apenas canvas desta página. */
.nt-regions-page .site-content > .ast-container,
.nt-regions-page .ast-container #primary,
.nt-regions-page #primary,
.nt-regions-page .site-main,
.nt-regions-page .entry-content {
	width: 100% !important;
	max-width: none !important;
}

.nt-regions-page .site-content > .ast-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nt-regions-page #primary,
.nt-regions-page .entry-content {
	margin: 0 !important;
}

.nt-regions-page .entry-header,
.nt-regions-page .entry-title {
	display: none !important;
}

.nt-regions-shell,
.nt-regions-shell * {
	box-sizing: border-box;
}

.nt-regions-shell {
	width: 100%;
	padding: 28px 0 0;
	font-family: "Source Sans 3", sans-serif;
	color: var(--nt-reg-text);
}

.nt-regions-container {
	width: min(calc(100% - 48px), var(--nt-reg-container));
	margin-inline: auto;
}

/* ---------- Cabeçalho ---------- */
.nt-regions-top-card {
	padding: 0 18px 18px;
	border: 1px solid var(--nt-reg-border);
	border-radius: var(--nt-reg-radius);
	background: #fff;
	box-shadow: 0 6px 24px rgba(15,36,22,.035);
}

.nt-regions-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
	align-items: center;
	gap: 40px;
	padding: 24px 4px 26px;
}

.nt-regions-hero__intro h1 {
	margin: 0 0 4px !important;
	font-family: "Titillium Web", sans-serif !important;
	font-size: clamp(38px, 3.3vw, 52px) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: -.85px;
	color: var(--nt-reg-text) !important;
}

.nt-regions-hero__intro p {
	max-width: 510px;
	margin: 0 !important;
	font-size: 17px !important;
	line-height: 1.35 !important;
	color: var(--nt-reg-muted) !important;
}

.nt-regions-search {
	position: relative;
	width: 100%;
}

.nt-regions-search > input {
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 48px 0 16px !important;
	border: 1px solid #d9e1db !important;
	border-radius: 8px !important;
	outline: 0;
	background: #fff !important;
	box-shadow: none !important;
	font-family: "Source Sans 3", sans-serif !important;
	font-size: 14px !important;
	color: var(--nt-reg-text) !important;
}

.nt-regions-search > input:focus {
	border-color: rgba(7,133,47,.5) !important;
	box-shadow: 0 0 0 3px rgba(7,133,47,.08) !important;
}

.nt-regions-search > span {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	color: #68756c;
	transform: translateY(-50%);
	pointer-events: none;
}

.nt-regions-search svg,
.nt-regions-shell svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nt-regions-search__results {
	position: absolute;
	z-index: 30;
	top: calc(100% + 7px);
	left: 0;
	right: 0;
	overflow: hidden;
	border: 1px solid var(--nt-reg-border);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(13,35,20,.14);
}

.nt-regions-search__results button {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	padding: 10px 13px;
	border: 0;
	border-bottom: 1px solid #edf1ee;
	background: #fff;
	color: var(--nt-reg-text);
	text-align: left;
	cursor: pointer;
}

.nt-regions-search__results button:last-child { border-bottom: 0; }
.nt-regions-search__results button:hover { background: #f4faf6; }
.nt-regions-search__result-icon { display: inline-flex; width: 18px; height: 18px; color: var(--nt-reg-green); }
.nt-regions-search__result-icon svg { width: 100%; height: 100%; }
.nt-regions-search__results strong { display: block; font-size: 14px; line-height: 1.2; }
.nt-regions-search__results small { display: block; margin-top: 1px; font-size: 11px; color: #7b877e; }
.nt-regions-search__empty { padding: 13px 15px; font-size: 13px; color: var(--nt-reg-muted); }

/* ---------- Explorer ---------- */
.nt-regions-explorer {
	overflow: hidden;
	border: 1px solid var(--nt-reg-border);
	border-radius: 12px;
	background: #fff;
}

.nt-regions-tabs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	padding: 14px;
	border-bottom: 1px solid var(--nt-reg-border);
	background: #fff;
}

.nt-regions-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	height: 42px;
	padding: 0 10px;
	border: 1px solid #e7ece8;
	border-right-width: 0;
	background: #fff;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #424e46;
	cursor: pointer;
}

.nt-regions-tab:first-child { border-radius: 8px 0 0 8px; }
.nt-regions-tab:last-child { border-right-width: 1px; border-radius: 0 8px 8px 0; }
.nt-regions-tab svg { width: 17px; height: 17px; }
.nt-regions-tab:hover { background: #f8fbf9; }
.nt-regions-tab.is-active {
	position: relative;
	z-index: 1;
	border-color: rgba(7,133,47,.48);
	border-right-width: 1px;
	border-radius: 7px;
	background: #f5fbf7;
	color: var(--nt-reg-green-dark);
	box-shadow: inset 0 0 0 1px rgba(7,133,47,.05);
}
.nt-regions-tab.is-active + .nt-regions-tab { border-left-width: 0; }

.nt-regions-explorer__body {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(320px, .82fr);
	min-height: 610px;
	background:
		linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.84)),
		radial-gradient(circle at 30% 30%, rgba(7,133,47,.08), transparent 30%);
}

.nt-regions-map-wrap {
	position: relative;
	min-width: 0;
	padding: 18px 20px 20px;
}

.nt-regions-map-canvas {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 570px;
	overflow: hidden;
	border-right: 1px solid rgba(224,231,226,.8);
	background-image:
		linear-gradient(30deg, rgba(7,133,47,.018) 12%, transparent 12.5%, transparent 87%, rgba(7,133,47,.018) 87.5%),
		linear-gradient(150deg, rgba(7,133,47,.018) 12%, transparent 12.5%, transparent 87%, rgba(7,133,47,.018) 87.5%);
	background-size: 70px 120px;
}

.nt-regions-map-svg {
	display: block;
	width: min(100%, 690px);
	height: auto;
	max-height: 555px;
	overflow: visible;
}

.nt-regions-map-svg__states {
	transition: transform .24s ease;
}

.nt-region-state {
	outline: none;
	cursor: pointer;
	transition: opacity .18s ease;
}

.nt-region-state path {
	fill: #edf5ef;
	stroke: #82ab8d;
	stroke-width: 1.4;
	vector-effect: non-scaling-stroke;
	transition: fill .18s ease, stroke .18s ease, filter .18s ease;
}

.nt-region-state--partial path { fill: #d7ead9; }
.nt-region-state--full path { fill: #abd4b3; }
.nt-region-state:hover path,
.nt-region-state:focus path { fill: #82c18e; stroke: #28763d; }
.nt-region-state.is-selected path {
	fill: var(--nt-reg-green);
	stroke: #04551f;
	filter: drop-shadow(0 4px 4px rgba(7,133,47,.15));
}
.nt-region-state.is-outside-macro { opacity: .38; }
.nt-region-state.is-selected { opacity: 1 !important; }

.nt-region-state text {
	fill: #2c5b39;
	stroke: none;
	font-family: "Source Sans 3", sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-anchor: middle;
	pointer-events: none;
	user-select: none;
}
.nt-region-state.is-selected text { fill: #fff; }

.nt-regions-map-controls {
	position: absolute;
	left: 18px;
	bottom: 62px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #d9e1db;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(10,30,16,.06);
}
.nt-regions-map-controls button {
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #e7ece8;
	background: #fff;
	font: 22px/1 "Source Sans 3", sans-serif;
	color: #4d5d52;
	cursor: pointer;
}
.nt-regions-map-controls button:last-child { border-bottom: 0; }
.nt-regions-map-controls button:hover { background: #f1f7f3; color: var(--nt-reg-green); }

.nt-regions-map-legend {
	position: absolute;
	left: 18px;
	bottom: 17px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 11px;
	color: #657169;
}
.nt-regions-map-legend span { display: flex; align-items: center; gap: 7px; }
.nt-regions-map-legend i { width: 10px; height: 10px; border-radius: 50%; background: #d7ead9; }
.nt-regions-map-legend i.is-full { background: #5fa76e; }
.nt-regions-map-legend i.is-partial { background: #bdddbf; }

/* ---------- Painel de seleção ---------- */
.nt-regions-selection-card {
	align-self: center;
	width: calc(100% - 48px);
	max-width: 390px;
	margin: 28px 24px;
	padding: 28px 28px 22px;
	border: 1px solid #dce4de;
	border-radius: 14px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 14px 38px rgba(16,44,25,.08);
	transition: opacity .15s ease;
}

.nt-regions-selection-card__heading {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.nt-regions-selection-card__icon {
	display: inline-flex;
	width: 34px;
	height: 34px;
	color: var(--nt-reg-green);
}
.nt-regions-selection-card__icon svg { width: 100%; height: 100%; }
.nt-regions-selection-card__heading h2 {
	margin: 0 !important;
	font-family: "Titillium Web", sans-serif !important;
	font-size: 29px !important;
	font-weight: 700 !important;
	line-height: 1.02 !important;
	color: var(--nt-reg-text) !important;
}
.nt-regions-selection-card__heading p {
	margin: 2px 0 0 !important;
	font-size: 13px !important;
	color: #737f77 !important;
}

.nt-regions-selection-card__metric {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 22px 0;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5ebe7;
}
.nt-regions-selection-card__metric > span { display: inline-flex; width: 28px; height: 28px; color: var(--nt-reg-green); }
.nt-regions-selection-card__metric > span svg { width: 100%; height: 100%; }
.nt-regions-selection-card__metric strong { display: block; font-family: "Titillium Web", sans-serif; font-size: 25px; line-height: 1; }
.nt-regions-selection-card__metric small { display: block; margin-top: 2px; font-size: 12px; color: #737f77; }

.nt-regions-selection-card__areas h3 {
	margin: 0 0 10px !important;
	font: 700 14px/1.2 "Source Sans 3", sans-serif !important;
	color: var(--nt-reg-text) !important;
}
.nt-regions-selection-card__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.nt-regions-chip {
	min-height: 32px;
	padding: 0 13px;
	border: 1px solid rgba(7,133,47,.42);
	border-radius: 8px;
	background: #fff;
	font: 600 12px/1 "Source Sans 3", sans-serif;
	color: var(--nt-reg-green-dark);
	cursor: pointer;
}
.nt-regions-chip:hover,
.nt-regions-chip.is-active { background: var(--nt-reg-green); color: #fff; border-color: var(--nt-reg-green); }

.nt-regions-selection-card__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 48px;
	margin-top: 22px;
	border: 0;
	border-radius: 7px;
	background: var(--nt-reg-green);
	font: 700 14px/1 "Source Sans 3", sans-serif;
	color: #fff;
	cursor: pointer;
}
.nt-regions-selection-card__cta:hover { background: var(--nt-reg-green-dark); }
.nt-regions-selection-card__cta span { display: inline-flex; width: 18px; height: 18px; }
.nt-regions-selection-card__cta svg { width: 100%; height: 100%; }
.nt-regions-selection-card__updated {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 15px;
	font-size: 11px;
	color: #7a867e;
}
.nt-regions-selection-card__updated svg { width: 15px; height: 15px; }

/* ---------- Títulos de seção ---------- */
.nt-regions-section-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}
.nt-regions-section-title h2 {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Titillium Web", sans-serif !important;
	font-size: 29px !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	letter-spacing: -.4px;
	color: var(--nt-reg-text) !important;
}
.nt-regions-section-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 42px;
	height: 3px;
	border-radius: 4px;
	background: var(--nt-reg-green);
}

/* ---------- Cobertura em destaque ---------- */
.nt-regions-featured { padding: 28px 0 22px; }
.nt-regions-featured__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}
.nt-region-feature-card {
	--nt-region-card-image: none;
	position: relative;
	min-width: 0;
	height: 250px;
	overflow: hidden;
	border-radius: 12px;
	background:
		linear-gradient(135deg, #0b6830, #164a29),
		var(--nt-region-card-image) center/cover no-repeat;
	background-image: var(--nt-region-card-image);
	box-shadow: 0 5px 16px rgba(8,30,15,.09);
}
.nt-region-feature-card.is-no-image { background: linear-gradient(135deg, #16733a, #0d4928); }
.nt-region-feature-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--nt-region-card-image);
	background-position: center;
	background-size: cover;
	transition: transform .35s ease;
}
.nt-region-feature-card:hover::before { transform: scale(1.035); }
.nt-region-feature-card__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,10,6,.94), rgba(4,10,6,.52) 55%, rgba(4,10,6,.18)); }
.nt-region-feature-card__content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 17px; color: #fff; }
.nt-region-feature-card__content h3 {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 7px !important;
	font: 700 14px/1.15 "Source Sans 3", sans-serif !important;
	color: #fff !important;
}
.nt-region-feature-card__content h3 svg { width: 15px; height: 15px; }
.nt-region-feature-card__content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 13px !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	color: rgba(255,255,255,.93) !important;
}
.nt-region-feature-card__content button {
	width: 100%;
	height: 37px;
	border: 1px solid rgba(255,255,255,.82);
	border-radius: 7px;
	background: rgba(0,0,0,.16);
	font: 700 12px/1 "Source Sans 3", sans-serif;
	color: #fff;
	cursor: pointer;
	backdrop-filter: blur(2px);
}
.nt-region-feature-card__content button:hover { background: #fff; color: var(--nt-reg-green-dark); }

/* ---------- Notícias + summary ---------- */
.nt-regions-news-section {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(300px, .7fr);
	gap: 18px;
	padding: 14px 0 0;
}
.nt-regions-news-main,
.nt-regions-summary {
	min-width: 0;
	border: 1px solid var(--nt-reg-border);
	border-radius: 13px;
	background: #fff;
}
.nt-regions-news-main { padding: 22px 22px 18px; }
.nt-regions-summary { overflow: hidden; align-self: start; }

.nt-regions-news-list { display: flex; flex-direction: column; }
.nt-regions-news-item {
	position: relative;
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) 26px;
	gap: 17px;
	align-items: stretch;
	padding: 15px 0;
	border-bottom: 1px solid #edf1ee;
}
.nt-regions-news-item:first-child { padding-top: 7px; }
.nt-regions-news-item__image {
	display: block;
	height: 136px;
	overflow: hidden;
	border-radius: 9px;
	background: #e9f1eb;
}
.nt-regions-news-item__image img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important; transition: transform .3s ease; }
.nt-regions-news-item:hover .nt-regions-news-item__image img { transform: scale(1.03); }
.nt-regions-news-item__fallback { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg,#137239,#0c522b); font: 800 30px/1 "Titillium Web",sans-serif; color: rgba(255,255,255,.24); }
.nt-regions-news-item__body { align-self: center; min-width: 0; }
.nt-regions-news-item__tags { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 5px; }
.nt-regions-tag { display: inline-flex; align-items: center; gap: 4px; min-height: 20px; padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.nt-regions-tag--primary { background: var(--nt-reg-green); color: #fff; }
.nt-regions-tag--location { background: #f4f6f4; color: #59645d; text-transform: none; }
.nt-regions-tag--location svg { width: 12px; height: 12px; }
.nt-regions-news-item h3 { margin: 0 0 4px !important; font: 700 19px/1.15 "Titillium Web", sans-serif !important; }
.nt-regions-news-item h3 a { color: var(--nt-reg-text) !important; text-decoration: none !important; }
.nt-regions-news-item h3 a:hover { color: var(--nt-reg-green-dark) !important; }
.nt-regions-news-item__body > p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 7px !important; font-size: 13px !important; line-height: 1.35 !important; color: #667168 !important; }
.nt-regions-news-item__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 11px; color: #879088; }
.nt-regions-news-item__meta span { display: inline-flex; align-items: center; gap: 3px; }
.nt-regions-news-item__meta svg { width: 13px; height: 13px; }
.nt-regions-news-item__bookmark { display: inline-flex; align-self: center; justify-self: end; width: 19px; height: 19px; color: #809087; }
.nt-regions-news-item__bookmark svg { width: 100%; height: 100%; }

.nt-regions-empty {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 28px 20px;
	border-radius: 9px;
	background: #f6faf7;
	font-size: 13px;
	color: #667168;
}
.nt-regions-empty strong { color: #244a30; }

.nt-regions-load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	margin-top: 14px;
	border: 1px solid rgba(7,133,47,.46);
	border-radius: 7px;
	background: #fff;
	font: 700 12px/1 "Source Sans 3", sans-serif;
	color: var(--nt-reg-green-dark);
	cursor: pointer;
}
.nt-regions-load-more svg { width: 17px; height: 17px; }
.nt-regions-load-more:hover { background: #f2faf4; }
.nt-regions-load-more:disabled { opacity: .55; cursor: wait; }

.nt-regions-summary__metrics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid var(--nt-reg-border);
}
.nt-regions-summary__metrics > div { display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; column-gap: 9px; padding: 18px 15px; }
.nt-regions-summary__metrics > div + div { border-left: 1px solid var(--nt-reg-border); }
.nt-regions-summary__metrics span { grid-row: 1 / 3; display: inline-flex; align-self: center; width: 28px; height: 28px; color: var(--nt-reg-green); }
.nt-regions-summary__metrics span svg { width: 100%; height: 100%; }
.nt-regions-summary__metrics strong { font: 700 19px/1.05 "Titillium Web", sans-serif; color: var(--nt-reg-text); }
.nt-regions-summary__metrics small { margin-top: 2px; font-size: 10px; color: #7e8981; }

.nt-regions-summary__section { padding: 17px 14px 14px; border-bottom: 1px solid var(--nt-reg-border); }
.nt-regions-summary__section:last-child { border-bottom: 0; }
.nt-regions-summary__section h3 { margin: 0 0 9px !important; font: 700 14px/1.2 "Titillium Web", sans-serif !important; color: var(--nt-reg-text) !important; }
.nt-regions-summary__section button {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto 12px;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-height: 35px;
	padding: 4px 3px;
	border: 0;
	border-bottom: 1px solid #f0f3f1;
	background: transparent;
	font: 500 12px/1.2 "Source Sans 3", sans-serif;
	color: #59665e;
	text-align: left;
	cursor: pointer;
}
.nt-regions-summary__section button:last-child { border-bottom: 0; }
.nt-regions-summary__section button:hover { color: var(--nt-reg-green-dark); }
.nt-regions-summary__section button > span { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
.nt-regions-summary__section button svg { flex: 0 0 auto; width: 14px; height: 14px; color: #56a56c; }
.nt-regions-summary__section button em { min-width: 29px; padding: 3px 7px; border-radius: 10px; background: #eaf7ed; font-style: normal; font-size: 10px; font-weight: 700; color: #4f9b63; text-align: center; }
.nt-regions-summary__section button b { font-size: 18px; font-weight: 400; color: #8a958d; }

.nt-regions-shell.is-loading .nt-regions-selection-card,
.nt-regions-shell.is-loading .nt-regions-news-list,
.nt-regions-shell.is-loading .nt-regions-summary {
	opacity: .52;
	pointer-events: none;
}

/* Newsletter faz parte da própria página, como na referência. */
.nt-regions-shell .nt-newsletter-strip { margin-top: 24px; }

@media (max-width: 1180px) {
	.nt-regions-explorer__body { grid-template-columns: minmax(0, 1.5fr) minmax(300px, .8fr); }
	.nt-regions-featured__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.nt-region-feature-card { height: 230px; }
	.nt-regions-news-item { grid-template-columns: 180px minmax(0,1fr) 24px; }
}

@media (max-width: 920px) {
	.nt-regions-container { width: min(calc(100% - 32px), var(--nt-reg-container)); }
	.nt-regions-hero { grid-template-columns: 1fr; gap: 18px; padding-top: 14px; }
	.nt-regions-tabs { grid-template-columns: repeat(3, 1fr); gap: 7px; }
	.nt-regions-tab,
	.nt-regions-tab:first-child,
	.nt-regions-tab:last-child,
	.nt-regions-tab.is-active { border: 1px solid #e7ece8; border-radius: 7px; }
	.nt-regions-explorer__body { grid-template-columns: 1fr; }
	.nt-regions-map-canvas { min-height: 510px; border-right: 0; border-bottom: 1px solid var(--nt-reg-border); }
	.nt-regions-selection-card { width: calc(100% - 36px); max-width: none; margin: 18px; }
	.nt-regions-news-section { grid-template-columns: 1fr; }
	.nt-regions-summary { order: -1; }
}

@media (max-width: 680px) {
	.nt-regions-shell { padding-top: 15px; }
	.nt-regions-top-card { padding: 0 8px 8px; }
	.nt-regions-container { width: calc(100% - 24px); }
	.nt-regions-hero__intro h1 { font-size: 36px !important; }
	.nt-regions-hero__intro p { font-size: 15px !important; }
	.nt-regions-tabs { grid-template-columns: repeat(2, 1fr); padding: 10px; }
	.nt-regions-tab { height: 40px; font-size: 12px; }
	.nt-regions-map-wrap { padding: 6px 8px 8px; }
	.nt-regions-map-canvas { min-height: 410px; }
	.nt-regions-map-svg { width: 100%; max-height: 395px; }
	.nt-region-state text { font-size: 9px; }
	.nt-regions-map-controls { left: 8px; bottom: 58px; }
	.nt-regions-map-legend { left: 8px; bottom: 11px; font-size: 10px; }
	.nt-regions-selection-card { width: calc(100% - 20px); margin: 10px; padding: 22px 18px 17px; }
	.nt-regions-selection-card__heading h2 { font-size: 25px !important; }
	.nt-regions-featured__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.nt-region-feature-card { height: 205px; }
	.nt-region-feature-card__content { padding: 13px; }
	.nt-regions-section-title h2 { font-size: 24px !important; }
	.nt-regions-news-main { padding: 18px 14px 14px; }
	.nt-regions-news-item { grid-template-columns: 112px minmax(0,1fr); gap: 11px; }
	.nt-regions-news-item__image { height: 90px; }
	.nt-regions-news-item__bookmark { display: none; }
	.nt-regions-news-item h3 { font-size: 16px !important; }
	.nt-regions-news-item__body > p { display: none; }
	.nt-regions-news-item__meta { font-size: 10px; }
	.nt-regions-summary__metrics { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 440px) {
	.nt-regions-featured__grid { grid-template-columns: 1fr; }
	.nt-region-feature-card { height: 205px; }
	.nt-regions-news-item { grid-template-columns: 94px minmax(0,1fr); }
	.nt-regions-news-item__image { height: 78px; }
	.nt-regions-tag--location { display: none; }
}

/* =========================================================
   V1.10 — MAPA OFICIAL IBGE
   O SVG é construído no navegador a partir da Malha Geográfica oficial.
   ========================================================= */
.nt-regions-map-svg.is-loading .nt-regions-map-svg__states,
.nt-regions-map-svg.has-error .nt-regions-map-svg__states {
	opacity: 0;
}

.nt-regions-map-status text {
	fill: #6f8175;
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-anchor: middle;
}

.nt-regions-map-status[hidden] {
	display: none;
}

.nt-region-state path {
	fill-rule: evenodd;
	clip-rule: evenodd;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.nt-region-state text.is-small-state-label {
	font-size: 8px;
}

/* =========================================================
   V2.5 — hardening mobile / área estável para exclusão de Auto Ads
   ========================================================= */
#nt-regioes-interactive,
#nt-regioes-interactive .nt-regions-container,
#nt-regioes-interactive .nt-regions-top-card,
#nt-regioes-interactive .nt-regions-explorer,
#nt-regioes-interactive .nt-regions-explorer__body,
#nt-regioes-interactive .nt-regions-map-wrap,
#nt-regioes-interactive .nt-regions-map-canvas {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 680px) {
	#nt-regioes-interactive {
		overflow-x: clip;
	}

	.nt-regions-tabs {
		display: flex;
		gap: 7px;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 10px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.nt-regions-tabs::-webkit-scrollbar { display: none; }
	.nt-regions-tab,
	.nt-regions-tab:first-child,
	.nt-regions-tab:last-child,
	.nt-regions-tab.is-active {
		flex: 0 0 auto;
		min-width: 126px;
		border: 1px solid #e7ece8;
		border-radius: 7px;
		scroll-snap-align: start;
	}

	.nt-regions-map-canvas {
		width: 100%;
		overflow: hidden;
	}
}

/* v3.1 — alinhamento dos ícones + CTA operacional do Rio */
.nt-regions-selection-card__heading{gap:16px!important}
.nt-regions-selection-card__icon{flex:0 0 34px;margin-top:1px}
.nt-regions-selection-card__heading>div{min-width:0;padding-top:1px}
.nt-regions-summary__section button>span{gap:10px!important}
.nt-regions-summary__section button>span svg{margin-right:1px}
.nt-regions-selection-card__rio-live,.nt-regions-summary__rio-live{display:flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:10px;padding:11px 13px;border-radius:9px;background:#eaf7ef;color:#087942!important;font-weight:800;text-decoration:none!important}
.nt-regions-rio-live__label{display:inline-flex!important;align-items:center;gap:9px!important;min-width:0;font-weight:800}
.nt-regions-rio-live__label i{display:inline-flex;width:18px;height:18px;flex:0 0 18px}
.nt-regions-rio-live__label i svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.nt-regions-summary__rio-live{margin:8px 0 0}
.nt-regions-summary__rio-live b,.nt-regions-selection-card__rio-live b{font-size:18px;flex:0 0 auto}
