/* ============================================================
   PV Elementor Widgets — Design System "Atelier Belisama"
   Baseado no branding oficial da cliente (Branding Atelier):
   - Títulos: Bebas Neue (caps) · Subtítulos: Spinnaker caps
   - Corpo de texto: Spinnaker · Citações/acentos: Lora itálico
   - Paleta: dourado (#C49E19/#E7C567/#7C5E17) sobre preto
     (#0E0D0C) e papel (#EFE7D8)
   - Elementos: fundo escuro com brilho quente, sombras em
     degradê, formas orgânicas, divisor ondulado
   ============================================================ */

:root {
	--pv-ink: #1a1512;
	--pv-ink-soft: #6b5f52;
	--pv-paper: #efe7d8;
	--pv-paper-raised: #f7f1e4;
	--pv-wax: #c49e19;
	--pv-wax-deep: #7c5e17;
	--pv-wax-glow: #e7c567;
	--pv-silver: #766b6b;
	--pv-silver-soft: #bbb7b2;
	--pv-ground: #0e0d0c;
	--pv-ground-soft: #1c1a18;
	--pv-ground-ink: #efe7d8;
	--pv-ground-ink-soft: #bbb2a2;
	--pv-line: rgba(26, 21, 18, 0.16);
	--pv-line-light: rgba(239, 231, 216, 0.18);

	--pv-display: "Bebas Neue", "Arial Narrow", ui-sans-serif, sans-serif;
	--pv-serif: "Lora", ui-serif, Georgia, serif;
	--pv-sans: "Spinnaker", ui-sans-serif, system-ui, sans-serif;

	--pv-fs-hero: clamp(3.2rem, 6vw + 1.4rem, 5.6rem);
	--pv-fs-h2: clamp(2.1rem, 2.4vw + 1.4rem, 3rem);
	--pv-fs-h3: clamp(1.4rem, 0.8vw + 1.1rem, 1.7rem);
	--pv-fs-lede: clamp(1.1rem, 0.6vw + 1rem, 1.3rem);
	--pv-fs-body: 1.04rem;
	--pv-fs-small: 0.86rem;
	--pv-fs-eyebrow: 0.78rem;

	--pv-container: 42rem;
	--pv-container-wide: 62rem;
}

/* ------------------------------------------------------------
   Base
   ------------------------------------------------------------ */
.pv-section {
	font-family: var(--pv-sans);
	font-size: var(--pv-fs-body);
	font-weight: 400;
	line-height: 1.7;
	color: var(--pv-ink);
	background: var(--pv-paper);
	padding: clamp(3.5rem, 6vw, 6rem) 1.5rem;
	overflow: hidden;
	position: relative;
}

.pv-section *,
.pv-section *::before,
.pv-section *::after {
	box-sizing: border-box;
}

.pv-section p {
	max-width: 38em;
}

.pv-section--dark {
	background: var(--pv-ground);
	color: var(--pv-ground-ink);
}

.pv-section--raised {
	background: var(--pv-paper-raised);
}

.pv-container {
	max-width: var(--pv-container);
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.pv-container--wide {
	max-width: var(--pv-container-wide);
}

/* ------------------------------------------------------------
   Tipografia
   ------------------------------------------------------------ */
.pv-label {
	display: flex;
	align-items: center;
	gap: 0.6em;
	font-family: var(--pv-sans);
	font-weight: 400;
	font-size: var(--pv-fs-eyebrow);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pv-wax-deep);
	margin: 0 0 1rem;
}

.pv-label::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	background: currentColor;
	border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
	flex: none;
}

.pv-section--dark .pv-label {
	color: var(--pv-wax-glow);
}

.pv-label--center {
	justify-content: center;
}

.pv-title {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h2);
	line-height: 1.02;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	text-wrap: balance;
	color: var(--pv-ink);
	margin: 0;
}

.pv-section--dark .pv-title {
	color: var(--pv-ground-ink);
}

.pv-title em,
.pv-section em {
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	color: var(--pv-wax-deep);
}

.pv-title em {
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.92em;
	color: var(--pv-wax);
}

.pv-section--dark em {
	color: var(--pv-wax-glow);
}

.pv-head {
	margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.pv-head__intro {
	margin: 0.9rem 0 0;
	color: var(--pv-ink-soft);
}

.pv-section--dark .pv-head__intro {
	color: var(--pv-ground-ink-soft);
}

.pv-head--center {
	text-align: center;
}

.pv-head--center .pv-head__intro {
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------------------
   Botões pílula com gradiente dourado e brilho
   ------------------------------------------------------------ */
.pv-btn {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 0.95rem 1.7rem;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	font-family: var(--pv-sans);
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.01em;
	white-space: nowrap;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	text-align: center;
}

.pv-btn--solid {
	color: var(--pv-ground);
	background: linear-gradient(155deg, var(--pv-wax-glow), var(--pv-wax) 70%);
	box-shadow: 0 1px 0 rgba(255, 248, 226, 0.6) inset, 0 10px 24px -12px rgba(124, 94, 23, 0.85);
}

.pv-btn--solid::after {
	content: "";
	position: absolute;
	inset: -40% -60%;
	background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.5) 50%, transparent 60%);
	transform: translateX(-60%);
	transition: transform 0.55s ease;
	z-index: 1;
}

.pv-btn--solid:hover::after {
	transform: translateX(20%);
}

.pv-btn--solid:hover {
	transform: translateY(-1px);
	box-shadow: 0 1px 0 rgba(255, 248, 226, 0.6) inset, 0 14px 28px -12px rgba(124, 94, 23, 0.9);
	color: var(--pv-ground);
}

.pv-btn--solid:active {
	transform: translateY(0);
}

.pv-btn span {
	position: relative;
	z-index: 2;
}

.pv-btn--ghost {
	background: transparent;
	color: var(--pv-wax-deep);
	border: 1px solid var(--pv-wax);
}

.pv-btn--ghost:hover {
	transform: translateY(-1px);
	border-color: var(--pv-wax-deep);
}

.pv-section--dark .pv-btn--ghost {
	color: var(--pv-ground-ink);
	border-color: rgba(231, 197, 103, 0.55);
}

.pv-note {
	font-size: var(--pv-fs-small);
	color: var(--pv-ink-soft);
	margin: 0.9rem 0 0;
}

.pv-section--dark .pv-note {
	color: var(--pv-ground-ink-soft);
}

/* ------------------------------------------------------------
   Divisor ondulado
   ------------------------------------------------------------ */
.pv-divider {
	color: var(--pv-wax);
	opacity: 0.6;
	margin: 0 auto clamp(2.4rem, 4vw, 3.4rem);
	max-width: var(--pv-container);
}

.pv-divider svg {
	width: 100%;
	height: 18px;
	display: block;
}

/* ------------------------------------------------------------
   Selo de data (hallmark)
   ------------------------------------------------------------ */
.pv-hallmark {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-top: 2.1rem;
	padding: 0.55rem 1.1rem 0.55rem 0.6rem;
	border: 1px solid rgba(231, 197, 103, 0.5);
	border-radius: 999px;
	font-family: var(--pv-sans);
	font-weight: 400;
	font-size: var(--pv-fs-small);
	color: var(--pv-ground-ink);
	background: rgba(231, 197, 103, 0.1);
}

.pv-hallmark .pv-hallmark__dot {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: conic-gradient(from 220deg, var(--pv-wax-glow), var(--pv-wax), var(--pv-wax-deep));
	flex: none;
}

/* ------------------------------------------------------------
   Formulário de captura (pílula, inline)
   ------------------------------------------------------------ */
.pv-capture-form {
	margin-top: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	max-width: 30rem;
}

.pv-capture-form input[type="email"],
.pv-capture-form input[type="text"] {
	flex: 1 1 12rem;
	min-width: 0;
	padding: 0.9rem 1.1rem;
	border-radius: 999px;
	border: 1px solid rgba(239, 231, 216, 0.25);
	background: rgba(239, 231, 216, 0.06);
	color: var(--pv-ground-ink);
	font-family: var(--pv-sans);
	font-size: 1rem;
	outline: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.pv-capture-form input::placeholder {
	color: var(--pv-ground-ink-soft);
}

.pv-capture-form input:focus {
	border-color: var(--pv-wax-glow);
	background: rgba(239, 231, 216, 0.1);
}

.pv-capture-form .pv-form-msg {
	flex-basis: 100%;
	margin: 0.3rem 0 0;
	font-family: var(--pv-sans);
	font-size: var(--pv-fs-small);
	color: var(--pv-ground-ink-soft);
}

.pv-capture-form .pv-form-msg--error {
	color: #e8a48a;
}

.pv-capture-form button[disabled] {
	opacity: 0.7;
	cursor: wait;
}

.pv-capture-form--center {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------------------
   Reveal
   ------------------------------------------------------------ */
.pv-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.pv-reveal.pv-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.pv-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ------------------------------------------------------------
   Hero (vendas e minicurso) — madeira queimada com brilho quente
   ------------------------------------------------------------ */
.pv-hero {
	background:
		radial-gradient(60% 55% at 78% 8%, rgba(231, 197, 103, 0.13), transparent 70%),
		var(--pv-ground);
	color: var(--pv-ground-ink);
	padding: clamp(3.5rem, 8vw, 6.5rem) 1.5rem clamp(3rem, 6vw, 5rem);
}

.pv-hero .pv-label {
	color: var(--pv-wax-glow);
}

.pv-hero__title {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-hero);
	line-height: 0.98;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-wrap: balance;
	color: var(--pv-ground-ink);
	margin: 0;
}

.pv-hero__title em {
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9em;
	color: var(--pv-wax-glow);
}

.pv-hero__lede {
	font-size: var(--pv-fs-lede);
	color: var(--pv-ground-ink-soft);
	max-width: 34em;
	margin: 1.2rem 0 0;
}

.pv-hero__lede em {
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	color: var(--pv-wax-glow);
}

.pv-hero__promise {
	margin: 1.4rem 0 0;
	font-size: var(--pv-fs-body);
	color: var(--pv-ground-ink-soft);
	max-width: 34em;
}

.pv-hero__actions {
	display: flex;
	align-items: center;
	gap: 1.1rem;
	flex-wrap: wrap;
	margin-top: 2.2rem;
}

.pv-hero__actions .pv-note {
	margin: 0;
}

/* Hero em duas colunas (texto + foto da bancada) */
.pv-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: center;
}

.pv-hero__img {
	margin: 0;
}

.pv-hero__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8);
}

/* Variante sem foto: abertura centrada, com a logo do minicurso. */
.pv-event-hero--center {
	text-align: center;
}

.pv-event-hero--center .pv-label {
	justify-content: center;
}

.pv-event-hero--center .pv-hero__lede,
.pv-event-hero--center .pv-hero__promise {
	margin-left: auto;
	margin-right: auto;
}

.pv-event-hero--center .pv-capture-form {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.pv-event-hero .pv-event-hero__logo {
	display: block;
	max-width: min(17rem, 70vw);
	height: auto;
	margin: 0 0 1.8rem;
}

.pv-event-hero--center .pv-event-hero__logo {
	margin-left: auto;
	margin-right: auto;
}

/* No computador, a foto do minicurso é o fundo do hero: grande, sangrada,
   com o texto sobre a área escura à esquerda (como combinado). */
@media (min-width: 52rem) {
	.pv-event-hero .pv-container {
		position: static;
	}

	.pv-event-hero .pv-hero__grid {
		min-height: clamp(26rem, 44vw, 34rem);
	}

	.pv-event-hero .pv-hero__grid > div:first-child {
		position: relative;
		z-index: 2;
	}

	/* A foto ocupa a metade direita da seção; o texto fica na área preta. */
	section.pv-section.pv-event-hero .pv-hero__grid figure.pv-hero__img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 70%;
		margin: 0;
		z-index: 0;
	}

	.pv-event-hero .pv-hero__img picture {
		display: block;
		width: 100%;
		height: 100%;
	}

	.pv-event-hero .pv-hero__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: right 25%;
		border-radius: 0;
		box-shadow: none;
	}

	/* Funde a borda esquerda da foto com o fundo preto da seção. */
	.pv-event-hero .pv-hero__img::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(
			90deg,
			var(--pv-ground) 2%,
			rgba(14, 13, 12, 0.75) 20%,
			rgba(14, 13, 12, 0.25) 38%,
			transparent 55%
		);
		pointer-events: none;
	}
}

@media (max-width: 52rem) {
	.pv-hero__grid {
		grid-template-columns: 1fr;
	}

	.pv-hero__img {
		order: -1;
	}

	/* No celular a foto (recorte sem polaroids, com degradê preto já
	   embutido na própria imagem) sangra até as bordas e se funde com o
	   fundo da seção. O seletor é longo para vencer o reset de figure
	   do Elementor (frontend.min.css). */
	section.pv-section.pv-event-hero .pv-hero__grid figure.pv-hero__img {
		position: relative;
		margin-top: clamp(-6.5rem, -8vw, -3.5rem);
		margin-right: -1.5rem;
		margin-bottom: 0.5rem;
		margin-left: -1.5rem;
	}

	.pv-event-hero .pv-hero__img img {
		border-radius: 0;
		box-shadow: none;
	}
}

/* Banda do vídeo dentro do hero de vendas */
.pv-hero__video {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #000;
	border: 1px solid var(--pv-line-light);
	border-radius: 6px;
	overflow: hidden;
	margin-top: clamp(2.4rem, 5vw, 3.6rem);
}

.pv-hero__video iframe,
.pv-hero__video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.pv-hero__video-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: var(--pv-ground-ink-soft);
	font-size: var(--pv-fs-small);
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.pv-hero__video-placeholder .pv-play {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid var(--pv-wax-glow);
	display: grid;
	place-items: center;
}

.pv-hero__video-placeholder .pv-play::after {
	content: "";
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent var(--pv-wax-glow);
	margin-left: 4px;
}

.pv-hero__video-title {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h3);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pv-ground-ink);
	margin: clamp(2.4rem, 5vw, 3.6rem) 0 0;
}

/* ------------------------------------------------------------
   Listas com conta orgânica (benefícios / para quem é)
   ------------------------------------------------------------ */
.pv-bead-list {
	list-style: none;
	margin: 1.6rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.pv-bead-list li {
	display: flex;
	gap: 0.9rem;
	align-items: flex-start;
	font-size: var(--pv-fs-body);
}

.pv-bead {
	flex: none;
	width: 0.6rem;
	height: 0.6rem;
	margin-top: 0.55em;
	background: var(--pv-wax);
	border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
}

.pv-section--dark .pv-bead {
	background: var(--pv-wax-glow);
}

.pv-bead-list h3 {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h3);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.1;
	color: var(--pv-ink);
	margin: 0 0 0.3rem;
}

.pv-section--dark .pv-bead-list h3 {
	color: var(--pv-ground-ink);
}

.pv-bead-list p {
	margin: 0;
	font-size: 0.98rem;
	color: var(--pv-ink-soft);
}

.pv-section--dark .pv-bead-list p {
	color: var(--pv-ground-ink-soft);
}

/* ------------------------------------------------------------
   Aulas — cards com as capas das aulas
   ------------------------------------------------------------ */
.pv-aulas {
	margin-top: 2.2rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.2rem, 2.5vw, 2rem);
}

.pv-aula {
	display: flex;
	flex-direction: column;
}

.pv-aula__media {
	margin: 0 0 1.1rem;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 999px 999px 14px 14px / 32% 32% 14px 14px;
	box-shadow: 0 22px 40px -26px rgba(26, 21, 18, 0.55);
}

.pv-aula__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.pv-aula:hover .pv-aula__media img {
	transform: scale(1.05);
}

.pv-aula__when {
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	color: var(--pv-wax-deep);
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

.pv-aula__day {
	display: block;
	font-family: var(--pv-sans);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 0.72rem;
	color: var(--pv-ink-soft);
	margin-bottom: 0.2rem;
}

.pv-aula h3 {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h3);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.05;
	color: var(--pv-ink);
	margin: 0 0 0.5rem;
}

.pv-aula p {
	font-size: 0.95rem;
	color: var(--pv-ink-soft);
	margin: 0;
}

@media (max-width: 52rem) {
	.pv-aulas {
		grid-template-columns: 1fr;
		gap: 2.4rem;
		max-width: 26rem;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ------------------------------------------------------------
   Card de destaque ("o que vem depois" / bônus)
   ------------------------------------------------------------ */
.pv-next {
	background: var(--pv-paper-raised);
	border: 1px solid var(--pv-line);
	border-radius: 6px;
	padding: clamp(1.8rem, 4vw, 2.6rem);
	position: relative;
}

.pv-next::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.6rem;
	bottom: 1.6rem;
	width: 3px;
	background: linear-gradient(var(--pv-wax-glow), var(--pv-wax-deep));
	border-radius: 3px;
}

.pv-next__stories {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.8rem;
	align-items: flex-start;
}

.pv-next__stories img {
	width: min(46%, 12rem);
	height: auto;
	display: block;
	border-radius: 12px;
	filter: drop-shadow(0 14px 22px rgba(26, 21, 18, 0.22));
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pv-next__stories img:nth-child(odd) {
	transform: rotate(-1.6deg);
}

.pv-next__stories img:nth-child(even) {
	transform: rotate(1.4deg) translateY(0.5rem);
}

.pv-next__stories img:hover {
	transform: rotate(0) scale(1.03);
}

.pv-next__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-family: var(--pv-sans);
	font-weight: 400;
	font-size: var(--pv-fs-eyebrow);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pv-wax-deep);
	margin: 0 0 0.9rem;
}

.pv-next__title {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h2);
	letter-spacing: 0.035em;
	text-transform: uppercase;
	line-height: 1.02;
	color: var(--pv-ink);
	margin: 0 0 0.8rem;
}

.pv-next__text {
	color: var(--pv-ink-soft);
}

.pv-next__text p {
	margin: 0 0 0.9rem;
}

.pv-next__text p:last-child {
	margin-bottom: 0;
}

.pv-next__text strong {
	color: var(--pv-ink);
	font-weight: 700;
}

.pv-next .pv-bead-list {
	margin-bottom: 1.6rem;
}

.pv-next .pv-btn {
	margin-top: 0.4rem;
}

/* ------------------------------------------------------------
   Depoimentos
   ------------------------------------------------------------ */
.pv-quote {
	margin: 0;
	padding: 1.8rem 0;
	border-top: 1px solid var(--pv-line);
}

.pv-quote:last-child {
	padding-bottom: 0;
}

.pv-quote__text {
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 1.6;
	color: var(--pv-ink);
	margin: 0 0 1.1rem;
	border: 0;
	padding: 0;
	background: none;
}

.pv-quote__author {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.pv-section .pv-quote__avatar {
	width: 44px;
	height: 44px;
	border-radius: 42% 58% 61% 39% / 46% 40% 60% 54%;
	object-fit: cover;
	flex: 0 0 auto;
}

.pv-quote__avatar--letter {
	display: grid;
	place-items: center;
	background: linear-gradient(155deg, var(--pv-wax-glow), var(--pv-wax));
	color: var(--pv-ground);
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: 1.2rem;
}

.pv-quote__name {
	font-family: var(--pv-sans);
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pv-ink);
	margin: 0;
}

.pv-quote__role {
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 0.95rem;
	color: var(--pv-wax-deep);
	margin: 0.1rem 0 0;
}

/* ------------------------------------------------------------
   Galeria — fita rolante horizontal com formas orgânicas
   ------------------------------------------------------------ */
.pv-gallery {
	padding-left: 0;
	padding-right: 0;
}

.pv-gallery .pv-container {
	padding: 0 1.5rem;
}

.pv-gallery__caption {
	font-family: var(--pv-sans);
	font-weight: 400;
	font-size: var(--pv-fs-eyebrow);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pv-wax-deep);
	display: flex;
	align-items: center;
	gap: 0.7em;
	margin: 0 0 1.4rem;
}

.pv-gallery__caption::after {
	content: "";
	height: 1px;
	flex: 1;
	background: var(--pv-line);
}

/* Grade de 6 peças, menores e clicáveis (abrem em tela cheia) */
.pv-gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.9rem;
}

@media (min-width: 52rem) {
	.pv-gallery__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.2rem;
	}
}

/* Imagem inteira, sem máscara: os prints trazem a prova social do Instagram */
.pv-gallery__item {
	display: block;
	padding: 0;
	border: none;
	cursor: zoom-in;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: none;
	box-shadow: 0 16px 30px -22px rgba(26, 21, 18, 0.5);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pv-gallery__item:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 38px -22px rgba(26, 21, 18, 0.6);
}

.pv-gallery__item img {
	width: 100%;
	height: auto;
	display: block;
}

/* Lightbox: a peça preenche a tela ao clicar */
.pv-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem;
	background: rgba(14, 13, 12, 0.94);
	cursor: zoom-out;
	animation: pv-lightbox-in 0.25s ease;
}

@keyframes pv-lightbox-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.pv-lightbox img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.pv-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.6rem;
	height: 2.6rem;
	border: none;
	border-radius: 50%;
	background: rgba(239, 231, 216, 0.14);
	color: #efe7d8;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

/* ------------------------------------------------------------
   Oferta — banda escura centralizada
   ------------------------------------------------------------ */
.pv-offer {
	background:
		radial-gradient(50% 50% at 85% 0%, rgba(231, 197, 103, 0.11), transparent 70%),
		var(--pv-ground);
	color: var(--pv-ground-ink);
	text-align: center;
}

.pv-offer .pv-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pv-offer__title {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h2);
	letter-spacing: 0.035em;
	text-transform: uppercase;
	line-height: 1.05;
	text-wrap: balance;
	color: var(--pv-ground-ink);
	max-width: 22em;
	margin: 0 0 1.6rem;
}

.pv-offer__deadline {
	font-family: var(--pv-sans);
	font-weight: 400;
	font-size: var(--pv-fs-eyebrow);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pv-wax-glow);
	margin: 0 0 0.6rem;
}

.pv-offer__installments {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: clamp(2.6rem, 4.6vw, 4rem);
	letter-spacing: 0.02em;
	line-height: 1.05;
	color: var(--pv-ground-ink);
	margin: 0 0 0.3rem;
}

.pv-offer__installments strong {
	font-weight: 400;
	color: var(--pv-wax-glow);
}

.pv-offer__full-price {
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 1.1rem;
	color: var(--pv-ground-ink-soft);
	margin: 0 0 2rem;
}

.pv-offer__guarantee {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	margin-top: 1.4rem;
	font-size: var(--pv-fs-small);
	color: var(--pv-ground-ink-soft);
}

.pv-offer__guarantee::before {
	content: "\2713";
	color: var(--pv-wax-glow);
}

.pv-offer__urgency {
	max-width: 34em;
	margin: 2rem auto 0;
	font-size: var(--pv-fs-small);
	color: var(--pv-ground-ink-soft);
}

/* ------------------------------------------------------------
   Bio / quem ensina — capitular e foto orgânica
   ------------------------------------------------------------ */
.pv-section img.pv-bio__photo {
	width: min(19rem, 80%);
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: 50% 15%;
	border-radius: 999px 999px 16px 16px / 45% 45% 16px 16px;
	margin: 0 0 1.8rem;
	display: block;
	box-shadow: 0 26px 50px -30px rgba(26, 21, 18, 0.5);
}

.pv-bio__name {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h2);
	letter-spacing: 0.035em;
	text-transform: uppercase;
	color: var(--pv-ink);
	margin: 0;
}

.pv-bio__text {
	margin-top: 1.4rem;
	font-size: 1.02rem;
	color: var(--pv-ink-soft);
}

.pv-bio__text p {
	margin: 0 0 1em;
}

.pv-bio__text p:last-child {
	margin-bottom: 0;
}

.pv-bio__text p:first-of-type::first-letter {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: 3.6em;
	float: left;
	line-height: 0.82;
	padding: 0.08em 0.1em 0 0;
	color: var(--pv-wax-deep);
}

.pv-bio__text strong {
	color: var(--pv-ink);
	font-weight: 700;
}

.pv-bio__highlights {
	list-style: none;
	margin: 1.8rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.pv-bio__highlights li {
	display: flex;
	align-items: baseline;
	gap: 0.8rem;
	font-size: 0.95rem;
	color: var(--pv-ink-soft);
}

.pv-bio__highlights li::before {
	content: "";
	flex: none;
	width: 0.5em;
	height: 0.5em;
	background: var(--pv-wax);
	border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
	transform: translateY(-0.05em);
}

/* ------------------------------------------------------------
   FAQ — acordeão minimalista
   ------------------------------------------------------------ */
.pv-faq__list {
	border-top: 1px solid var(--pv-line);
	margin-top: 0.4rem;
}

.pv-faq__item {
	border-bottom: 1px solid var(--pv-line);
}

.pv-faq__question {
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	font-family: var(--pv-sans);
	font-weight: 700;
	font-size: 1.08rem;
	color: var(--pv-ink);
	padding: 1.3rem 3rem 1.3rem 0;
	cursor: pointer;
	position: relative;
	line-height: 1.4;
	transition: color 0.25s ease;
}

.pv-faq__question:hover {
	color: var(--pv-wax-deep);
}

.pv-faq__question::after {
	content: "+";
	position: absolute;
	right: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--pv-serif);
	font-weight: 500;
	font-size: 1.7rem;
	color: var(--pv-wax);
	transition: transform 0.3s ease;
}

.pv-faq__item.pv-open .pv-faq__question::after {
	transform: translateY(-50%) rotate(45deg);
}

.pv-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pv-faq__answer-inner {
	padding: 0 0 1.5rem;
	font-size: 0.98rem;
	color: var(--pv-ink-soft);
}

.pv-faq__answer-inner p {
	margin: 0 0 0.8em;
}

.pv-faq__contact {
	text-align: center;
	margin-top: 2.4rem;
}

/* ------------------------------------------------------------
   CTA final + rodapé — banda escura com brilhos
   ------------------------------------------------------------ */
.pv-footer-cta {
	background:
		radial-gradient(50% 50% at 85% 0%, rgba(231, 197, 103, 0.11), transparent 70%),
		var(--pv-ground);
	color: var(--pv-ground-ink);
	text-align: center;
	padding-bottom: 2.8rem;
}

/* Rodapé simples (sem CTA): fundo chapado, sem brilhos */
.pv-footer-cta--plain {
	background: var(--pv-ground);
	padding-top: 2.2rem;
}

.pv-footer-cta .pv-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pv-footer-cta__title {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: var(--pv-fs-h2);
	letter-spacing: 0.035em;
	text-transform: uppercase;
	line-height: 1.05;
	text-wrap: balance;
	color: var(--pv-ground-ink);
	max-width: 22em;
	margin: 0 0 1.8rem;
}

.pv-footer-cta__logo {
	display: block;
	margin: clamp(3rem, 6vw, 4.5rem) auto 0;
	max-width: 230px;
	height: auto;
	border-radius: 3px;
}

.pv-footer-cta__socials {
	display: flex;
	justify-content: center;
	gap: 1.8rem;
	margin: 1.6rem 0 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.pv-footer-cta__socials a {
	font-family: var(--pv-sans);
	font-weight: 400;
	font-size: var(--pv-fs-eyebrow);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pv-ground-ink-soft);
	text-decoration: none;
	transition: color 0.25s ease;
}

.pv-footer-cta__socials a:hover {
	color: var(--pv-wax-glow);
}

.pv-footer-cta__copy {
	margin: 2rem 0 0;
	font-size: var(--pv-fs-small);
	color: var(--pv-ground-ink-soft);
}

/* ------------------------------------------------------------
   Formulário final de captura (banda escura)
   ------------------------------------------------------------ */
.pv-lead-form {
	background:
		radial-gradient(50% 50% at 85% 0%, rgba(231, 197, 103, 0.11), transparent 70%),
		var(--pv-ground);
	color: var(--pv-ground-ink);
	text-align: center;
}

.pv-lead-form .pv-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pv-lead-form__logo {
	width: min(15rem, 70%);
	height: auto;
	margin: 0 0 1.8rem;
}

.pv-lead-form .pv-title {
	color: var(--pv-ground-ink);
	max-width: 22em;
}

.pv-lead-form .pv-head__intro {
	color: var(--pv-ground-ink-soft);
}

/* ------------------------------------------------------------
   Página de obrigada
   ------------------------------------------------------------ */
.pv-thankyou {
	min-height: 100vh;
	display: flex;
	align-items: center;
	background:
		radial-gradient(60% 55% at 78% 8%, rgba(231, 197, 103, 0.13), transparent 70%),
		var(--pv-ground);
	color: var(--pv-ground-ink);
	padding: clamp(3rem, 8vw, 5rem) 1.5rem;
}

.pv-thankyou .pv-container {
	max-width: 34rem;
	margin: 0 auto;
}

.pv-thankyou .pv-label {
	color: var(--pv-wax-glow);
}

.pv-thankyou__logo {
	width: min(13rem, 60%);
	height: auto;
	margin: 0 0 2rem;
}

.pv-thankyou__title {
	font-family: var(--pv-display);
	font-weight: 400;
	font-size: clamp(2.3rem, 3.8vw + 1.2rem, 3.4rem);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1;
	color: var(--pv-ground-ink);
	margin: 0 0 0.7rem;
}

.pv-thankyou__sub {
	color: var(--pv-ground-ink-soft);
	font-size: var(--pv-fs-lede);
	max-width: 30em;
	margin: 0;
}

.pv-progress {
	margin-top: 2rem;
}

.pv-progress__track {
	width: 100%;
	height: 10px;
	border-radius: 999px;
	background: rgba(239, 231, 216, 0.14);
	overflow: hidden;
}

.pv-progress__fill {
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--pv-wax-deep), var(--pv-wax) 55%, var(--pv-wax-glow));
}

.pv-progress__label {
	margin-top: 0.6rem;
	display: flex;
	justify-content: space-between;
	font-family: var(--pv-sans);
	font-weight: 400;
	font-size: var(--pv-fs-small);
	letter-spacing: 0.04em;
	color: var(--pv-ground-ink-soft);
}

.pv-progress__label strong {
	color: var(--pv-wax-glow);
	font-weight: 700;
}

.pv-thankyou .pv-btn {
	margin-top: 1.8rem;
	width: 100%;
}

.pv-thankyou__link-note {
	margin: 0.7rem 0 0;
	font-size: var(--pv-fs-small);
	color: var(--pv-ground-ink-soft);
}

.pv-thankyou__reminder {
	margin-top: 2.6rem;
	padding: 1.5rem 1.6rem;
	border: 1px solid rgba(239, 231, 216, 0.2);
	border-radius: 4px;
	position: relative;
	background: rgba(239, 231, 216, 0.04);
}

.pv-thankyou__reminder::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.2rem;
	bottom: 1.2rem;
	width: 3px;
	background: linear-gradient(var(--pv-wax-glow), var(--pv-wax-deep));
	border-radius: 3px;
}

.pv-thankyou__reminder p {
	color: var(--pv-ground-ink-soft);
	font-size: 0.98rem;
	margin: 0;
}

.pv-thankyou__signoff {
	margin: 1.6rem 0 0;
	font-family: var(--pv-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 1.25rem;
	color: var(--pv-ground-ink);
}

/* ------------------------------------------------------------
   Responsivo
   ------------------------------------------------------------ */
@media (max-width: 32rem) {
	.pv-capture-form .pv-btn {
		flex: 1 1 100%;
	}

	.pv-btn {
		white-space: normal;
		line-height: 1.35;
	}
}
