.brand,
body {
	color: var(--text)
}

.nav,
nav {
	display: flex
}

.brand,
.btn,
.floating-cta,
nav a {
	text-decoration: none
}

.carousel-viewport,
.faq-content {
	overflow: hidden
}

html {
	scroll-behavior: smooth
}

section[id] {
	scroll-margin-top: 96px
}

:root {
	--bg: #05070f;
	--bg-soft: #0d1220;
	--card: #11182a;
	--text: #eef2ff;
	--muted: #b6c0d8;
	--primary: #8b5cf6;
	--primary-strong: #7c3aed;
	--accent: #22d3ee;
	--border: rgba(255, 255, 255, 0.12)
}

* {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	background: radial-gradient(circle at 20% 10%, #1a2140, var(--bg) 45%), var(--bg);
	line-height: 1.5
}

.brand,
.sticky-timer .time,
h1,
h2,
h3 {
	font-family: Sora, Inter, sans-serif
}

.container {
	width: min(1120px, 92vw);
	margin: 0 auto
}

.topbar {
	position: sticky;
	top: 0;
	z-index: 10;
	backdrop-filter: blur(10px);
	background: rgba(5, 7, 15, .7);
	border-bottom: 1px solid var(--border)
}

.nav {
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0
}

.brand {
	font-weight: 800;
	font-size: 1.15rem
}

.avatar,
.btn {
	font-weight: 700
}

.brand span,
.card span,
.hero-stats strong,
.social-badge strong {
	color: var(--accent)
}

nav {
	gap: 1.1rem
}

nav a {
	color: var(--muted);
	font-weight: 500
}

.btn {
	display: inline-block;
	border-radius: .85rem;
	padding: .7rem 1rem;
	transition: .2s
}

.btn-primary {
	background: linear-gradient(140deg, var(--primary), var(--primary-strong));
	color: #fff;
	box-shadow: 0 10px 24px rgba(139, 92, 246, .35)
}

.btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(139, 92, 246, .45)
}

.btn-outline {
	border: 1px solid var(--border);
	color: var(--text)
}

.btn-outline:hover,
.carousel-nav:hover {
	border-color: var(--accent);
	color: var(--accent)
}

.btn-lg {
	padding: .95rem 1.2rem
}

.btn-full {
	width: 100%;
	text-align: center
}

.hero {
	padding: 6.2rem 0 4.6rem
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	align-items: center
}

.chip {
	display: inline-flex;
	border: 1px solid rgba(139, 92, 246, .45);
	background: rgba(139, 92, 246, .14);
	color: #d8c7ff;
	border-radius: 999px;
	padding: .35rem .8rem;
	font-size: .9rem;
	margin: 0 0 1rem
}

h1,
h2,
h3 {
	line-height: 1.15;
	margin-top: 0
}

h1 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	margin-bottom: 1rem
}

.lead {
	font-size: 1.08rem;
	color: var(--muted);
	max-width: 58ch
}

.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin: 1.5rem 0 1rem
}

.hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	color: #cdd9f6
}

.hero-stats p {
	margin: 0;
	border: 1px solid var(--border);
	border-radius: .8rem;
	padding: .5rem .75rem;
	background: rgba(255, 255, 255, .02)
}

.mini-note {
	color: #9be8f5;
	margin-top: 1rem
}

.hero-card-text,
.price-block span,
.section-subtitle,
.sticky-timer .label {
	color: var(--muted)
}

.card,
.contact-box,
.hero-card,
.plan-card {
	background: linear-gradient(170deg, rgba(17, 24, 42, .95), rgba(10, 15, 28, .95));
	border: 1px solid var(--border);
	border-radius: 1rem
}

.hero-card {
	padding: 1.4rem;
	text-align: center
}

.hero-card .price-main {
	justify-content: center
}

.price-block {
	display: grid;
	gap: .8rem;
	margin: 1rem 0 1.2rem
}

.price-block div {
	border: 1px solid var(--border);
	border-radius: .8rem;
	padding: .7rem;
	text-align: center
}

.price-block span {
	display: block
}

.price-block strong {
	font-size: 1.2rem
}

.section {
	padding: 4rem 0
}

.section h2 {
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	margin-bottom: .8rem
}

.section-soft {
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	background: linear-gradient(180deg, rgba(9, 13, 23, .8), rgba(7, 11, 20, .4))
}

.section-gap-top {
	padding-top: 5.5rem
}

.benefits-grid {
	margin-top: 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem
}

.card {
	padding: 1.2rem
}

.card-icon {
	font-size: 1.6rem;
	margin-bottom: .4rem;
	display: block;
	line-height: 1
}

.card p {
	color: #d4dcf0
}

.step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--primary), var(--primary-strong));
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
	margin-bottom: 0.5rem
}

.testimonial-carousel {
	margin-top: 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0
}

.carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	margin-top: 1rem;
	flex-wrap: nowrap
}

.carousel-track {
	display: flex;
	gap: 1rem;
	transition: transform .35s;
	will-change: transform
}

.testimonial-slide {
	padding: 1rem;
	min-height: 190px
}

.testimonial-row {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: .85rem;
	align-items: start
}

.testimonial-text h3 {
	margin: 0;
	font-size: 1rem
}

.testimonial-text p {
	margin: .35rem 0 0;
	color: #d4dcf0
}

.avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin: 0 auto;
	display: grid;
	place-items: center;
	font-size: .9rem;
	color: #d9f8ff;
	border: 1px solid rgba(34, 211, 238, .35);
	background: linear-gradient(180deg, #1b3042, #121d30)
}

.carousel-nav {
	border: 1px solid var(--border);
	background: rgba(255, 255, 255, .04);
	color: var(--text);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.3rem
}

.carousel-dots {
	margin-top: 0;
	display: flex;
	justify-content: center;
	gap: .5rem
}

.dot {
	min-width: 48px;
	min-height: 48px;
	padding: 0;
	border-radius: 999px;
	border: none;
	background: 0 0;
	cursor: pointer;
	position: relative
}

.dot::before {
	content: '';
	position: absolute;
	inset: 50%;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, .28)
}

.dot.active::before {
	background: var(--accent)
}

.dot:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px
}

.section-highlight {
	background: linear-gradient(180deg, rgba(17, 24, 42, .5), rgba(5, 7, 15, 0))
}

.plans {
	margin-top: 1.3rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem
}

.plan-card {
	padding: 1.3rem
}

.plan-card ul {
	padding-left: 1rem;
	color: #dce4fa
}

.plan-badge {
	display: inline-block;
	background: rgba(139, 92, 246, .18);
	border: 1px solid rgba(139, 92, 246, .5);
	color: #d8c7ff;
	padding: .25rem .6rem;
	border-radius: 999px;
	font-size: .8rem
}

.premium,
.premium-badge {
	border-color: rgba(139, 92, 246, .6)
}

.plan-price {
	font-size: 2rem;
	margin: .5rem 0 .6rem;
	font-weight: 800
}

.premium {
	box-shadow: 0 0 32px rgba(139, 92, 246, .2), 0 10px 24px rgba(139, 92, 246, .15);
	transform: scale(1.03);
	position: relative;
	z-index: 2;
	border-width: 2px
}

.premium-badge {
	background: linear-gradient(140deg, var(--primary), var(--primary-strong));
	color: #fff;
	font-weight: 700;
	font-size: .85rem;
	padding: .3rem .8rem
}

.contact-box {
	padding: 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem
}

.contact-box p {
	color: var(--muted);
	max-width: 60ch
}

.contact-actions {
	display: grid;
	gap: .6rem;
	min-width: 300px
}

.faq-section {
	padding-top: 1rem;
	padding-bottom: 5.5rem
}

.faq-wrap {
	max-width: 860px
}

.faq-list {
	margin-top: 1rem;
	display: grid;
	gap: .75rem
}

.faq-item {
	background: linear-gradient(170deg, rgba(17, 24, 42, .95), rgba(10, 15, 28, .95));
	border: 1px solid var(--border);
	padding: .85rem 1rem
}

.faq-item summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--text);
	list-style: none
}

.faq-item summary::-webkit-details-marker {
	display: none
}

.faq-item summary::after {
	content: '+';
	float: right;
	color: var(--accent)
}

.faq-item[open] summary::after {
	content: '−'
}

.faq-item p {
	margin: .75rem 0 0;
	color: var(--muted)
}

.floating-cta {
	position: fixed;
	right: 1.1rem;
	bottom: 1.1rem;
	z-index: 20;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(140deg, var(--primary), var(--primary-strong));
	border-radius: 999px;
	padding: .9rem 1.1rem;
	box-shadow: 0 10px 28px rgba(139, 92, 246, .45)
}

.floating-cta:hover {
	transform: translateY(-1px)
}

.price-main {
	display: flex;
	align-items: baseline;
	gap: .4rem
}

.price-parcel {
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	opacity: .85
}

.price-value {
	font-size: 1.6rem;
	font-weight: 700
}

.plan-card .price-value {
	font-size: 2rem;
	font-weight: 800;
	color: #fff
}

.premium .price-value {
	font-size: 2.3rem
}

.price-total {
	font-size: .85rem;
	opacity: .8;
	display: block;
	margin-top: .1rem
}

.plan-price-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .2rem;
	margin-bottom: .15rem
}

.exit-modal.visible,
.faq-question {
	display: block
}

.plan-price-total {
	font-size: .9rem;
	opacity: .85;
	margin-bottom: .6rem
}

.plans.plans-trio {
	grid-template-columns: repeat(3, 1fr)
}

.section-cta {
	text-align: center;
	margin-top: 2rem
}

.mockup-section {
	text-align: center
}

.mockup-wrapper {
	margin-top: 2rem;
	position: relative;
	display: inline-block
}

.mockup-wrapper img {
	max-width: 100%;
	height: auto;
	border-radius: 1rem;
	border: 1px solid var(--border);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .4)
}

.mockup-caption {
	color: var(--muted);
	font-size: .9rem;
	margin-top: 1rem
}

.results-strip {
	padding: 2.5rem 0
}

.results-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	text-align: center
}

.result-item strong {
	display: block;
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--accent);
	line-height: 1.2
}

.result-item span {
	font-size: .95rem;
	color: var(--muted)
}

.faq-item {
	border-radius: 12px;
	transition: background-color .2s, border-color .2s, box-shadow .2s
}

.faq-question {
	width: 100%;
	text-align: left;
	background: 0 0;
	border: none;
	padding: 1rem 2.5rem 1rem 1.25rem;
	color: inherit;
	font: inherit;
	cursor: pointer;
	position: relative
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: .75rem;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
	transition: transform .2s
}

.faq-item.is-open .faq-question::after {
	transform: translateY(-50%) rotate(45deg)
}

.faq-content {
	height: 0;
	opacity: 0;
	transition: height .28s, opacity .28s;
	padding: 0 1.25rem
}

.social-badge,
.sticky-timer {
	bottom: 1.1rem;
	display: flex;
	transition: opacity .25s, transform .25s;
	position: fixed
}

.faq-item.is-open .faq-content {
	opacity: 1
}

.sticky-timer {
	left: 50%;
	transform: translateX(-50%);
	z-index: 25;
	padding: .5rem .95rem;
	border-radius: 999px;
	border: 1px solid var(--border);
	background: rgba(5, 7, 15, .96);
	align-items: center;
	gap: .5rem;
	font-size: 1rem;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .65);
	opacity: 0;
	pointer-events: none;
	transform-origin: center bottom
}

.sticky-timer .label {
	font-size: 1rem
}

.sticky-timer .time {
	font-size: 1.15rem;
	font-weight: 800;
	color: #f97373
}

.sticky-timer.visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0)
}

.sticky-timer.expired .time {
	color: #facc15
}

.social-badge {
	left: 1.1rem;
	width: min(520px, calc(100% - 2rem));
	z-index: 24;
	align-items: center;
	justify-content: flex-start;
	gap: .4rem;
	padding: .65rem 1rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, .96);
	border: 1px solid var(--border);
	color: var(--text);
	font-size: .95rem;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .7)
}

.badge-purchase {
	border-color: rgba(34, 197, 94, .6)
}

.social-badge.hidden {
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none
}

.exit-modal {
	position: fixed;
	inset: 0;
	z-index: 40;
	display: none
}

.exit-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, .78)
}

.exit-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(420px, 92vw);
	background: linear-gradient(170deg, rgba(17, 24, 42, .98), rgba(10, 15, 28, .98));
	border-radius: 1rem;
	border: 1px solid var(--border);
	padding: 1.6rem 1.4rem 1.4rem;
	box-shadow: 0 26px 60px rgba(15, 23, 42, .85)
}

.exit-modal-content h3 {
	font-size: 1.15rem;
	margin-bottom: .6rem
}

.exit-modal-content p {
	color: var(--muted);
	margin-bottom: 1rem
}

.exit-modal-close {
	position: absolute;
	top: .7rem;
	right: .9rem;
	border: none;
	background: 0 0;
	color: var(--muted);
	font-size: 1.3rem;
	cursor: pointer
}

#exitIntentModal {
	z-index: 99999 !important;
	position: fixed !important;
	inset: 0 !important
}

#exitIntentModal>div {
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch
}

/* ============================
   LIGHT THEME
   ============================ */

[data-theme="light"] {
	--bg: #f5f7fb;
	--bg-soft: #eaeff5;
	--card: #ffffff;
	--text: #1a1a2e;
	--muted: #5a6275;
	--primary: #7c3aed;
	--primary-strong: #6d28d9;
	--accent: #0891b2;
	--border: rgba(0, 0, 0, 0.1)
}

[data-theme="light"] body {
	background: linear-gradient(135deg, #eef1f8, var(--bg) 45%), var(--bg)
}

[data-theme="light"] .topbar {
	background: rgba(245, 247, 251, .85);
	border-bottom-color: rgba(0, 0, 0, .08)
}

[data-theme="light"] .card,
[data-theme="light"] .contact-box,
[data-theme="light"] .hero-card,
[data-theme="light"] .plan-card {
	background: #fff;
	border-color: rgba(0, 0, 0, .08);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06)
}

[data-theme="light"] .faq-item {
	background: #fff;
	border-color: rgba(0, 0, 0, .08)
}

[data-theme="light"] .section-soft {
	background: linear-gradient(180deg, rgba(234, 239, 245, .8), rgba(245, 247, 251, .4));
	border-color: rgba(0, 0, 0, .06)
}

[data-theme="light"] .section-highlight {
	background: linear-gradient(180deg, rgba(234, 239, 245, .5), transparent)
}

[data-theme="light"] .card p,
[data-theme="light"] .testimonial-text p {
	color: #4a5568
}

[data-theme="light"] .plan-card ul {
	color: #4a5568
}

[data-theme="light"] .plan-card .price-value {
	color: var(--text)
}

[data-theme="light"] .hero-stats p {
	background: rgba(0, 0, 0, .03);
	border-color: rgba(0, 0, 0, .1);
	color: var(--text)
}

[data-theme="light"] .chip {
	background: rgba(124, 58, 237, .1);
	border-color: rgba(124, 58, 237, .3);
	color: #6d28d9
}

[data-theme="light"] .mini-note {
	color: #0891b2
}

[data-theme="light"] .price-block div {
	border-color: rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .02)
}

[data-theme="light"] .premium {
	border-color: rgba(124, 58, 237, .4);
	box-shadow: 0 0 32px rgba(124, 58, 237, .12), 0 10px 24px rgba(124, 58, 237, .08)
}

[data-theme="light"] .premium-badge {
	background: linear-gradient(140deg, #7c3aed, #6d28d9)
}

[data-theme="light"] .plan-badge {
	background: rgba(124, 58, 237, .1);
	border-color: rgba(124, 58, 237, .3);
	color: #6d28d9
}

[data-theme="light"] .avatar {
	background: linear-gradient(180deg, #e8f4f8, #f0f4ff);
	border-color: rgba(8, 145, 178, .3);
	color: #0891b2
}

[data-theme="light"] .sticky-timer {
	background: rgba(255, 255, 255, .96);
	border-color: rgba(0, 0, 0, .1);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .1)
}

[data-theme="light"] .social-badge {
	background: rgba(255, 255, 255, .96);
	border-color: rgba(0, 0, 0, .1);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .1);
	color: var(--text)
}

[data-theme="light"] .floating-cta {
	box-shadow: 0 10px 28px rgba(124, 58, 237, .3)
}

[data-theme="light"] .brand span {
	color: var(--accent)
}

[data-theme="light"] .hero-stats strong,
[data-theme="light"] .social-badge strong {
	color: var(--accent)
}

[data-theme="light"] nav a {
	color: #5a6275
}

[data-theme="light"] nav a:hover {
	color: var(--text)
}

[data-theme="light"] .card-icon {
	color: var(--primary)
}

[data-theme="light"] .result-item strong {
	color: var(--primary)
}

[data-theme="light"] .mockup-wrapper img {
	border-color: rgba(0, 0, 0, .1);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .12)
}

[data-theme="light"] .step-num {
	box-shadow: 0 4px 12px rgba(124, 58, 237, .2)
}

[data-theme="light"] .dot::before {
	background: rgba(0, 0, 0, .2)
}

[data-theme="light"] .dot.active::before {
	background: var(--primary)
}

[data-theme="light"] .carousel-nav {
	border-color: rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .03);
	color: var(--text)
}

[data-theme="light"] .carousel-nav:hover {
	border-color: var(--primary);
	color: var(--primary)
}

/* Theme toggle button */
.theme-toggle {
	background: none;
	border: 1px solid var(--border);
	color: var(--text);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	transition: border-color .2s, color .2s;
	padding: 0;
	line-height: 1;
	flex-shrink: 0
}

.theme-toggle:hover {
	border-color: var(--accent);
	color: var(--accent)
}

.theme-toggle .icon-moon,
[data-theme="light"] .theme-toggle .icon-sun {
	display: none
}

.theme-toggle .icon-sun,
[data-theme="light"] .theme-toggle .icon-moon {
	display: none
}

.theme-toggle .icon-sun {
	display: block
}

.theme-toggle .icon-moon {
	display: none
}

[data-theme="light"] .theme-toggle .icon-sun {
	display: none
}

[data-theme="light"] .theme-toggle .icon-moon {
	display: block
}

@media (max-width: 900px) {
	#exitIntentModal {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch
	}
	#exitIntentModal > div {
		width: 100% !important;
		max-width: 100vw !important;
		min-height: 100% !important;
		padding: 12px !important;
		box-sizing: border-box !important
	}
	#exitIntentModal > div > div {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		max-height: 90vh !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box !important
	}
	#exitIntentModal > div > div > div {
		min-width: 0 !important;
		max-width: 100% !important;
		flex-wrap: wrap !important
	}
	#exitIntentModal > div > div > div > div {
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box !important
	}
	#exitIntentModal > div > div > div > div:last-child {
		padding: 20px 16px !important
	}
	#exitIntentModal h2 {
		font-size: 1.25rem !important;
		word-wrap: break-word
	}
	#exitIntentModal p, #exitIntentModal li {
		word-wrap: break-word
	}
}

@media (min-width: 901px) {
	.floating-cta-mobile {
		display: none !important;
	}
}

@media (max-width: 900px) {
	html, body {
		overflow-x: hidden;
		max-width: 100vw
	}

	.topbar {
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		z-index: 100 !important
	}

	body {
		padding-top: 56px
	}

	.container {
		width: min(1120px, 92vw);
		max-width: 100%
	}

	.carousel-viewport {
		overflow-x: hidden;
		min-width: 0
	}

	.hero-card, .plan-card, .card, .contact-box {
		min-width: 0
	}

	nav {
		display: none
	}

	/* Mobile: depoimentos com botões e bolas abaixo (igual desktop) */
	.carousel-controls .carousel-nav {
		display: flex !important;
		align-items: center;
		justify-content: center
	}

	/* Mobile: todo o conteúdo centralizado */
	main {
		text-align: center
	}

	.hero-grid > div:first-child,
	.section h2,
	.section-subtitle,
	.contact-box > div,
	.faq-wrap > h2,
	.faq-wrap .section-subtitle {
		text-align: center
	}

	.hero-cta {
		justify-content: center
	}

	.hero-stats {
		justify-content: center
	}

	.lead {
		margin-left: auto;
		margin-right: auto
	}

	.benefits-grid,
	.contact-box,
	.hero-grid,
	.plans {
		grid-template-columns: 1fr;
		display: grid
	}

	.benefits-grid .card,
	.contact-box {
		text-align: center
	}

	.contact-actions {
		justify-content: center
	}

	.plans.plans-trio {
		grid-template-columns: 1fr
	}

	.premium {
		transform: none
	}

	.results-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.faq-list, .faq-question, .faq-content {
		text-align: left
	}

	.contact-actions {
		min-width: auto
	}

	.floating-cta {
		display: none !important;
	}

	/* Rodapé: timer fixo 100% width na base da tela */
	.sticky-timer {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		bottom: 0 !important;
		transform: none !important;
		border-radius: 0 !important;
		padding: .6rem 1rem !important;
		padding-bottom: max(.6rem, env(safe-area-inset-bottom)) !important;
		justify-content: center;
		box-sizing: border-box
	}

	.sticky-timer.visible {
		transform: none !important
	}

	/* Badges (online e compra) 100% de largura, centralizados no mobile */
	.social-badge {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		transform: none !important;
		bottom: calc(52px + 0.35rem + env(safe-area-inset-bottom)) !important;
		border-radius: 0 !important;
		box-sizing: border-box;
		padding-left: 1rem;
		padding-right: 1rem;
		justify-content: center !important
	}

	.social-badge.hidden {
		transform: translateY(8px) !important
	}

	/* CTA mobile acima do timer e dos badges */
	body a.floating-cta-mobile {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: fixed !important;
		left: 0.8rem !important;
		right: 0.8rem !important;
		bottom: calc(52px + 2.5rem + env(safe-area-inset-bottom)) !important;
		transform: none !important;
		width: calc(100% - 1.6rem) !important;
		max-width: none;
		font-size: 1rem;
		font-weight: 800;
		padding: .85rem 1.25rem;
		z-index: 50 !important;
		text-decoration: none;
		color: #fff !important;
		background: linear-gradient(140deg, var(--primary), var(--primary-strong)) !important;
		border-radius: 999px;
		box-shadow: 0 10px 28px rgba(139, 92, 246, .45);
		-webkit-tap-highlight-color: rgba(139, 92, 246, .3);
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		box-sizing: border-box
	}

	body a.floating-cta-mobile:hover {
		transform: translateY(-1px) !important;
		box-shadow: 0 14px 30px rgba(139, 92, 246, .45);
	}
}