.maps-main {
	min-height: auto;
	height: auto;
}

.maps-hero {
	min-height: 420px;
	padding: 220px 10% 80px;
	justify-content: center;
}

.maps-hero-content {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.maps-hero-text {
	margin: 0;
	max-width: 900px;
	color: var(--color-white);
}

.maps-hero-title {
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.1;
	margin: 0 0 18px;
	font-weight: 700;
}

.maps-hero-description {
	font-size: clamp(18px, 2.2vw, 26px);
	line-height: 1.45;
	margin: 0;
	font-weight: 400;
	max-width: 850px;
}

.maps-hero .hero-actions {
	position: static;
	margin: 36px 0 0;
}

.maps-overview {
	background-color: var(--color-white);
	padding: 160px 10% 80px;
}

.maps-overview-content {
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 120px;
	align-items: center;
}

.maps-overview-title {
	margin: 0 0 24px;
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: clamp(30px, 3.6vw, 36px);
	line-height: 1.15;
	font-weight: 800;
	color: var(--color-primary);
}

.maps-overview-description {
	margin: 0 0 16px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: clamp(17px, 1.4vw, 20px);
	line-height: 1;
	font-weight: 400;
	text-align: justify;
	color: var(--color-black);
}

.maps-overview-description:last-child {
	margin-bottom: 0;
}

.maps-overview-image img {
	width: 100%;
	height: auto;
	border-radius: 18px;
	display: block;
	object-fit: cover;
	/* box-shadow: 0 18px 40px rgba(26, 67, 132, 0.18); */
}

@media (max-width: 768px) {
	.maps-overview {
		padding: 56px 5%;
	}

	.maps-overview-content {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.maps-overview-title {
		margin-bottom: 18px;
	}
}

/* ==========================================
   SEÇÃO COMPARATIVA - TABELA
   ========================================== */

.maps-comparison {
	padding: 80px 10%;
}

.maps-comparison-container {
	max-width: 1400px;
	margin: 0 auto;
}

.maps-comparison-title {
	margin: 0 40% 62px 0;
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: clamp(30px, 3.6vw, 36px);
	line-height: 1.15;
	font-weight: 800;
	color: var(--color-primary);
}

.maps-comparison-table-wrapper {
	overflow-x: auto;
}

.maps-comparison-table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--color-white);
}

.maps-comparison-table thead {
	background-color: var(--color-white);
}

.maps-comparison-table th {
	padding: 20px 24px;
	text-align: center;
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid var(--color-primary);
}

.maps-comparison-table th:first-child {
	text-align: left;
	color: var(--color-primary);
}

.maps-comparison-table th:nth-child(2) {
	color: var(--color-primary);
}

.maps-comparison-table th:last-child {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.maps-comparison-table td {
	padding: 20px 24px;
	border-bottom: 1px solid var(--color-primary);
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-black);
}

.maps-comparison-table td:first-child {
	text-align: left;
	color: var(--color-primary);
	font-weight: 500;
}

.maps-comparison-table td:not(:first-child) {
	text-align: center;
}

.maps-comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.maps-comparison-table tbody td:last-child {
	background-color: var(--color-primary);
}

.icon-x {
	color: #E63946;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.icon-check {
	color: var(--color-secondary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.maps-features {
	background-color: var(--color-white);
	min-height: auto;
	padding: 120px 10% 80px;
}

.maps-features-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
}

.maps-features-title {
	font-size: clamp(28px, 4vw, 40px);
	color: var(--color-primary);
	font-weight: 700;
	margin: 0 0 20px;
	padding-right: 20%;
}

.maps-features-carousel-wrapper {
	position: relative;
	width: 100%;
	margin: 110px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	overflow: visible;
	filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.12));
}

.maps-features-carousel {
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	padding: 100px 0;
}

.maps-features-list {
	display: flex;
	gap: 30px;
	transition: transform 0.5s ease-in-out;
	padding: 0 20px;
}

.maps-features-btn {
	border: none;
	background-color: transparent;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-shrink: 0;
	z-index: 10;
}

.maps-features-btn .material-symbols-outlined {
	color: var(--color-primary);
	font-size: 32px;
	transition: color 0.3s ease;
	font-variation-settings:
	'FILL' 0,
	'wght' 800,
	'GRAD' 0,
	'opsz' 48;
}

.maps-features-btn:hover .material-symbols-outlined {
	color: var(--color-secondary);
}

.maps-features-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.maps-features-btn:disabled:hover .material-symbols-outlined {
	color: var(--color-primary);
}

.maps-features-indicators {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 40px;
}

.maps-features-indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	cursor: pointer;
	transition: all 0.3s ease;
}

.maps-features-indicator.active {
	background-color: var(--color-primary);
	width: 30px;
	border-radius: 6px;
}

.maps-feature-card {
	background-color: var(--color-white);
	min-width: calc((100% - 60px) / 3);
	width: calc((100% - 60px) / 3);
	max-width: 365px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 18px;
	position: relative;
	padding: 80px 60px 60px;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.maps-feature-card:hover {
	transform: translateY(-5px);
}

.maps-feature-icon {
	position: absolute;
	top: -80px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid var(--color-white);
}

.maps-feature-icon img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.maps-feature-icon .material-symbols-outlined {
	color: var(--color-white);
	font-size: 64px;
	font-variation-settings:
	'FILL' 1,
	'wght' 500,
	'GRAD' 0,
	'opsz' 48;
}

.maps-feature-title {
	color: var(--color-primary);
	font-size: clamp(28px, 4vw, 32px);
	font-weight: 800;
	margin: 20px 20px 10px;
	text-align: center;
}

.maps-feature-text {
	font-family: 'Source Sans 3', sans-serif;
	color: var(--color-black);
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 600;
	text-align: center;
	margin: 10px 20px 0;
	line-height: 1.2;
}

.maps-label-agenda {
	margin-top: 16px;
}

.maps-learn-more {
	background-color: var(--color-primary);
	padding: 96px 10%;
}

.maps-learn-more-content {
	max-width: 1400px;
	margin: 0 auto;
	color: var(--color-white);
	text-align: center;
}

.maps-learn-more-title {
	margin: 0 0 22px;
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.1;
}

.maps-learn-more-description {
	margin: 0 0 36px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Source Sans 3', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 400;
	line-height: 1.45;
}

.maps-learn-more-video {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.maps-learn-more-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.maps-faq {
	background-color: var(--color-white);
	padding: 160px 10%;
}

.maps-faq-content {
	max-width: 960px;
	margin: 0 auto;
}

.maps-faq-title {
	margin: 0 0 40px;
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.1;
	color: var(--color-primary);
	text-align: center;
}

.maps-faq-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.maps-faq-item {
	border: 1px solid rgba(26, 67, 132, 0.28);
	border-radius: 16px;
	background-color: rgba(26, 67, 132, 0.02);
	overflow: hidden;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.maps-faq-item:hover {
	border-color: rgba(26, 67, 132, 0.5);
}

.maps-faq-question {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 20px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	text-align: left;
	cursor: pointer;
	color: var(--color-primary);
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 700;
}

.maps-faq-question-text {
	flex: 1;
}

.maps-faq-icon {
	font-size: 24px;
	color: var(--color-white);
	background-color: var(--color-primary);
	border-radius: 999px;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease, background-color 0.25s ease;
	flex-shrink: 0;
}

.maps-faq-item.is-open .maps-faq-icon {
	transform: rotate(0deg);
	background-color: var(--color-secondary);
}

.maps-faq-item.is-open {
	border-color: rgba(26, 67, 132, 0.62);
	background-color: var(--color-white);
	box-shadow: 0 10px 24px rgba(26, 67, 132, 0.1);
}

.maps-faq-answer-wrap {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.maps-faq-answer {
	margin: 0;
	padding: 0 22px 22px;
	font-family: 'Source Sans 3', sans-serif;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.6;
	font-weight: 400;
	color: var(--color-black);
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	border-top: 1px solid rgba(26, 67, 132, 0.16);
}

.maps-faq-item.is-open .maps-faq-answer {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 768px) {
	.maps-comparison {
		padding: 56px 5%;
	}

	.maps-comparison-title {
		margin-bottom: 32px;
	}

	.maps-comparison-table th,
	.maps-comparison-table td {
		padding: 16px 12px;
		font-size: 14px;
	}

	.icon-x,
	.icon-check {
		font-size: 20px;
	}

	.maps-hero {
		min-height: 340px;
		padding: 60px 5% 50px;
	}

	.maps-hero .hero-actions {
		margin-top: 24px;
	}

	.maps-features {
		padding: 56px 5%;
	}

	.maps-features-title {
		padding-right: 0;
	}

	.maps-features-carousel-wrapper {
		gap: 15px;
		margin-top: 90px;
	}

	.maps-features-carousel {
		padding: 100px 0;
	}

	.maps-features-list {
		gap: 20px;
		padding: 0 10px;
	}

	.maps-feature-card {
		min-width: 100%;
		width: 100%;
	}

	.maps-features-btn {
		width: 45px;
		height: 45px;
	}

	.maps-features-btn .material-symbols-outlined {
		font-size: 28px;
	}

	.maps-label-agenda {
		margin-top: 0;
	}

	.maps-learn-more {
		padding: 64px 5%;
	}

	.maps-learn-more-description {
		margin-bottom: 28px;
	}

	.maps-faq {
		padding: 64px 5%;
	}

	.maps-faq-question {
		padding: 16px;
		font-size: clamp(16px, 2vw, 20px);
	}

	.maps-faq-answer {
		padding: 0 16px 16px;
		font-size: clamp(15px, 1.8vw, 18px);
	}

	.maps-faq-icon {
		width: 30px;
		height: 30px;
		font-size: 22px;
	}
}
