/*
 * Reserva Feirantes 1.4.8
 * Direcao visual: editorial premium, minimalista e institucional.
 * Paleta Reserva do Vale 2026.
 */

.rfv-page,
.rfv-registration-section,
.rfv-exhibitors-section,
.rfv-summary,
.rfv-edition-header,
.rfv-empty-state,
.rfv-profile-editor-section,
.rfv-profile-editor-shell,
.rfv-attractions-sidebar {
	--rfv-navy: #002f44;
	--rfv-navy-deep: #001f2d;
	--rfv-green: #47792c;
	--rfv-blue: #4c86d5;
	--rfv-orange: #f95134;
	--rfv-ink: #15333f;
	--rfv-muted: #6c7b81;
	--rfv-soft-muted: #8c989d;
	--rfv-paper: #ffffff;
	--rfv-canvas: #f7f8f6;
	--rfv-canvas-warm: #faf9f6;
	--rfv-line: rgba(0, 47, 68, .13);
	--rfv-line-soft: rgba(0, 47, 68, .075);
	--rfv-success-bg: rgba(71, 121, 44, .08);
	--rfv-success: #47792c;
	--rfv-danger: #b63d33;
	--rfv-radius-xs: 4px;
	--rfv-radius-sm: 7px;
	--rfv-radius-md: 10px;
	--rfv-shadow-soft: 0 22px 60px rgba(0, 35, 50, .055);
	--rfv-shadow-hover: 0 28px 72px rgba(0, 35, 50, .10);
	box-sizing: border-box;
	font-family: "Poppins", Arial, sans-serif;
	color: var(--rfv-ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.rfv-page *,
.rfv-registration-section *,
.rfv-exhibitors-section *,
.rfv-summary *,
.rfv-edition-header *,
.rfv-profile-editor-section *,
.rfv-profile-editor-shell *,
.rfv-attractions-sidebar * {
	box-sizing: border-box;
}

.rfv-page {
	display: block;
	width: 100%;
}

.rfv-page > section + section,
.rfv-page > header + section {
	margin-top: 32px;
}

/* ---------- Tipografia editorial ---------- */
.rfv-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--rfv-green);
}

.rfv-eyebrow::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
	opacity: .75;
}

.rfv-edition-header h1,
.rfv-section-heading h2,
.rfv-registration-intro h2,
.rfv-empty-state h2,
.rfv-profile-editor-section h2,
.rfv-attractions-heading h2,
.rfv-attraction-card h3,
.rfv-card-content h3,
.rfv-editor-step strong {
	font-family: "Yantramanav", "Poppins", Arial, sans-serif;
	color: var(--rfv-navy);
	font-weight: 500;
	letter-spacing: -.025em;
}

/* ---------- Hero da edicao ---------- */
.rfv-edition-header {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 42px) clamp(24px, 4.8vw, 52px);
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 18px;
	background: rgba(255, 255, 255, .56);
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	color: var(--rfv-navy);
	box-shadow: 0 22px 60px rgba(0, 35, 50, .10);
	margin-bottom: 28px;
}

.rfv-edition-header::before {
	content: "";
	position: absolute;
	left: clamp(28px, 5.5vw, 72px);
	top: 0;
	width: 64px;
	height: 2px;
	background: linear-gradient(90deg, var(--rfv-green), var(--rfv-blue));
}

.rfv-edition-header::after {
	content: "";
	position: absolute;
	right: -130px;
	top: 50%;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(76, 134, 213, .09);
	border-radius: 50%;
	transform: translateY(-50%);
	box-shadow:
		0 0 0 58px rgba(76, 134, 213, .025),
		0 0 0 118px rgba(71, 121, 44, .018);
	pointer-events: none;
}

.rfv-edition-header .rfv-eyebrow {
	position: relative;
	z-index: 1;
	color: var(--rfv-green);
}

.rfv-edition-header h1 {
	position: relative;
	z-index: 1;
	max-width: 940px;
	margin: 0;
	font-size: clamp(24px, 3.4vw, 38px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -.03em;
}

.rfv-edition-date {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin: 18px 0 0;
	padding-top: 12px;
	border-top: 1px solid var(--rfv-line);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .055em;
	text-transform: uppercase;
	color: var(--rfv-navy);
}

.rfv-edition-notice {
	position: relative;
	z-index: 1;
	max-width: 730px;
	margin: 14px 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	color: var(--rfv-muted);
}

/* ---------- Estado vazio ---------- */
.rfv-empty-state {
	padding: clamp(42px, 6vw, 72px);
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-sm);
	background: #fff;
	box-shadow: var(--rfv-shadow-soft);
	text-align: center;
}

.rfv-empty-state h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.05;
}

.rfv-empty-state p {
	margin: 14px 0 0;
	color: var(--rfv-muted);
}

/* ---------- Panorama / resumo ---------- */
.rfv-summary {
	display: grid;
	grid-template-columns: minmax(210px, .7fr) minmax(0, 2.3fr);
	gap: 30px;
	align-items: center;
	padding: 24px 0 30px;
	border-top: 1px solid var(--rfv-line);
	border-bottom: 1px solid var(--rfv-line);
	background: transparent;
	margin-bottom: 64px;
}

.rfv-summary-total {
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 0 30px 0 0;
	border-right: 1px solid var(--rfv-line);
}

.rfv-summary-total strong {
	font-family: "Yantramanav", "Poppins", Arial, sans-serif;
	font-size: clamp(42px, 5vw, 58px);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.04em;
	color: var(--rfv-navy);
}

.rfv-summary-total span {
	max-width: 110px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .02em;
	color: var(--rfv-muted);
}

.rfv-summary-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 22px;
}

.rfv-summary-categories span {
	position: relative;
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.4;
	color: var(--rfv-muted);
}

.rfv-summary-categories span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(0, 47, 68, .08);
}

.rfv-summary-categories strong {
	font-family: "Yantramanav", "Poppins", Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: var(--rfv-navy);
}

.rfv-summary > p {
	margin: 0;
	font-size: 14px;
	color: var(--rfv-muted);
}

/* ---------- Layout principal ---------- */
.rfv-exhibitors-section {
	margin-bottom: 72px;
}

.rfv-market-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
	gap: clamp(32px, 4vw, 54px);
	align-items: start;
	margin-bottom: 78px;
}

.rfv-market-layout.no-attractions {
	grid-template-columns: minmax(0, 1fr);
}

.rfv-market-layout .rfv-exhibitors-section {
	margin-bottom: 0;
}

.rfv-market-layout.has-attractions .rfv-exhibitors-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rfv-market-main,
.rfv-attractions-sidebar {
	min-width: 0;
}

/* ---------- Cabecalhos de secao ---------- */
.rfv-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--rfv-line);
}

.rfv-section-heading h2,
.rfv-registration-intro h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1;
}

/* ---------- Busca ---------- */
.rfv-public-search,
.rfv-registration-form input[type="text"],
.rfv-registration-form input[type="tel"],
.rfv-registration-form input[type="search"],
.rfv-profile-edit-form input[type="text"],
.rfv-profile-edit-form input[type="tel"],
.rfv-profile-edit-form input[type="search"],
.rfv-profile-edit-form select,
.rfv-profile-edit-form textarea,
.rfv-edit-lookup input[type="search"],
.rfv-registration-form select,
.rfv-registration-form textarea,
.rfv-existing-lookup input[type="search"],
.rfv-phone-check input {
	width: 100%;
	min-height: 54px;
	border: 1px solid rgba(0, 47, 68, .18);
	border-radius: var(--rfv-radius-xs);
	background: #fff;
	color: var(--rfv-ink);
	padding: 13px 15px;
	font: inherit;
	font-size: 14px;
	outline: none;
	box-shadow: inset 0 0 0 1px transparent;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.rfv-registration-form textarea,
.rfv-profile-edit-form textarea {
	min-height: 138px;
	resize: vertical;
	line-height: 1.65;
}

.rfv-public-search::placeholder,
.rfv-registration-form input::placeholder,
.rfv-registration-form textarea::placeholder,
.rfv-profile-edit-form input::placeholder,
.rfv-profile-edit-form textarea::placeholder,
.rfv-existing-lookup input::placeholder,
.rfv-edit-lookup input::placeholder {
	color: #9aa5a9;
}

.rfv-public-search:focus,
.rfv-registration-form input:focus,
.rfv-registration-form select:focus,
.rfv-registration-form textarea:focus,
.rfv-existing-lookup input:focus,
.rfv-edit-lookup input:focus,
.rfv-profile-edit-form input:focus,
.rfv-profile-edit-form select:focus,
.rfv-profile-edit-form textarea:focus,
.rfv-phone-check input:focus {
	border-color: var(--rfv-navy);
	box-shadow: 0 0 0 3px rgba(0, 47, 68, .07);
}

.rfv-public-search {
	max-width: 320px;
	min-height: 48px;
	border-width: 0 0 1px;
	border-radius: 0;
	padding: 10px 2px;
	background: transparent;
}

.rfv-public-search:focus {
	box-shadow: none;
	border-bottom-color: var(--rfv-navy);
}

/* ---------- Filtros editoriais ---------- */
.rfv-category-filters {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 0 0 23px;
	margin-bottom: 4px;
	scrollbar-width: thin;
}

.rfv-category-filters button,
.rfv-mode-tabs button {
	appearance: none;
	position: relative;
	border: 1px solid transparent;
	background: transparent;
	color: var(--rfv-muted);
	padding: 10px 16px;
	border-radius: 999px;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .035em;
	white-space: nowrap;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rfv-category-filters button::after,
.rfv-mode-tabs button::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 6px;
	height: 1px;
	background: currentColor;
	opacity: .0;
	transform: scaleX(.35);
	transform-origin: center;
	transition: transform .24s ease, opacity .24s ease;
}

.rfv-category-filters button:hover,
.rfv-mode-tabs button:hover {
	color: var(--rfv-navy);
	background: rgba(0, 47, 68, .04);
	border-color: rgba(0, 47, 68, .08);
}

.rfv-category-filters button.is-active,
.rfv-mode-tabs button.is-active {
	color: #fff;
	background: var(--rfv-navy);
	border-color: var(--rfv-navy);
	box-shadow: 0 10px 22px rgba(0, 47, 68, .14);
}

.rfv-category-filters button:hover::after,
.rfv-mode-tabs button:hover::after {
	opacity: .55;
	transform: scaleX(1);
}

.rfv-category-filters button.is-active::after,
.rfv-mode-tabs button.is-active::after {
	opacity: .14;
	transform: scaleX(1);
}

/* ---------- Cards de feirantes ---------- */
.rfv-exhibitors-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 26px);
}

.rfv-exhibitor-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-sm);
	background: #fff;
	overflow: hidden;
	box-shadow: 0 16px 42px rgba(0, 35, 50, .045);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.rfv-exhibitor-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 47, 68, .13);
	box-shadow: var(--rfv-shadow-hover);
}

.rfv-exhibitor-card[hidden] {
	display: none !important;
}

.rfv-card-gallery {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: clamp(190px, 17vw, 240px) 54px;
	gap: 2px;
	overflow: hidden;
	background: #edf0ef;
}

.rfv-card-gallery::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 48%;
	background: linear-gradient(180deg, rgba(0, 31, 45, .075), transparent);
	pointer-events: none;
}

.rfv-gallery-item {
	appearance: none;
	position: relative;
	display: block;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	cursor: zoom-in;
}

.rfv-gallery-item.is-main {
	grid-column: 1 / -1;
}

.rfv-card-gallery .rfv-gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}

.rfv-gallery-item:hover .rfv-gallery-image,
.rfv-gallery-item:focus-visible .rfv-gallery-image {
	transform: scale(1.035);
	filter: brightness(.94);
}

.rfv-gallery-item:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .95);
	outline-offset: -4px;
}

.rfv-gallery-zoom {
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	background: rgba(0, 31, 45, .55);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	color: #fff;
	opacity: 0;
	transform: translateY(-3px);
	transition: opacity .2s ease, transform .2s ease;
	pointer-events: none;
}

.rfv-gallery-zoom svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
}

.rfv-gallery-item:hover .rfv-gallery-zoom,
.rfv-gallery-item:focus-visible .rfv-gallery-zoom {
	opacity: 1;
	transform: translateY(0);
}

.rfv-gallery-item:not(.is-main) .rfv-gallery-zoom {
	top: 6px;
	right: 6px;
	width: 24px;
	height: 24px;
}

.rfv-gallery-item:not(.is-main) .rfv-gallery-zoom svg {
	width: 12px;
	height: 12px;
}

.rfv-card-placeholder {
	grid-column: 1 / -1;
	grid-row: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f0f3f2, #fafaf8);
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--rfv-soft-muted);
}

.rfv-card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 16px;
	padding: 23px 24px 25px;
}

.rfv-card-brand {
	display: flex;
	align-items: center;
	gap: 14px;
}

.rfv-logo-wrap {
	position: relative;
	z-index: 2;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(0, 47, 68, .10);
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 35, 50, .08);
}

.rfv-logo-wrap img {
	width: 100%;
	height: 100%;
	padding: 6px;
	object-fit: contain;
}

.rfv-category-label {
	display: block;
	margin: 0 0 4px;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--rfv-green);
}

.rfv-card-content h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.05;
}

.rfv-card-content p {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.72;
	color: var(--rfv-muted);
}

.rfv-instagram-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	margin-top: auto;
	padding-top: 7px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .015em;
	color: var(--rfv-navy);
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.rfv-instagram-link:hover {
	color: var(--rfv-green);
	transform: translateX(2px);
}

.rfv-instagram-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	display: block;
}

.rfv-attraction-instagram .rfv-instagram-icon {
	width: 15px;
	height: 15px;
	flex-basis: 15px;
}

.rfv-empty-card,
.rfv-filter-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 32px;
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-sm);
	background: var(--rfv-canvas);
	font-size: 13px;
	color: var(--rfv-muted);
	text-align: center;
}

/* ---------- Sidebar / programacao ---------- */
.rfv-attractions-sticky {
	position: sticky;
	top: 30px;
	padding-left: 28px;
	border-left: 1px solid var(--rfv-line);
}

.rfv-attractions-heading {
	margin-bottom: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid var(--rfv-line);
}

.rfv-attractions-heading h2 {
	margin: 0;
	font-size: 34px;
	font-weight: 500;
	line-height: .98;
}

.rfv-attractions-heading p {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.65;
	color: var(--rfv-muted);
}

.rfv-attractions-list {
	display: grid;
	gap: 26px;
}

.rfv-attraction-card {
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.rfv-attraction-card + .rfv-attraction-card {
	padding-top: 26px;
	border-top: 1px solid var(--rfv-line-soft);
}

.rfv-attraction-image {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: var(--rfv-radius-xs);
	background: linear-gradient(135deg, #edf2f2, #f7f8f6);
}

.rfv-attraction-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 31, 45, .035), rgba(0, 31, 45, .08));
	pointer-events: none;
}

.rfv-attraction-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.rfv-attraction-card:hover .rfv-attraction-image img {
	transform: scale(1.025);
}

.rfv-attraction-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 22px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	text-align: center;
	text-transform: uppercase;
	color: var(--rfv-soft-muted);
}

.rfv-attraction-content {
	padding: 14px 0 0;
}

.rfv-attraction-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.rfv-attraction-meta span {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--rfv-green);
}

.rfv-attraction-meta strong {
	flex: 0 0 auto;
	font-family: "Yantramanav", "Poppins", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .01em;
	color: var(--rfv-navy);
}

.rfv-attraction-card h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.03;
}


.rfv-attraction-instagram {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	margin-top: 13px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(0, 47, 68, .16);
	color: var(--rfv-navy);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .01em;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.rfv-attraction-instagram:hover {
	border-bottom-color: var(--rfv-green);
	color: var(--rfv-green);
	transform: translateX(2px);
}

.rfv-attraction-card p {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.65;
	color: var(--rfv-muted);
}

/* ---------- Blocos de inscricao / edicao ---------- */
.rfv-registration-section,
.rfv-profile-editor-section {
	position: relative;
	overflow: hidden;
	padding: clamp(40px, 6vw, 70px);
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-sm);
	background: var(--rfv-canvas-warm);
}

.rfv-registration-section::before,
.rfv-profile-editor-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 92px;
	background: var(--rfv-green);
}

.rfv-profile-editor-section {
	margin-top: 40px;
	background: #fff;
}

.rfv-profile-editor-section::before {
	background: var(--rfv-blue);
}

.rfv-registration-intro {
	max-width: 760px;
	margin-bottom: 34px;
}

.rfv-registration-intro p {
	max-width: 700px;
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 1.75;
	color: var(--rfv-muted);
}

.rfv-edit-shortcut {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
	padding: 0 0 4px;
	border-bottom: 1px solid rgba(0, 47, 68, .3);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .035em;
	color: var(--rfv-navy);
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease;
}

.rfv-edit-shortcut::after {
	content: "→";
	font-size: 14px;
}

.rfv-edit-shortcut:hover {
	border-bottom-color: var(--rfv-green);
	color: var(--rfv-green);
}

.rfv-registration-shell,
.rfv-profile-editor-shell {
	max-width: 940px;
	padding: clamp(25px, 4vw, 40px);
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-sm);
	background: #fff;
	box-shadow: 0 18px 50px rgba(0, 35, 50, .04);
}

.rfv-profile-editor-shell {
	background: #fdfefd;
}

.rfv-mode-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--rfv-line-soft);
}

.rfv-existing-lookup > label,
.rfv-edit-lookup > label,
.rfv-field > label:first-child {
	display: block;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: var(--rfv-navy);
}

.rfv-search-field-wrap {
	position: relative;
}

.rfv-inline-loader {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 17px;
	height: 17px;
	margin-top: -8px;
	border: 1.5px solid #d7dede;
	border-top-color: var(--rfv-navy);
	border-radius: 50%;
	animation: rfv-spin .8s linear infinite;
}

@keyframes rfv-spin {
	to { transform: rotate(360deg); }
}

.rfv-profile-results {
	display: grid;
	gap: 8px;
	margin-top: 12px;
}

.rfv-profile-result {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 16px;
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-xs);
	background: #fff;
	color: var(--rfv-ink);
	text-align: left;
	font: inherit;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.rfv-profile-result:hover,
.rfv-profile-result.is-selected {
	border-color: rgba(0, 47, 68, .27);
	background: #fafbfa;
	transform: translateX(2px);
}

.rfv-profile-result strong,
.rfv-profile-result span {
	display: block;
}

.rfv-profile-result strong {
	font-size: 13px;
	font-weight: 600;
	color: var(--rfv-navy);
}

.rfv-profile-result span {
	margin-top: 3px;
	font-size: 11px;
	color: var(--rfv-muted);
}

.rfv-profile-result small {
	white-space: nowrap;
	font-size: 10px;
	letter-spacing: .035em;
	color: var(--rfv-soft-muted);
}

.rfv-phone-check {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-xs);
	background: #f8faf9;
}

.rfv-phone-check p {
	margin: 0 0 13px;
	font-size: 12px;
	line-height: 1.6;
	color: var(--rfv-muted);
}

.rfv-phone-check-row {
	display: grid;
	grid-template-columns: minmax(100px, 160px) auto;
	gap: 10px;
}

.rfv-lookup-message,
.rfv-form-message {
	margin-top: 13px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.55;
}

.rfv-lookup-message.is-error,
.rfv-form-message.is-error {
	color: var(--rfv-danger);
}

.rfv-profile-editor-section .rfv-form-message.is-success,
.rfv-registration-section .rfv-form-message.is-success,
.rfv-lookup-message.is-success,
.rfv-form-message.is-success {
	padding: 13px 15px;
	border: 1px solid rgba(71, 121, 44, .16);
	border-radius: var(--rfv-radius-xs);
	background: var(--rfv-success-bg);
	color: var(--rfv-success);
}

.rfv-new-start p {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.65;
	color: var(--rfv-muted);
}

.rfv-registration-form,
.rfv-profile-edit-form {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--rfv-line);
}

.rfv-form-grid,
.rfv-media-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 22px;
}

.rfv-field-full {
	grid-column: 1 / -1;
}

.rfv-media-fields {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid var(--rfv-line-soft);
}

.rfv-field input[type="file"] {
	width: 100%;
	min-height: 54px;
	padding: 9px;
	border: 1px dashed rgba(0, 47, 68, .24);
	border-radius: var(--rfv-radius-xs);
	background: #fafbfa;
	color: var(--rfv-muted);
	font-size: 12px;
}

.rfv-field input[type="file"]::file-selector-button {
	margin-right: 11px;
	padding: 9px 12px;
	border: 1px solid var(--rfv-line);
	border-radius: 3px;
	background: #fff;
	color: var(--rfv-navy);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	cursor: pointer;
}

.rfv-field small {
	display: block;
	margin-top: 7px;
	font-size: 10px;
	line-height: 1.55;
	color: var(--rfv-soft-muted);
}

.rfv-current-logo,
.rfv-current-images {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.rfv-current-logo img,
.rfv-current-images img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-xs);
	background: #fff;
}

.rfv-current-logo img {
	object-fit: contain;
	padding: 5px;
}

.rfv-replace-option,
.rfv-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 11px;
	line-height: 1.6;
	color: var(--rfv-muted);
}

.rfv-replace-option {
	margin-top: 12px;
}

.rfv-consent {
	margin: 26px 0 20px;
	padding: 16px 0;
	border-top: 1px solid var(--rfv-line-soft);
	border-bottom: 1px solid var(--rfv-line-soft);
}

.rfv-consent input,
.rfv-replace-option input {
	margin-top: 3px;
	accent-color: var(--rfv-navy);
}

/* ---------- Botoes ---------- */
.rfv-primary-button,
.rfv-secondary-button {
	appearance: none;
	min-height: 50px;
	border-radius: var(--rfv-radius-xs);
	padding: 12px 19px;
	font: inherit;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .085em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.rfv-page .rfv-primary-button,
.rfv-registration-section .rfv-primary-button,
.rfv-profile-editor-section .rfv-primary-button {
	border: 1px solid var(--rfv-navy) !important;
	background: var(--rfv-navy) !important;
	color: #fff !important;
	box-shadow: 0 12px 25px rgba(0, 47, 68, .12);
}

.rfv-page .rfv-primary-button:hover,
.rfv-registration-section .rfv-primary-button:hover,
.rfv-profile-editor-section .rfv-primary-button:hover {
	border-color: var(--rfv-green) !important;
	background: var(--rfv-green) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(71, 121, 44, .14);
}

.rfv-secondary-button {
	border: 1px solid rgba(0, 47, 68, .30);
	background: transparent;
	color: var(--rfv-navy);
}

.rfv-secondary-button:hover {
	border-color: var(--rfv-navy);
	background: var(--rfv-navy);
	color: #fff;
}

.rfv-primary-button:disabled,
.rfv-secondary-button:disabled {
	opacity: .55;
	cursor: wait;
	transform: none;
}

.rfv-submit-button {
	min-width: 230px;
}

/* ---------- Editor do perfil ---------- */
.rfv-editor-step {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 23px;
}

.rfv-editor-step strong {
	display: block;
	font-size: 21px;
	line-height: 1.1;
}

.rfv-editor-step p {
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 1.55;
	color: var(--rfv-muted);
}

.rfv-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 31px;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(0, 47, 68, .18);
	border-radius: 50%;
	background: #fff;
	font-family: "Yantramanav", "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--rfv-navy);
}

.rfv-editor-step-form {
	margin-top: 2px;
	padding-top: 2px;
}

.rfv-profile-editor-section .rfv-registration-intro {
	margin-bottom: 30px;
}

.rfv-honeypot {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.rfv-page [hidden],
.rfv-registration-section [hidden],
.rfv-profile-editor-section [hidden] {
	display: none !important;
}

/* ---------- Galeria ampliada / lightbox ---------- */
body.rfv-lightbox-open {
	overflow: hidden;
}

.rfv-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: clamp(18px, 4vw, 48px);
	background: rgba(0, 24, 35, .88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .22s ease, visibility .22s ease;
}

.rfv-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.rfv-lightbox [hidden] {
	display: none !important;
}

.rfv-lightbox-stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1180px, 100%);
	height: min(820px, calc(100vh - 96px));
}

.rfv-lightbox-image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 7px;
	box-shadow: 0 32px 90px rgba(0, 0, 0, .34);
}

.rfv-lightbox-close,
.rfv-lightbox-nav {
	appearance: none;
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 50%;
	background: rgba(0, 47, 68, .72);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.rfv-lightbox-close:hover,
.rfv-lightbox-nav:hover,
.rfv-lightbox-close:focus-visible,
.rfv-lightbox-nav:focus-visible {
	background: var(--rfv-green, #47792c);
	border-color: rgba(255, 255, 255, .72);
	outline: none;
}

.rfv-lightbox-close {
	top: 0;
	right: 0;
}

.rfv-lightbox-prev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rfv-lightbox-next {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rfv-lightbox-prev:hover,
.rfv-lightbox-prev:focus-visible,
.rfv-lightbox-next:hover,
.rfv-lightbox-next:focus-visible {
	transform: translateY(-50%) scale(1.04);
}

.rfv-lightbox-meta {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: calc(100% - 130px);
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(0, 31, 45, .62);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, .88);
	transform: translateX(-50%);
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: .025em;
	white-space: nowrap;
}

.rfv-lightbox-title {
	overflow: hidden;
	text-overflow: ellipsis;
}

.rfv-lightbox-counter {
	color: rgba(255, 255, 255, .62);
}

@media (max-width: 680px) {
	.rfv-lightbox {
		padding: 14px;
	}

	.rfv-lightbox-stage {
		height: calc(100vh - 28px);
	}

	.rfv-lightbox-close,
	.rfv-lightbox-nav {
		width: 42px;
		height: 42px;
		background: rgba(0, 47, 68, .82);
	}

	.rfv-lightbox-close {
		top: 8px;
		right: 8px;
	}

	.rfv-lightbox-prev { left: 8px; }
	.rfv-lightbox-next { right: 8px; }

	.rfv-lightbox-meta {
		bottom: 8px;
		max-width: calc(100% - 28px);
	}

	.rfv-gallery-zoom {
		opacity: .88;
		transform: none;
	}
}

/* ---------- Responsividade ---------- */
@media (max-width: 1120px) {
	.rfv-market-layout {
		grid-template-columns: minmax(0, 1fr) minmax(270px, 310px);
		gap: 34px;
	}

	.rfv-card-gallery {
		grid-template-rows: 200px 50px;
	}
}

@media (max-width: 980px) {
	.rfv-market-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rfv-attractions-sidebar {
		order: -1;
	}

	.rfv-attractions-sticky {
		position: static;
		padding: 0 0 28px;
		border-left: 0;
		border-bottom: 1px solid var(--rfv-line);
	}

	.rfv-attractions-heading {
		max-width: 620px;
	}

	.rfv-attractions-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.rfv-attraction-card + .rfv-attraction-card {
		padding-top: 0;
		border-top: 0;
	}

	.rfv-exhibitors-grid,
	.rfv-market-layout.has-attractions .rfv-exhibitors-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.rfv-edition-header {
		padding: 38px 28px 42px;
	}

	.rfv-edition-header::before {
		left: 28px;
	}

	.rfv-edition-header::after {
		display: none;
	}

	.rfv-summary,
	.rfv-form-grid,
	.rfv-media-fields {
		grid-template-columns: 1fr;
	}

	.rfv-summary {
		gap: 18px;
	}

	.rfv-summary-total {
		padding: 0 0 18px;
		border-right: 0;
		border-bottom: 1px solid var(--rfv-line);
	}

	.rfv-field-full {
		grid-column: auto;
	}

	.rfv-section-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.rfv-public-search {
		max-width: none;
	}

	.rfv-registration-section,
	.rfv-profile-editor-section {
		padding: 34px 24px;
	}

	.rfv-registration-shell,
	.rfv-profile-editor-shell {
		padding: 24px;
	}
}

@media (max-width: 560px) {
	.rfv-page > section + section,
	.rfv-page > header + section {
		margin-top: 24px;
	}

	.rfv-edition-header h1 {
		font-size: clamp(39px, 12vw, 54px);
	}

	.rfv-exhibitors-grid,
	.rfv-market-layout.has-attractions .rfv-exhibitors-grid,
	.rfv-attractions-list {
		grid-template-columns: 1fr;
	}

	.rfv-card-gallery {
		grid-template-rows: 210px 54px;
	}

	.rfv-phone-check-row {
		grid-template-columns: 1fr;
	}

	.rfv-mode-tabs {
		gap: 20px;
		overflow-x: auto;
	}

	.rfv-mode-tabs button {
		width: auto;
	}

	.rfv-submit-button {
		width: 100%;
	}

	.rfv-primary-button,
	.rfv-secondary-button {
		width: 100%;
	}

	.rfv-registration-section,
	.rfv-profile-editor-section {
		padding: 30px 19px;
	}

	.rfv-registration-shell,
	.rfv-profile-editor-shell {
		padding: 20px 17px;
	}

	.rfv-summary-categories {
		gap: 8px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rfv-exhibitor-card,
	.rfv-card-gallery .rfv-gallery-image,
	.rfv-gallery-zoom,
	.rfv-lightbox,
	.rfv-lightbox-close,
	.rfv-lightbox-nav,
	.rfv-attraction-image img,
	.rfv-primary-button,
	.rfv-secondary-button,
	.rfv-profile-result,
	.rfv-instagram-link::after {
		transition: none !important;
	}
}

/* ---------- Seletor de imagem de destaque ---------- */
.rfv-featured-picker {
	margin-top: 8px;
	padding: 22px;
	border: 1px solid var(--rfv-line-soft);
	border-radius: var(--rfv-radius-sm);
	background: linear-gradient(135deg, rgba(0, 47, 68, .025), rgba(76, 134, 213, .018));
}

.rfv-featured-picker-label {
	display: block;
	margin: 0 0 6px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .095em;
	text-transform: uppercase;
	color: var(--rfv-navy);
}

.rfv-featured-picker > p {
	margin: 0 0 16px;
	font-size: 12px;
	line-height: 1.65;
	color: var(--rfv-muted);
}

.rfv-featured-options {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.rfv-featured-option {
	appearance: none;
	position: relative;
	overflow: hidden;
	min-width: 0;
	padding: 0;
	border: 1px solid var(--rfv-line-soft);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 35, 50, .035);
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rfv-featured-option:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 47, 68, .28);
	box-shadow: 0 12px 28px rgba(0, 35, 50, .08);
}

.rfv-featured-option.is-selected {
	border-color: var(--rfv-green);
	box-shadow: 0 0 0 2px rgba(71, 121, 44, .12), 0 12px 28px rgba(0, 35, 50, .07);
}

.rfv-featured-option img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #f2f4f3;
}

.rfv-featured-option small {
	display: block;
	margin: 0;
	padding: 8px 9px;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .035em;
	color: var(--rfv-muted);
	text-align: left;
}

.rfv-featured-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 5px 8px;
	border-radius: 999px;
	background: var(--rfv-green);
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(-3px);
	transition: opacity .2s ease, transform .2s ease;
}

.rfv-featured-option.is-selected .rfv-featured-badge {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 760px) {
	.rfv-featured-options {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.rfv-featured-picker {
		padding: 16px;
	}

	.rfv-featured-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ---------- Otimizacao automatica de imagens ---------- */
.rfv-auto-image-help {
	display: flex !important;
	align-items: flex-start;
	gap: 7px;
	margin-top: 8px !important;
	color: var(--rfv-green) !important;
	font-weight: 500;
}

.rfv-auto-image-help::before {
	content: "✓";
	flex: 0 0 auto;
	font-size: 11px;
	line-height: 1.55;
}

/* ---------- Categoria pesquisavel ---------- */
.rfv-category-picker {
	position: relative;
}

.rfv-category-picker .rfv-category-native {
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0;
	pointer-events: none;
}

.rfv-category-search {
	padding-right: 42px !important;
	background-image: linear-gradient(45deg, transparent 50%, var(--rfv-navy) 50%), linear-gradient(135deg, var(--rfv-navy) 50%, transparent 50%) !important;
	background-position: calc(100% - 19px) 24px, calc(100% - 14px) 24px !important;
	background-size: 5px 5px, 5px 5px !important;
	background-repeat: no-repeat !important;
}

.rfv-category-menu {
	position: absolute;
	z-index: 60;
	left: 0;
	right: 0;
	top: calc(100% + 7px);
	max-height: 310px;
	overflow-y: auto;
	padding: 7px;
	border: 1px solid var(--rfv-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 20px 48px rgba(0, 35, 50, .14);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.rfv-category-option {
	appearance: none;
	display: block;
	width: 100%;
	padding: 11px 13px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: var(--rfv-ink);
	font: inherit;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	transition: background .16s ease, color .16s ease;
}

.rfv-category-option:hover,
.rfv-category-option.is-active {
	background: rgba(0, 47, 68, .06);
	color: var(--rfv-navy);
}

.rfv-category-empty {
	padding: 12px 13px;
	font-size: 12px;
	color: var(--rfv-muted);
}

/* ---------- Rascunho automatico ---------- */
.rfv-draft-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid rgba(76, 134, 213, .18);
	border-radius: 7px;
	background: rgba(76, 134, 213, .055);
}

.rfv-draft-notice[hidden] {
	display: none !important;
}

.rfv-draft-notice div {
	display: grid;
	gap: 3px;
}

.rfv-draft-notice strong {
	font-size: 11px;
	font-weight: 600;
	color: var(--rfv-navy);
}

.rfv-draft-notice span {
	font-size: 11px;
	line-height: 1.5;
	color: var(--rfv-muted);
}

.rfv-draft-discard {
	appearance: none;
	flex: 0 0 auto;
	padding: 7px 9px;
	border: 0;
	border-bottom: 1px solid rgba(0, 47, 68, .28);
	background: transparent;
	color: var(--rfv-navy);
	font: inherit;
	font-size: 10px;
	font-weight: 600;
	cursor: pointer;
}

@media (max-width: 600px) {
	.rfv-draft-notice {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* ---------- Ajuste visual do seletor pesquisável ---------- */
.rfv-category-menu {
	padding: 8px !important;
	background: rgba(255,255,255,.985) !important;
}

.rfv-category-option {
	margin: 0 0 6px;
	border: 1px solid rgba(0, 47, 68, .08) !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: var(--rfv-ink) !important;
	box-shadow: 0 1px 0 rgba(0, 35, 50, .02);
}

.rfv-category-option:last-child {
	margin-bottom: 0;
}

.rfv-category-option:hover {
	background: rgba(0, 47, 68, .04) !important;
	border-color: rgba(0, 47, 68, .12) !important;
	color: var(--rfv-navy) !important;
}

.rfv-category-option.is-active {
	background: rgba(71, 121, 44, .08) !important;
	border-color: rgba(71, 121, 44, .22) !important;
	color: var(--rfv-navy) !important;
}

/* ---------- Confirmação de inscrição ---------- */
.rfv-confirmation-card {
	padding: clamp(24px, 4vw, 34px);
	border: 1px solid rgba(0,47,68,.09);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,251,.98));
	box-shadow: 0 24px 50px rgba(0,35,50,.06);
}

.rfv-confirmation-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(71,121,44,.10);
	color: var(--rfv-green);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.rfv-confirmation-title {
	margin: 18px 0 8px;
	font-family: "Yantramanav", "Poppins", Arial, sans-serif;
	font-size: clamp(26px, 4vw, 36px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -.03em;
	color: var(--rfv-navy);
}

.rfv-confirmation-text {
	margin: 0 0 22px;
	max-width: 680px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--rfv-muted);
}

.rfv-confirmation-meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	margin: 0 0 24px;
}

.rfv-confirmation-meta-item {
	padding: 14px 16px;
	border: 1px solid rgba(0,47,68,.08);
	border-radius: 12px;
	background: rgba(255,255,255,.9);
}

.rfv-confirmation-meta-item span {
	display: block;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--rfv-muted);
}

.rfv-confirmation-meta-item strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: var(--rfv-navy);
}

.rfv-confirmation-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rfv-inline-action {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.6;
}

.rfv-inline-action a {
	color: var(--rfv-navy);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ---------- Progresso visual do processamento de imagens ---------- */
.rfv-upload-progress {
	margin: 26px 0;
	padding: 18px;
	border: 1px solid rgba(0, 47, 68, .10);
	border-radius: 14px;
	background: #fbfcfb;
	box-shadow: 0 14px 36px rgba(0, 35, 50, .035);
}

.rfv-upload-progress[hidden] { display: none !important; }

.rfv-upload-progress-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 13px;
}

.rfv-upload-progress-head > div {
	display: grid;
	gap: 3px;
}

.rfv-upload-progress-head strong {
	font-size: 13px;
	font-weight: 600;
	color: var(--rfv-navy);
}

.rfv-upload-progress-head span {
	font-size: 11px;
	line-height: 1.45;
	color: var(--rfv-muted);
}

.rfv-upload-progress-head b {
	flex: 0 0 auto;
	font-family: "Yantramanav", "Poppins", Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: var(--rfv-green);
}

.rfv-upload-progress-bar {
	height: 5px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: rgba(0, 47, 68, .07);
	overflow: hidden;
}

.rfv-upload-progress-bar span {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--rfv-green), var(--rfv-blue));
	transition: width .28s ease;
}

.rfv-upload-progress-items {
	display: grid;
	gap: 7px;
}

.rfv-upload-progress-item {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 9px 10px;
	border: 1px solid rgba(0, 47, 68, .07);
	border-radius: 9px;
	background: #fff;
}

.rfv-upload-status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(0, 47, 68, .06);
	font-size: 11px;
	font-weight: 700;
	color: var(--rfv-muted);
}

.rfv-upload-progress-item > div {
	min-width: 0;
	display: grid;
	gap: 1px;
}

.rfv-upload-progress-item strong {
	font-size: 11px;
	font-weight: 600;
	color: var(--rfv-navy);
}

.rfv-upload-progress-item small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	color: var(--rfv-soft-muted);
}

.rfv-upload-progress-item em {
	font-style: normal;
	font-size: 10px;
	font-weight: 600;
	color: var(--rfv-muted);
}

.rfv-upload-progress-item.is-processing .rfv-upload-status-icon {
	background: rgba(76, 134, 213, .10);
	color: var(--rfv-blue);
	animation: rfv-spin 1s linear infinite;
}

.rfv-upload-progress-item.is-done .rfv-upload-status-icon {
	background: rgba(71, 121, 44, .11);
	color: var(--rfv-green);
	animation: none;
}

.rfv-upload-progress-item.is-done em { color: var(--rfv-green); }

.rfv-upload-progress-item.is-error {
	border-color: rgba(182, 61, 51, .16);
	background: rgba(182, 61, 51, .025);
}

.rfv-upload-progress-item.is-error .rfv-upload-status-icon {
	background: rgba(182, 61, 51, .10);
	color: var(--rfv-danger);
	animation: none;
}

.rfv-upload-progress.has-error .rfv-upload-progress-head b,
.rfv-upload-progress-item.is-error em { color: var(--rfv-danger); }

@media (max-width: 600px) {
	.rfv-upload-progress { padding: 15px; }
	.rfv-upload-progress-head { gap: 10px; }
	.rfv-upload-progress-item { grid-template-columns: 24px minmax(0, 1fr); }
	.rfv-upload-progress-item em { grid-column: 2; }
}
