/**
 * FAQ — cabeçalho compacto no espírito de /projetos/, acordeão de uma coluna.
 */

body.faq-page {
	--ua-cyan: var(--ast-global-color-0, #00a5cf);
	--ua-ink: var(--ast-global-color-2, #1a1a1a);
	--ua-text: var(--ast-global-color-3, #333333);
	--ua-muted: var(--ast-global-color-1, #a2a2a2);
	--ua-ice: #d5e7ec;
	--ua-white: var(--ast-global-color-5, #ffffff);
	--ua-shell: 1200px;
	--ua-gutter: 40px;
	--ua-radius: 6px;
	background: var(--ua-white);
	color: var(--ua-text);
	overflow-x: clip;
}

html:has(body.faq-page):not(.elementor-html) {
	overflow-x: clip;
}

body.faq-page #content {
	padding-top: 0;
	background: var(--ua-white);
}

body.faq-page .site-content > .ast-container {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

body.faq-page #primary,
body.faq-page .site-main,
body.faq-page .entry-content,
body.faq-page .elementor {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	float: none;
}

body.faq-page.ast-separate-container .ast-article-single {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

body.faq-page .elementor-widget {
	margin: 0;
}

body.faq-page .faq-shell,
body.faq-page .faq-shell.e-con,
body.faq-page .faq-list .faq-shell {
	width: min(100% - (var(--ua-gutter) * 2), var(--ua-shell)) !important;
	max-width: 100%;
	margin-inline: auto;
}

body.faq-page .faq-intro {
	padding: 56px 0 40px;
	max-height: none;
	overflow: hidden;
	background: var(--ua-ice);
}

body.faq-page .faq-intro .faq-shell.e-con,
body.faq-page .faq-intro .faq-shell {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

body.faq-page .faq-intro .faq-title .elementor-heading-title {
	margin: 0 0 12px;
	max-width: 22ch;
	font-family: "Old Standard TT", serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
	text-align: start;
	color: var(--ua-cyan);
}

body.faq-page .faq-intro .faq-lead,
body.faq-page .faq-intro .faq-lead p {
	margin: 0 0 20px;
	max-width: 42rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #236373;
}

body.faq-page .faq-intro .faq-apoio-btn {
	width: auto;
	margin: 0;
}

body.faq-page .faq-apoio-btn .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 999px;
	box-shadow: none;
	background: transparent;
	border: 1px solid #236373;
	color: #003b4a;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body.faq-page .faq-apoio-btn .elementor-button:hover,
body.faq-page .faq-apoio-btn .elementor-button:focus {
	background: #236373;
	border-color: #236373;
	color: var(--ua-white);
}

body.faq-page .faq-mount.e-con {
	padding: 0 !important;
}

body.faq-page .faq-list {
	padding: 104px 0 112px;
}

body.faq-page .faq-empty {
	margin: 0;
	min-height: 1.5em;
}

body.faq-page .faq-section {
	scroll-margin-top: 112px;
}

body.faq-page .faq-section + .faq-section {
	margin-top: 64px;
}

body.faq-page .faq-section__title {
	margin: 0 0 16px;
	font-family: "Old Standard TT", serif;
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	font-weight: 400;
	font-style: italic;
	line-height: 1.25;
	color: var(--ua-cyan);
}

body.faq-page .faq-item {
	border-bottom: 1px solid var(--ua-ice);
}

body.faq-page .faq-item__q {
	margin: 0;
	font-size: inherit;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

body.faq-page .faq-item__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 14px 0;
	border: 0;
	background: transparent;
	color: var(--ua-ink);
	font-family: Inter, sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
}

body.faq-page .faq-item__button:hover,
body.faq-page .faq-item__button:focus-visible {
	color: var(--ua-cyan);
}

body.faq-page .faq-item__button:focus-visible {
	outline: 2px solid var(--ua-cyan);
	outline-offset: 4px;
}

body.faq-page .faq-item__label {
	flex: 1;
}

body.faq-page .faq-item__icon {
	position: relative;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	color: var(--ua-cyan);
}

body.faq-page .faq-item__icon::before,
body.faq-page .faq-item__icon::after {
	content: "";
	position: absolute;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.faq-page .faq-item__icon::before {
	top: 5px;
	left: 0;
	width: 12px;
	height: 2px;
}

body.faq-page .faq-item__icon::after {
	top: 0;
	left: 5px;
	width: 2px;
	height: 12px;
}

body.faq-page .faq-item.is-open .faq-item__icon::after {
	transform: rotate(90deg);
	opacity: 0;
}

body.faq-page .faq-item__panel {
	overflow: hidden;
	max-height: 0;
	visibility: hidden;
	transition: max-height 0.2s ease, visibility 0.2s ease;
}

body.faq-page .faq-item.is-open .faq-item__panel {
	max-height: 48rem;
	visibility: visible;
}

body.faq-page .faq-item__clip {
	overflow: hidden;
}

body.faq-page .faq-item__body {
	max-width: 40rem;
	padding: 0 0 18px;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ua-text);
}

body.faq-page .faq-item__body p {
	margin: 0 0 1em;
}

body.faq-page .faq-item__body p:last-child {
	margin-bottom: 0;
}

body.faq-page .faq-item__body a {
	color: var(--ua-cyan);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.faq-page .faq-item__body a:hover,
body.faq-page .faq-item__body a:focus-visible {
	color: var(--ua-ink);
}

body.faq-page .faq-apoio-link {
	display: inline-block;
	margin-top: 0.35em;
	font-family: Poppins, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	body.faq-page {
		--ua-gutter: 24px;
	}

	body.faq-page .faq-intro {
		padding: 40px 0 32px;
		max-height: none;
	}

	body.faq-page .faq-intro .faq-shell.e-con,
	body.faq-page .faq-intro .faq-shell {
		flex-direction: column;
		align-items: flex-start;
	}

	body.faq-page .faq-list {
		padding: 64px 0 64px;
	}

	body.faq-page .faq-section + .faq-section {
		margin-top: 56px;
	}

	body.faq-page .faq-item__button {
		font-size: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.faq-page .faq-item__panel,
	body.faq-page .faq-item.is-open .faq-item__panel,
	body.faq-page .faq-item__icon::before,
	body.faq-page .faq-item__icon::after {
		transition: none;
	}
}
