/*
 * Confirmação de presença — 15 anos do São Francisco Hospital & Maternidade.
 * Carregado só na página inicial (única página do site).
 *
 * Paleta vem direto do material de marca dos 15 anos: azul-marinho #082e44
 * como cor predominante, dourado como destaque, com a foto do evento e a
 * textura de tecido azul usadas como plano de fundo real (em vez de cor
 * chapada), para não parecer um template genérico.
 *
 * Sem "clamp()" de propósito — os tamanhos de fonte ajustam só através de
 * uma media query (a partir de 700px de largura de tela).
 */

:root {
	--sfhm15-azul: #082e44;
	--sfhm15-azul-profundo: #04141f;
	--sfhm15-dourado: #c9a227;
	--sfhm15-dourado-claro: #e3c675;
	--sfhm15-marfim: #f4efe3;
	--sfhm15-marfim-suave: rgba(244, 239, 227, 0.74);
}

.sfhm15-body {
	background: var(--sfhm15-azul);
	margin: 0;
}

.sfhm15 {
	color: var(--sfhm15-marfim);
	font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.sfhm15 h1,
.sfhm15 h2 {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 600;
	margin: 0;
}

/* ---------- Abertura ---------- */

.sfhm15-hero {
	position: relative;
	min-height: 92vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media (max-width: 700px) {
	.sfhm15-hero {
		min-height: 70vh;
	}
}

.sfhm15-hero__foto {
	position: absolute;
	inset: 0;
	background-image: url('https://15anos-sfhm.nsites.dev.br/wp-content/uploads/fundo.jpg');
	background-size: cover;
	background-position: center 20%;
}

.sfhm15-hero__veu {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(4, 20, 31, 0.35) 0%,
		rgba(4, 20, 31, 0.55) 45%,
		rgba(4, 20, 31, 0.92) 88%
	);
}

.sfhm15-hero__conteudo {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	padding: 0 24px 56px;
	text-align: center;
}

.sfhm15-selo img {
	display: block;
	margin: 0 auto 35px;
}

.sfhm15-hero__frase {
	font-family: 'Fraunces', Georgia, serif;
	font-style: italic;
	font-size: 1.05rem;
	line-height: 1.5;
	margin: 0 0 22px;
	color: var(--sfhm15-marfim);
}

.sfhm15-ficha {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 30px;
}

.sfhm15-ficha__data {
	font-family: 'Fraunces', Georgia, serif;
	font-style: italic;
	font-size: 1.1rem;
	color: var(--sfhm15-dourado-claro);
}

.sfhm15-ficha__local {
	font-size: 0.85rem;
	letter-spacing: 0.02em;
	color: var(--sfhm15-marfim-suave);
}

.sfhm15-btn {
	display: inline-block;
	border: 1px solid var(--sfhm15-dourado);
	color: var(--sfhm15-dourado-claro);
	background: transparent;
	font-family: 'Public Sans', sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
	padding: 13px 34px;
	border-radius: 2px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.sfhm15-btn:hover,
.sfhm15-btn:focus-visible {
	background-color: var(--sfhm15-dourado);
	color: var(--sfhm15-azul-profundo);
}

.sfhm15-btn:focus-visible {
	outline: 2px solid var(--sfhm15-marfim);
	outline-offset: 3px;
}

/* ---------- Divisor (linha de batimento) ---------- */

.sfhm15-pulso {
	background: var(--sfhm15-azul-profundo);
	padding: 18px 0;
	line-height: 0;
}

.sfhm15-pulso svg {
	display: block;
	width: 100%;
	height: 28px;
}

.sfhm15-pulso path {
	fill: none;
	stroke: var(--sfhm15-dourado);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

/* ---------- Confirmação ---------- */

.sfhm15-confirmacao {
	position: relative;
	background-color: var(--sfhm15-azul-profundo);
	background-image: url('../images/15anos/fundo-textura.jpg');
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	padding: 64px 24px;
}

.sfhm15-confirmacao__miolo {
	max-width: 500px;
	margin: 0 auto;
	border-top: 1px solid rgba(201, 162, 39, 0.45);
	border-bottom: 1px solid rgba(201, 162, 39, 0.45);
	padding: 40px 0;
}

.sfhm15-estado h2 {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 12px;
}

.sfhm15-lead {
	color: var(--sfhm15-marfim-suave);
	line-height: 1.65;
	text-align: center;
	max-width: 350px;
    margin: 0 auto 28px;
}

.sfhm15-estado p {
	line-height: 1.65;
	color: var(--sfhm15-marfim-suave);
	text-align: center;
}

.sfhm15-campo {
	margin-bottom: 20px;
}

.sfhm15-campo label {
	display: block;
	font-size: 0.8rem;
	color: var(--sfhm15-dourado-claro);
	margin-bottom: 6px;
}

.sfhm15-campo input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(244, 239, 227, 0.35);
	color: var(--sfhm15-marfim);
	font-family: 'Public Sans', sans-serif;
	font-size: 1rem;
	padding: 8px 2px;
	box-sizing: border-box;
}

.sfhm15-campo input:focus-visible {
	outline: none;
	border-bottom-color: var(--sfhm15-dourado);
}

.sfhm15-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.cf-turnstile {
	display: none;
	margin: 22px 0 6px;
}

.sfhm15-erro {
	color: #e8a2a2;
	font-size: 0.88rem;
	margin: 4px 0 0;
}

#sfhm15-form .sfhm15-btn {
	margin-top: 18px;
}

/* ---------- Texto celebrativo ---------- */

.sfhm15-celebrativo {
	background: var(--sfhm15-azul);
	padding: 64px 24px;
	text-align: center;
}

.sfhm15-celebrativo p {
	color: var(--sfhm15-marfim-suave);
	font-family: 'Fraunces', Georgia, serif;
	font-style: italic;
	font-size: 1rem;
	line-height: 1.85;
	max-width: 600px;
	margin: 0 auto 20px;
}

.sfhm15-celebrativo__assinatura {
	font-size: 1.15rem;
	letter-spacing: 0.02em;
	color: var(--sfhm15-dourado-claro);
	margin-bottom: 0 !important;
}

/* ---------- Rodapé ---------- */

.sfhm15-rodape {
	text-align: center;
	padding: 40px 24px;
	background: #f5f5f5;
}

.sfhm15-rodape img {
	width: auto;
	height: 55px;
	margin: auto;
}

/* ---------- Telas maiores ---------- */

@media (min-width: 700px) {
	.sfhm15-hero__conteudo {
		max-width: 500px;
		padding-bottom: 80px;
	}

	.sfhm15-hero__frase {
		font-size: 1.2rem;
	}

	.sfhm15-ficha__data {
		font-size: 1.25rem;
	}

	.sfhm15-estado h2 {
		font-size: 1.7rem;
	}

	.sfhm15-celebrativo p {
		font-size: 1.1rem;
	}
}
