:root {
	--bg: #ffffff;
	--bg-light: #fafafa;
	--text: #333333;
	--text-dark: #1a1a1a;
	--muted: #666666;
	--dark: #1f1f1f;
	--dark-2: #2a2a2a;
	--card: #ffffff;
	--primary: #22c55e;
	--primary-2: #16a34a;
	--primary-hover: #15803d;
	--primary-light: #dcfce7;
	--gold: #fbbf24;
	--gold-light: #fef3c7;
	--danger: #ef4444;
	--accent: #22c55e;
	--success: #22c55e;
	--border: #eeeeee;
	--shadow: rgba(0, 0, 0, 0.05);
	--shadow-lg: rgba(0, 0, 0, 0.1);
}

* { box-sizing: border-box; }
html { 
	scroll-behavior: smooth; 
	overflow-x: hidden;
	width: 100%;
}
#planos {
	scroll-margin-top: 0;
}
#plan-better-alert {
	scroll-margin-top: 0;
}
#plan-complete {
	scroll-margin-top: 150px;
}
html, body { 
	margin: 0; 
	padding: 0; 
	width: 100%;
	overflow-x: hidden;
}
body {
	background: #ffffff;
	color: var(--text);
	font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	width: 100%;
	max-width: 100vw;
}

main {
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}
.container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.section { padding: 80px 0; }
.section.hero { padding-top: 0; padding-bottom: 80px; }
.section.material { 
	padding-top: 60px; 
	padding-bottom: 80px; 
	background: #fafafa;
}
.section.dark {
	background: #fafafa;
	color: #333333;
	position: relative;
}
.section.dark > .container {
	position: relative;
	z-index: 1;
}

.top-ribbon {
	background: #ef4444;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 14px 0;
	letter-spacing: 0.5px;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
}
.top-ribbon .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-ribbon span { display: inline-block; }

@media (max-width: 768px) {
	.top-ribbon {
		padding: 10px 0;
		font-size: 11px;
	}
}

/* HERO */
.hero {
	position: relative;
	background: #1f1f1f;
	color: #ffffff;
	padding: 40px 0 60px;
	min-height: auto;
	display: flex;
	align-items: flex-start;
}
.hero .container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.hero-logo {
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-badges {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}
.security-badge {
	display: inline-block;
	background: #22c55e;
	color: #ffffff;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
	text-transform: uppercase;
}
.calendar-badge {
	display: inline-block;
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #ffffff;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
	text-transform: uppercase;
	animation: pulse-orange 2s ease-in-out infinite;
}
.no-sheet-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	padding: 10px 24px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
	.hero-badges {
		gap: 10px;
		margin-bottom: 20px;
	}
	.security-badge, .no-sheet-badge, .calendar-badge {
		font-size: 11px;
		padding: 10px 20px;
	}
}
.logo-text {
	font-family: 'Inter', sans-serif;
	font-size: clamp(22px, 3.5vw, 32px);
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
	padding: 8px 0;
	display: inline-block;
}
.logo-text::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, transparent, #10b981, transparent);
	border-radius: 2px;
}
.hero-main {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.hero h1 .calendar-subtitle {
	display: block;
	color: rgba(255, 255, 255, 0.85);
	font-size: clamp(0.9rem, 2.5vw, 1.1rem);
	font-weight: 500;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
	text-transform: none;
}
.hero h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: clamp(32px, 5.5vw, 52px);
	line-height: 1.25;
	color: #ffffff;
	letter-spacing: -0.5px;
	margin: 0;
	order: 1;
}
.hero h1 .songs-count-badge {
	display: inline-block;
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	padding: 10px 24px;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.2);
}
.hero h1 .highlight-word-1 {
	color: #ffffff;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
.hero h1 .highlight-word-1::after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 0;
	border-radius: 2px;
	z-index: -1;
}
.hero h1 .highlight-word-2 {
	color: #ffffff;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
.hero h1 .highlight-word-2::after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 0;
	border-radius: 2px;
	z-index: -1;
}
.hero h1 .highlight-word-special {
	color: #22c55e;
	font-weight: 800;
	position: relative;
	display: inline-block;
	background: rgba(34, 197, 94, 0.15);
	padding: 4px 16px;
	border-radius: 8px;
	border: 2px solid rgba(34, 197, 94, 0.3);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	margin-top: 24px;
	margin-bottom: 24px;
}
.hero-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: clamp(20px, 3vw, 28px);
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	margin: 0 0 32px 0;
	font-weight: 400;
	order: 2;
}
.hero-subtitle .subtitle-highlight {
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hero-promise {
	order: 5;
	margin: 32px 0;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.promise-intro {
	font-size: clamp(18px, 2.5vw, 22px);
	color: rgba(255,255,255,0.95);
	font-weight: 700;
	margin: 0 0 20px 0;
	text-align: center;
}
.hero-benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	width: 100%;
}
.hero-benefit-item {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 16px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.hero-benefit-item:hover {
	background: rgba(255, 255, 255, 0.12);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.25);
}
.hero-benefit-item .check-icon {
	color: #22c55e;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
	display: inline-block;
}
.hero-benefit-item span:not(.check-icon) {
	color: rgba(255,255,255,0.95);
	font-size: clamp(14px, 1.8vw, 15px);
	line-height: 1.5;
	font-weight: 500;
}
.hero-mockup-wrapper {
	order: 3;
	margin: 40px 0 32px;
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-mockup-image {
	max-width: 520px;
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
.mockup-badge {
	position: absolute;
	padding: 10px 24px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	z-index: 2;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.mockup-badge-top {
	background: #fbbf24;
	color: #1a1a1a;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.mockup-badge-bottom {
	background: #ef4444;
	color: #ffffff;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.hero-description {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
	order: 4;
}
@media (max-width: 768px) {
	.hero-mockup-image {
		max-width: 90%;
	}
	.mockup-badge {
		font-size: 10px;
		padding: 8px 16px;
	}
	.hero-description {
		font-size: 16px;
	}
}
.hero-main .btn-hero {
	order: 6;
	margin: 0;
}
.delivery-info-box {
	margin: 20px 0 0;
	text-align: center;
	order: 7;
}
.delivery-info-text {
	font-size: 15px;
	color: rgba(255,255,255,0.9);
	margin: 0 0 12px 0;
	font-weight: 500;
}
.delivery-channels {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}
.delivery-channel {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 16px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.delivery-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.whatsapp-icon {
	color: #25D366;
}
.email-icon {
	color: #ffffff;
}
.delivery-channel span {
	font-size: 14px;
	color: rgba(255,255,255,0.95);
	font-weight: 600;
}
.delivery-separator {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	font-weight: 400;
}
.customers-count {
	font-size: 16px;
	color: rgba(255,255,255,0.95);
	margin: 24px 0 0;
	text-align: center;
	font-weight: 700;
	order: 8;
	letter-spacing: 0.5px;
}

@media (max-width: 600px) {
	.delivery-channels {
		flex-direction: column;
		gap: 8px;
	}
	.delivery-separator {
		display: none;
	}
}
.btn-hero {
	font-size: 16px;
	font-weight: 700;
	padding: 18px 40px;
	border-radius: 50px;
	background: #22c55e;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	animation: pulse-green 2s ease-in-out infinite;
	box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
}
.btn-hero:hover {
	background: #16a34a;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(34, 197, 94, 0.5);
	animation: none;
}
.hero-media {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0 40px;
	order: 3;
	width: 100%;
}
.hero-media img {
	width: 100%;
	max-width: 2000px;
	min-height: 80vh;
	height: auto;
	object-fit: contain;
	border-radius: 20px;
	box-shadow: 0 20px 80px rgba(0,0,0,.7);
	background: transparent;
	display: block;
}
.hero-carousel-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}
.guarantee-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	padding: 12px 20px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 8px;
	font-size: 14px;
	color: var(--text);
	box-shadow: 0 2px 8px var(--shadow);
	width: fit-content;
}
.guarantee-icon {
	font-size: 18px;
}

/* BUTTONS */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	font-weight: 700;
	padding: 16px 32px;
	border-radius: 50px;
	color: #fff;
	background: #22c55e;
	box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.btn-primary {
	color: #fff;
	background: #22c55e;
	animation: pulse-green 2s ease-in-out infinite;
}
.btn-primary:hover {
	background: #16a34a;
	box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
	transform: translateY(-3px);
	animation: none;
}
@keyframes pulse-green {
	0%, 100% {
		box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
	}
	50% {
		box-shadow: 0 6px 20px rgba(34, 197, 94, 0.5);
	}
}
.btn-lg { 
	padding: 20px 40px; 
	font-size: 16px; 
}
.btn:hover { 
	transform: translateY(-3px); 
}
.btn:active { 
	transform: translateY(0); 
	box-shadow: 0 2px 8px rgba(34, 197, 94, .3);
}

/* URGENCY TIMER SECTION */
.urgency-timer-section {
	background: #ffffff;
	padding: 0;
}
.timer-urgency-box {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	padding: 32px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	box-shadow: 0 4px 20px rgba(239, 68, 68, 0.2);
}
.timer-icon {
	font-size: 48px;
	line-height: 1;
}
.timer-urgency-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(20px, 3.5vw, 28px);
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.inline-timer {
	display: flex;
	align-items: center;
	gap: 8px;
}
.inline-timer-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inline-timer-number {
	font-size: 48px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.inline-timer-text {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	text-transform: capitalize;
	margin-top: 4px;
}
.inline-timer-separator {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	margin: 0 4px;
}

@media (max-width: 768px) {
	.timer-urgency-box {
		padding: 24px 20px;
	}
	.timer-icon {
		font-size: 36px;
	}
	.timer-urgency-title {
		font-size: clamp(16px, 4vw, 20px);
	}
	.inline-timer-number {
		font-size: 36px;
	}
	.inline-timer-text {
		font-size: 10px;
	}
	.inline-timer-separator {
		font-size: 32px;
	}
}

/* MATERIAL SECTION */
.material h2,
.ideal h2 { 
	font-family: 'Poppins', sans-serif;
	text-align: center; 
	font-size: clamp(28px, 4.5vw, 40px);
	font-weight: 800;
	margin: 0 0 32px;
	line-height: 1.3;
	color: #1a1a1a;
}
.material .lead,
.ideal .lead {
	text-align: center;
	color: #666666;
	max-width: 860px;
	margin: 0 auto 32px;
	font-size: 17px;
	line-height: 1.7;
}
.material-media { 
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin: 32px 0;
	width: 100%;
}
.material-stack {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	flex-wrap: wrap;
}
.material-stack img {
	display: block;
	width: min(520px, 100%);
	height: auto;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,.18);
	background: #f6f7fb;
	border: 1px solid #e5e7eb;
}
@media (max-width: 900px) {
	.material-media {
		margin: 24px 0;
	}
	.material-stack {
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}
	.material-stack img {
		width: min(640px, 100%);
	}
}
.material-media .carousel {
	width: 100%;
}
.material-media img { 
	width: 100%; 
	height: auto; 
	border-radius: 12px; 
	background: #e5e5e5;
	display: block;
}

/* MATERIAL PREVIEW */
.material-preview-section {
	background: #000000;
	padding: 80px 0;
	position: relative;
}
.preview-title {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.3;
	color: #ffffff;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.calendar-highlight {
	text-align: center;
	font-size: clamp(15px, 3vw, 18px);
	color: #f59e0b;
	font-weight: 600;
	margin: 0 auto 50px;
	max-width: 700px;
	line-height: 1.5;
	padding: 0 20px;
}
.preview-carousel-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}
.preview-carousel {
	--items: 7;
	--carousel-duration: 25s;
	--carousel-item-width: clamp(200px, 25vw, 320px);
	--carousel-item-height: clamp(280px, 35vw, 450px);
	--carousel-item-gap: 16px;
	position: relative;
	width: 100%;
	max-width: 100vw;
	height: var(--carousel-item-height);
	overflow: hidden;
	margin: 0 auto;
}
.preview-carousel[mask] {
	mask-image: linear-gradient(to right, transparent, black 5% 95%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 5% 95%, transparent);
}
.preview-carousel > article {
	position: absolute;
	top: 0;
	left: calc(100% + var(--carousel-item-gap));
	width: var(--carousel-item-width);
	height: var(--carousel-item-height);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: transparent;
	padding: 0;
	will-change: transform;
	animation-name: marquee;
	animation-duration: var(--carousel-duration);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: calc(var(--carousel-duration) / var(--items) * var(--i) * -1);
}
.preview-carousel > article:nth-child(1) { --i: 0; }
.preview-carousel > article:nth-child(2) { --i: 1; }
.preview-carousel > article:nth-child(3) { --i: 2; }
.preview-carousel > article:nth-child(4) { --i: 3; }
.preview-carousel > article:nth-child(5) { --i: 4; }
.preview-carousel > article:nth-child(6) { --i: 5; }
.preview-carousel > article:nth-child(7) { --i: 6; }
.preview-carousel img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	background: transparent;
	display: block;
	margin: 0 auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
	.preview-carousel {
		--carousel-item-width: clamp(180px, 70vw, 280px);
		--carousel-item-height: clamp(250px, 95vw, 380px);
	}
	.preview-title {
		font-size: clamp(24px, 6vw, 32px);
		margin-bottom: 16px;
	}
	.calendar-highlight {
		font-size: clamp(13px, 3vw, 16px);
		margin-bottom: 40px;
	}
}

/* BENEFÍCIOS */
.benefits h2 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: clamp(28px, 4.5vw, 40px);
	font-weight: 800;
	margin: 0 0 16px;
	line-height: 1.3;
	color: #1a1a1a;
}
.benefits .lead {
	text-align: center;
	color: #666666;
	max-width: 860px;
	margin: 0 auto 32px;
	font-size: 17px;
	line-height: 1.7;
}
.cards {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}
.card {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 2px solid #f0f0f0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.card > * {
	position: relative;
	z-index: 1;
}
.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);
	border-color: #22c55e;
}
.card .icon { 
	font-size: 48px; 
	color: #22c55e; 
	line-height: 1;
	margin-bottom: 12px;
	filter: none;
}
.card h3 { 
	margin: 0 0 8px; 
	font-size: 17px; 
	font-weight: 700; 
	line-height: 1.4;
	text-align: center;
	color: #1a1a1a;
}
.card p {
	margin: 0;
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
}

/* PROMESSA */
.promise .eyebrow {
	text-align: center;
	opacity: .95;
	font-weight: 600;
	margin: 0 0 8px;
	font-size: 17px;
}
.promise .subtle {
	text-align: center;
	color: #d1d1d1;
	margin: 0 0 28px;
	font-size: 18px;
}
.highlight {
	background: linear-gradient(135deg, #0f0f0f 0%, #1a1625 100%);
	border-radius: 20px;
	padding: 48px 40px;
	box-shadow: 0 12px 40px rgba(0,0,0,.5), 0 0 0 1px rgba(212, 175, 55, 0.1) inset;
	text-align: center;
	border: 2px solid rgba(212, 175, 55, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.highlight::before {
	content: '✝';
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 200px;
	color: rgba(212, 175, 55, 0.03);
	line-height: 1;
	pointer-events: none;
}
.highlight h3 {
	margin: 0 0 24px;
	font-size: clamp(20px, 4vw, 30px);
	font-weight: 700;
	line-height: 1.3;
}
.benefits-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	text-align: left;
	max-width: 600px;
}
.benefits-list li {
	padding: 12px 0;
	font-size: 18px;
	line-height: 1.6;
	color: #f5f5f5;
	border-bottom: 1px solid rgba(255,255,255,.05);
}
.benefits-list li:last-child {
	border-bottom: none;
}

/* IDEAL */
.ideal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
	align-items: stretch;
}
.ideal {
	background: #ffffff;
}
.ideal-card {
	background: #fafafa;
	border-radius: 16px;
	padding: 36px 28px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	border: 2px solid #f0f0f0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}
.ideal-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);
	border-color: #22c55e;
}
.ideal-card .icon { 
	color: #22c55e; 
	font-size: 48px; 
	margin-bottom: 16px;
	display: block;
}
.ideal-card h3 { 
	margin: 0 0 12px; 
	font-weight: 700; 
	font-size: 19px; 
	color: #1a1a1a;
	line-height: 1.4;
}
.ideal-card p { 
	margin: 0; 
	color: #666666; 
	line-height: 1.7; 
	font-size: 15px;
}

/* PRODUTO */
.produto {
	padding-bottom: 40px;
}
.produto h2 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: clamp(28px, 4.5vw, 40px);
	font-weight: 800;
	margin: 0 0 16px;
	line-height: 1.3;
	color: #1a1a1a;
}
.produto .lead {
	text-align: center;
	color: #666666;
	max-width: 860px;
	margin: 0 auto 16px;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 500;
}

/* RECEBERÁ */
.recebera {
	padding-top: 40px;
	padding-bottom: 40px;
}
.recebera .pill {
	display: inline-block;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0 auto 32px;
	display: block;
	width: fit-content;
	box-shadow: 0 4px 16px rgba(30, 58, 138, .3);
	border: 2px solid rgba(212, 175, 55, 0.3);
	text-transform: uppercase;
}
.recebera-media { 
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin: 16px 0; 
}
.recebera-media img {
	width: min(1200px, 100%);
	height: auto;
	border-radius: 12px;
	background: transparent;
	display: block;
}
.recebera .badge {
	display: inline-block;
	background: #22c55e;
	color: #ffffff;
	padding: 8px 16px;
	border-radius: 50px;
	font-weight: 800;
	margin-bottom: 12px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.recebera h2 {
	margin: 8px 0 12px;
	font-size: clamp(22px, 4.2vw, 32px);
	text-align: center;
	color: #1a1a1a;
	font-weight: 800;
}
.recebera .item {
	text-align: center;
}
.checks {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}
.checks li::before {
	content: "✓";
	color: #22c55e;
	margin-right: 12px;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
}
.checks li {
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
}
.e-muito-mais {
	text-align: center;
	font-size: clamp(28px, 5vw, 40px);
	font-weight: 900;
	color: #22c55e;
	margin: 24px 0 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* BÔNUS */
.section.bonus {
	padding-top: 40px;
	padding-bottom: 80px;
}
.urgency-badge {
	display: inline-block;
	background: #ff3d00;
	color: #ffffff;
	padding: 12px 24px;
	border-radius: 50px;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.8px;
	text-align: center;
	margin: 0 auto 24px;
	width: fit-content;
	box-shadow: 0 4px 15px rgba(255, 61, 0, 0.3);
	animation: pulse-urgency 2s ease-in-out infinite;
	text-transform: uppercase;
}
@keyframes pulse-urgency {
	0%, 100% {
		box-shadow: 0 4px 15px rgba(255, 61, 0, 0.3);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 6px 20px rgba(255, 61, 0, 0.5);
		transform: scale(1.03);
	}
}
.bonus h2 { 
	text-align: center; 
	margin: 0 0 16px;
	font-size: clamp(28px, 4.5vw, 40px);
	font-weight: 800;
	line-height: 1.3;
	color: #1a1a1a;
}
.bonus .subtle { 
	text-align: center; 
	color: #666666; 
	margin: 0 0 24px; 
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}
.bonus .subtle strong {
	color: #1a1a1a;
	font-weight: 700;
}
.bonus .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1120px;
}
.bonus-value {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin: 0 auto 40px;
	max-width: 700px;
	line-height: 1.7;
	font-weight: 400;
}
.bonus-value strong {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 18px;
}
.bonus-free {
	display: block;
	margin-top: 12px;
	font-size: 20px;
	color: #22c55e;
	font-weight: 700;
	text-align: center;
}
.bonus-free strong {
	color: #22c55e;
	font-size: 24px;
	font-weight: 800;
}
.urgency-text {
	color: #ef4444;
	font-weight: 800;
	font-size: 16px;
	display: inline-block;
	margin-left: 4px;
}
.bonus-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 0;
	align-items: stretch;
	width: 100%;
}
.bonus-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
	border: 2px solid #f0f0f0;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}
.bonus-card:hover {
	background: #ffffff;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);
	border-color: #22c55e;
}
.bonus-image {
	margin: -28px -24px 20px -24px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.02);
}
.bonus-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.bonus-card .tag {
	display: inline-block;
	background: #22c55e;
	color: #ffffff;
	padding: 6px 14px;
	border-radius: 50px;
	font-weight: 700;
	margin: 0 0 16px;
	font-size: 11px;
	letter-spacing: 0.5px;
	width: fit-content;
	text-transform: uppercase;
}
.bonus-card h3 { 
	margin: 0 0 12px; 
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.4;
}
.bonus-price-inline {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.5;
}
.bonus-price-old {
	color: #999999;
	text-decoration: line-through;
	margin-right: 8px;
}
.bonus-price-new {
	color: #4caf50;
	font-weight: 700;
	font-size: 16px;
}
.bonus-card p { 
	margin: 0; 
	color: #666666; 
	line-height: 1.7;
	font-size: 14px;
	flex-grow: 1;
}

/* FOOTER */
.footer {
	background: #1a1a1a;
	color: #999999;
	text-align: center;
	padding: 40px 0 40px;
	font-size: 14px;
}
.footer .disclaimer {
	max-width: 920px;
	margin: 0 auto 16px;
	color: #888888;
	font-size: 13px;
	line-height: 1.7;
	opacity: .9;
}

/* MATERIAL SHOWCASE */
.material-showcase-section {
	background: #000000;
	padding: 80px 0;
	position: relative;
}
.showcase-title {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 700;
	margin: 0 0 50px;
	line-height: 1.3;
	color: #ffffff;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.showcase-carousel-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.showcase-carousel {
	--items: 6;
	--carousel-duration: 25s;
	--carousel-item-width: clamp(200px, 25vw, 320px);
	--carousel-item-height: clamp(280px, 35vw, 450px);
	--carousel-item-gap: 16px;
	position: relative;
	width: 100%;
	max-width: 100vw;
	height: var(--carousel-item-height);
	overflow: hidden;
	margin: 0 auto;
}
.showcase-carousel[mask] {
	mask-image: linear-gradient(to right, transparent, black 5% 95%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 5% 95%, transparent);
}
.showcase-carousel > article {
	position: absolute;
	top: 0;
	left: calc(100% + var(--carousel-item-gap));
	width: var(--carousel-item-width);
	height: var(--carousel-item-height);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: transparent;
	padding: 0;
	will-change: transform;
	animation-name: marquee;
	animation-duration: var(--carousel-duration);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: calc(var(--carousel-duration) / var(--items) * var(--i) * -1);
}
.showcase-carousel > article:nth-child(1) { --i: 0; }
.showcase-carousel > article:nth-child(2) { --i: 1; }
.showcase-carousel > article:nth-child(3) { --i: 2; }
.showcase-carousel > article:nth-child(4) { --i: 3; }
.showcase-carousel > article:nth-child(5) { --i: 4; }
.showcase-carousel > article:nth-child(6) { --i: 5; }
.showcase-carousel img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	background: transparent;
	display: block;
	margin: 0 auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}
.showcase-footer {
	text-align: center;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.showcase-carousel {
		--carousel-item-width: clamp(180px, 70vw, 280px);
		--carousel-item-height: clamp(250px, 95vw, 380px);
	}
	.showcase-title {
		font-size: clamp(24px, 6vw, 32px);
		margin-bottom: 40px;
	}
	.showcase-footer {
		font-size: 16px;
	}
}

/* URGENCY CTA */
.urgency-cta-section {
	background: #ffffff;
	padding: 60px 0;
}
.urgency-box {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
	border-radius: 24px;
	padding: 50px 40px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(239, 68, 68, 0.3);
	max-width: 900px;
	margin: 0 auto;
}
.urgency-timer-badge {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.urgency-timer-text {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
.urgency-countdown {
	display: flex;
	gap: 20px;
	align-items: center;
}
.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 70px;
}
.countdown-number {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.countdown-label {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	text-transform: capitalize;
	margin-top: 6px;
}
.urgency-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 800;
	line-height: 1.3;
	color: #ffffff;
	margin: 0 0 32px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.btn-urgency {
	font-size: 16px;
	font-weight: 800;
	padding: 20px 48px;
	border-radius: 8px;
	background: #22c55e;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
	border: none;
}
.btn-urgency:hover {
	background: #16a34a;
	box-shadow: 0 8px 30px rgba(34, 197, 94, 0.5);
	transform: translateY(-3px);
}

@media (max-width: 768px) {
	.urgency-box {
		padding: 40px 24px;
		border-radius: 16px;
	}
	.urgency-timer-badge {
		padding: 16px 20px;
		gap: 12px;
	}
	.urgency-timer-text {
		font-size: 11px;
	}
	.urgency-countdown {
		gap: 16px;
	}
	.countdown-item {
		min-width: 60px;
	}
	.countdown-number {
		font-size: 32px;
	}
	.countdown-label {
		font-size: 10px;
	}
	.urgency-title {
		font-size: clamp(24px, 6vw, 32px);
		margin-bottom: 24px;
	}
	.btn-urgency {
		font-size: 14px;
		padding: 18px 32px;
		width: 100%;
	}
}

/* PLANS */
.plans { 
	background: #ffffff;
}
.plans .urgency-badge {
	display: block;
	margin: 0 auto 20px;
}
.plans-title {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: clamp(32px, 4.5vw, 42px);
	font-weight: 800;
	margin: 0 0 12px;
	line-height: 1.3;
	color: #1a1a1a;
	position: relative;
	padding-bottom: 20px;
}
.plans-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #22c55e, transparent);
	border-radius: 2px;
}
.plans-subtitle {
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: 600;
	margin: 0 0 40px;
	letter-spacing: 0.3px;
}
.plans-subtitle strong {
	color: #ef4444;
	font-weight: 700;
}
.price-anchor {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px;
	margin: 0 auto 40px;
	max-width: 600px;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
	border: 1px solid #e5e5e5;
}
.anchor-title {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: var(--text);
	margin: 0 0 20px;
}
.anchor-list {
	display: grid;
	gap: 12px;
	margin-bottom: 20px;
}
.anchor-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: var(--text);
}
.anchor-item:last-child {
	border-bottom: none;
}
.anchor-price {
	font-weight: 700;
	color: var(--muted);
}
.anchor-total {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--text);
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 2px solid var(--primary);
}
.anchor-total strong {
	color: var(--primary);
	font-size: 24px;
}
.plans-grid-single {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 800px;
	margin: 0 auto;
}
.plans-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}
.plan-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 36px 28px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 2px solid #f0f0f0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.plan-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 35px rgba(0,0,0,.12);
}
.plan-card.plan-featured {
	border: 3px solid #22c55e;
	box-shadow: 0 10px 40px rgba(34, 197, 94, .2);
	position: relative;
	background: #ffffff;
}
.plan-card.plan-featured::before {
	content: '⚡MAIS VENDIDO';
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #fbbf24 !important;
	color: #1a1a1a !important;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.8px;
	box-shadow: 0 4px 15px rgba(251, 191, 36, .4);
	z-index: 1;
	text-transform: uppercase;
}
.plan-card.plan-featured:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 45px rgba(34, 197, 94, .25);
}
.plan-header {
	text-align: center;
	margin-bottom: 16px;
}
.plan-header h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 800;
	color: #1a1a1a;
}
.plan-subtitle {
	text-align: center;
	color: #666666;
	font-size: 15px;
	margin: 8px 0 0;
}
.plan-card.plan-featured .plan-header h3 {
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.3px;
	margin-top: 8px;
}
.plan-media { 
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin: 16px 0 20px; 
}
.plan-media img { 
	width: min(320px, 90%); 
	height: auto; 
	border-radius: 12px; 
	background: transparent;
	box-shadow: 0 4px 12px rgba(0,0,0,.08);
	display: block;
}
.plan-card.plan-featured .plan-media img {
	width: min(550px, 98%);
}
.plan-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: grid;
	gap: 10px;
	color: var(--text);
	flex-grow: 1;
}
.plan-list li { 
	position: relative; 
	padding-left: 26px; 
	font-size: 17px;
	line-height: 1.6;
}
.plan-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #22c55e;
	font-weight: 700;
	font-size: 20px;
	top: 2px;
}
.plan-price { 
	text-align: center; 
	margin-top: auto;
	padding-top: 24px;
}
.plan-price .amount {
	color: #22c55e;
	font-weight: 800;
	font-size: 42px;
	line-height: 1.1;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
}
.plan-price .amount.big { font-size: 54px; }
.plan-card.plan-featured .plan-price .amount {
	color: #22c55e;
	font-size: 48px;
}
.plan-card.plan-featured .plan-price .amount.big { 
	font-size: 56px;
}
.plan-price .installments { 
	color: var(--muted); 
	font-size: 16px; 
	margin-top: 4px;
}
.plan-price .from { 
	color: var(--danger); 
	margin-bottom: 8px; 
	font-size: 16px; 
}
.plan-cta { 
	display: block; 
	margin: 24px auto 12px; 
	max-width: 100%;
	width: 100%;
}
.plan-card.plan-featured .plan-cta {
	background: #22c55e;
	box-shadow: 0 4px 20px rgba(34, 197, 94, .3);
	font-size: 15px;
	padding: 18px 36px;
}
.plan-card.plan-featured .plan-cta:hover {
	background: #16a34a;
	box-shadow: 0 8px 30px rgba(34, 197, 94, .4);
	transform: translateY(-3px);
}
.plan-cta-basic {
	font-size: 13px;
	padding: 14px 28px;
	background: #22c55e;
	box-shadow: 0 2px 10px rgba(34, 197, 94, 0.2);
	animation: none;
	text-align: center;
	opacity: 0.9;
}
.plan-cta-basic:hover {
	background: #16a34a;
	box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
	transform: translateY(-2px);
	opacity: 1;
}
.plan-note-danger { 
	color: #dc2626; 
	text-align: center; 
	margin: 28px 0 0; 
	font-size: 17px; 
	line-height: 1.6;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 12px;
	padding: 20px 18px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(220, 38, 38, .08);
}
.plan-seal {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6px 0;
}
.plan-seal img {
	max-width: 340px;
	width: 100%;
	height: auto;
	display: block;
}
.plan-note {
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin: 16px 0 0;
	line-height: 1.6;
}
.plan-note strong {
	color: #22c55e;
	font-weight: 700;
}
.plan-better-offer {
	margin-top: 20px;
	padding: 16px;
	background: #fef3c7;
	border: 2px solid #f59e0b;
	border-radius: 8px;
	color: #92400e;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}
.plan-better-offer strong {
	color: #92400e;
	font-weight: 700;
	font-size: 16px;
}
.plan-better-offer span {
	font-size: 14px;
	font-weight: 400;
}
.plan-note-danger p {
	margin: 0 0 12px 0;
}
.plan-note-danger strong {
	font-weight: 700;
	color: #dc2626;
	font-size: 16px;
}
.plan-note-danger u {
	text-decoration: none;
	border-bottom: 2px solid #dc2626;
	padding-bottom: 2px;
	font-weight: 600;
	display: inline-block;
}
.plan-note-danger .highlight-text {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 17px;
	letter-spacing: 0.5px;
	color: #dc2626;
}
.plan-note-danger .arrow-down {
	color: #dc2626;
	font-size: 24px;
	line-height: 1;
	margin-top: 8px;
	animation: bounce-simple 2s ease-in-out infinite;
	letter-spacing: -4px;
}
@keyframes bounce-simple {
	0%, 100% { 
		transform: translateY(0);
	}
	50% { 
		transform: translateY(6px);
	}
}
.pdf-note { 
	text-align: center; 
	color: #666666; 
	margin: 0 0 16px; 
	font-size: 16px;
	font-weight: 500;
}
.plan-badge {
	display: inline-block;
	background: #ef4444 !important;
	color: #fff !important;
	font-weight: 800;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 12px;
	letter-spacing: 0.8px;
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.plan-check { 
	color: #22c55e; 
	font-weight: 700; 
	margin: 0 0 12px; 
	font-size: 15px;
	text-align: center;
}
.plan-better-alert {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	border: 2px solid #f59e0b;
	border-radius: 12px;
	padding: 14px 18px;
	margin: 20px 0 0;
	text-align: center;
	position: relative;
	box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	animation: alert-pulse 2s ease-in-out infinite;
}
@keyframes alert-pulse {
	0%, 100% {
		box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
		transform: scale(1.02);
	}
}
.plan-better-alert:hover {
	background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
	box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
	transform: translateY(-3px) scale(1.03);
	animation: none;
}
.alert-text {
	font-size: 14px;
	color: #92400e;
	line-height: 1.3;
	margin-bottom: 6px;
}
.alert-arrow {
	font-size: 36px;
	line-height: 1;
	display: block;
	animation: bounce-arrow-intense 0.8s ease-in-out infinite;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}
@keyframes bounce-arrow-intense {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(12px) scale(1.15);
	}
}
.plan-better-alert strong {
	color: #92400e;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.2px;
}
.plan-sep {
	border: 0;
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
}
.save { 
	color: #333333; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	gap: 8px; 
	font-size: 15px;
	margin-top: 10px;
	font-weight: 600;
}
.save .dot { 
	width: 8px; 
	height: 8px; 
	background: #22c55e; 
	border-radius: 50%; 
	display: inline-block; 
}
.plan-fomo {
	text-align: center;
	color: #666666;
	font-size: 13px;
	margin: 16px 0 8px;
	line-height: 1.6;
}
.plan-fomo strong {
	color: #22c55e;
	font-weight: 700;
}
.gateways { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	gap: 12px; 
	margin-top: 16px;
}
.gateways img { 
	height: 130px; 
	width: auto; 
	filter: grayscale(0.2);
	max-width: 100%;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
	.cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bonus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.bonus-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
	.hero {
		padding: 20px 0 40px;
		min-height: 100vh;
		display: flex;
		align-items: center;
	}
	.hero-logo {
		margin-bottom: 16px;
	}
	.hero-main {
		margin-bottom: 0;
	}
	.hero h1 .calendar-subtitle {
		font-size: clamp(0.75rem, 3vw, 0.9rem);
		margin-bottom: 12px;
	}
	.hero h1 {
		order: 1;
		margin-bottom: 0;
		font-size: clamp(24px, 6vw, 32px);
	}
	.hero h1 .songs-count-badge {
		font-size: 0.85rem;
		padding: 8px 18px;
		margin-bottom: 16px;
	}
	.hero h1 .highlight-word-special {
		margin-top: 16px;
		margin-bottom: 12px;
	}
	.hero-subtitle {
		order: 2;
		margin-bottom: 20px;
		font-size: clamp(15px, 3.5vw, 18px);
	}
	.hero-carousel-wrapper {
		order: 3;
		margin: 20px 0;
	}
	.hero-promise {
		order: 5;
		margin: 24px 0;
	}
	.hero-benefits-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.hero-benefit-item {
		padding: 12px 14px;
	}
	.hero-main .btn-hero {
		order: 6;
		margin: 0;
		padding: 14px 32px;
		font-size: 15px;
	}
	.carousel {
		--carousel-item-width: clamp(140px, 28vw, 240px);
		--carousel-item-height: clamp(200px, 40vw, 340px);
	}
	.cards { grid-template-columns: 1fr; }
	.ideal-grid { grid-template-columns: 1fr; }
	.bonus-grid { 
		grid-template-columns: 1fr; 
		gap: 16px;
	}
	.section.bonus {
		padding-top: 32px;
		padding-bottom: 60px;
	}
	.bonus-card {
		padding: 24px 20px;
	}
	.bonus-image {
		margin: -24px -20px 16px -20px;
	}
	.bonus-value {
		font-size: 16px;
		margin-bottom: 32px;
	}
	.bonus .subtle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.urgency-badge {
		font-size: 12px;
		padding: 8px 16px;
		margin-bottom: 20px;
	}
	.urgency-text {
		font-size: 14px;
		display: block;
		margin-left: 0;
		margin-top: 4px;
	}
	.plans-grid { grid-template-columns: 1fr; }
}

/* ACESSO */
.acesso { 
	background: #fafafa;
}
.acesso h2 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 0 32px;
	font-size: clamp(32px, 4.5vw, 42px);
	font-weight: 800;
	line-height: 1.3;
	position: relative;
	padding-bottom: 20px;
	color: #1a1a1a;
}
.acesso h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #22c55e, transparent);
	border-radius: 2px;
}
.steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}
.step {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 24px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
	border: 2px solid #f0f0f0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);
	border-color: #22c55e;
}
.step .num {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #22c55e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 20px;
	flex-shrink: 0;
}
.step h3 { margin: 2px 0 8px; font-size: 18px; font-weight: 700; color: #1a1a1a; }
.step p { margin: 0; color: #666666; line-height: 1.6; }

@media (max-width: 900px) {
	.steps { grid-template-columns: 1fr; }
}

/* GARANTIA */
.garantia {
	background: #fafafa;
}
.guarantee-box {
	background: #ffffff;
	border-radius: 24px;
	padding: 56px 40px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
	border: 3px solid #22c55e;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.guarantee-box::before {
	content: '🛡️';
	position: absolute;
	top: -30px;
	right: -30px;
	font-size: 200px;
	opacity: 0.03;
	pointer-events: none;
}
.guarantee-icon-large {
	font-size: 80px;
	margin-bottom: 24px;
	filter: none;
}
.guarantee-box h2 {
	margin: 0 0 16px;
	font-size: clamp(26px, 4.5vw, 36px);
	font-weight: 800;
	color: #1a1a1a;
}
.guarantee-box p {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.7;
	color: #666666;
}
.guarantee-subtitle {
	color: #22c55e !important;
	font-weight: 700;
	font-size: 17px;
}

/* CTA FINAL */
.cta-final {
	background: #ffffff;
	text-align: center;
}
.cta-final h2 {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(36px, 5vw, 48px);
	font-weight: 800;
	margin: 0 0 24px;
	line-height: 1.3;
	color: #1a1a1a;
	position: relative;
	padding-bottom: 20px;
}
.cta-final h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #22c55e, transparent);
	border-radius: 2px;
}
.cta-subtitle {
	font-size: 17px;
	color: #666666;
	margin: 0 auto 32px;
	max-width: 700px;
	line-height: 1.7;
}

/* FAQ */
.faq { 
	background: #ffffff;
	border-top: 1px solid var(--border);
}
.faq h2 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 0 32px;
	font-size: clamp(32px, 4.5vw, 42px);
	font-weight: 800;
	line-height: 1.3;
	position: relative;
	padding-bottom: 20px;
	color: #1a1a1a;
}
.faq h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #22c55e, transparent);
	border-radius: 2px;
}
.accordion {
	max-width: 880px;
	margin: 0 auto;
	display: grid;
	gap: 16px;
}
.acc-item {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
	border: 2px solid #f0f0f0;
	transition: all 0.3s ease;
}
.acc-item:hover {
	box-shadow: 0 6px 20px rgba(34, 197, 94, 0.12);
	border-color: #22c55e;
}
.acc-trigger {
	width: 100%;
	border: 0;
	background: transparent;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	cursor: pointer;
	font-size: 16px;
	color: #1a1a1a;
	transition: color 0.3s ease;
}
.acc-trigger:hover {
	color: #22c55e;
}
.acc-trigger i { font-style: normal; color: #22c55e; font-size: 24px; font-weight: 700; }
.acc-panel {
	padding: 0 24px 20px;
	color: #666666;
	display: none;
	line-height: 1.7;
	font-size: 15px;
}

/* SLIDER (Hero e Material) - Carrossel contínuo CSS */
.carousel {
	--items: 6;
	--carousel-duration: 20s;
	--carousel-width: 100%;
	--carousel-item-width: clamp(160px, 20vw, 290px);
	--carousel-item-height: clamp(220px, 30vw, 380px);
	--carousel-item-gap: 8px;
	position: relative;
	width: 100%;
	max-width: 100vw;
	height: var(--carousel-item-height);
	overflow: hidden;
	margin: 0 auto;
}
.carousel[mask] {
	mask-image: linear-gradient(to right, transparent, black 4% 96%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 4% 96%, transparent);
}
.carousel > article {
	position: absolute;
	top: 0;
	left: calc(100% + var(--carousel-item-gap));
	width: var(--carousel-item-width);
	height: var(--carousel-item-height);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: transparent;
	padding: 0;
	will-change: transform;
	animation-name: marquee;
	animation-duration: var(--carousel-duration);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: calc(var(--carousel-duration) / var(--items) * var(--i) * -1);
}
.carousel > article:nth-child(1) { --i: 0; }
.carousel > article:nth-child(2) { --i: 1; }
.carousel > article:nth-child(3) { --i: 2; }
.carousel > article:nth-child(4) { --i: 3; }
.carousel > article:nth-child(5) { --i: 4; }
.carousel > article:nth-child(6) { --i: 5; }
.carousel > article:nth-child(7) { --i: 6; }
.carousel > article:nth-child(8) { --i: 7; }
.carousel > article:nth-child(9) { --i: 8; }
.carousel > article:nth-child(10) { --i: 9; }
.carousel img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	background: transparent;
	display: block;
	margin: 0 auto;
}
#hero .carousel img {
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc((var(--items) * (var(--carousel-item-width) + var(--carousel-item-gap))) * -1));
	}
}
@media (max-width: 600px) {
	.carousel {
		--carousel-width: min(98vw, 640px);
		--carousel-item-width: clamp(180px, 90vw, 320px);
		--carousel-item-height: clamp(250px, 120vw, 420px);
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.top-ribbon {
		padding: 6px 0;
		font-size: 10px;
	}
	.ctaGroup .guarantee-badge {
		font-size: 13px;
		padding: 8px 14px;
	}
	.plans-subtitle {
		font-size: 14px;
	}
	.plan-fomo {
		font-size: 13px;
	}
	.price-anchor {
		padding: 24px 20px;
	}
	.bonus-grid {
		grid-template-columns: 1fr;
	}
}

