/* Formulários Formidable — continuação do painel [fcf_banner] artigo */
body.has-fcf-formidable-form.has-fcf-page-banner-article {
	background: #fff;
	--fcf-form-card-pad-x: var(--fcf-page-banner-pad-x, clamp(24px, 4vw, 72px));
}

body.has-fcf-formidable-form.has-fcf-page-banner-article #main-container {
	background: #fff;
}

body.has-fcf-formidable-form {
	--fcf-form-card-width: var(--theme-container-width, min(100%, var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))));
	--fcf-form-card-pad-x: clamp(24px, 4vw, 72px);
	--fcf-form-card-pad-y: clamp(32px, 4.5vw, 56px);
}

body.has-fcf-formidable-form:not(.has-fcf-page-banner-article) {
	background: var(--fcf-blue-900, #051e33);
}

body.has-fcf-formidable-form:not(.has-fcf-page-banner-article) #main-container {
	background: transparent;
}

body.has-fcf-formidable-form main.site-main {
	padding-top: 0 !important;
}

body.has-fcf-formidable-form main.site-main > .ct-container,
body.has-fcf-formidable-form main.site-main > .ct-container-full {
	padding-top: 0 !important;
	padding-bottom: clamp(56px, 8vh, 96px);
}

body.has-fcf-formidable-form .entry-content.is-layout-constrained {
	--wp--style--root--padding-left: 0;
	--wp--style--root--padding-right: 0;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

body.has-fcf-formidable-form.has-fcf-page-banner-article .entry-content .frm_forms {
	position: relative;
	z-index: 2;
	width: var(--fcf-form-card-width);
	max-width: var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))));
	margin: 0 auto;
	padding: 0 var(--fcf-form-card-pad-x) clamp(48px, 8vh, 96px);
	background: #fff;
	box-shadow: none;
}

/* Banner overlap + formulário — um único cartão branco (título + campos) */
body.has-fcf-formidable-form.has-fcf-page-banner-article.has-fcf-page-banner-overlap .entry-content > .fcf-page-banner {
	margin-bottom: 0 !important;
}

body.has-fcf-formidable-form.has-fcf-page-banner-article.has-fcf-page-banner-overlap .fcf-page-banner--overlap .fcf-page-banner__title {
	margin-bottom: 0 !important;
}

body.has-fcf-formidable-form.has-fcf-page-banner-article.has-fcf-page-banner-overlap .fcf-page-banner--overlap .fcf-page-banner__panel {
	padding-bottom: 0;
}

body.has-fcf-formidable-form.has-fcf-page-banner-article.has-fcf-page-banner-overlap .entry-content > .frm_forms {
	margin-top: -1px !important;
	margin-block-start: 0 !important;
	padding-top: clamp(24px, 5vh, 36px);
}

body.has-fcf-formidable-form.has-fcf-page-banner-overlap:not(.has-fcf-page-banner-article) .entry-content .frm_forms {
	position: relative;
	z-index: 4;
	width: min(1140px, calc(100% - (var(--fcf-site-gutter, 24px) * 2)));
	margin: calc(var(--fcf-page-banner-overlap, clamp(64px, 9vw, 104px)) * -1) auto 0;
	padding: clamp(28px, 4vw, 48px);
	background: var(--fcf-surface, #ffffff);
	box-shadow: 0 16px 48px rgba(5, 30, 51, 0.16);
}

body.has-fcf-formidable-form:not(.has-fcf-page-banner-overlap):not(.has-fcf-page-banner-article) .entry-content .frm_forms {
	width: min(1140px, calc(100% - (var(--fcf-site-gutter, 24px) * 2)));
	margin: 0 auto;
	padding: clamp(28px, 4vw, 48px);
	background: var(--fcf-surface, #ffffff);
	box-shadow: 0 16px 48px rgba(5, 30, 51, 0.16);
}

body.has-fcf-formidable-form .entry-content .with_frm_style {
	--form-width: 100%;
	--direction: ltr;
	--fieldset: 0;
	--fieldset-padding: 0;
	--font-size: var(--fcf-form-field-size);
	--label-color: var(--fcf-blue-900, #051e33);
	--label-padding: 0 0 0.45rem;
	--description-color: var(--fcf-ink-muted, #64748b);
	--description-font-size: 0.875rem;
	--field-font-size: var(--fcf-form-field-size);
	--field-height: 3.125rem;
	--line-height: 1.4;
	--field-width: 100%;
	--field-pad: 0 1rem;
	--field-margin: 0;
	--field-weight: 500;
	--text-color: var(--fcf-blue-900, #051e33);
	--border-color: var(--fcf-border, #e2e8f0);
	--field-border-width: 1px;
	--field-border-style: solid;
	--bg-color: var(--fcf-surface, #ffffff);
	--bg-color-active: var(--fcf-surface-soft, #f8fafc);
	--border-radius: 8px;
	--border-radius-error: 8px;
	--border-color-error: #dc2626;
	--border-color-active: var(--fcf-blue-700, #183e67);
	--text-color-error: #b91c1c;
	--bg-color-error: #fef2f2;
	--submit-font-size: var(--fcf-form-submit-size);
	--submit-height: 2.5rem;
	--submit-padding: 0 1.25rem;
	--submit-weight: 800;
	--submit-text-color: #ffffff;
	--submit-bg-color: var(--fcf-blue-900, #051e33);
	--submit-border-width: 0;
	--submit-border-color: transparent;
	--error-bg: #fef2f2;
	--error-border: #fecaca;
	--error-text: #b91c1c;
	--success-bg-color: #ecfdf5;
	--success-border-color: #a7f3d0;
	--success-text-color: #047857;
}

body.has-fcf-formidable-form .entry-content .frm_fields_container {
	gap: clamp(14px, 2vw, 20px) clamp(12px, 1.8vw, 18px);
	display: grid;
}

body.has-fcf-formidable-form .entry-content .frm_form_field {
	margin: 0;
}

body.has-fcf-formidable-form .entry-content .frm_none_container .frm_primary_label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.has-fcf-formidable-form .entry-content .with_frm_style input[type="text"],
body.has-fcf-formidable-form .entry-content .with_frm_style input[type="email"],
body.has-fcf-formidable-form .entry-content .with_frm_style input[type="tel"],
body.has-fcf-formidable-form .entry-content .with_frm_style input[type="number"],
body.has-fcf-formidable-form .entry-content .with_frm_style input[type="url"],
body.has-fcf-formidable-form .entry-content .with_frm_style input[type="password"],
body.has-fcf-formidable-form .entry-content .with_frm_style select,
body.has-fcf-formidable-form .entry-content .with_frm_style textarea {
	min-height: var(--field-height);
	border-color: var(--border-color);
	box-shadow: none;
	transition: border-color 0.2s ease;
}

body.has-fcf-formidable-form .entry-content .with_frm_style input::placeholder,
body.has-fcf-formidable-form .entry-content .with_frm_style textarea::placeholder {
	color: var(--fcf-ink-muted, #64748b);
	opacity: 1;
}

body.has-fcf-formidable-form .entry-content .with_frm_style input:focus,
body.has-fcf-formidable-form .entry-content .with_frm_style select:focus,
body.has-fcf-formidable-form .entry-content .with_frm_style textarea:focus {
	border-color: var(--border-color-active);
	box-shadow: none;
	outline: none;
}

body.has-fcf-formidable-form .entry-content .with_frm_style input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

body.has-fcf-formidable-form .entry-content .with_frm_style input[type="number"]::-webkit-outer-spin-button,
body.has-fcf-formidable-form .entry-content .with_frm_style input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.has-fcf-formidable-form .entry-content .with_frm_style select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: var(--bg-color);
	background-image: none;
	padding-right: 2.75rem;
	color: var(--text-color) !important;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
	border: var(--field-border-width) var(--field-border-style) var(--border-color);
	border-radius: var(--border-radius);
}

body.has-fcf-formidable-form .entry-content .fcf-select-field {
	position: relative;
	display: block;
	width: 100%;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field select {
	width: 100%;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field:focus-within select {
	border-color: var(--border-color-active);
}

body.has-fcf-formidable-form .entry-content .fcf-select-field .fa-angle-down {
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	color: var(--fcf-blue-900, #051e33);
	font-size: 0.9375rem;
	line-height: 1;
	pointer-events: none;
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-native {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0;
	pointer-events: none;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-trigger {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: var(--field-height);
	padding: 0 2.75rem 0 1rem;
	border: var(--field-border-width) var(--field-border-style) var(--border-color);
	border-radius: var(--border-radius);
	background: var(--bg-color);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--text-color);
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select.is-placeholder .fcf-select-value {
	color: var(--fcf-ink-muted, #64748b);
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select.is-open .fcf-select-trigger,
body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-trigger:focus-visible {
	border-color: var(--border-color-active);
	outline: none;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-value {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 30;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	background: #fff;
	box-shadow: 0 12px 32px rgba(5, 30, 51, 0.14);
	max-height: min(240px, 42vh);
	overflow-y: auto;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-option {
	padding: 0.8rem 1rem;
	font-size: 1rem;
	line-height: 1.35;
	color: var(--fcf-blue-900, #051e33);
	cursor: pointer;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-option.is-placeholder {
	color: var(--fcf-ink-muted, #64748b);
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-option.is-selected {
	background: var(--fcf-surface-soft, #f8fafc);
	font-weight: 600;
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-option:not(.is-placeholder):hover,
body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select .fcf-select-option:not(.is-placeholder):active {
	background: var(--fcf-surface-soft, #f1f5f9);
}

body.has-fcf-formidable-form .entry-content .fcf-select-field.has-custom-select.is-open .fa-angle-down {
	transform: translateY(-50%) rotate(180deg);
}

body.has-fcf-formidable-form .entry-content .with_frm_style select:invalid,
body.has-fcf-formidable-form .entry-content .with_frm_style select:has(option.frm-select-placeholder:checked) {
	color: var(--fcf-ink-muted, #64748b);
}

body.has-fcf-formidable-form .entry-content .with_frm_style select:has(option.frm-select-placeholder:checked) {
	color: var(--fcf-ink-muted, #64748b) !important;
}

body.has-fcf-formidable-form .entry-content .with_frm_style .frm_error,
body.has-fcf-formidable-form .entry-content .with_frm_style .frm_error_style,
body.has-fcf-formidable-form .entry-content .with_frm_style .frm_blank_field input,
body.has-fcf-formidable-form .entry-content .with_frm_style .frm_blank_field select,
body.has-fcf-formidable-form .entry-content .with_frm_style .frm_blank_field textarea {
	border-color: var(--border-color-error) !important;
}

body.has-fcf-formidable-form .entry-content .with_frm_style .frm_error {
	margin-top: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--text-color-error, #b91c1c);
}

body.has-fcf-formidable-form .entry-content .with_frm_style .frm_error_style {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid var(--error-border, #fecaca);
	border-radius: var(--border-radius, 8px);
	background: var(--error-bg, #fef2f2);
	color: var(--text-color-error, #b91c1c);
	font-size: 0.875rem;
	line-height: 1.45;
}

/* Email + data de nascimento — metade cada (como no layout) */
body.has-fcf-inscricao-socio .entry-content #frm_field_61_container,
body.has-fcf-inscricao-socio .entry-content #frm_field_62_container,
#frm_form_9_container #frm_field_61_container,
#frm_form_9_container #frm_field_62_container {
	grid-column: span 6 / span 6;
}

/* Upload + caixa informativa — 2/3 + 1/3, gap reduzido */
#frm_form_9_container .frm_fields_container {
	column-gap: clamp(8px, 1vw, 12px);
}

body.has-fcf-inscricao-socio .entry-content #frm_field_83_container,
#frm_form_9_container #frm_field_83_container {
	grid-column: span 8 / span 8;
	order: 20;
}

body.has-fcf-inscricao-socio .entry-content #frm_field_66_container,
#frm_form_9_container #frm_field_66_container {
	grid-column: span 4 / span 4;
	align-self: stretch;
	order: 21;
}

#frm_form_9_container #frm_field_83_container .frm_dropzone,
#frm_form_9_container #frm_field_83_container .frm_dropzone .dz-message {
	width: 100%;
	max-width: none;
}

#frm_form_9_container #frm_field_84_container {
	order: 22;
}

#frm_form_9_container #frm_field_67_container {
	order: 23;
}

body.has-fcf-inscricao-socio .entry-content #frm_field_83_container .frm_primary_label,
body.has-fcf-inscricao-socio .entry-content #frm_field_84_container > .frm_primary_label,
#frm_form_9_container #frm_field_83_container .frm_primary_label,
#frm_form_9_container #frm_field_84_container > .frm_primary_label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone {
	max-width: 100%;
	min-height: 0;
	height: 100%;
	margin-top: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone:hover,
body.has-fcf-formidable-form .entry-content .frm_dropzone.dz-drag-hover {
	border: 0;
	background: transparent;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone .dz-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 140px;
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px dashed rgba(5, 30, 51, 0.22);
	border-radius: 8px;
	background: var(--fcf-surface-soft, #f8fafc);
	text-align: center;
	cursor: pointer;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone:hover .dz-message,
body.has-fcf-formidable-form .entry-content .frm_dropzone.dz-drag-hover .dz-message {
	border-color: rgba(5, 30, 51, 0.4);
	background: #fff;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone.dz-drag-hover {
	border-style: none;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone .frm-svg-icon {
	width: 26px;
	height: 26px;
	fill: var(--fcf-blue-700, #183e67);
}

body.has-fcf-formidable-form .entry-content .frm_dropzone .frm_upload_text button,
body.has-fcf-formidable-form .entry-content .frm_dropzone .frm_compact_text button {
	border: 0;
	background: none;
	padding: 0;
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--fcf-blue-900, #051e33);
	cursor: pointer;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone .frm_small_text {
	margin: 0;
	color: var(--fcf-ink-muted, #64748b);
	font-size: 0.8125rem;
}

body.has-fcf-formidable-form .entry-content .frm_dropzone .frm_small_text p {
	margin: 0;
}

body.has-fcf-formidable-form .entry-content .frm_checkbox label {
	display: block;
	position: relative;
	padding-left: 1.75rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--fcf-blue-900, #051e33);
	cursor: pointer;
}

body.has-fcf-formidable-form .entry-content .frm_checkbox input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0.15rem;
	width: 1.0625rem;
	height: 1.0625rem;
	margin: 0;
	accent-color: var(--fcf-blue-700, #183e67);
}

body.has-fcf-formidable-form .entry-content .frm_checkbox a {
	display: inline;
	color: var(--fcf-blue-700, #183e67);
	font-weight: 600;
	text-underline-offset: 2px;
}

body.has-fcf-formidable-form .entry-content .frm_html_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 140px;
	margin: 0;
	padding: 1rem 1.1rem;
	border: 0;
	border-radius: 8px;
	background: var(--fcf-surface-soft, #f1f5f9);
}

body.has-fcf-formidable-form .entry-content .frm_html_container p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--fcf-blue-900, #051e33);
}

body.has-fcf-formidable-form .entry-content .frm_html_container p + p {
	margin-top: 0.55rem;
}

body.has-fcf-formidable-form .entry-content .frm_submit {
	margin-top: 0.25rem;
}

body.has-fcf-formidable-form .entry-content .frm_button_submit {
	min-width: min(100%, 148px);
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--fcf-blue-900, #051e33) !important;
	color: #fff !important;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif) !important;
	font-size: var(--submit-font-size) !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

body.has-fcf-formidable-form .entry-content .frm_button_submit:hover,
body.has-fcf-formidable-form .entry-content .frm_button_submit:focus-visible {
	background: var(--fcf-blue-700, #183e67) !important;
	color: #fff !important;
	opacity: 1;
	outline: none;
}

body.has-fcf-formidable-form .entry-content .frm_message,
body.has-fcf-formidable-form .entry-content .frm_success_style {
	border-radius: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
}

@media (max-width: 767.98px) {
	body.has-fcf-formidable-form .entry-content .with_frm_style {
		--font-size: var(--fcf-form-field-size);
		--field-font-size: var(--fcf-form-field-size);
		--submit-font-size: var(--fcf-form-submit-size);
	}

	body.has-fcf-formidable-form.has-fcf-page-banner-article .entry-content .frm_forms,
	body.has-fcf-formidable-form.has-fcf-page-banner-overlap:not(.has-fcf-page-banner-article) .entry-content .frm_forms,
	body.has-fcf-formidable-form:not(.has-fcf-page-banner-overlap):not(.has-fcf-page-banner-article) .entry-content .frm_forms {
		padding-bottom: clamp(48px, 8vh, 72px);
	}

	body.has-fcf-formidable-form:not(.has-fcf-page-banner-article) .entry-content .frm_forms {
		padding-inline: clamp(20px, 5vw, 28px);
	}

	body.has-fcf-formidable-form .entry-content .frm_fields_container {
		gap: 16px 0;
	}

	body.has-fcf-formidable-form .entry-content .frm_form_field.frm_first,
	body.has-fcf-formidable-form .entry-content .frm_form_field.frm_half,
	body.has-fcf-formidable-form .entry-content .frm_form_field.frm_third,
	body.has-fcf-formidable-form .entry-content .frm_form_field.frm_two_thirds,
	body.has-fcf-formidable-form .entry-content .frm_form_field.frm12,
	body.has-fcf-inscricao-socio .entry-content #frm_field_61_container,
	body.has-fcf-inscricao-socio .entry-content #frm_field_62_container,
	body.has-fcf-inscricao-socio .entry-content #frm_field_83_container,
	body.has-fcf-inscricao-socio .entry-content #frm_field_66_container,
	#frm_form_9_container #frm_field_61_container,
	#frm_form_9_container #frm_field_62_container,
	#frm_form_9_container #frm_field_83_container,
	#frm_form_9_container #frm_field_66_container {
		grid-column: span 12 / span 12;
	}

	body.has-fcf-formidable-form .entry-content .frm_html_container {
		min-height: 0;
	}

	body.has-fcf-inscricao-socio .entry-content #frm_field_83_container,
	body.has-fcf-inscricao-socio .entry-content #frm_field_66_container,
	#frm_form_9_container #frm_field_83_container,
	#frm_form_9_container #frm_field_66_container {
		order: unset;
	}

	body.has-fcf-formidable-form .entry-content .frm_dropzone .dz-message {
		min-height: 118px;
		padding: 0.85rem 0.95rem;
	}

	body.has-fcf-formidable-form .entry-content .frm_dropzone .frm_upload_text button,
	body.has-fcf-formidable-form .entry-content .frm_dropzone .frm_compact_text button {
		font-size: var(--fcf-form-field-size);
		line-height: 1.4;
	}

	body.has-fcf-formidable-form .entry-content .frm_html_container {
		padding: 0.9rem 1rem;
	}

	body.has-fcf-formidable-form .entry-content .frm_html_container p {
		font-size: var(--fcf-form-field-size);
		line-height: 1.5;
	}

	body.has-fcf-inscricao-socio .entry-content #frm_field_84_container,
	#frm_form_9_container #frm_field_84_container {
		margin-top: 0.25rem;
	}

	body.has-fcf-formidable-form .entry-content .frm_checkbox label {
		font-size: var(--fcf-form-field-size);
		line-height: 1.5;
		padding-left: 1.65rem;
	}

	body.has-fcf-formidable-form .entry-content #frm_field_67_container,
	#frm_form_9_container #frm_field_67_container {
		margin-top: 0.5rem;
	}

	body.has-fcf-formidable-form .entry-content .frm_button_submit {
		width: auto;
		min-width: 132px;
		min-height: 2.5rem;
	}
}

/* Inscrição Sócio — preparação para animações GSAP */
@media (prefers-reduced-motion: no-preference) {
	html.js body.has-fcf-inscricao-socio:not(.fcf-inscricao-socio-animated) .fcf-page-banner__hero-image,
	html.js body.has-fcf-inscricao-socio:not(.fcf-inscricao-socio-animated) .fcf-page-banner__hero-overlay,
	html.js body.has-fcf-inscricao-socio:not(.fcf-inscricao-socio-animated) .fcf-page-banner__title,
	html.js body.has-fcf-inscricao-socio:not(.fcf-inscricao-socio-animated) #frm_form_9_container .frm_fields_container {
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.has-fcf-inscricao-socio .fcf-page-banner__hero-image,
	body.has-fcf-inscricao-socio #frm_form_9_container .frm_fields_container {
		animation: none !important;
	}
}
