.gs-areas-highlight {
	padding: clamp(56px, 7vw, 88px) 16px;
	background-color: #f9f5ee;
	color: #3c2a17;
}

.gs-areas-highlight__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 4vw, 48px);
}

.gs-areas-highlight__header {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    align-items: flex-start;
}

.gs-areas-highlight__title {
    font-family: "STIX Two Text", sans-serif;
    font-weight: 500;
    font-size: 44px;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-weight: normal;
    color: #1f232e;
    clear: left;
    display: block;
    float: left;
    clear: left;
}

.gs-areas-highlight__subtitle {
	float: left;
    font-family: "STIX Two Text", sans-serif, serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 400;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    max-width: 400px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

@media (max-width: 980px) {
	.gs-areas-highlight__title {
		text-align: center !important;
		display: block;
		width: fit-content;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.gs-areas-highlight__subtitle {
		text-align: center !important;
		display: block;
		width: fit-content;
		max-width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid var(--primary-color);
		margin-bottom: 10px;
	}
}

.gs-areas-highlight__nav {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: center;
	flex-wrap: nowrap;
}

.gs-areas-highlight__tabs-wrapper {
	position: relative;
	flex: 0 1 1102px;
	max-width: min(1102px, 100%);
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 999px;
}

.gs-areas-highlight__tabs-wrapper::before,
.gs-areas-highlight__tabs-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 34px;
	pointer-events: none;
	z-index: 2;
}

.gs-areas-highlight__tabs-wrapper::before {
	left: -15px;
	background: linear-gradient(90deg, rgba(249, 245, 238, 1), rgba(249, 245, 238, 0));
}

.gs-areas-highlight__tabs-wrapper::after {
	right: 0;
	background: linear-gradient(270deg, rgba(249, 245, 238, 1), rgba(249, 245, 238, 0));
}

.gs-areas-highlight__nav-btn {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(59, 42, 23, 0.12);
	background: #fff;
	color: #3c2a17;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
	position: relative;
	z-index: 2;
}

.gs-areas-highlight__nav-btn span {
	line-height: 1;
}

.gs-areas-highlight__nav-btn:hover,
.gs-areas-highlight__nav-btn:focus {
	transform: translateY(-2px);
	background: linear-gradient(180deg, #3c2a17 0%, #22160c 100%);
	color: #fff;
	border-color: rgba(59, 42, 23, 0.35);
	box-shadow: 0 18px 32px rgba(59, 42, 23, 0.22);
}

.gs-areas-highlight__tabs {
	display: flex;
	gap: 12px;
	overflow-x: hidden;
	padding: 16px 16px;
	scrollbar-width: thin;
	scroll-snap-type: x mandatory;
	scrollbar-color: transparent transparent;
	background: transparent;
}

.gs-areas-highlight__tabs::-webkit-scrollbar {
	height: 0;
	background: transparent;
}

.gs-areas-highlight__tabs::-webkit-scrollbar-thumb {
	background: transparent;
}

.gs-areas-highlight__tab {
	border: 1px solid rgba(59, 42, 23, 0.18);
	background: #fff;
	color: #3c2a17;
	font-weight: 600;
	padding: 10px 18px;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	scroll-snap-align: start;
	white-space: nowrap;
}

.gs-areas-highlight__tab:hover,
.gs-areas-highlight__tab:focus {
	border-color: rgba(59, 42, 23, 0.4);
	box-shadow: 0 8px 10px rgba(59, 42, 23, 0.15);
}

.gs-areas-highlight__tab.is-active {
	background: #3c2a17;
	color: #fff;
	border-color: #3c2a17;
	box-shadow: 0 8px 10px rgba(59, 42, 23, 0.15);
}

.gs-areas-highlight__panels {
	position: relative;
}

.gs-areas-highlight__panel {
	display: none;
	animation: gsAreasFade 0.35s ease;
}

.gs-areas-highlight__panel.is-active {
	display: block;
}

@keyframes gsAreasFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.gs-areas-highlight__carousel {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.gs-areas-highlight__carousel-viewport {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.gs-areas-highlight__carousel-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.gs-areas-highlight__carousel-controls {
	display: none;
}

.gs-areas-highlight__carousel-indicators {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1;
}

.gs-areas-highlight__indicator {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(44, 30, 18, 0.25);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: width 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.gs-areas-highlight__indicator.is-active {
	width: 30px;
	background: #2c1e12;
}

.gs-areas-highlight__indicator:focus-visible {
	outline: 2px solid rgba(44, 30, 18, 0.4);
	outline-offset: 2px;
}

.gs-areas-highlight__carousel-btn {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	border: 1px solid rgba(59, 42, 23, 0.1);
	background: rgba(255, 255, 255, 0.9);
	color: #2c1e12;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
	pointer-events: auto;
}

.gs-areas-highlight__carousel-btn span {
    background: url(../img/bg/bg_icones.webp) no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    float: right;
    min-width: 48px;
}

.gs-areas-highlight__carousel-btn span.right {
	background-position: 14px -3910px;
	margin-right: -3px;
}

.gs-areas-highlight__carousel-btn span.left {
	background-position: 14px -3956px;
    margin-right: -3px;
}

.gs-areas-highlight__carousel-btn[disabled] {
	opacity: 0.3;
	cursor: not-allowed;
	box-shadow: none;
}

.gs-areas-highlight__carousel-btn:not([disabled]):hover,
.gs-areas-highlight__carousel-btn:not([disabled]):focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 28px rgba(32, 20, 14, 0.2);
	background: #2c1e12;
	color: #fff;
}

.gs-areas-highlight__carousel-btn:focus-visible {
	outline: 2px solid rgba(44, 30, 18, 0.3);
	outline-offset: 3px;
}

.gs-areas-highlight__topics {
	--gs-areas-carousel-gap: clamp(16px, 3vw, 32px);
	--gs-areas-shadow-safe-inline: 24px;
	display: flex;
	flex-direction: column;
	gap: var(--gs-areas-carousel-gap);
	scroll-snap-type: x mandatory;
	overflow-x: auto;
	padding-top: 14px;
	padding-bottom: 34px;
	padding-inline: var(--gs-areas-shadow-safe-inline);
	scrollbar-width: none;
}

.gs-areas-highlight__topics::-webkit-scrollbar {
	display: none;
}

.gs-areas-highlight__row {
	display: flex;
	gap: var(--gs-areas-carousel-gap);
	scroll-snap-align: start;
	min-width: max(100%, 320px);
	width: max-content;
}

.gs-areas-highlight__topic {
	flex: 0 0 min(86vw, 360px);
	scroll-snap-align: start;
}

.gs-areas-highlight__topic--placeholder {
	visibility: hidden;
	pointer-events: none;
}

@media (min-width: 768px) {
	.gs-areas-highlight__topic {
		flex-basis: calc(50% - (var(--gs-areas-carousel-gap) / 2));
	}
}

@media (min-width: 1180px) {
	.gs-areas-highlight__row {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(0, calc((min(1180px, 100vw) - (var(--gs-areas-carousel-gap) * 2)) / 3));
		gap: var(--gs-areas-carousel-gap);
	}

	.gs-areas-highlight__topic {
		flex: none;
		width: 100%;
		min-width: 0;
	}
}

.gs-areas-highlight__topic {
	background: #fff;
	border-radius: 10px;
	padding: 20px 22px;
	border: 1px solid rgba(59, 42, 23, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 220px;
}

.gs-areas-highlight__topic:hover,
.gs-areas-highlight__topic:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(59, 42, 23, 0.12);
}

.gs-areas-highlight__topic-link {
	display: block;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.gs-areas-highlight__topic-link:hover .gs-areas-highlight__topic-title-text,
.gs-areas-highlight__topic-link:focus .gs-areas-highlight__topic-title-text {
	text-decoration: none;
}

/* Icones */
.gs-areas-highlight__topic-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gs-areas-highlight__topic-icon::before {
	content: "";
	display: inline-block;
}

section.profissionais.profissionais-icone ul li a::before {
    content: "";
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

.gs-areas-highlight__topic-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #2b1c0f;
	display: flex;
	align-items: center;
	gap: 12px;
}

.gs-areas-highlight__topic-title-text {
	display: inline-block;
}

.gs-areas-highlight__topic-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gs-city-area-icon::before {
	content: "";
	width: 42px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(112, 84, 0, 0.2);
	background-color: #f6eee0;
	background-image: var(--gs-city-area-icon);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
}

.gs-city-area-icon-familia::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5 10.5V20h14v-9.5'/%3E%3Cpath d='M9 20v-5h6v5'/%3E%3C/svg%3E");
}

.gs-city-area-icon-inventario::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h6'/%3E%3C/svg%3E");
}

.gs-city-area-icon-criminal::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 5-3.5 8-7 9-3.5-1-7-4-7-9V6z'/%3E%3Cpath d='m9.5 12.5 2 2 3-4'/%3E%3C/svg%3E");
}

.gs-city-area-icon-empresarial::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='12' rx='2'/%3E%3Cpath d='M9 7V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2'/%3E%3Cpath d='M3 12h18'/%3E%3C/svg%3E");
}

.gs-city-area-icon-imobiliario::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M8 7h2'/%3E%3Cpath d='M14 7h2'/%3E%3Cpath d='M8 11h2'/%3E%3Cpath d='M14 11h2'/%3E%3Cpath d='M11 21v-4h2v4'/%3E%3C/svg%3E");
}

.gs-city-area-icon-administrativo::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='12' height='17' rx='2'/%3E%3Cpath d='M9 4.5h6'/%3E%3Cpath d='M9 9h6'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h4'/%3E%3C/svg%3E");
}

.gs-city-area-icon-ambiental::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 4c-7 0-12 5-12 12 0 2 1 4 3 4 7 0 12-5 12-12 0-2-1-4-3-4z'/%3E%3Cpath d='M8 16c3-3 6-5 10-7'/%3E%3C/svg%3E");
}

.gs-city-area-icon-cobranca::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='6' rx='7' ry='3'/%3E%3Cpath d='M5 6v4c0 1.7 3.1 3 7 3s7-1.3 7-3V6'/%3E%3Cpath d='M5 10v4c0 1.7 3.1 3 7 3s7-1.3 7-3v-4'/%3E%3C/svg%3E");
}

.gs-city-area-icon-previdenciario::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4'/%3E%3Cpath d='M16 3v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 15 2 2 4-4'/%3E%3C/svg%3E");
}

.gs-city-area-icon-internacional::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a13 13 0 0 1 0 18'/%3E%3Cpath d='M12 3a13 13 0 0 0 0 18'/%3E%3C/svg%3E");
}

.gs-city-area-icon-digital::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M9 1v3'/%3E%3Cpath d='M15 1v3'/%3E%3Cpath d='M9 20v3'/%3E%3Cpath d='M15 20v3'/%3E%3Cpath d='M1 9h3'/%3E%3Cpath d='M1 15h3'/%3E%3Cpath d='M20 9h3'/%3E%3Cpath d='M20 15h3'/%3E%3C/svg%3E");
}

.gs-city-area-icon-homologacao::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='12' rx='2'/%3E%3Cpath d='M8 20h8'/%3E%3Cpath d='m9 10 2 2 4-4'/%3E%3C/svg%3E");
}

.gs-city-area-icon-tribunais::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M5 7h14'/%3E%3Cpath d='m7 7-3 6h6z'/%3E%3Cpath d='m17 7-3 6h6z'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");
}

.gs-city-area-icon-tributario::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h10v18l-2-1-2 1-2-1-2 1-2-1z'/%3E%3Cpath d='M9 8h6'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 16h4'/%3E%3C/svg%3E");
}

.gs-city-area-icon-bancario::before {
	--gs-city-area-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23705400' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M5 10v8'/%3E%3Cpath d='M9 10v8'/%3E%3Cpath d='M15 10v8'/%3E%3Cpath d='M19 10v8'/%3E%3Cpath d='M2 21h20'/%3E%3Cpath d='m12 3 10 5H2z'/%3E%3C/svg%3E");
}

.icones-advogado-cobranca::before {
    --scale: 3.75;
    min-width: calc(150px / var(--scale));
    height: calc(150px / var(--scale));
    background: url(../img/bg/icones-advogado-cobranca.webp);
    background-size: calc(190px / var(--scale)) calc(1900px / var(--scale));
}

.cobranca-cheques::before {
    background-position: calc(-20px / var(--scale)) calc(-210px / var(--scale));
}

.cobranca-duplicatas::before {
    background-position: calc(-20px / var(--scale)) calc(-590px / var(--scale));
}

.titulos-extra-judiciais::before {
    background-position: calc(-20px / var(--scale)) calc(-1730px / var(--scale));
}

.recuperacao-credito::before {
    background-position: calc(-20px / var(--scale)) calc(-1350px / var(--scale));
}

.titulo-judicial::before {
    background-position: calc(-20px / var(--scale)) calc(-1540px / var(--scale));
}

.cobranca-indevida::before {
    background-position: calc(-20px / var(--scale)) calc(-1160px / var(--scale));
}

.gs-areas-highlight__topic-text {
	margin: 0;
	color: rgba(44, 30, 18, 0.78);
	font-size: 0.95rem;
	line-height: 1.6;
}

.gs-areas-highlight__topic-readmore {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #705400;
}

.gs-areas-highlight__topic-readmore::after {
	content: ">";
	font-size: 1rem;
	line-height: 1;
}

@media (max-width: 980px) {
	.kk-star-ratings.kksr-align-center {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.gs-areas-highlight {
		padding-inline: 12px;
	}

	.gs-areas-highlight__nav {
		gap: 12px;
		justify-content: flex-start;
	}

	.gs-areas-highlight__nav-btn {
		display: none;
	}

	.gs-areas-highlight__tabs-wrapper {
		margin-inline: 0;
	}

	.gs-areas-highlight__tabs-wrapper::before,
	.gs-areas-highlight__tabs-wrapper::after {
		display: none;
	}

	.gs-areas-highlight__tabs {
		overflow-x: auto;
		padding-inline: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.gs-areas-highlight__tabs::-webkit-scrollbar {
		display: none;
	}

	.gs-areas-highlight__topic {
		padding: 18px;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.gs-areas-highlight__carousel {
		padding-inline: 0;
	}

	.gs-areas-highlight__carousel-footer {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 12px;
	}

	.gs-areas-highlight__carousel-indicators {
		display: flex;
		margin-top: 0;
		flex: 1;
	}

	.gs-areas-highlight__topics {
		flex-direction: row;
		--gs-areas-shadow-safe-inline: 16px;
	}

	.gs-areas-highlight__row {
		display: contents;
		gap: 0;
		min-width: 0;
		width: auto;
	}
}
