.barra {
	width: 100%;
	overflow: hidden;
	background: #c9bb4f;
	/* ajuste para o dourado atual */
	white-space: nowrap;
}

.barra-track {
	width: 100%;
	overflow: hidden;
}

.barra-in {
	display: flex;
	width: max-content;
	animation: barra-scroll 28s linear infinite;
}

.barra-item {
	flex: 0 0 auto;
	padding: 14px 28px;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4a1809;
}

@keyframes barra-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.barra:hover .barra-in {
	animation-play-state: paused;
}

:root {
	--tc: #7C280B;
	--tcd: #5a1c07;
	--tcl: #a83510;
	--mo: #BFB14F;
	--mol: #d4c76a;
	--cr: #F7F3EE;
	--crd: #EDE6DB;
	--tx: #1a1208;
	--txs: #4a3825;
	--br: #FFFFFF;
	--num: +5566960838730;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'DM Sans', sans-serif;
	background: var(--cr);
	color: var(--tx);
	line-height: 1.65;
	overflow-x: hidden;
}

h1,
h2,
h3 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	line-height: 1.12;
}

h1 {
	font-size: clamp(2.8rem, 5vw, 5rem);
}

h2 {
	font-size: clamp(2.4rem, 4.5vw, 4.2rem);
}

h3 {
	font-size: clamp(1.6rem, 2.6vw, 2.6rem);
}

p {
	font-size: clamp(1rem, 1.8vw, 1.3rem);
}

.c {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 32px;
}

.cn {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 32px;
}

.tag {
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 2px;
	margin-bottom: 22px;
	color: var(--mo);
	border: 1px solid var(--mo);
}

.tag-d {
	color: var(--tc);
	border-color: var(--tc);
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 500;
	padding: 20px 44px;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.22s;
	cursor: pointer;
	border: none;
	letter-spacing: 0.02em;
}

.btn-dk {
	background: var(--tc);
	color: var(--br);
}

.btn-dk:hover {
	background: var(--tcl);
	transform: translateY(-1px);
}

.btn-lt {
	background: var(--cr);
	color: var(--tc);
}

.btn-lt:hover {
	background: var(--br);
	transform: translateY(-1px);
}

.wi {
	width: 22px;
	height: 22px;
	fill: currentColor;
	flex-shrink: 0;
}

/* NAV */
nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(247, 243, 238, 0.94);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(124, 40, 11, 0.07);
	padding: 14px 0;
	transition: box-shadow 0.3s;
}

nav.scrolled {
	box-shadow: 0 2px 24px rgba(26, 18, 8, 0.07);
}

.nav-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 32px;
}

.nav-logo {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.6rem;
	color: var(--tc);
	text-decoration: none;
}

.nav-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--tc);
	color: var(--br);
	font-size: 1rem;
	font-weight: 500;
	padding: 12px 26px;
	border-radius: 2px;
	text-decoration: none;
	transition: background 0.2s;
}

.nav-btn:hover {
	background: var(--tcl);
}

/* HERO */
#hero {
	min-height: 760px;
	background: var(--tcd);
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	align-items: center;
	padding-top: 72px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

#hero-wrap {
	background: var(--tcd);
	min-height: 760px;
	display: flex;
	align-items: center;
	padding-top: 72px;
}

.hero-glow {
	position: absolute;
	top: -80px;
	right: -80px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(191, 177, 79, 0.1) 0%, transparent 70%);
	pointer-events: none;
}

.hero-body {
	position: relative;
	z-index: 2;
	padding: 48px 40px 48px 60px;
	max-width: 620px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.hero-eyebrow {
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--mo);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.hero-eyebrow::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 1px;
	background: var(--mo);
}

.hero-body h1 {
	color: var(--br);
	margin-bottom: 16px;
	font-size: clamp(2.6rem, 3.35vw, 3.75rem);
	line-height: 1.08;
}

.hero-body h1 em {
	font-style: italic;
	color: var(--mol);
}

.hero-sub {
	font-size: clamp(1.1rem, 1.55vw, 1.35rem);
	color: rgba(255, 255, 255, 0.68);
	margin-bottom: 28px;
	font-weight: 300;
	max-width: 560px;
	line-height: 1.5;
}

.hero-preco {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 20px;
}

.hero-preco-val {
	font-family: 'Cormorant Garamond', serif;
	font-size: 3.55rem;
	font-weight: 300;
	color: var(--mol);
	line-height: 1;
}

.hero-preco-label {
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.4);
}

.hero-body .btn {
	padding: 18px 36px;
	font-size: 1.05rem;
}

.hero-img {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	align-self: stretch;
}

.hero-foto {
	width: 100%;
	height: 100%;
	min-height: 620px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	display: block;
}

.hero-foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

/* BARRA */
.barra {
	background: var(--mo);
	padding: 0px 0;
	overflow: hidden;
}

.barra-in {
	display: flex;
	gap: 56px;
	white-space: nowrap;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--tcd);
}

.barra-item {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

section {
	padding: 110px 0;
}

/* PROBLEMA */
#problema {
	background: var(--cr);
}

.prob-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.dores {
	list-style: none;
	margin: 28px 0 36px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dores li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	font-size: clamp(1.2rem, 2.2vw, 1.5rem);
	color: var(--txs);
	line-height: 1.55;
}

.dores li::before {
	content: '—';
	color: var(--tc);
	flex-shrink: 0;
	margin-top: 2px;
}

.pullquote {
	border-left: 3px solid var(--mo);
	padding: 22px 0 22px 28px;
}

.pullquote p {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	font-style: italic;
	font-weight: 300;
	color: var(--tc);
	line-height: 1.35;
}

/* REFRAME */
#reframe {
	background: var(--tc);
	position: relative;
	overflow: hidden;
}

#reframe::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(191, 177, 79, 0.4), transparent);
}

.reframe-center {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 64px;
}

.reframe-center h2 {
	color: var(--br);
	margin-bottom: 20px;
}

.reframe-center h2 em {
	color: var(--mol);
	font-style: italic;
}

.reframe-center p {
	color: rgba(255, 255, 255, 0.68);
	font-weight: 300;
}

.pilares {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

.pilar {
	background: rgba(255, 255, 255, 0.04);
	padding: 36px 28px;
	border-top: 2px solid rgba(191, 177, 79, 0.35);
	transition: background 0.3s;
}

.pilar:hover {
	background: rgba(255, 255, 255, 0.07);
}

.pilar-num {
	font-family: 'Cormorant Garamond', serif;
	font-size: 3.8rem;
	font-weight: 300;
	color: rgba(191, 177, 79, 0.28);
	line-height: 1;
	margin-bottom: 14px;
}

.pilar h3 {
	font-size: clamp(1.7rem, 2.5vw, 2.2rem);
	color: var(--br);
	margin-bottom: 10px;
}

.pilar p {
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.6;
	margin: 0;
}

/* SESSÃO */
#sessao {
	background: var(--crd);
}

.sessao-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.sessao-texto h2 {
	margin-bottom: 20px;
}

.sessao-texto p {
	color: var(--txs);
	font-weight: 300;
	margin-bottom: 18px;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.o-que {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 32px;
}

.o-que li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	color: var(--txs);
	line-height: 1.5;
}

.check {
	width: 20px;
	height: 20px;
	background: var(--mo);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 3px;
}

.check::after {
	content: '';
	width: 8px;
	height: 5px;
	border-left: 1.5px solid var(--tcd);
	border-bottom: 1.5px solid var(--tcd);
	transform: rotate(-45deg) translateY(-1px);
}

/* CARD DA OFERTA */
.oferta-card {
	background: var(--tcd);
	padding: 48px 40px;
	border-radius: 4px;
	position: sticky;
	top: 96px;
}

.card-tag {
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mo);
	margin-bottom: 16px;
}

.oferta-card h3 {
	font-size: clamp(1.8rem, 2.8vw, 2.6rem);
	color: var(--br);
	margin-bottom: 6px;
	line-height: 1.2;
}

.card-sub {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.48);
	margin-bottom: 24px;
	font-weight: 300;
}

.preco-bloco {
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	margin-bottom: 28px;
}

.preco {
	font-family: 'Cormorant Garamond', serif;
	font-size: 5.5rem;
	font-weight: 300;
	color: var(--mol);
	line-height: 1;
}

.preco-det {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.38);
	margin-top: 6px;
}

.card-note {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.32);
	text-align: center;
	margin-top: 14px;
	line-height: 1.5;
}

/* ELIS */
#elis {
	background: var(--tcd);
}

.elis-grid {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 80px;
	align-items: start;
}

.elis-photo {
	width: 100%;
	height: 460px;
	background: rgba(255, 255, 255, 0.04);
	border: 1.5px dashed rgba(191, 177, 79, 0.28);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.28);
	font-size: 0.85rem;
	letter-spacing: 0.06em;
}

.elis-photo svg {
	opacity: 0.28;
	width: 44px;
	height: 44px;
}

.elis-body {
	padding-top: 12px;
}

.elis-body h2 {
	color: var(--br);
	margin-bottom: 6px;
}

.elis-title {
	font-size: 1.05rem;
	color: var(--mo);
	letter-spacing: 0.08em;
	margin-bottom: 28px;
}

.elis-body p {
	color: rgba(255, 255, 255, 0.68);
	font-weight: 300;
	margin-bottom: 18px;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.ftags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.ftag {
	background: rgba(191, 177, 79, 0.1);
	border: 1px solid rgba(191, 177, 79, 0.22);
	color: var(--mol);
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	padding: 7px 18px;
	border-radius: 2px;
}

/* DEPOIMENTOS */
#depoimentos {
	background: var(--cr);
}

.depo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin-top: 56px;
	align-items: start;
}

.depo {
	background: var(--crd);
	padding: 32px 28px;
	border-radius: 4px;
	border-top: 2px solid var(--mo);
}

.depo-aspas {
	font-family: 'Cormorant Garamond', serif;
	font-size: 3.55rem;
	color: var(--mo);
	line-height: 0.6;
	margin-bottom: 18px;
	font-weight: 300;
}

.depo-ph {
	background: rgba(124, 40, 11, 0.05);
	border: 1px dashed rgba(124, 40, 11, 0.18);
	border-radius: 2px;
	padding: 14px 16px;
	margin-bottom: 24px;
	font-size: 1rem;
	color: rgba(124, 40, 11, 0.38);
	font-family: 'DM Sans', sans-serif;
}

.depo-nome {
	font-size: 1rem;
	font-weight: 500;
	color: var(--tc);
	display: flex;
	align-items: center;
	gap: 8px;
}

.depo-nome::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: var(--mo);
}

/* Depoimentos em vídeo vertical */
.depo-video {
	background: var(--crd);
	border-radius: 4px;
	border-top: 2px solid var(--mo);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.depo-video-frame {
	position: relative;
	width: 100%;
	padding-bottom: 177.78%;
	background: var(--cr);
	border-radius: 0;
	overflow: hidden;
}

.depo-video-frame iframe,
.depo-video-frame video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover;
}

.depo-video-ph {
	position: absolute;
	inset: 0;
	background: rgba(90, 28, 7, 0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: rgba(191, 177, 79, 0.6);
	font-size: 0.9rem;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 20px;
}

.depo-video-ph svg {
	opacity: 0.5;
	width: 48px;
	height: 48px;
}

.depo-video-footer {
	padding: 20px 24px;
}

/* FAQ */
#faq {
	background: var(--crd);
}

.faq-list {
	margin-top: 56px;
}

.faq-item {
	border-bottom: 1px solid rgba(124, 40, 11, 0.1);
	overflow: hidden;
}

.faq-q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 0;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(1.5rem, 2.5vw, 2.1rem);
	font-weight: 400;
	color: var(--tx);
	line-height: 1.3;
	transition: color 0.2s;
}

.faq-q:hover {
	color: var(--tc);
}

.faq-icon {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(124, 40, 11, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.25s;
	color: var(--tc);
	font-size: 1.2rem;
	line-height: 1;
}

.faq-item.open .faq-icon {
	background: var(--tc);
	border-color: var(--tc);
	color: var(--br);
	transform: rotate(45deg);
}

.faq-ans {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.faq-ans-in {
	padding: 0 0 26px;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	color: var(--txs);
	line-height: 1.65;
	font-weight: 300;
	max-width: 680px;
}

/* CTA FINAL */
#cta {
	padding: 150px 0;
	background: var(--tc);
	text-align: center;
	position: relative;
	overflow: hidden;
}

#cta::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(191, 177, 79, 0.07) 0%, transparent 65%);
	pointer-events: none;
}

#cta h2 {
	color: var(--br);
	max-width: 640px;
	margin: 0 auto 20px;
}

#cta h2 em {
	color: var(--mol);
	font-style: italic;
}

#cta p {
	color: rgba(255, 255, 255, 0.6);
	max-width: 460px;
	margin: 0 auto 44px;
	font-weight: 300;
}

footer {
	background: var(--tcd);
	padding: 64px 0;
	text-align: center;
}

footer p {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.28);
}

.fade-up {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}

.d1 {
	transition-delay: 0.1s;
}

.d2 {
	transition-delay: 0.2s;
}

.d3 {
	transition-delay: 0.3s;
}



/* AJUSTES DE ALTURA — SEÇÕES PROBLEMA E RAIZ */
#problema {
	padding: 76px 0 78px;
}

#problema .tag {
	margin-bottom: 18px;
}

#problema h2 {
	font-size: clamp(2.5rem, 3.7vw, 4rem);
	line-height: 1.08;
}

.prob-grid {
	gap: 64px;
}

.dores {
	margin: 22px 0 26px;
	gap: 12px;
}

.dores li {
	font-size: clamp(1.05rem, 1.45vw, 1.28rem);
	line-height: 1.48;
}

#problema .prob-grid > div:first-child > p {
	font-size: clamp(0.98rem, 1.25vw, 1.12rem);
	line-height: 1.55;
	max-width: 520px;
}

.pullquote {
	padding: 18px 0 18px 28px;
}

.pullquote p {
	font-size: clamp(1.55rem, 2.35vw, 2.45rem);
	line-height: 1.28;
}

#reframe {
	padding: 76px 0 82px;
}

.reframe-center {
	max-width: 760px;
	margin-bottom: 46px;
}

#reframe .tag {
	margin-bottom: 18px;
}

.reframe-center h2 {
	font-size: clamp(2.5rem, 3.8vw, 4rem);
	line-height: 1.05;
	margin-bottom: 18px;
}

.reframe-center p {
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.48;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.reframe-center p + p {
	margin-top: 6px;
}

.pilar {
	padding: 28px 28px 30px;
}

.pilar-num {
	font-size: 3.05rem;
	margin-bottom: 10px;
}

.pilar h3 {
	font-size: clamp(1.45rem, 2vw, 1.9rem);
	margin-bottom: 8px;
}

.pilar p {
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	line-height: 1.5;
}

@media (max-width: 900px) {

	/* HERO */
	#hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 72px;
	}

	.hero-body {
		padding: 48px 24px 32px;
		max-width: 100%;
		text-align: center;
		align-items: center;
	}

	.hero-eyebrow {
		justify-content: center;
	}

	.hero-sub {
		max-width: 100%;
	}

	.hero-img {
		min-height: 360px;
		width: 100%;
	}

	.hero-foto {
		max-height: 420px;
		border-radius: 0;
	}

	/* LAYOUT GERAL */
	.cn {
		padding: 0 20px;
	}

	section {
		padding: 64px 0;
	}

	/* GRIDS */
	.prob-grid,
	.sessao-grid,
	.elis-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.pilares {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.depo-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.oferta-card {
		position: static;
	}

	.photo-box {
		height: 300px;
		border-radius: 0;
		max-width: 100%;
	}

	/* TIPOGRAFIA */
	h1 {
		font-size: clamp(2.4rem, 7vw, 3.2rem);
	}

	.hero-body h1 {
		font-size: clamp(2rem, 7vw, 2.8rem);
	}

	h2 {
		font-size: clamp(2rem, 6vw, 2.8rem);
	}

	h3 {
		font-size: clamp(1.4rem, 4vw, 1.8rem);
	}

	p {
		font-size: 1rem;
	}



	#problema,
	#reframe {
		padding: 56px 0;
	}

	.prob-grid {
		gap: 32px;
	}

	.dores {
		margin: 20px 0 24px;
		gap: 12px;
	}

	.dores li {
		font-size: 1rem;
		line-height: 1.45;
	}

	.pullquote {
		padding: 18px 0 18px 22px;
	}

	.pullquote p {
		font-size: clamp(1.55rem, 6vw, 2rem);
	}

	.reframe-center {
		margin-bottom: 34px;
	}

	.reframe-center p {
		font-size: 1rem;
	}

	.pilar {
		padding: 24px 22px;
	}

	.pilar-num {
		font-size: 2.6rem;
	}

	/* DEPOIMENTOS */
	.depo-video-frame {
		padding-bottom: 177.78%;
	}

	.depo {
		padding: 32px 24px;
	}

	/* FAQ */
	.faq-q {
		font-size: 1rem;
	}

	/* BARRA */
	.barra {
		padding: 0px 0;
	}

	.barra-in {
		gap: 32px;
	}

	/* FOOTER */
	footer {
		padding: 48px 20px;
	}
}

@media (max-width: 480px) {
	#hero {
		padding-top: 64px;
	}

	.hero-body {
		padding: 36px 20px 24px;
	}

	.hero-foto {
		max-height: 340px;
	}

	.nav-in {
		padding: 0 20px;
	}

	h1 {
		font-size: clamp(2rem, 8vw, 2.8rem);
	}

	.hero-body h1 {
		font-size: clamp(1.9rem, 7vw, 2.35rem);
	}

	.hero-preco-val {
		font-size: 3rem;
	}

	.pilares {
		gap: 1px;
	}

	.pilar {
		padding: 28px 20px;
	}

	.depo-grid {
		gap: 24px;
	}
}

/* DEPOIMENTO REGIANE EM DESTAQUE */
.depo-head p {
	color: var(--txs);
	font-weight: 300;
	max-width: 760px;
	margin-top: 18px;
}

.depo-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.7fr);
	gap: 42px;
	align-items: center;
	background: var(--crd);
	border-top: 2px solid var(--mo);
	border-radius: 4px;
	padding: 42px;
	margin-top: 46px;
}

.depo-feature-copy {
	max-width: 620px;
}

.depo-kicker {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tc);
	margin-bottom: 14px;
}

.depo-feature-copy h3 {
	font-size: clamp(2.2rem, 3.1vw, 3.6rem);
	color: var(--tc);
	margin-bottom: 20px;
}

.depo-feature-copy p {
	font-size: clamp(1.05rem, 1.4vw, 1.22rem);
	color: var(--txs);
	line-height: 1.65;
	font-weight: 300;
	margin-bottom: 14px;
}

.depo-feature-copy strong {
	color: var(--tc);
	font-weight: 500;
}

.depo-meta {
	font-size: 0.9rem !important;
	color: rgba(74, 56, 37, 0.55) !important;
	margin-top: 6px;
	padding-left: 28px;
}

.depo-print-card {
	justify-self: center;
	width: min(100%, 310px);
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 18px 48px rgba(26, 18, 8, 0.12);
}

.depo-print-card img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: contain;
	border-radius: 4px;
}

.depo-grid-videos {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
}

@media (max-width: 900px) {
	.depo-feature {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 30px 24px;
		margin-top: 34px;
	}

	.depo-print-card {
		width: min(100%, 300px);
	}

	.depo-print-card img {
		max-height: 520px;
	}

	.depo-grid-videos {
		grid-template-columns: 1fr;
		max-width: 420px;
	}
}

@media (max-width: 480px) {
	.depo-feature {
		padding: 26px 20px;
	}

	.depo-feature-copy h3 {
		font-size: 2.1rem;
	}

	.depo-print-card img {
		max-height: 500px;
	}
}


/* CONFIGURAÇÃO DINÂMICA DA OFERTA */
[data-preco-oculto] {
	display: none;
}

html.preco-oculto [data-preco-visivel] {
	display: none;
}

html.preco-oculto [data-preco-oculto] {
	display: block;
}

.hero-preco-sem-valor {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(1.65rem, 2.4vw, 2.25rem);
	font-weight: 300;
	color: var(--mol);
	line-height: 1.2;
}

.preco-consulta {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(1.85rem, 2.8vw, 2.7rem);
	font-weight: 300;
	color: var(--mol);
	line-height: 1.2;
	margin: 0;
}
