/* =================================================================
   FEVAABA Theme — CSS principal
   Paleta: navy #0b2545 / ocean #1b6ca8 / sun #ef6c00 / sand #f4ead5
   ================================================================= */

:root {
	--fv-navy:     #0b2545;
	--fv-navy-2:   #13315c;
	--fv-ocean:    #1b6ca8;
	--fv-ocean-2:  #134f7d;
	--fv-sun:      #ef6c00;
	--fv-sun-2:    #c55600;
	--fv-sand:     #f4ead5;
	--fv-paper:    #ffffff;
	--fv-ink:      #0b2545;
	--fv-body:     #1f2937;
	--fv-muted:    #6b7280;
	--fv-line:     #e5e7eb;
	--fv-bg:       #fafbfc;
	--fv-success:  #2f855a;
	--fv-danger:   #b02a37;
	--fv-radius:   14px;
	--fv-radius-sm:10px;
	--fv-shadow-sm: 0 1px 2px rgba(11,37,69,.06);
	--fv-shadow:   0 10px 30px rgba(11,37,69,.08);
	--fv-shadow-lg:0 24px 60px rgba(11,37,69,.14);
	--fv-container:1200px;
	--fv-font-sans:"Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--fv-font-serif:"Merriweather", Georgia, serif;
}

/* Reset enxuto
---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--fv-font-sans);
	font-size: 16px;
	line-height: 1.6;
	color: var(--fv-body);
	background: var(--fv-bg);
	-webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--fv-ocean); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--fv-navy); }
p { margin: 0 0 1em; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--fv-font-sans);
	color: var(--fv-ink);
	line-height: 1.25;
	margin: 0 0 .6em;
	font-weight: 700;
	letter-spacing: -0.01em;
}
h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); }
h3 { font-size: 1.25rem; }
code, pre, kbd { font-family: "Menlo", "Consolas", monospace; font-size: .92em; }

/* Acessibilidade */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	width: 1px; height: 1px;
	overflow: hidden;
}
.fv-skip {
	position: absolute;
	top: -40px; left: 8px;
	background: var(--fv-sun);
	color: #fff;
	padding: 8px 14px;
	z-index: 9999;
	border-radius: 0 0 8px 8px;
	font-weight: 600;
}
.fv-skip:focus { top: 0; }

/* Container e utilidades
---------------------------------------------------------- */
.fv-container {
	width: 100%;
	max-width: var(--fv-container);
	margin: 0 auto;
	padding: 0 20px;
}
.fv-narrow { max-width: 780px; margin-left: auto; margin-right: auto; }

/* Topo / Header
---------------------------------------------------------- */
.fv-site-header {
	background: #fff;
	border-bottom: 1px solid var(--fv-line);
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: var(--fv-shadow-sm);
}
.fv-utility-bar {
	background: var(--fv-navy);
	color: #fff;
	font-size: 13px;
}
.fv-utility-bar .fv-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	min-height: 36px;
}
.fv-utility-menu {
	display: flex;
	gap: 18px;
	list-style: none;
	margin: 0; padding: 0;
}
.fv-utility-menu a {
	color: rgba(255,255,255,.85);
	font-size: 13px;
}
.fv-utility-menu a:hover { color: #fff; }
.fv-utility-contact a {
	color: rgba(255,255,255,.85);
	font-size: 13px;
}
.fv-utility-contact a:hover { color: #fff; }

.fv-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.fv-brand { display: flex; align-items: center; gap: 10px; }
.fv-brand a { display: inline-flex; align-items: center; gap: 10px; color: var(--fv-navy); }
.fv-brand img { max-height: 56px; width: auto; }
.fv-brand__text {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
}
.fv-brand__name {
	font-weight: 800;
	font-size: 20px;
	letter-spacing: .5px;
	color: var(--fv-navy);
}
.fv-brand__tag {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: var(--fv-ocean);
	font-weight: 600;
}

.fv-primary-nav {
	display: flex;
	align-items: center;
	gap: 16px;
}
.fv-primary-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0; padding: 0;
}
.fv-primary-menu li { position: relative; }
.fv-primary-menu > li > a {
	display: inline-flex;
	align-items: center;
	padding: 10px 12px;
	color: var(--fv-navy);
	font-weight: 600;
	font-size: 14px;
	border-radius: 8px;
	transition: background .18s ease, color .18s ease;
}
.fv-primary-menu > li > a:hover,
.fv-primary-menu > li.current-menu-item > a,
.fv-primary-menu > li.current-menu-parent > a {
	background: rgba(27,108,168,.08);
	color: var(--fv-ocean);
}
.fv-primary-menu .sub-menu {
	position: absolute;
	top: 100%; left: 0;
	min-width: 240px;
	background: #fff;
	border: 1px solid var(--fv-line);
	border-radius: var(--fv-radius-sm);
	box-shadow: var(--fv-shadow);
	list-style: none;
	margin: 6px 0 0; padding: 6px;
	opacity: 0; visibility: hidden;
	transform: translateY(8px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
	z-index: 20;
}
.fv-primary-menu li:hover > .sub-menu,
.fv-primary-menu li:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.fv-primary-menu .sub-menu a {
	display: block;
	padding: 9px 12px;
	color: var(--fv-navy);
	font-size: 14px;
	border-radius: 6px;
}
.fv-primary-menu .sub-menu a:hover { background: var(--fv-sand); color: var(--fv-navy); }

.fv-cta-header {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	background: var(--fv-sun);
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	border-radius: 999px;
	transition: background .18s ease;
}
.fv-cta-header:hover { background: var(--fv-sun-2); color: #fff; }

.fv-nav-toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--fv-line);
	width: 42px; height: 42px;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.fv-nav-toggle__bar,
.fv-nav-toggle__bar::before,
.fv-nav-toggle__bar::after {
	content: "";
	position: absolute;
	left: 10px;
	width: 22px;
	height: 2px;
	background: var(--fv-navy);
	transition: transform .2s ease, top .2s ease, opacity .15s;
}
.fv-nav-toggle__bar { top: 50%; transform: translateY(-50%); }
.fv-nav-toggle__bar::before { top: -7px; left: 0; }
.fv-nav-toggle__bar::after  { top:  7px; left: 0; }
.fv-nav-toggle[aria-expanded="true"] .fv-nav-toggle__bar { background: transparent; }
.fv-nav-toggle[aria-expanded="true"] .fv-nav-toggle__bar::before { top: 0; transform: rotate(45deg); }
.fv-nav-toggle[aria-expanded="true"] .fv-nav-toggle__bar::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 960px) {
	.fv-nav-toggle { display: inline-block; }
	.fv-primary-nav {
		position: absolute;
		top: 100%; left: 0; right: 0;
		background: #fff;
		flex-direction: column;
		align-items: stretch;
		padding: 14px 20px 20px;
		border-bottom: 1px solid var(--fv-line);
		box-shadow: var(--fv-shadow);
		gap: 4px;
		max-height: 0;
		overflow: hidden;
		transition: max-height .24s ease;
	}
	.fv-primary-nav.is-open { max-height: 80vh; overflow: auto; }
	.fv-primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.fv-primary-menu > li > a { padding: 12px 10px; border-radius: 8px; }
	.fv-primary-menu .sub-menu {
		position: static;
		opacity: 1; visibility: visible; transform: none;
		box-shadow: none;
		border: none;
		border-left: 2px solid var(--fv-line);
		border-radius: 0;
		margin: 0 0 4px 12px;
		padding: 0 0 0 8px;
	}
	.fv-cta-header { justify-content: center; margin-top: 6px; }
}

/* Breadcrumbs
---------------------------------------------------------- */
.fv-breadcrumbs { font-size: 13px; color: var(--fv-muted); margin-bottom: 14px; }
.fv-breadcrumbs ol {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: wrap; gap: 6px;
}
.fv-breadcrumbs li + li::before { content: "›"; margin-right: 6px; color: var(--fv-line); }
.fv-breadcrumbs a { color: var(--fv-ocean); }
.fv-breadcrumbs [aria-current="page"] { color: var(--fv-navy); font-weight: 600; }

/* Botões
---------------------------------------------------------- */
.fv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	font-weight: 700;
	font-size: 14.5px;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, border-color .18s ease, transform .06s ease;
	text-decoration: none;
	line-height: 1.1;
}
.fv-btn:active { transform: translateY(1px); }
.fv-btn--primary { background: var(--fv-ocean); color: #fff; }
.fv-btn--primary:hover { background: var(--fv-ocean-2); color: #fff; }
.fv-btn--sun { background: var(--fv-sun); color: #fff; }
.fv-btn--sun:hover { background: var(--fv-sun-2); color: #fff; }
.fv-btn--ghost { background: transparent; color: var(--fv-navy); border-color: var(--fv-navy); }
.fv-btn--ghost:hover { background: var(--fv-navy); color: #fff; }
.fv-btn--on-navy { background: #fff; color: var(--fv-navy); }
.fv-btn--on-navy:hover { background: var(--fv-sand); color: var(--fv-navy); }
.fv-btn--ghost-on-navy { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.fv-btn--ghost-on-navy:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }

/* Hero
---------------------------------------------------------- */
.fv-hero {
	position: relative;
	background: linear-gradient(135deg, var(--fv-navy) 0%, var(--fv-ocean) 100%);
	color: #fff;
	overflow: hidden;
}
.fv-hero__bg {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 15% 20%, rgba(239,108,0,.22), transparent 40%),
		radial-gradient(circle at 85% 80%, rgba(244,234,213,.14), transparent 45%);
	pointer-events: none;
}
.fv-hero__inner {
	position: relative;
	padding: 80px 20px;
	max-width: 960px;
}
.fv-hero__eyebrow {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11.5px;
	font-weight: 600;
	margin-bottom: 20px;
}
.fv-hero__title {
	color: #fff;
	font-size: clamp(2rem, 5.2vw, 3.6rem);
	font-family: var(--fv-font-serif);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 18px;
	max-width: 20ch;
}
.fv-hero__lede {
	font-size: clamp(1rem, 1.6vw, 1.2rem);
	color: rgba(255,255,255,.88);
	max-width: 62ch;
	margin-bottom: 28px;
}
.fv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Próxima etapa
---------------------------------------------------------- */
.fv-next-stage {
	background: var(--fv-sand);
	padding: 44px 0;
	border-bottom: 1px solid rgba(11,37,69,.06);
}
.fv-next-stage__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: center;
}
@media (min-width: 820px) {
	.fv-next-stage__inner { grid-template-columns: auto 1fr auto; }
}
.fv-next-stage__tag {
	display: inline-flex; align-items: center; gap: 8px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.4px;
	font-weight: 700;
	color: var(--fv-navy);
}
.fv-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; background: var(--fv-ocean); }
.fv-dot--sun { background: var(--fv-sun); box-shadow: 0 0 0 4px rgba(239,108,0,.2); }
.fv-next-stage__title {
	font-family: var(--fv-font-serif);
	margin: 0;
	color: var(--fv-navy);
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}
.fv-next-stage__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px 24px;
	margin: 12px 0 0;
}
.fv-next-stage__meta div { margin: 0; }
.fv-next-stage__meta dt {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--fv-muted);
	font-weight: 600;
}
.fv-next-stage__meta dd {
	margin: 2px 0 0;
	color: var(--fv-navy);
	font-weight: 600;
	font-size: 15px;
}

/* Seções
---------------------------------------------------------- */
.fv-section { padding: 60px 0; }
.fv-section--alt { background: #fff; border-top: 1px solid var(--fv-line); border-bottom: 1px solid var(--fv-line); }
.fv-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}
.fv-section__title {
	font-family: var(--fv-font-serif);
	color: var(--fv-navy);
	margin: 0;
	font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}
.fv-section__more { font-weight: 700; font-size: 14px; }

.fv-page-head { margin-bottom: 28px; }
.fv-page-head__title {
	font-family: var(--fv-font-serif);
	color: var(--fv-navy);
	margin-bottom: 6px;
}
.fv-page-head__desc { color: var(--fv-muted); max-width: 70ch; }

.fv-two-col {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}
@media (min-width: 840px) { .fv-two-col { grid-template-columns: 1fr 1fr; gap: 40px; } }
.fv-two-col__item .fv-section__head { margin-bottom: 16px; }

/* Grid de cards
---------------------------------------------------------- */
.fv-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
}
.fv-card {
	background: #fff;
	border: 1px solid var(--fv-line);
	border-radius: var(--fv-radius);
	overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
	box-shadow: var(--fv-shadow-sm);
}
.fv-card:hover { transform: translateY(-2px); box-shadow: var(--fv-shadow); border-color: rgba(27,108,168,.35); }
.fv-card__link { color: inherit; display: block; text-decoration: none; }
.fv-card__thumb {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, var(--fv-navy) 0%, var(--fv-ocean) 100%);
}
.fv-card__thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}
.fv-card:hover .fv-card__thumb img { transform: scale(1.04); }
.fv-card__thumb-placeholder {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 30% 30%, rgba(239,108,0,.3), transparent 50%),
		radial-gradient(circle at 70% 70%, rgba(244,234,213,.25), transparent 60%);
}
.fv-card__badge {
	position: absolute;
	top: 12px; left: 12px;
	background: var(--fv-sun);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 10px;
	border-radius: 999px;
}
.fv-card__badge--news { background: var(--fv-ocean); }
.fv-card__badge--info { background: var(--fv-navy); }
.fv-card__badge--doc  { background: #555b6b; }
.fv-card__body { padding: 18px 18px 22px; }
.fv-card__meta {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	font-size: 12px;
	color: var(--fv-muted);
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 600;
	margin-bottom: 8px;
}
.fv-card__title {
	font-family: var(--fv-font-serif);
	color: var(--fv-navy);
	font-size: 1.15rem;
	line-height: 1.3;
	margin: 0 0 10px;
}
.fv-card__excerpt { color: var(--fv-muted); font-size: 14.5px; margin: 0 0 14px; }
.fv-card__cta { color: var(--fv-ocean); font-weight: 700; font-size: 14px; }
.fv-card:hover .fv-card__cta { color: var(--fv-sun); }

/* Lista empilhada
---------------------------------------------------------- */
.fv-stacked-list {
	list-style: none;
	margin: 0; padding: 0;
	border-top: 1px solid var(--fv-line);
}
.fv-stacked-list li { border-bottom: 1px solid var(--fv-line); }
.fv-stacked-list li a {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 14px 0;
	color: var(--fv-navy);
}
.fv-stacked-list li a:hover { color: var(--fv-ocean); }
.fv-stacked-list__date {
	flex: 0 0 auto;
	color: var(--fv-muted);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-weight: 600;
	min-width: 110px;
}
.fv-stacked-list__title { font-weight: 600; }

/* CTA Band
---------------------------------------------------------- */
.fv-cta-band {
	background: linear-gradient(135deg, var(--fv-navy) 0%, var(--fv-ocean) 100%);
	color: #fff;
	padding: 56px 0;
}
.fv-cta-band__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	align-items: center;
}
@media (min-width: 820px) { .fv-cta-band__inner { grid-template-columns: 1fr auto; } }
.fv-cta-band__title {
	color: #fff;
	font-family: var(--fv-font-serif);
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 3vw, 2rem);
}
.fv-cta-band__lede { color: rgba(255,255,255,.88); margin: 0; max-width: 60ch; }
.fv-cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Single de Etapa
---------------------------------------------------------- */
.fv-etapa__hero {
	position: relative;
	overflow: hidden;
	background: var(--fv-navy);
	color: #fff;
	min-height: 380px;
}
.fv-etapa__hero-media {
	position: absolute; inset: 0;
}
.fv-etapa__hero-media img {
	width: 100%; height: 100%; object-fit: cover;
	opacity: .45;
}
.fv-etapa__hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(11,37,69,.5) 0%, rgba(11,37,69,.9) 100%);
}
.fv-etapa__hero-inner {
	position: relative;
	padding: 60px 20px;
}
.fv-etapa__hero-inner .fv-breadcrumbs { color: rgba(255,255,255,.75); }
.fv-etapa__hero-inner .fv-breadcrumbs a { color: rgba(255,255,255,.9); }
.fv-etapa__hero-inner .fv-breadcrumbs [aria-current="page"] { color: #fff; }
.fv-etapa__status {
	display: inline-block;
	padding: 5px 12px;
	background: var(--fv-sun);
	color: #fff;
	font-size: 11.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border-radius: 999px;
	margin-bottom: 12px;
}
.fv-etapa__title {
	color: #fff;
	font-family: var(--fv-font-serif);
	font-size: clamp(2rem, 4.5vw, 3rem);
	margin: 0 0 18px;
	max-width: 22ch;
}
.fv-etapa__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 16px 28px;
	margin: 0;
}
.fv-etapa__meta div { margin: 0; }
.fv-etapa__meta dt {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: rgba(255,255,255,.7);
	font-weight: 700;
}
.fv-etapa__meta dd {
	margin: 3px 0 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}
.fv-etapa__block { margin-top: 40px; }
.fv-etapa__block h2 {
	font-family: var(--fv-font-serif);
	color: var(--fv-navy);
	border-bottom: 2px solid var(--fv-sun);
	padding-bottom: 8px;
	display: inline-block;
}
.fv-etapa__links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }

/* Temporadas (arquivo)
---------------------------------------------------------- */
.fv-season-block { margin-bottom: 48px; }
.fv-season-block__title {
	font-family: var(--fv-font-serif);
	color: var(--fv-navy);
	border-left: 4px solid var(--fv-sun);
	padding-left: 14px;
	margin-bottom: 22px;
}

/* Single genérico
---------------------------------------------------------- */
.fv-single__head { text-align: left; margin-bottom: 28px; }
.fv-single__meta {
	display: inline-flex; flex-wrap: wrap; gap: 10px;
	font-size: 12.5px;
	color: var(--fv-muted);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 10px;
	align-items: center;
}
.fv-tag {
	background: var(--fv-sand);
	color: var(--fv-navy);
	padding: 3px 10px;
	border-radius: 999px;
	letter-spacing: .6px;
	font-size: 11.5px;
}
.fv-single__title {
	font-family: var(--fv-font-serif);
	color: var(--fv-navy);
	font-size: clamp(1.7rem, 3.6vw, 2.5rem);
	margin-bottom: 10px;
}
.fv-single__lede {
	color: var(--fv-muted);
	font-size: 1.1rem;
	line-height: 1.55;
	margin: 0 0 18px;
}
.fv-single__thumb { margin: 0 0 28px; border-radius: var(--fv-radius); overflow: hidden; }
.fv-single__terms { margin-top: 28px; font-size: 13px; color: var(--fv-muted); }
.fv-single__terms span { margin-right: 6px; font-weight: 600; }
.fv-terms { display: inline; list-style: none; margin: 0; padding: 0; }
.fv-terms li { display: inline; }
.fv-terms li + li::before { content: ", "; }

/* Prose (conteúdo editável)
---------------------------------------------------------- */
.fv-prose { font-size: 16.5px; line-height: 1.75; color: var(--fv-body); }
.fv-prose h2 { font-family: var(--fv-font-serif); color: var(--fv-navy); margin-top: 1.6em; }
.fv-prose h3 { color: var(--fv-navy); margin-top: 1.4em; }
.fv-prose a { color: var(--fv-ocean); text-decoration: underline; text-underline-offset: 2px; }
.fv-prose a:hover { color: var(--fv-sun); }
.fv-prose blockquote {
	border-left: 4px solid var(--fv-sun);
	background: var(--fv-sand);
	padding: 14px 20px;
	margin: 1.2em 0;
	border-radius: 0 var(--fv-radius-sm) var(--fv-radius-sm) 0;
	font-style: italic;
	color: var(--fv-navy);
}
.fv-prose img { border-radius: var(--fv-radius-sm); margin: 1em 0; }
.fv-prose ul, .fv-prose ol { padding-left: 1.3em; }
.fv-prose li { margin-bottom: .4em; }
.fv-prose code {
	background: #f1f3f5;
	padding: 2px 6px;
	border-radius: 4px;
	color: var(--fv-navy);
}
.fv-prose pre {
	background: var(--fv-navy);
	color: #eaf0f7;
	padding: 16px 18px;
	border-radius: var(--fv-radius-sm);
	overflow-x: auto;
}
.fv-prose hr { border: 0; border-top: 1px solid var(--fv-line); margin: 2em 0; }
.fv-prose table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.2em 0;
}
.fv-prose th, .fv-prose td {
	border: 1px solid var(--fv-line);
	padding: 10px 12px;
	text-align: left;
}
.fv-prose thead th { background: var(--fv-sand); color: var(--fv-navy); }

/* Estado vazio
---------------------------------------------------------- */
.fv-empty {
	padding: 50px 24px;
	text-align: center;
	background: #fff;
	border: 1px dashed var(--fv-line);
	border-radius: var(--fv-radius);
	color: var(--fv-muted);
}
.fv-empty h3 { color: var(--fv-navy); margin-bottom: 6px; }
.fv-empty--404 { padding: 80px 24px; background: transparent; border: none; }
.fv-empty__actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.fv-empty-inline { color: var(--fv-muted); padding: 16px 0; }

/* Busca
---------------------------------------------------------- */
.fv-search-form {
	display: flex;
	gap: 8px;
	max-width: 500px;
	margin: 20px auto;
}
.fv-search-form__input {
	flex: 1;
	border: 1px solid var(--fv-line);
	border-radius: 999px;
	padding: 12px 18px;
	font-size: 15px;
	font-family: inherit;
}
.fv-search-form__input:focus {
	outline: none;
	border-color: var(--fv-ocean);
	box-shadow: 0 0 0 3px rgba(27,108,168,.15);
}
.fv-search-form__btn {
	background: var(--fv-navy);
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 700;
	cursor: pointer;
}
.fv-search-form__btn:hover { background: var(--fv-ocean); }

/* Paginação
---------------------------------------------------------- */
.navigation.pagination {
	margin-top: 36px;
	text-align: center;
}
.navigation.pagination .nav-links {
	display: inline-flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
}
.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px; height: 40px;
	padding: 0 12px;
	border: 1px solid var(--fv-line);
	border-radius: 999px;
	color: var(--fv-navy);
	font-weight: 600;
	font-size: 14px;
}
.navigation.pagination .page-numbers:hover { background: var(--fv-sand); }
.navigation.pagination .current {
	background: var(--fv-navy);
	color: #fff;
	border-color: var(--fv-navy);
}

/* Footer
---------------------------------------------------------- */
.fv-site-footer {
	background: var(--fv-navy);
	color: rgba(255,255,255,.8);
	margin-top: 40px;
}
.fv-site-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	padding: 56px 20px 32px;
}
@media (min-width: 720px) { .fv-site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.fv-site-footer img { max-height: 50px; width: auto; filter: brightness(0) invert(1); }
.fv-site-footer__name { color: #fff; font-size: 18px; display: block; margin-bottom: 10px; }
.fv-site-footer__tag { color: rgba(255,255,255,.7); font-size: 14px; }
.fv-site-footer__contact a { color: #fff; font-weight: 600; }
.fv-widget__title,
.fv-site-footer h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 12px;
	margin: 0 0 12px;
}
.fv-footer-list,
.fv-footer-menu {
	list-style: none;
	margin: 0; padding: 0;
}
.fv-footer-list li,
.fv-footer-menu li { margin-bottom: 6px; }
.fv-footer-list a,
.fv-footer-menu a {
	color: rgba(255,255,255,.75);
	font-size: 14px;
}
.fv-footer-list a:hover,
.fv-footer-menu a:hover { color: var(--fv-sun); }
.fv-site-footer__bottom {
	background: #071a33;
	color: rgba(255,255,255,.6);
	font-size: 13px;
}
.fv-site-footer__bottom .fv-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding: 16px 20px;
}

/* Utilidades diversas
---------------------------------------------------------- */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 1em auto; }
.alignwide { margin-left: calc( (100vw - 100%) / -2 + 20px ); margin-right: calc( (100vw - 100%) / -2 + 20px ); max-width: none; }
.alignfull { margin-left: calc( (100vw - 100%) / -2 ); margin-right: calc( (100vw - 100%) / -2 ); width: 100vw; max-width: none; }

/* Responsivo geral
---------------------------------------------------------- */
@media (max-width: 560px) {
	.fv-section { padding: 44px 0; }
	.fv-hero__inner { padding: 60px 20px; }
	.fv-cta-band { padding: 44px 0; }
	.fv-etapa__hero-inner { padding: 44px 20px; }
}

/* Reduz animações se o usuário preferir */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* CTA no hero da etapa */
.fv-etapa__hero-cta { margin-top: 22px; }
.fv-etapa__hero-cta .fv-btn { font-size: 16px; padding: 14px 26px; }

/* Selo Chancelada FEVAABA */
.fv-etapa__hero-badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.fv-etapa__chancela {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ef6c00 0%, #b54300 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	box-shadow: 0 2px 6px rgba(239, 108, 0, 0.4);
}
.fv-card__chancela {
	position: absolute;
	top: 12px;
	right: 12px;
	background: linear-gradient(135deg, #ef6c00 0%, #b54300 100%);
	color: #fff;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 6px rgba(239, 108, 0, 0.4);
	z-index: 2;
}

/* =================================================================
   PATROCINADORES — bloco "Patrocínio e apoio"
   ================================================================= */
.fv-patrocinadores {
	max-width: 1200px;
	margin: 40px auto;
	padding: 32px 24px;
	background: #fafbfc;
	border-radius: 14px;
}
.fv-patrocinadores__titulo {
	text-align: center;
	font-family: "Merriweather", Georgia, serif;
	font-size: clamp(20px, 3vw, 28px);
	color: #0b2545;
	margin: 0 0 24px;
	position: relative;
}
.fv-patrocinadores__titulo::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #ef6c00;
	margin: 12px auto 0;
	border-radius: 2px;
}
.fv-patrocinadores__tier {
	margin-bottom: 32px;
}
.fv-patrocinadores__tier:last-child { margin-bottom: 0; }
.fv-patrocinadores__tier-title {
	text-align: center;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #6b7280;
	font-weight: 700;
	margin: 0 0 14px;
}
.fv-patrocinadores__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	align-items: center;
}
.fv-patrocinadores__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--logo-w, 160px);
	max-width: 90vw;
	min-height: 80px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: transform 0.18s, box-shadow 0.18s;
}
.fv-patrocinadores__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.fv-patrocinadores__item img {
	max-width: 100%;
	max-height: 80px;
	object-fit: contain;
	height: auto;
}
.fv-patrocinadores__placeholder {
	color: #6b7280;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
}
.fv-patrocinadores__tier--diamante .fv-patrocinadores__item { box-shadow: 0 4px 14px rgba(163, 217, 255, 0.3); }
.fv-patrocinadores__tier--ouro .fv-patrocinadores__item     { box-shadow: 0 3px 12px rgba(212, 175, 55, 0.25); }

/* =================================================================
   GALERIA DE FOTOS DA ETAPA
   ================================================================= */
.fv-etapa__galeria { margin: 32px 0; }
.fv-etapa__galeria h2 {
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
	margin: 0 0 18px;
	border-bottom: 3px solid #ef6c00;
	padding-bottom: 8px;
	display: inline-block;
}
.fv-galeria-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 12px;
}
.fv-galeria-item {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 8px;
	background: #f0f0f0;
	cursor: zoom-in;
	transition: transform 0.18s, box-shadow 0.18s;
}
.fv-galeria-item:hover {
	transform: scale(1.02);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.fv-galeria-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Lightbox simples */
.fv-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(11, 37, 69, 0.96);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.fv-lightbox.is-open { display: flex; }
.fv-lightbox img {
	max-width: 92vw;
	max-height: 86vh;
	object-fit: contain;
	border-radius: 6px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.fv-lightbox__close, .fv-lightbox__nav {
	position: absolute;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 24px;
	cursor: pointer;
	transition: background 0.18s;
}
.fv-lightbox__close { top: 24px; right: 24px; }
.fv-lightbox__nav--prev { left: 24px; top: 50%; transform: translateY(-50%); }
.fv-lightbox__nav--next { right: 24px; top: 50%; transform: translateY(-50%); }
.fv-lightbox__close:hover, .fv-lightbox__nav:hover { background: rgba(255, 255, 255, 0.25); }
.fv-lightbox__counter {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}

/* Hero — vídeo de fundo */
.fv-hero { position: relative; }
.fv-hero__bg--video {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}
.fv-hero__bg--video video,
.fv-hero__bg--video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	pointer-events: none;
	border: 0;
}
.fv-hero__bg--video iframe {
	width: 177.77vh; /* 16/9 ratio para preencher altura */
	height: 56.25vw; /* fallback */
	min-width: 100vw;
	min-height: 100vh;
}
.fv-hero__bg-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(11, 37, 69, 0.55), rgba(11, 37, 69, 0.7));
	z-index: 1;
}
.fv-hero__inner { position: relative; z-index: 2; }

/* =================================================================
   BLOCO GALERIA (CPT galeria_midia)
   ================================================================= */
.fv-galeria-bloco {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 24px;
}
.fv-galeria-bloco__titulo {
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
	margin: 0 0 18px;
	border-bottom: 3px solid #ef6c00;
	padding-bottom: 8px;
	display: inline-block;
}
.fv-galeria-bloco__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 14px;
}

.fv-midia-item {
	position: relative;
	margin: 0;
	background: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
	transition: transform .18s, box-shadow .18s;
}
.fv-midia-item:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.fv-midia-item__link {
	display: block;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #f0f0f0;
	cursor: pointer;
	border: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.fv-midia-item__link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.fv-midia-item__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 48px;
	color: #6b7280;
}
.fv-midia-item__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(11, 37, 69, 0.35);
	color: #fff;
	font-size: 48px;
	transition: background .18s;
	pointer-events: none;
}
.fv-midia-item__link:hover .fv-midia-item__play {
	background: rgba(11, 37, 69, 0.5);
}
.fv-midia-item__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 12px;
	font-size: 13px;
	color: #0b2545;
	background: #fff;
}
.fv-midia-item__titulo {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fv-midia-item__download {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #0b2545;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-decoration: none;
	flex-shrink: 0;
	transition: background .15s, transform .15s;
}
.fv-midia-item__download:hover {
	background: #ef6c00;
	transform: scale(1.1);
}

/* Galeria legacy (etapa) — botão download flutuante */
.fv-galeria-item-wrap { position: relative; margin: 0; }
.fv-galeria-item-wrap .fv-galeria-item__download {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(11, 37, 69, 0.85);
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-decoration: none;
	z-index: 2;
	opacity: 0;
	transition: opacity .15s, background .15s, transform .15s;
}
.fv-galeria-item-wrap:hover .fv-galeria-item__download { opacity: 1; }
.fv-galeria-item-wrap .fv-galeria-item__download:hover {
	background: #ef6c00;
	transform: scale(1.1);
}

/* Lightbox de vídeo (separado do lightbox de fotos) */
.fv-video-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(11, 37, 69, 0.96);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.fv-video-lightbox.is-open { display: flex; }
.fv-video-lightbox__inner {
	width: min(960px, 100%);
	aspect-ratio: 16/9;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.fv-video-lightbox__inner iframe,
.fv-video-lightbox__inner video {
	width: 100%;
	height: 100%;
	border: 0;
}
.fv-video-lightbox__close {
	position: absolute;
	top: 24px;
	right: 24px;
	background: rgba(255,255,255,.1);
	color: #fff;
	border: 0;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 24px;
	cursor: pointer;
}
