/* Fale Conosco Modern page shell. Partial-specific CSS lives in partials/css/. */

.uzeda-fale-conosco {
	--fc-green: var(--uzeda-color-secondary, #00bf6a);
	--fc-green-dark: var(--uzeda-color-primary, #005931);
	--fc-ink: var(--uzeda-color-heading-black, #0f172a);
	--fc-muted: var(--uzeda-color-text, #475569);
	--fc-line: rgba(15, 23, 42, 0.1);
	--fc-soft: #f6faf8;
	--fc-surface: #ffffff;
	--fc-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	font-family: var(--cb-font, 'Nunito Sans', system-ui, sans-serif);
	color: var(--fc-ink);
	background: #ffffff;
	line-height: 1.4;
	overflow-x: clip;
}

.uzeda-fale-conosco * {
	box-sizing: border-box;
}

.uzeda-fale-conosco a {
	color: inherit;
}

.fc-container {
	width: min(100% - 48px, var(--uzeda-container, 1280px));
	margin: 0 auto;
}

.fc-section {
	padding: 72px 0;
}

.fc-eyebrow {
	margin: 0 0 12px;
	color: var(--fc-green-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fc-section__header {
	max-width: 720px;
	margin: 0 0 32px;
}

.fc-section__header--compact {
	max-width: 620px;
}

.fc-section__header h2,
.fc-form__copy h2 {
	max-width: 100%;
	margin: 0;
	color: var(--fc-ink);
	font-size: clamp(28px, 2.1vw, 38px);
	font-weight: 780;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.fc-section__header p,
.fc-form__copy > p {
	max-width: 680px;
	margin: 14px 0 0;
	color: var(--fc-muted);
	font-size: 16px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.fc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.fc-button:hover {
	transform: translateY(-1px);
}

.fc-button:focus-visible {
	outline: 3px solid rgba(0, 191, 106, 0.28);
	outline-offset: 3px;
}

.fc-button--primary {
	background: var(--fc-green);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 191, 106, 0.24);
}

.fc-button--primary:hover {
	background: #0ea666;
	color: #ffffff;
}

.fc-button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.34);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

.fc-button--ghost:hover {
	border-color: rgba(255, 255, 255, 0.58);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 768px) {
	.fc-container {
		width: min(100% - 36px, var(--uzeda-container, 1280px));
	}

	.fc-section {
		padding: 54px 0;
	}

	.fc-section__header h2,
	.fc-form__copy h2 {
		font-size: 28px;
	}
}
