/*
Theme Name: TocandoViola - Whats
Theme URI: https://telex.automattic.ai
Description: A warm, cinematic WordPress block theme for the Tocando Viola Caipira course. Dark amber tones, gold accents, and rich typography.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Author: Telex
Author URI: https://telex.automattic.ai
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tocandoviola-whats
*/

/* ─── CSS VARIABLES ─── */
:root {
	--gold: #C9922A;
	--gold-l: #E8B84B;
	--gold-p: #F5D98A;
	--dark: #1A1208;
	--dark2: #2B1F0A;
	--warm: #3D2C0E;
	--cream: #FBF5E8;
	--cream2: #F0E6CC;
	--txt: #2B1F0A;
	--txt2: #5C4A2A;
	--green: #1E6641;
	--green2: #27A258;
	--red: #CC2A2A;
	--white: #FFFFFF;
}

/* ─── GLOBAL RESETS ─── */
.wp-site-blocks > * + * {
	margin-block-start: 0;
}

.wp-site-blocks > footer {
	margin-block-start: 0;
}

/* ─── TOPBAR ─── */
.tvc-top p {
	margin: 0;
}

/* ─── MINI OFERTA ─── */
.tvc-mini-offer {
	border: 2px solid var(--gold);
	border-radius: 6px;
	max-width: 580px;
	margin: 0 auto;
	padding: 32px 28px;
	background: var(--dark);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

/* ─── URGENCY BAR ─── */
.tvc-urg {
	background: #130303;
	border-bottom: 1px solid rgba(204, 42, 42, 0.3);
}

.tvc-urg-lbl {
	color: #ff6b6b;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 8px;
	text-align: center;
}

.tvc-tmr {
	display: flex;
	justify-content: center;
	gap: 14px;
	align-items: center;
}

.tvc-tu {
	text-align: center;
}

.tvc-tn {
	font-family: 'Arial Black', 'Arial', sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
	color: #ff6b6b;
	line-height: 1;
	min-width: 54px;
	display: block;
	background: rgba(204, 42, 42, 0.1);
	border: 1px solid rgba(204, 42, 42, 0.25);
	border-radius: 4px;
	padding: 4px 8px;
}

.tvc-tl {
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 4px;
	display: block;
}

.tvc-ts {
	font-size: 2rem;
	color: rgba(255, 107, 107, 0.4);
	margin-top: -8px;
}

/* ─── VSL PLACEHOLDER ─── */
.tvc-vsl-placeholder {
	background: linear-gradient(135deg, #1A1208 0%, #2B1F0A 50%, #1A1208 100%);
	border: 2px solid rgba(201, 146, 42, 0.35);
	border-radius: 4px;
	aspect-ratio: 16/9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.tvc-vsl-placeholder::before {
	content: '';
	position: absolute;
	inset: 4px;
	border: 1px solid rgba(201, 146, 42, 0.2);
	pointer-events: none;
	border-radius: 2px;
}

.tvc-vsl-play {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid var(--gold);
	background: rgba(201, 146, 42, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
}

.tvc-vsl-play:hover {
	transform: scale(1.08);
	box-shadow: 0 0 24px rgba(201, 146, 42, 0.25);
}

.tvc-vsl-play-icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 28px;
	border-color: transparent transparent transparent var(--cream);
	margin-left: 6px;
}

.tvc-vsl-title {
	font-family: 'Lato', sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold-l);
	margin-bottom: 8px;
}

.tvc-vsl-desc {
	font-family: 'Crimson Pro', serif;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.4);
	max-width: 420px;
	text-align: center;
	line-height: 1.6;
	padding: 0 16px;
}

/* ─── TRUST SHIELD ─── */
.tvc-trust-shield {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.tvc-trust-shield-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.6);
	white-space: nowrap;
}

.tvc-trust-shield-item svg {
	width: 18px;
	height: 18px;
	fill: var(--green2);
	flex-shrink: 0;
}

/* ─── HERO ─── */
.tvc-hero {
	background: var(--dark);
	background-image:
		radial-gradient(ellipse at 20% 50%, rgba(201, 146, 42, 0.14) 0%, transparent 60%),
		radial-gradient(ellipse at 80% 20%, rgba(201, 146, 42, 0.08) 0%, transparent 50%);
	position: relative;
	overflow: hidden;
	text-align: center;
}

.tvc-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--gold), var(--gold-l), var(--gold), transparent);
}

.tvc-badge {
	display: inline-block;
	background: rgba(201, 146, 42, 0.15);
	border: 1px solid rgba(201, 146, 42, 0.4);
	color: var(--gold-l);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 6px 18px;
	border-radius: 2px;
	margin-bottom: 24px;
}

.tvc-hero-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.9rem, 5vw, 3.2rem);
	font-weight: 900;
	color: var(--white);
	line-height: 1.1;
	max-width: 860px;
	margin: 0 auto 18px;
}

.tvc-hero-title em {
	font-style: normal;
	color: var(--gold-l);
}

.tvc-crush {
	display: block;
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	color: rgba(255, 255, 255, 0.55);
	font-weight: 300;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
}

.tvc-pre-video {
	max-width: 680px;
	margin: 0 auto 28px;
	font-size: clamp(0.95rem, 1.8vw, 1.1rem);
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.8;
	font-weight: 300;
}

.tvc-pre-video strong {
	color: var(--white);
}

.tvc-video-wrap {
	max-width: 780px;
	margin: 0 auto 28px;
	border: 2px solid rgba(201, 146, 42, 0.25);
	border-radius: 4px;
	overflow: hidden;
}

.tvc-video-wrap iframe,
.tvc-video-wrap .wp-block-embed__wrapper {
	aspect-ratio: 16/9;
	width: 100%;
	display: block;
}

.tvc-hero-cta {
	display: inline-block;
	background: linear-gradient(135deg, #1E6641, #27A258);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 20px 48px;
	border-radius: 4px;
	text-decoration: none;
	box-shadow: 0 6px 30px rgba(39, 162, 88, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s, box-shadow 0.2s;
	position: relative;
	overflow: hidden;
}

.tvc-hero-cta:hover {
	transform: translateY(-2px);
	color: #fff;
}

.tvc-cta-sub {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.78rem;
	text-align: center;
}

/* ─── TRUST BAR ─── */
.tvc-trust {
	background: var(--dark2);
	border-bottom: 1px solid rgba(201, 146, 42, 0.2);
}

.tvc-trust-inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
}

.tvc-ti {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.88rem;
}

.tvc-ti strong {
	color: var(--gold-l);
	font-size: 1rem;
}

/* ─── SECTIONS ─── */
.tvc-sec {
	padding: 68px 20px;
}

.tvc-in {
	max-width: 1000px;
	margin: 0 auto;
}

.tvc-tag {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
}

.tvc-tag::before {
	content: '\2014';
	margin-right: 8px;
	opacity: 0.55;
}

.tvc-h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.6rem, 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
	color: var(--txt);
}

.tvc-h2 em {
	font-style: italic;
	color: var(--gold);
}

.tvc-h2.lt {
	color: var(--white);
}

.tvc-h2.lt em {
	color: var(--gold-l);
}

.tvc-cx {
	text-align: center;
}

/* ─── DIVIDER / DIAMOND ─── */
.tvc-div {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 14px 0 30px;
	max-width: 400px;
}

.tvc-div span {
	display: block;
	height: 1px;
	flex: 1;
	background: linear-gradient(90deg, var(--gold), transparent);
}

.tvc-div span:last-child {
	background: linear-gradient(270deg, var(--gold), transparent);
}

.tvc-diam {
	width: 8px;
	height: 8px;
	background: var(--gold);
	transform: rotate(45deg);
	flex-shrink: 0;
}

/* ─── ABERTURA / STORY ─── */
.tvc-open-bg {
	background: var(--dark);
	background-image: radial-gradient(ellipse at 10% 80%, rgba(201, 146, 42, 0.1) 0%, transparent 50%);
}

.tvc-story {
	max-width: 720px;
	margin: 32px auto 0;
	font-family: 'Crimson Pro', serif;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.9;
}

.tvc-story p {
	margin-bottom: 20px;
}

.tvc-story strong {
	color: var(--gold-l);
}

.tvc-story em {
	font-style: italic;
	color: rgba(255, 255, 255, 0.55);
}

/* ─── IDENTIFICATION ─── */
.tvc-ident-bg {
	background: var(--cream2);
	border-top: 1px solid rgba(201, 146, 42, 0.2);
	border-bottom: 1px solid rgba(201, 146, 42, 0.2);
}

.tvc-voices {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 20px;
	margin-top: 36px;
}

.tvc-voice {
	background: var(--white);
	border-left: 3px solid var(--gold);
	border-radius: 0 4px 4px 0;
	padding: 20px;
	font-family: 'Crimson Pro', serif;
	font-style: italic;
	font-size: 1.05rem;
	color: var(--txt2);
	line-height: 1.7;
}

.tvc-voice::before {
	content: '\201C';
	font-size: 2.5rem;
	color: var(--gold-p);
	line-height: 0.5;
	display: block;
	margin-bottom: 8px;
	font-family: 'Playfair Display', serif;
}

/* ─── QUEBRANDO CRENÇAS ─── */
.tvc-break-bg {
	background: var(--dark2);
}

.tvc-break-body {
	max-width: 720px;
	margin: 32px auto 0;
}

.tvc-break-body p {
	font-size: clamp(0.95rem, 1.8vw, 1.1rem);
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.9;
	margin-bottom: 18px;
}

.tvc-break-body strong {
	color: var(--gold-l);
}

.tvc-highlight {
	background: rgba(201, 146, 42, 0.12);
	border: 1px solid rgba(201, 146, 42, 0.3);
	border-radius: 4px;
	padding: 20px 24px;
	margin: 28px 0;
	font-family: 'Crimson Pro', serif;
	font-size: 1.15rem;
	color: var(--white);
	text-align: center;
	line-height: 1.7;
}

.tvc-errlist {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tvc-errlist li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.5;
}

.tvc-errlist li::before {
	content: '\2715';
	color: rgba(204, 42, 42, 0.7);
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px;
}

/* ─── MECANISMO ÚNICO ─── */
.tvc-mec-bg {
	background: var(--cream);
}

.tvc-mec-box {
	background: var(--white);
	border: 2px solid var(--gold);
	border-radius: 6px;
	padding: 40px 36px;
	max-width: 760px;
	margin: 36px auto 0;
	text-align: center;
}

.tvc-mec-box .mec-name {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 900;
	color: var(--gold);
	margin-bottom: 20px;
	line-height: 1.2;
}

.tvc-mec-box p {
	font-size: 1rem;
	color: var(--txt2);
	line-height: 1.8;
	margin-bottom: 14px;
}

.tvc-mec-box strong {
	color: var(--txt);
}

.tvc-pillars {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.tvc-pillar {
	background: var(--cream2);
	border: 1px solid rgba(201, 146, 42, 0.2);
	border-radius: 4px;
	padding: 18px 14px;
	text-align: center;
}

.tvc-pillar .p-num {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	font-weight: 900;
	color: var(--gold);
	line-height: 1;
}

.tvc-pillar .p-txt {
	font-size: 0.78rem;
	color: var(--txt2);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top: 6px;
}

/* ─── PROFESSOR ─── */
.tvc-prof-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 52px;
	align-items: center;
	margin-top: 40px;
}

.tvc-prof-img img {
	width: 100%;
	max-width: 360px;
	border-radius: 4px;
	border: 2px solid rgba(201, 146, 42, 0.3);
	display: block;
}

.tvc-cred-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 18px 0 24px;
}

.tvc-cred-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.91rem;
	color: var(--txt2);
	line-height: 1.6;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: normal;
}

.tvc-cred-list li::before {
	content: '\25C6';
	color: var(--gold);
	font-size: 0.55rem;
	margin-top: 6px;
	flex-shrink: 0;
}

.tvc-cred-list li strong {
	font-weight: 700;
	color: var(--txt);
}

.tvc-qblock {
	background: var(--cream2);
	border-left: 3px solid var(--gold);
	padding: 18px 22px;
	border-radius: 0 4px 4px 0;
	font-family: 'Crimson Pro', serif;
	font-style: italic;
	font-size: 1.08rem;
	color: var(--txt);
	line-height: 1.7;
	margin-top: 18px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* ─── TRANSFORMAÇÃO ANTES/DEPOIS ─── */
.tvc-trans-bg {
	background: var(--dark);
	background-image: radial-gradient(ellipse at 80% 50%, rgba(201, 146, 42, 0.1) 0%, transparent 60%);
}

.tvc-trans-cols {
	display: grid;
	grid-template-columns: 1fr 56px 1fr;
	gap: 0;
	margin-top: 40px;
	align-items: start;
}

.tvc-tc h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.05rem;
	margin-bottom: 18px;
	font-weight: 700;
}

.tvc-bc h3 {
	color: rgba(255, 255, 255, 0.4);
}

.tvc-ac h3 {
	color: var(--gold-l);
}

.tvc-tlist {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.tvc-tlist li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.93rem;
	line-height: 1.5;
}

.tvc-bc li {
	color: rgba(255, 255, 255, 0.45);
}

.tvc-ac li {
	color: rgba(255, 255, 255, 0.85);
}

.tvc-bc li::before {
	content: '\2715';
	color: rgba(204, 42, 42, 0.7);
	font-weight: 700;
	flex-shrink: 0;
}

.tvc-ac li::before {
	content: '\2713';
	color: var(--green2);
	font-weight: 700;
	flex-shrink: 0;
}

.tvc-arr {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 28px;
	color: var(--gold);
	font-size: 1.8rem;
}

/* ─── NÚMEROS ─── */
.tvc-nums-bg {
	background: linear-gradient(135deg, var(--gold) 0%, #a8721e 100%);
	padding: 48px 20px;
}

.tvc-nums-grid {
	max-width: 800px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	text-align: center;
}

.tvc-nbig {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2.5rem, 6vw, 3.4rem);
	font-weight: 900;
	color: var(--dark);
	line-height: 1;
	display: block;
}

.tvc-nlbl {
	font-size: 0.82rem;
	font-weight: 700;
	color: rgba(26, 18, 8, 0.65);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
}

/* ─── MÓDULOS INTERATIVOS ─── */
.tvc-mods-bg {
	background: var(--dark2);
}

.tvc-mods-intro {
	max-width: 620px;
	margin: 0 auto 40px;
	text-align: center;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.93rem;
	line-height: 1.7;
}

.tvc-mod-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
	max-width: 820px;
	margin: 0 auto;
}

.tvc-mod-btn {
	width: 100%;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 146, 42, 0.15);
	padding: 0;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	border-radius: 2px;
	overflow: hidden;
}

.tvc-mod-btn:hover {
	background: rgba(201, 146, 42, 0.07);
	border-color: rgba(201, 146, 42, 0.3);
}

.tvc-mod-hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	gap: 12px;
}

.tvc-mod-left {
	display: flex;
	align-items: center;
	gap: 14px;
}

.tvc-mod-num {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--gold);
	text-transform: uppercase;
	background: rgba(201, 146, 42, 0.1);
	border: 1px solid rgba(201, 146, 42, 0.2);
	padding: 3px 10px;
	border-radius: 2px;
	white-space: nowrap;
	flex-shrink: 0;
	font-family: 'Lato', sans-serif;
}

.tvc-mod-name {
	font-family: 'Playfair Display', serif;
	font-size: 1rem;
	color: var(--white);
	font-weight: 700;
	text-align: left;
}

.tvc-mod-arrow {
	color: var(--gold);
	font-size: 1rem;
	transition: transform 0.25s;
	flex-shrink: 0;
}

.tvc-mod-tag {
	font-size: 0.62rem;
	font-weight: 700;
	background: var(--gold);
	color: var(--dark);
	padding: 2px 8px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

/* ─── BÔNUS SECTION ─── */
.tvc-bonus-bg {
	background: linear-gradient(180deg, var(--dark) 0%, var(--dark2) 100%);
	position: relative;
	overflow: hidden;
}

.tvc-bonus-bg::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(201, 146, 42, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.tvc-bonus-header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	width: 72px;
	height: 72px;
	background: linear-gradient(135deg, rgba(201, 146, 42, 0.2), rgba(201, 146, 42, 0.05));
	border: 2px solid var(--gold);
	border-radius: 50%;
	animation: tvc-gift-pulse 2.5s ease-in-out infinite;
}

@keyframes tvc-gift-pulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.05); opacity: 0.85; }
}

.tvc-bonus-header-icon svg {
	width: 34px;
	height: 34px;
	fill: var(--gold-l);
}

.tvc-bonus-free-label {
	display: inline-block;
	background: linear-gradient(135deg, #1E6641, #27A258);
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 7px 22px;
	border-radius: 30px;
	margin-top: 14px;
	box-shadow: 0 4px 18px rgba(39, 162, 88, 0.35);
}

.tvc-bonus-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}

.tvc-bcard {
	background: var(--dark2);
	border: 2px solid var(--gold);
	border-radius: 8px;
	padding: 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(201, 146, 42, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tvc-bcard:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5), 0 0 20px rgba(201, 146, 42, 0.15);
}

.tvc-bcard-ribbon {
	background: linear-gradient(135deg, var(--gold), var(--gold-l));
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.tvc-bcard-ribbon svg {
	width: 20px;
	height: 20px;
	fill: var(--dark);
	flex-shrink: 0;
}

.tvc-bcard-ribbon-text {
	font-family: 'Lato', sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--dark);
}

.tvc-bcard-ribbon-free {
	margin-left: auto;
	background: var(--green);
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 3px 12px;
	border-radius: 20px;
}

.tvc-bcard-body {
	padding: 26px 24px 28px;
}

.tvc-bcard h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	color: var(--cream);
	margin-bottom: 12px;
	line-height: 1.3;
}

.tvc-bcard p {
	font-size: 0.9rem;
	color: rgba(251, 245, 232, 0.65);
	line-height: 1.7;
}

.tvc-bcard p strong {
	color: var(--gold-l);
}

.tvc-bcard-footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.tvc-bval {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(201, 146, 42, 0.12);
	border: 1px solid rgba(201, 146, 42, 0.35);
	color: var(--gold-l);
	font-size: 0.77rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 4px;
}

.tvc-bval s {
	opacity: 0.6;
}

.tvc-bcard-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: rgba(201, 146, 42, 0.08);
	border: 1px solid rgba(201, 146, 42, 0.3);
	color: var(--gold-l);
	font-size: 0.77rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	text-decoration: none;
}

.tvc-bcard-btn:hover {
	background: rgba(201, 146, 42, 0.2);
	border-color: var(--gold);
}

/* ─── DEPOIMENTOS ─── */
.tvc-test-bg {
	background: var(--cream2);
}

.tvc-test-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.tvc-tcard {
	background: var(--white);
	border: 1px solid rgba(201, 146, 42, 0.15);
	border-radius: 4px;
	padding: 24px;
	position: relative;
}

.tvc-tcard::before {
	content: '\201C';
	font-family: 'Playfair Display', serif;
	font-size: 5rem;
	color: var(--gold-p);
	position: absolute;
	top: -10px;
	left: 14px;
	line-height: 1;
}

.tvc-ttxt {
	font-family: 'Crimson Pro', serif;
	font-size: 1.03rem;
	color: var(--txt);
	line-height: 1.7;
	margin-bottom: 14px;
	padding-top: 26px;
}

.tvc-taut {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tvc-tav {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--gold-p);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--warm);
	font-size: 0.88rem;
	flex-shrink: 0;
}

.tvc-tname {
	font-size: 0.83rem;
	font-weight: 700;
	color: var(--txt);
}

.tvc-tdet {
	font-size: 0.76rem;
	color: var(--txt2);
}

.tvc-stars {
	color: var(--gold);
	font-size: 0.78rem;
	margin-bottom: 3px;
}

.tvc-yt {
	max-width: 680px;
	margin: 32px auto 0;
	border: 2px solid rgba(201, 146, 42, 0.25);
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 16/9;
}

.tvc-yt iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* ─── BENEFÍCIOS ─── */
.tvc-bens-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 22px;
	margin-top: 40px;
}

.tvc-ben {
	text-align: center;
	padding: 26px 18px;
}

.tvc-ben h3 {
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--txt);
	margin-bottom: 7px;
}

.tvc-ben p {
	font-size: 0.86rem;
	color: var(--txt2);
	line-height: 1.6;
}

/* ─── PRICING ─── */
.tvc-price-bg {
	background: var(--dark);
	background-image: radial-gradient(ellipse at 50% 100%, rgba(201, 146, 42, 0.15) 0%, transparent 60%);
}

.tvc-pbox {
	max-width: 580px;
	margin: 40px auto 0;
	background: var(--cream);
	border: 2px solid var(--gold);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.tvc-phead {
	background: var(--gold);
	padding: 20px;
	text-align: center;
}

.tvc-phead h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--dark);
}

.tvc-pbody {
	padding: 34px 30px;
}

.tvc-chk {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 30px;
}

.tvc-chk li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.91rem;
	color: var(--txt2);
	line-height: 1.4;
}

.tvc-chk li::before {
	content: '\2713';
	color: var(--green2);
	font-weight: 900;
	flex-shrink: 0;
}

.tvc-pde {
	text-align: center;
	font-size: 0.88rem;
	color: var(--txt2);
	margin-bottom: 4px;
}

.tvc-pde s {
	color: var(--red);
	font-weight: 700;
}

.tvc-pmain {
	text-align: center;
	margin-bottom: 7px;
}

.tvc-pinst {
	font-size: 0.83rem;
	color: var(--txt2);
}

.tvc-pbig {
	font-family: 'Arial Black', 'Arial', sans-serif;
	font-size: clamp(4rem, 14vw, 6.5rem);
	font-weight: 900;
	color: var(--green);
	line-height: 1;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 8px rgba(39, 162, 88, 0.2);
}

.tvc-pav {
	text-align: center;
	font-size: 0.88rem;
	color: var(--txt2);
	margin-bottom: 6px;
}

.tvc-pav strong {
	color: var(--txt);
}

.tvc-ptag {
	display: inline-block;
	background: rgba(204, 42, 42, 0.1);
	border: 1px solid rgba(204, 42, 42, 0.3);
	color: var(--red);
	font-size: 0.73rem;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 2px;
	margin-bottom: 22px;
}

.tvc-pday {
	text-align: center;
	font-size: 0.8rem;
	color: var(--txt2);
	margin-bottom: 26px;
	font-style: italic;
}

.tvc-compare {
	background: var(--cream2);
	border: 1px solid rgba(201, 146, 42, 0.2);
	border-radius: 4px;
	padding: 16px 20px;
	margin-bottom: 24px;
	font-size: 0.88rem;
	color: var(--txt2);
	line-height: 1.7;
}

.tvc-compare strong {
	color: var(--txt);
}

.tvc-btn-buy {
	display: block;
	width: 100%;
	background: linear-gradient(135deg, #1E6641, #27A258);
	color: #fff;
	font-size: 1.08rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 20px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 6px 24px rgba(39, 162, 88, 0.4);
	transition: transform 0.2s, box-shadow 0.2s;
	margin-bottom: 14px;
}

.tvc-btn-buy:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 32px rgba(39, 162, 88, 0.5);
	color: #fff;
}

.tvc-pays {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	font-size: 0.73rem;
	color: var(--txt2);
	margin-top: 10px;
	align-items: center;
}

.tvc-seals {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.tvc-seal {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 0.73rem;
	color: var(--txt2);
}

/* ─── GARANTIA ─── */
.tvc-gbox {
	max-width: 640px;
	margin: 40px auto 0;
	background: var(--white);
	border: 2px solid rgba(201, 146, 42, 0.3);
	border-radius: 4px;
	padding: 34px;
	display: flex;
	gap: 26px;
	align-items: flex-start;
}

.tvc-gseal {
	font-size: 5rem;
	flex-shrink: 0;
	line-height: 1;
}

.tvc-gbox h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.25rem;
	color: var(--txt);
	margin-bottom: 10px;
}

.tvc-gbox p {
	font-size: 0.91rem;
	color: var(--txt2);
	line-height: 1.7;
}

/* ─── FAQ ─── */
.tvc-faq-bg {
	background: var(--cream2);
}

.tvc-flist {
	max-width: 720px;
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tvc-fi {
	border: 1px solid rgba(201, 146, 42, 0.2);
	border-radius: 2px;
	overflow: hidden;
}

.tvc-fq {
	width: 100%;
	background: var(--white);
	border: none;
	padding: 17px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	text-align: left;
	font-size: 0.93rem;
	font-weight: 700;
	color: var(--txt);
	font-family: 'Lato', sans-serif;
	transition: background 0.2s;
}

.tvc-fq:hover {
	background: var(--cream2);
}

.tvc-farr {
	flex-shrink: 0;
	color: var(--gold);
	transition: transform 0.25s;
	font-size: 1rem;
}

.tvc-fi.open .tvc-farr {
	transform: rotate(180deg);
}

.tvc-fa {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: var(--cream2);
}

.tvc-fi.open .tvc-fa {
	max-height: 320px;
	padding: 0 22px 18px;
}

.tvc-fa p {
	font-size: 0.9rem;
	color: var(--txt2);
	line-height: 1.7;
	padding-top: 14px;
	border-top: 1px solid rgba(201, 146, 42, 0.15);
}

/* ─── 3 CAMINHOS ─── */
.tvc-ch-bg {
	background: var(--dark2);
}

.tvc-ch-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.2fr;
	gap: 14px;
	margin-top: 40px;
}

.tvc-ch {
	border-radius: 4px;
	padding: 26px 22px;
}

.tvc-ch.bad {
	background: rgba(204, 42, 42, 0.06);
	border: 1px solid rgba(204, 42, 42, 0.2);
}

.tvc-ch.good {
	background: rgba(39, 162, 88, 0.08);
	border: 1px solid rgba(39, 162, 88, 0.3);
	position: relative;
}

.tvc-ch.good::before {
	content: 'MELHOR OPCAO';
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--green);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 4px 14px;
	border-radius: 0 0 4px 4px;
	white-space: nowrap;
}

.tvc-ch h3 {
	font-size: 0.87rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.tvc-ch.bad h3 {
	color: rgba(204, 42, 42, 0.8);
}

.tvc-ch.good h3 {
	color: var(--green2);
}

.tvc-ch p {
	font-size: 0.86rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.5);
}

/* ─── WPP ─── */
.tvc-wpp {
	background: var(--dark);
	border-top: 1px solid rgba(201, 146, 42, 0.15);
	text-align: center;
}

.tvc-wpp p {
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 18px;
	font-size: 0.93rem;
}

.tvc-wpp h2 {
	font-family: 'Playfair Display', serif;
	color: var(--white);
	font-size: 1.6rem;
	margin: 8px 0 14px;
}

.tvc-bwpp {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: #25D366;
	color: #fff;
	font-weight: 700;
	font-size: 0.97rem;
	padding: 15px 30px;
	border-radius: 4px;
	text-decoration: none;
	letter-spacing: 0.04em;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
	transition: transform 0.2s;
}

.tvc-bwpp:hover {
	transform: translateY(-2px);
	color: #fff;
}

/* ─── FOOTER ─── */
.tvc-foot {
	background: #0d0a04;
	text-align: center;
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.22);
	border-top: 1px solid rgba(201, 146, 42, 0.1);
}

/* ─── MICRO PROOF CHIPS ─── */
.tvc-micro-proof {
	display: inline-flex;
	align-items: center;
	background: rgba(201, 146, 42, 0.1);
	border: 1px solid rgba(201, 146, 42, 0.3);
	color: var(--gold-l);
	font-size: 0.78rem;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-align: center;
	justify-content: center;
}

.tvc-micro-proof-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

/* VTurb responsive */
vturb-smartplayer {
	width: 100% !important;
	max-width: 100% !important;
}

/* ─── TRUST 5 COLUMNS (MOBILE 2-COL) ─── */
.tvc-trust-5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

/* ─── STICKY MOBILE ─── */
.tvc-sticky {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(26, 18, 8, 0.97);
	backdrop-filter: blur(8px);
	border-top: 2px solid var(--gold);
	padding: 10px 14px;
	z-index: 9999;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}

.tvc-stick-info .sp-label {
	font-size: 0.68rem;
	color: var(--gold-l);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
}

.tvc-stick-btn {
	flex: 1;
	display: block;
	background: linear-gradient(135deg, #1E6641, #27A258);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 13px 14px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 4px 14px rgba(39, 162, 88, 0.4);
	animation: btn-pulse 2.5s ease-in-out infinite;
}

/* ─── MODAL ─── */
.tvc-overlay {
	position: fixed;
	inset: 0;
	background: rgba(10, 6, 0, 0.88);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.tvc-overlay.active {
	opacity: 1;
	visibility: visible;
}

.tvc-modal {
	background: var(--dark2);
	border: 1px solid rgba(201, 146, 42, 0.3);
	border-radius: 6px;
	width: 100%;
	max-width: 680px;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	transform: translateY(30px);
	transition: transform 0.3s;
}

.tvc-overlay.active .tvc-modal {
	transform: translateY(0);
}

.tvc-modal-hd {
	background: var(--gold);
	padding: 20px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	z-index: 1;
}

.tvc-modal-hd h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--dark);
}

.tvc-modal-close {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: var(--dark);
	opacity: 0.7;
	transition: opacity 0.2s;
	padding: 0;
	line-height: 1;
}

.tvc-modal-close:hover {
	opacity: 1;
}

.tvc-modal-body {
	padding: 28px;
}

.tvc-modal-desc {
	font-size: 0.93rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.7;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(201, 146, 42, 0.15);
}

.tvc-modal-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tvc-modal-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 2px;
	transition: background 0.15s;
}

.tvc-modal-list li:hover {
	background: rgba(201, 146, 42, 0.06);
}

.tvc-modal-list li .mi {
	color: var(--gold);
	flex-shrink: 0;
	font-size: 0.8rem;
	margin-top: 2px;
}

.tvc-modal-section {
	margin-top: 20px;
}

.tvc-modal-section h4 {
	font-family: 'Playfair Display', serif;
	font-size: 0.95rem;
	color: var(--gold-l);
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(201, 146, 42, 0.2);
}

.tvc-modal-cta {
	display: block;
	margin-top: 24px;
	background: linear-gradient(135deg, #1E6641, #27A258);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 16px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 4px 16px rgba(39, 162, 88, 0.4);
	transition: transform 0.2s;
}

.tvc-modal-cta:hover {
	transform: translateY(-2px);
	color: #fff;
}

.tvc-modal::-webkit-scrollbar {
	width: 5px;
}

.tvc-modal::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
}

.tvc-modal::-webkit-scrollbar-thumb {
	background: rgba(201, 146, 42, 0.4);
	border-radius: 3px;
}

/* ─── ANIMATIONS (composited properties only — no box-shadow animations) ─── */
@keyframes tvc-up {
	from { opacity: 0; transform: translateY(22px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
	.tvc-hero > * {
		animation: tvc-up 0.6s ease both;
	}

	.tvc-hero > *:nth-child(1) { animation-delay: 0.1s; }
	.tvc-hero > *:nth-child(2) { animation-delay: 0.25s; }
	.tvc-hero > *:nth-child(3) { animation-delay: 0.4s; }
	.tvc-hero > *:nth-child(4) { animation-delay: 0.55s; }
	.tvc-hero > *:nth-child(5) { animation-delay: 0.7s; }
}

/* ─── RESPONSIVE — TABLET (max-width: 1024px) ─── */
@media (max-width: 1024px) {
	.tvc-prof-grid {
		grid-template-columns: 1fr;
	}

	.tvc-prof-img {
		order: -1;
		text-align: center;
	}

	.tvc-ch-grid {
		grid-template-columns: 1fr 1fr;
	}

	.tvc-ch-grid .tvc-ch:last-child {
		grid-column: 1 / -1;
	}

	.tvc-pillars {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}

	.tvc-hero-title {
		font-size: clamp(1.6rem, 4vw, 2.6rem);
	}

	.tvc-sec {
		padding: 56px 20px;
	}

	/* Conquista page */
	.mechanism-step {
		flex-direction: column !important;
		text-align: center;
	}

	.mechanism-number {
		margin: 0 auto 10px !important;
	}

	.mechanism-content {
		text-align: center;
	}
}

/* ─── RESPONSIVE — MOBILE (max-width: 768px) ─── */
@media (max-width: 768px) {
	.tvc-sec {
		padding: 40px 16px;
	}

	/* Mobile typography comfort for older audience */
	body {
		font-size: 1.05rem;
		line-height: 1.65;
	}

	p, li, .tvc-story p, .tvc-break-body p {
		font-size: 1.08rem !important;
		line-height: 1.75 !important;
	}

	.tvc-sticky.is-visible {
		display: flex;
	}

	body.has-sticky {
		padding-bottom: 74px;
	}

	/* All buttons full-width mobile */
	.tvc-hero-cta,
	.tvc-btn-buy {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	/* VSL placeholder mobile */
	.tvc-vsl-play {
		width: 64px;
		height: 64px;
	}

	.tvc-vsl-play-icon {
		border-width: 12px 0 12px 20px;
	}

	.tvc-vsl-title {
		font-size: 0.72rem;
	}

	.tvc-vsl-desc {
		font-size: 0.8rem;
	}

	/* Trust shield mobile — vertical stack */
	.tvc-trust-shield {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.tvc-trust-shield-item {
		font-size: 0.78rem;
		white-space: nowrap;
	}

	/* Micro proof chips — vertical stack on mobile */
	.tvc-hero .tvc-micro-proof-wrap {
		flex-direction: column !important;
		align-items: center !important;
		gap: 8px !important;
	}

	/* Trust bar 5 columns — 2x2 grid + last centered */
	.tvc-trust-5 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px 20px;
		text-align: center;
	}

	.tvc-trust-5 .tvc-ti {
		justify-content: center;
	}

	.tvc-trust-5 .tvc-ti:last-child {
		grid-column: 1 / -1;
	}

	.tvc-trust-5 .tvc-ti div {
		text-align: center;
	}

	/* Hero */
	.tvc-hero {
		padding: 28px 16px 28px !important;
	}

	.tvc-hero-title {
		font-size: clamp(1.5rem, 5.5vw, 2.1rem) !important;
	}

	/* Urgency bar compact */
	.tvc-urg {
		max-height: 75px !important;
		padding: 6px 16px !important;
	}

	/* Mobile typography comfort */
	.tvc-story p,
	.tvc-break-body p {
		font-size: 1rem;
		line-height: 1.75;
	}

	.tvc-hero-cta {
		min-height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tvc-btn-buy {
		min-height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tvc-voice {
		font-size: 1rem;
		line-height: 1.65;
	}

	.tvc-chk li {
		font-size: 0.95rem;
		line-height: 1.6;
	}

	.tvc-ben h3 {
		font-size: 0.92rem;
	}

	.tvc-ben p {
		font-size: 0.88rem;
	}

	.tvc-badge {
		font-size: 0.62rem;
		padding: 5px 12px;
		letter-spacing: 0.12em;
	}

	.tvc-crush {
		font-size: clamp(0.85rem, 2.5vw, 1.1rem) !important;
	}

	.tvc-pre-video {
		font-size: 0.9rem;
		padding: 0 4px;
	}

	.tvc-video-wrap {
		margin: 0 auto 20px;
	}

	.tvc-hero-cta {
		font-size: 0.92rem;
		padding: 16px 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 56px;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Timer */
	.tvc-tmr {
		gap: 10px;
	}

	.tvc-tn {
		font-size: 1.7rem;
		min-width: 44px;
		padding: 3px 6px;
	}

	.tvc-ts {
		font-size: 1.5rem;
	}

	.tvc-tl {
		display: none;
	}

	.tvc-urg-lbl {
		font-size: 0.65rem;
	}

	/* Trust Bar */
	.tvc-trust {
		padding: 16px !important;
	}

	.tvc-trust-inner {
		gap: 14px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.tvc-ti {
		font-size: 0.82rem;
		gap: 6px;
		line-height: 1.4;
	}

	.tvc-ti strong {
		font-size: 0.95rem;
		display: block;
	}

	/* Micro proof chips mobile */
	.tvc-micro-proof-wrap {
		flex-direction: column !important;
		align-items: center !important;
		gap: 8px !important;
	}

	.tvc-micro-proof {
		font-size: 0.75rem;
		padding: 6px 16px;
		width: auto;
		max-width: 280px;
	}

	/* Transformation Before/After */
	.tvc-trans-cols {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.tvc-arr {
		display: none !important;
	}

	/* Numbers */
	.tvc-nums-bg {
		padding: 36px 16px;
	}

	.tvc-nums-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tvc-nbig {
		font-size: clamp(2rem, 8vw, 3rem);
	}

	/* Three Paths */
	.tvc-ch-grid {
		grid-template-columns: 1fr;
	}

	/* Guarantee */
	.tvc-gbox {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 24px 20px;
	}

	.tvc-gseal {
		font-size: 3.5rem;
	}

	/* Professor */
	.tvc-prof-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.tvc-prof-img {
		order: -1;
		text-align: center;
	}

	.tvc-prof-img img {
		max-width: 240px;
	}

	.tvc-prof-grid {
		gap: 24px;
	}

	.tvc-prof-img img {
		max-width: 200px;
	}

	.tvc-cred-list {
		gap: 16px;
		margin: 14px 0 20px;
		padding: 0;
	}

	.tvc-cred-list li {
		font-size: 0.88rem;
		line-height: 1.7;
		gap: 8px;
		display: block;
		padding-left: 18px;
		position: relative;
	}

	.tvc-cred-list li::before {
		position: absolute;
		left: 0;
		top: 6px;
	}

	.tvc-cred-list li strong {
		display: inline;
		font-weight: 700;
	}

	.tvc-qblock {
		padding: 16px 18px;
		font-size: 0.95rem;
		line-height: 1.7;
	}

	.tvc-h2 {
		word-wrap: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
	}

	/* Mechanism Box */
	.tvc-mec-box {
		padding: 24px 16px;
	}

	.tvc-pillars {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.tvc-pillar .p-num {
		font-size: 1.4rem;
	}

	.tvc-pillar .p-txt {
		font-size: 0.7rem;
	}

	/* Voices / Identification Cards */
	.tvc-voices {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.tvc-voice {
		padding: 16px;
		font-size: 0.95rem;
	}

	/* Testimonials */
	.tvc-test-grid {
		grid-template-columns: 1fr;
	}

	.tvc-yt {
		margin-top: 24px;
	}

	/* Benefits */
	.tvc-bens-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tvc-ben {
		padding: 18px 16px;
	}

	/* Module List */
	.tvc-mod-hd {
		padding: 14px 16px;
		gap: 8px;
	}

	.tvc-mod-left {
		flex-wrap: wrap;
		gap: 8px;
	}

	.tvc-mod-num {
		font-size: 0.58rem;
		padding: 2px 8px;
	}

	.tvc-mod-name {
		font-size: 0.88rem;
	}

	/* Bonus Section — stack all cards vertically on mobile */
	.tvc-bonus-grid {
		grid-template-columns: 1fr !important;
		gap: 18px;
	}

	.tvc-bonus-header-icon {
		width: 60px;
		height: 60px;
	}

	.tvc-bonus-header-icon svg {
		width: 28px;
		height: 28px;
	}

	.tvc-bcard-body {
		padding: 20px 18px 22px;
	}

	.tvc-bcard-ribbon {
		padding: 8px 14px;
		flex-wrap: wrap;
		gap: 6px;
	}

	.tvc-bcard-footer {
		flex-direction: column;
		gap: 8px;
	}

	/* Pricing — more dominant on mobile */
	.tvc-pbox {
		margin: 28px auto 0;
	}

	.tvc-pbody {
		padding: 24px 18px;
	}

	.tvc-pbig {
		font-size: clamp(3.8rem, 14vw, 5.5rem);
	}

	/* Mini-oferta price — force large on mobile */
	.tvc-mini-offer-section .tvc-pbig,
	.tvc-mini-offer-section p[style*="Arial Black"] {
		font-size: clamp(3.5rem, 16vw, 5rem) !important;
	}

	.tvc-compare {
		padding: 14px 16px;
		font-size: 0.82rem;
	}

	.tvc-btn-buy {
		font-size: 1rem;
		padding: 18px;
		min-height: 58px;
	}

	/* FAQ */
	.tvc-fq {
		padding: 16px 18px;
		font-size: 0.9rem;
		min-height: 50px;
	}

	.tvc-fi.open .tvc-fa {
		padding: 0 16px 14px;
	}

	.tvc-fa p {
		font-size: 0.88rem;
	}

	/* WhatsApp Section */
	.tvc-wpp {
		padding: 36px 16px !important;
	}

	.tvc-wpp h2 {
		font-size: 1.3rem;
	}

	.tvc-bwpp {
		font-size: 0.88rem;
		padding: 12px 22px;
	}

	/* Modal */
	.tvc-modal {
		max-width: 100%;
		border-radius: 4px;
	}

	.tvc-modal-hd {
		padding: 16px 18px;
	}

	.tvc-modal-hd h3 {
		font-size: 1rem;
	}

	.tvc-modal-body {
		padding: 20px 18px;
	}

	.tvc-modal-list li {
		font-size: 0.82rem;
		padding: 8px 10px;
	}

	/* Sticky mobile bar */
	.tvc-sticky {
		padding: 9px 12px;
		gap: 8px;
	}

	.tvc-stick-info .sp-label {
		font-size: 0.6rem;
	}

	.tvc-stick-btn {
		font-size: 0.72rem;
		padding: 11px 10px;
	}

	/* Sections headings */
	.tvc-h2 {
		font-size: clamp(1.3rem, 4vw, 2rem);
	}

	.tvc-tag {
		font-size: 0.62rem;
	}

	/* Error list */
	.tvc-errlist li {
		font-size: 0.88rem;
	}

	/* Story text */
	.tvc-story {
		font-size: clamp(0.95rem, 2vw, 1.1rem);
	}

	/* Break body */
	.tvc-break-body p {
		font-size: clamp(0.88rem, 1.8vw, 1rem);
	}

	.tvc-highlight {
		font-size: 1rem;
		padding: 16px 18px;
	}

	/* Footer */
	.tvc-foot {
		padding: 18px 16px !important;
		font-size: 0.68rem;
	}

	/* Conquista page specifics */
	.conquista-identify-item {
		padding: 14px 16px !important;
	}

	.identify-quote {
		font-size: 0.92rem !important;
	}

	.module-item {
		padding: 18px 16px !important;
	}

	.bonus-card-block {
		padding: 20px 18px !important;
	}

	.pricing-card {
		padding: 0 18px 28px !important;
	}

	.pricing-checklist li {
		font-size: 0.84rem !important;
	}

	.guarantee-box {
		padding: 24px 18px !important;
	}

	.faq-item {
		padding: 14px 16px !important;
	}

	.faq-question {
		font-size: 0.88rem !important;
	}

	.faq-answer {
		font-size: 0.82rem !important;
	}

	.choice-bad,
	.choice-good {
		padding: 22px 18px !important;
	}

	.choice-best-label {
		font-size: 0.58rem !important;
	}

	.transform-list li {
		font-size: 0.84rem !important;
	}

	.payment-info {
		font-size: 0.7rem !important;
	}

	.discount-tag {
		font-size: 0.68rem !important;
	}

	.timer-display {
		gap: 8px !important;
	}

	.timer-num-display {
		font-size: 1.5rem !important;
		min-width: 44px !important;
		padding: 4px 8px !important;
	}

	.timer-separator {
		font-size: 1.3rem !important;
	}
}

/* ─── RESPONSIVE — SMALL MOBILE (max-width: 480px) ─── */
@media (max-width: 480px) {
	.tvc-sec {
		padding: 32px 14px;
	}

	.tvc-hero {
		padding: 24px 14px 22px !important;
	}

	.tvc-hero-title {
		font-size: 1.35rem !important;
	}

	.tvc-crush {
		font-size: 0.82rem !important;
	}

	.tvc-badge {
		font-size: 0.56rem;
		padding: 4px 10px;
	}

	.tvc-hero-cta {
		font-size: 0.82rem;
		padding: 14px 20px;
	}

	.tvc-h2 {
		font-size: 1.2rem;
	}

	.tvc-cred-list li {
		font-size: 0.84rem;
		line-height: 1.65;
	}

	.tvc-qblock {
		padding: 14px 14px;
		font-size: 0.9rem;
	}

	.tvc-pillars {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.tvc-pillar {
		padding: 12px 8px;
	}

	.tvc-pillar .p-num {
		font-size: 1.2rem;
	}

	.tvc-pillar .p-txt {
		font-size: 0.65rem;
	}

	.tvc-pbig {
		font-size: clamp(3.2rem, 16vw, 4.5rem);
	}

	/* Mini-oferta price — even larger on small mobile */
	.tvc-mini-offer-section .tvc-pbig {
		font-size: clamp(3rem, 18vw, 4.5rem) !important;
	}

	.tvc-phead h3 {
		font-size: 1rem;
	}

	.tvc-bcard h3 {
		font-size: 1.05rem;
	}

	.tvc-nbig {
		font-size: 2rem;
	}

	.tvc-tmr {
		gap: 6px;
	}

	.tvc-tn {
		font-size: 1.4rem;
		min-width: 38px;
	}

	.tvc-ts {
		font-size: 1.2rem;
	}

	.tvc-tl {
		display: none;
	}

	.tvc-trust-inner {
		gap: 10px;
	}

	.tvc-ti {
		font-size: 0.72rem;
		line-height: 1.35;
	}

	.tvc-micro-proof {
		font-size: 0.7rem;
		padding: 5px 12px;
	}

	.tvc-wpp h2 {
		font-size: 1.15rem;
	}

	/* Ensure no horizontal overflow */
	.tvc-in,
	.tvc-bonus-grid,
	.tvc-test-grid,
	.tvc-mod-list,
	.tvc-flist {
		max-width: 100%;
		overflow-x: hidden;
	}
}

/* ─── GLOBAL: Prevent overflow on all devices ─── */
html, body {
	overflow-x: hidden;
}

img,
iframe,
video,
embed,
object {
	max-width: 100%;
	height: auto;
}

/* ─── PERFORMANCE: Contain paint for heavy sections ─── */
.tvc-hero,
.tvc-bonus-bg,
.tvc-price-bg,
.tvc-mods-bg,
.tvc-test-bg,
.tvc-ch-bg {
	contain: layout style paint;
}

/* ─── PERFORMANCE: Reduce layout shifts ─── */
.tvc-video-wrap {
	aspect-ratio: 16/9;
	contain: layout;
}

.tvc-yt {
	contain: layout;
}

/* ─── PERFORMANCE: Composited animations only ─── */
.tvc-hero-cta,
.tvc-btn-buy {
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.tvc-hero-cta:hover,
.tvc-btn-buy:hover {
	transform: translateY(-2px);
}

/* ─── PROOF SOCIAL GRID (MURAL DE PRINTS) ─── */
.tvc-proof-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
}

.tvc-proof-msg {
	background: var(--white);
	border: 1px solid rgba(201, 146, 42, 0.2);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.tvc-proof-msg-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px 0;
}

.tvc-proof-avatar {
	font-size: 1.4rem;
	color: var(--gold);
	line-height: 1;
}

.tvc-proof-sender {
	font-family: 'Lato', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--txt2);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.tvc-proof-msg-body {
	padding: 14px 18px 16px;
}

.tvc-proof-placeholder-text {
	font-family: 'Lato', sans-serif;
	font-size: 0.82rem;
	font-weight: 900;
	color: var(--gold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.tvc-proof-placeholder-sub {
	font-family: 'Crimson Pro', serif;
	font-size: 0.92rem;
	color: var(--txt2);
	line-height: 1.6;
}

.tvc-proof-msg-footer {
	padding: 8px 18px 10px;
	background: rgba(201, 146, 42, 0.05);
	border-top: 1px solid rgba(201, 146, 42, 0.1);
	font-size: 0.68rem;
	color: var(--txt2);
	font-style: italic;
	opacity: 0.6;
}

/* ─── OBJECTION BLOCKS ─── */
.tvc-objection-block {
	background: var(--white);
	border: 1px solid rgba(201, 146, 42, 0.2);
	border-radius: 6px;
	padding: 28px 26px;
	margin-bottom: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.tvc-objection-header {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 14px;
}

.tvc-objection-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: rgba(204, 42, 42, 0.08);
	border: 1px solid rgba(204, 42, 42, 0.2);
	border-radius: 50%;
	color: #CC2A2A;
	font-size: 0.85rem;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 2px;
}

.tvc-objection-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--txt);
	line-height: 1.3;
	font-style: italic;
}

.tvc-objection-response {
	font-family: 'Crimson Pro', serif;
	font-size: 0.95rem;
	color: var(--txt2);
	line-height: 1.7;
	margin-bottom: 18px;
	padding-left: 46px;
}

.tvc-objection-proof {
	padding-left: 46px;
}

.tvc-objection-proof-card {
	background: var(--cream2);
	border: 1px dashed rgba(201, 146, 42, 0.3);
	border-radius: 4px;
	padding: 18px 20px;
}

/* ─── CREDIBILITY CHIPS ─── */
.tvc-credibility-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.tvc-cred-chip {
	background: rgba(26, 18, 8, 0.15);
	border: 1px solid rgba(26, 18, 8, 0.2);
	border-radius: 6px;
	padding: 16px 22px;
	text-align: center;
	min-width: 140px;
	backdrop-filter: blur(4px);
}

.tvc-cred-chip-number {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 1.4rem;
	font-weight: 900;
	color: var(--dark);
	line-height: 1.1;
}

.tvc-cred-chip-label {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	color: rgba(26, 18, 8, 0.6);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 4px;
}

/* ─── RESPONSIVE — PROOF SOCIAL (max-width: 768px) ─── */
@media (max-width: 768px) {
	.tvc-proof-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.tvc-objection-response,
	.tvc-objection-proof {
		padding-left: 0;
	}

	.tvc-objection-block {
		padding: 22px 18px;
	}

	.tvc-objection-header {
		flex-direction: column;
		gap: 8px;
	}

	.tvc-objection-title {
		font-size: 1rem;
	}

	.tvc-credibility-chips {
		gap: 10px;
	}

	.tvc-cred-chip {
		min-width: calc(50% - 10px);
		padding: 14px 16px;
	}

	.tvc-cred-chip-number {
		font-size: 1.2rem;
	}

	.tvc-cred-chip-label {
		font-size: 0.65rem;
	}
}

@media (max-width: 480px) {
	.tvc-cred-chip {
		min-width: calc(50% - 8px);
		padding: 12px 10px;
	}

	.tvc-cred-chip-number {
		font-size: 1.05rem;
	}
}

/* ─── CHAT CARDS (DÚVIDAS COMUNS) ─── */
.tvc-chat-cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.tvc-chat-card {
	background: var(--white);
	border: 1px solid rgba(201, 146, 42, 0.18);
	border-radius: 12px;
	padding: 24px 22px 22px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	position: relative;
}

.tvc-chat-tag {
	display: inline-block;
	background: linear-gradient(135deg, rgba(30, 102, 65, 0.12), rgba(30, 102, 65, 0.06));
	border: 1px solid rgba(30, 102, 65, 0.3);
	color: var(--green);
	font-family: 'Lato', sans-serif;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 16px;
}

.tvc-chat-bubble {
	border-radius: 12px;
	padding: 16px 20px;
	margin-bottom: 10px;
	max-width: 92%;
	line-height: 1.7;
}

.tvc-chat-bubble:last-child {
	margin-bottom: 0;
}

.tvc-chat-bubble p {
	margin: 0 0 8px;
	font-size: 0.95rem;
}

.tvc-chat-bubble p:last-child {
	margin-bottom: 0;
}

.tvc-chat-q {
	background: var(--cream2);
	border: 1px solid rgba(201, 146, 42, 0.15);
	border-radius: 12px 12px 12px 4px;
	color: var(--txt);
	font-family: 'Crimson Pro', serif;
	font-style: italic;
	font-size: 1.02rem;
}

.tvc-chat-a {
	background: rgba(30, 102, 65, 0.06);
	border: 1px solid rgba(30, 102, 65, 0.15);
	border-radius: 12px 12px 4px 12px;
	margin-left: auto;
	color: var(--txt2);
	font-family: 'Crimson Pro', serif;
}

.tvc-chat-a strong {
	color: var(--txt);
}

@media (max-width: 768px) {
	.tvc-chat-bubble {
		max-width: 100%;
		padding: 14px 16px;
	}

	.tvc-chat-bubble p {
		font-size: 1rem;
		line-height: 1.75;
	}

	.tvc-chat-card {
		padding: 20px 16px 18px;
	}

	.tvc-chat-tag {
		font-size: 0.6rem;
	}
}

@media (max-width: 480px) {
	.tvc-chat-card {
		padding: 16px 14px 16px;
	}

	.tvc-chat-bubble p {
		font-size: 0.95rem;
	}
}

/* ─── EQUAL CARDS ─── */
.equal-cards > .wp-block-column {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
}

.equal-cards > .wp-block-column > .wp-block-group {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.equal-cards .cta-bottom {
	margin-top: auto;
	justify-content: center;
}

/* ─── CONQUISTA PAGE — RESPONSIVE STYLES ─── */
/* Identify items */
.conquista-identify-item {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 146, 42, 0.15);
	border-left: 3px solid var(--gold, #C9922A);
	border-radius: 0 4px 4px 0;
	padding: 18px 22px;
	transition: background 0.2s, border-color 0.2s;
}

.conquista-identify-item:hover {
	background: rgba(201, 146, 42, 0.06);
	border-color: rgba(201, 146, 42, 0.3);
}

.identify-quote {
	font-family: 'Crimson Pro', serif;
	font-style: italic;
	font-size: 1.02rem;
	color: rgba(251, 245, 232, 0.7);
	line-height: 1.7;
}

.identify-quote::before {
	content: '\201C';
	font-size: 2rem;
	color: rgba(201, 146, 42, 0.4);
	line-height: 0.5;
	display: block;
	margin-bottom: 6px;
	font-family: 'Playfair Display', serif;
}

/* Mechanism steps */
.mechanism-step {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 146, 42, 0.15);
	border-radius: 4px;
	padding: 22px 24px;
	transition: background 0.2s;
}

.mechanism-step:hover {
	background: rgba(201, 146, 42, 0.06);
}

.mechanism-number {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	font-weight: 900;
	color: var(--gold, #C9922A);
	line-height: 1;
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(201, 146, 42, 0.1);
	border: 1px solid rgba(201, 146, 42, 0.25);
	border-radius: 4px;
}

.mechanism-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.05rem;
	color: #FBF5E8;
	font-weight: 700;
	margin-bottom: 6px;
}

.mechanism-desc {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.6;
}

/* Module items (conquista) */
.module-item {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 146, 42, 0.12);
	padding: 22px 24px;
	transition: background 0.2s;
}

.module-item:hover {
	background: rgba(201, 146, 42, 0.06);
}

/* Bonus card block */
.bonus-card-block {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 146, 42, 0.2);
	border-radius: 4px;
	padding: 26px 24px;
	height: 100%;
}

.bonus-badge {
	display: inline-block;
	background: rgba(201, 146, 42, 0.15);
	border: 1px solid rgba(201, 146, 42, 0.35);
	color: #E8B84B;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 3px 12px;
	border-radius: 2px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 12px;
}

.bonus-value-tag {
	display: inline-block;
	background: rgba(201, 146, 42, 0.1);
	border: 1px solid rgba(201, 146, 42, 0.3);
	color: #E8B84B;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 4px;
}

/* Divider ornament */
.divider-ornament {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 200px;
	margin: 14px auto 0;
}

.divider-ornament span {
	display: block;
	height: 1px;
	flex: 1;
	background: linear-gradient(90deg, transparent, rgba(201, 146, 42, 0.4), transparent);
}

.divider-ornament .diamond {
	width: 7px;
	height: 7px;
	background: #C9922A;
	transform: rotate(45deg);
	flex-shrink: 0;
}

/* Guarantee box */
.guarantee-box {
	background: rgba(201, 146, 42, 0.06);
	border: 2px solid rgba(201, 146, 42, 0.25);
	border-radius: 4px;
	padding: 32px 28px;
}

/* Pricing card */
.pricing-card {
	background: rgba(251, 245, 232, 0.04);
	border: 2px solid #C9922A;
	border-radius: 6px;
	padding: 3rem 2rem 2rem;
	overflow: hidden;
}

.pricing-checklist {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 24px;
}

.pricing-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.91rem;
	color: rgba(251, 245, 232, 0.7);
	line-height: 1.4;
}

.pricing-checklist li::before {
	content: '\2713';
	color: #27A258;
	font-weight: 900;
	flex-shrink: 0;
}

.discount-tag {
	display: inline-block;
	background: rgba(204, 42, 42, 0.12);
	border: 1px solid rgba(204, 42, 42, 0.3);
	color: #ff6b6b;
	font-size: 0.73rem;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 2px;
}

.payment-info {
	text-align: center;
	font-size: 0.73rem;
	color: rgba(251, 245, 232, 0.4);
}

/* FAQ items (conquista) */
.faq-item {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 146, 42, 0.15);
	border-radius: 4px;
	padding: 18px 22px;
	margin-bottom: 8px;
}

.faq-question {
	font-family: 'Lato', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #FBF5E8;
	margin-bottom: 10px;
}

.faq-answer {
	font-size: 0.88rem;
	color: rgba(251, 245, 232, 0.6);
	line-height: 1.7;
}

/* Choice cards */
.choice-bad {
	background: rgba(204, 42, 42, 0.06);
	border: 1px solid rgba(204, 42, 42, 0.2);
	border-radius: 4px;
	padding: 26px 22px;
}

.choice-good {
	background: rgba(39, 162, 88, 0.08);
	border: 1px solid rgba(39, 162, 88, 0.3);
	border-radius: 4px;
	padding: 26px 22px;
	position: relative;
}

.choice-best-label {
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	background: #1E6641;
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 0 0 4px 4px;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
}

.transform-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.transform-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.9rem;
	line-height: 1.5;
}

.before-list li {
	color: rgba(255, 255, 255, 0.45);
}

.before-list li::before {
	content: '\2715';
	color: rgba(204, 42, 42, 0.7);
	font-weight: 700;
	flex-shrink: 0;
}

.after-list li {
	color: rgba(255, 255, 255, 0.85);
}

.after-list li::before {
	content: '\2713';
	color: #27A258;
	font-weight: 700;
	flex-shrink: 0;
}

/* Video cabinet (conquista) */
.video-cabinet {
	position: relative;
	border: 2px solid rgba(201, 146, 42, 0.25);
	border-radius: 4px;
	overflow: hidden;
}

.video-cabinet::before {
	content: '';
	position: absolute;
	inset: 4px;
	border: 1px solid rgba(201, 146, 42, 0.3);
	pointer-events: none;
	z-index: 5;
}

.play-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(26, 18, 8, 0.3);
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
}

.play-overlay:hover {
	background: rgba(26, 18, 8, 0.1);
}

.play-button-circle {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid #C9922A;
	background: rgba(201, 146, 42, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(4px);
	transition: transform 0.3s;
}

.play-overlay:hover .play-button-circle {
	transform: scale(1.05);
}

.play-icon-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #FBF5E8;
	margin-left: 4px;
}

/* Timer display (conquista) */
.timer-display {
	display: flex;
	justify-content: center;
	gap: 12px;
	align-items: center;
}

.timer-num-display {
	font-family: 'Arial Black', 'Arial', sans-serif;
	font-size: 2rem;
	font-weight: 900;
	color: #ff6b6b;
	line-height: 1;
	min-width: 52px;
	display: inline-block;
	background: rgba(204, 42, 42, 0.1);
	border: 1px solid rgba(204, 42, 42, 0.25);
	border-radius: 4px;
	padding: 6px 10px;
	text-align: center;
}

.timer-separator {
	font-size: 1.8rem;
	color: rgba(255, 107, 107, 0.4);
}

/* Urgency bar */
.urgency-bar {
	background: #130303;
	border-bottom: 1px solid rgba(204, 42, 42, 0.3);
}

/* Button pulse — composited (transform + opacity only) */
@keyframes btn-pulse-composited {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.02); }
}

@media (prefers-reduced-motion: no-preference) {
	.btn-green-pulse .wp-block-button__link {
		animation: btn-pulse-composited 2.5s ease-in-out infinite;
		box-shadow: 0 6px 24px rgba(39, 162, 88, 0.4);
		transition: transform 0.2s ease;
	}
}

.btn-green-pulse .wp-block-button__link:hover {
	transform: translateY(-2px) scale(1.02);
}