/* =============================================
   Timbres Premium para Kontakt — Landing Page Moderna
   ============================================= */

html {
	scroll-behavior: smooth;
}

/* =============================================
   01. Variáveis & Reset
   ============================================= */
:root {
	--gold-primary: #ddba78;
	--gold-soft: #e0bd7e;
	--gold-glow: rgba(221, 186, 120, 0.4);
	--green-primary: #29fd00;
	--green-border: #5cdd54;
	--green-glow: rgba(41, 253, 0, 0.35);
	--purple-900: #0e0016;
	--purple-800: #24003a;
	--purple-700: #1a0030;
	--purple-600: #3e185c;
	--purple-500: #5a2285;
	--purple-glow: rgba(138, 43, 226, 0.2);
	--white: #ffffff;
	--white-soft: #f8f5ff;
	--text-muted: #b8a6c9;
	--text-dark: #1e0c30;
	--font-primary: "Inter", "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
	--font-accent: "Montserrat", sans-serif;
	--container: 1120px;
	--section-padding: 56px;
	--radius-lg: 24px;
	--radius-md: 16px;
	--radius-sm: 12px;
}

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

body {
	margin: 0;
	font-family: var(--font-primary);
	color: var(--white);
	background: var(--purple-900);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

/* =============================================
   02. Layout
   ============================================= */
.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

section {
	padding: var(--section-padding) 0;
	position: relative;
}

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

.text-gold {
	color: var(--gold-primary);
}

.text-green {
	color: var(--green-primary);
}

.text-red {
	color: #ff6b6b;
}

/* =============================================
   03. Promo Bar
   ============================================= */
.promo-bar {
	background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 12px 24px;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	z-index: 10;
	letter-spacing: -0.01em;
}

.promo-bar .highlight {
	font-weight: 800;
	color: #fff;
}

/* =============================================
   04. Hero Section
   ============================================= */
.section-hero {
	background: var(--purple-900);
	position: relative;
	padding-top: 60px;
}

.section-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 500px;
	background: radial-gradient(circle at 50% -100px, rgba(212, 175, 55, 0.15) 0%, transparent 60%);
	z-index: 0;
}

.hero-stack {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.hero-stack .logo {
	width: 240px;
	max-width: 70%;
	margin-bottom: 8px;
	filter: drop-shadow(0 0 20px var(--gold-glow));
}

.hero-stack .title-xl {
	font-size: clamp(24px, 4.5vw, 52px);
	font-weight: 800;
	font-family: var(--font-accent);
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}

.hero-stack .title-md {
	font-size: clamp(15px, 2.2vw, 28px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--white-soft);
	margin-top: 2px;
}

.hero-delivery {
	font-size: 14px;
	font-weight: 600;
	color: var(--gold-primary);
	margin: 0;
	background: rgba(221, 186, 120, 0.1);
	padding: 6px 20px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
}

.hero-stack .price-old {
	font-size: clamp(20px, 2.8vw, 34px);
	font-weight: 800;
	color: #ff6b6b;
	margin: 2px 0 0;
}

.hero-stack .price-label {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 6px 0 0;
}

.hero-stack .price-current {
	font-size: clamp(52px, 9vw, 80px);
	font-weight: 900;
	font-family: var(--font-accent);
	line-height: 1;
	background: linear-gradient(135deg, var(--green-border) 0%, var(--green-primary) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
	text-shadow: 0 0 60px var(--green-glow);
}

.hero-risk {
	font-size: clamp(20px, 2.8vw, 24px);
	font-weight: 800;
	color: var(--gold-soft);
	margin: 6px 0 0;
}

.hero-urgency {
	font-size: clamp(15px, 1.8vw, 20px);
	font-weight: 700;
	color: #ff6b6b;
	margin: 6px 0 0;
}

.hero-promo-note {
	font-size: 13px;
	font-weight: 600;
	color: var(--text-muted);
	margin: 12px 0 0;
}

/* Feature List Hero */
.feature-list--hero {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	max-width: 500px;
	margin-top: 10px;
}

.feature-list--hero li {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 12px 16px;
	border-radius: var(--radius-md);
	text-align: center;
	font-size: clamp(14px, 1.8vw, 17px);
	font-weight: 600;
	color: var(--white-soft);
}

/* =============================================
   05. Buttons
   ============================================= */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(135deg, var(--green-border) 0%, var(--green-primary) 100%);
	color: #000;
	font-family: var(--font-primary);
	font-size: clamp(15px, 2vw, 20px);
	font-weight: 800;
	padding: 16px 34px;
	border: none;
	border-radius: var(--radius-md);
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
	opacity: 0;
	transition: opacity 0.3s;
}

.btn::after {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	background: linear-gradient(135deg, var(--green-border) 0%, var(--green-primary) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity 0.3s;
}

.btn:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 20px 40px rgba(41, 253, 0, 0.28), 0 0 60px var(--green-glow);
}

.btn:hover::before {
	opacity: 1;
}

.btn--spaced {
	margin-top: 8px;
}

.btn--pulse {
	animation: btnPulse 2s ease-in-out infinite;
}

@keyframes btnPulse {
	0%, 100% { box-shadow: 0 20px 40px rgba(41, 253, 0, 0.22), 0 0 40px rgba(41, 253, 0, 0.18); }
	50% { box-shadow: 0 20px 50px rgba(41, 253, 0, 0.3), 0 0 60px rgba(41, 253, 0, 0.24); }
}

.note-after-btn {
	margin-top: 24px;
	font-size: 15px;
	font-weight: 500;
	color: var(--text-muted);
	line-height: 1.6;
}

/* =============================================
   06. Typography
   ============================================= */
h1, h2, h3 {
	margin: 0 0 14px;
	line-height: 1.2;
	font-family: var(--font-accent);
}

.title-xl {
	font-size: clamp(26px, 5vw, 58px);
	font-weight: 800;
}

.title-lg {
	font-size: clamp(22px, 3.5vw, 40px);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.title-md {
	font-size: clamp(16px, 2.5vw, 32px);
	font-weight: 700;
}

.title-sm {
	font-size: clamp(14px, 2vw, 20px);
	font-weight: 600;
}

/* =============================================
   07. Sections Backgrounds
   ============================================= */
.section-dark {
	background: var(--purple-900);
}

.section-purple {
	background: var(--purple-800);
}

.section-purple + .section-purple {
	padding-top: 24px;
}

/* =============================================
   08. Video Section
   ============================================= */
.video-wrapper {
	margin: 24px auto;
	max-width: 840px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.video-wrapper video {
	width: 100%;
	height: auto;
	display: block;
}

/* =============================================
   09. Testimonials
   ============================================= */
.testimonial-img {
	width: 100%;
	max-width: 560px;
	margin: 20px auto;
	border-radius: var(--radius-lg);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* =============================================
   10. Pricing Card
   ============================================= */
.pricing-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 28px;
	margin-top: 40px;
	width: 100%;
}

.pricing-card {
	background: linear-gradient(135deg, rgba(58, 0, 90, 0.6) 0%, rgba(26, 0, 48, 0.8) 100%);
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: var(--radius-lg);
	padding: 28px 24px;
	max-width: 440px;
	width: 100%;
	margin: 0;
	position: relative;
	backdrop-filter: blur(10px);
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 35px 100px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pricing-card--vip {
	border: 3px solid var(--gold-primary) !important;
	background: linear-gradient(135deg, rgba(95, 0, 145, 0.85) 0%, rgba(40, 0, 75, 0.98) 100%) !important;
	box-shadow: 0 25px 60px rgba(212, 175, 55, 0.25), 0 0 30px rgba(212, 175, 55, 0.18), inset 0 2px 0 rgba(255, 255, 255, 0.18) !important;
	z-index: 10;
	position: relative;
	overflow: visible;
}

/* Badge de "Mais Vendido/Recomendado" */
.pricing-card--vip::after {
	content: "MAIS VENDIDO!";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #d4af37 0%, #aa8416 100%);
	color: #000;
	font-size: 11px;
	font-weight: 900;
	padding: 5px 24px;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.pricing-card--vip:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 30px 80px rgba(212, 175, 55, 0.35), 0 0 40px rgba(212, 175, 55, 0.25), inset 0 2px 0 rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 767px) {
	.pricing-card--vip {
		transform: none !important;
		margin-top: 28px;
	}
	.pricing-card--vip:hover {
		transform: translateY(-5px) !important;
	}
}

.pricing-card::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.4) 0%, transparent 50%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.pricing-card__logo {
	width: 200px;
	max-width: 65%;
	margin: 0 auto 14px;
}

.pricing-card__badge {
	background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold-primary) 100%);
	color: var(--text-dark);
	border-radius: var(--radius-sm);
	padding: 6px 20px;
	margin: 0 auto 12px;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
}

.pricing-card__payment {
	font-size: 13px;
	font-weight: 600;
	color: var(--text-muted);
	margin: 0 0 6px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.pricing-card__price {
	font-size: clamp(48px, 8.5vw, 68px);
	font-weight: 900;
	font-family: var(--font-accent);
	line-height: 1;
	background: linear-gradient(135deg, var(--green-border) 0%, var(--green-primary) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0 0 16px;
	text-shadow: 0 0 40px rgba(41, 253, 0, 0.25);
}

.feature-list--pricing {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.feature-list--pricing li {
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--white-soft);
	display: flex;
	align-items: center;
	gap: 10px;
}

.feature-list--pricing li:last-child {
	border-bottom: none;
}

.feature-list--pricing svg {
	width: 20px;
	height: 20px;
	fill: var(--green-primary);
	flex-shrink: 0;
}

/* =============================================
   11. Summary Box
   ============================================= */
.summary-box {
	background: rgba(212, 175, 55, 0.06);
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: var(--radius-md);
	padding: 18px 20px;
	margin: 20px auto;
	max-width: 720px;
	font-size: clamp(14px, 1.8vw, 17px);
}

/* =============================================
   12. Guarantee
   ============================================= */
.guarantee-badge {
	width: 180px;
	max-width: 55%;
	margin: 0 auto 20px;
	filter: drop-shadow(0 0 30px rgba(255, 107, 107, 0.25));
}

.guarantee-text {
	font-size: clamp(14px, 1.8vw, 17px);
	font-weight: 500;
	color: var(--white-soft);
	max-width: 740px;
	margin: 24px auto 20px;
}

.guarantee-text p {
	margin: 0 0 12px;
}

.guarantee-text p:last-child {
	margin-bottom: 0;
}

/* =============================================
   13. FAQ
   ============================================= */
.faq-list {
	max-width: 840px;
	margin: 24px auto 0;
}

.faq-item {
	margin-bottom: 10px;
	border-radius: var(--radius-md);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: all 0.3s;
}

.faq-item:hover {
	border-color: rgba(212, 175, 55, 0.2);
	background: rgba(212, 175, 55, 0.04);
}

.faq-item summary {
	padding: 16px 20px;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(14px, 1.7vw, 17px);
	font-weight: 700;
	color: var(--white-soft);
}

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

.faq-item summary::after {
	content: "+";
	font-size: 28px;
	font-weight: 300;
	color: var(--gold-primary);
	line-height: 1;
	transition: transform 0.3s;
}

.faq-item[open] summary::after {
	transform: rotate(45deg);
}

.faq-item .faq-answer {
	padding: 0 24px 20px;
	font-size: clamp(14px, 1.6vw, 16px);
	color: var(--text-muted);
}

.faq-item[open] .faq-answer {
	animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

/* =============================================
   14. Footer
   ============================================= */
.footer {
	text-align: center;
	padding-bottom: 48px;
}

.footer__legal {
	font-size: 12px;
	color: var(--text-muted);
	max-width: 720px;
	margin: 0 auto 32px;
	line-height: 1.7;
}

.footer__logo {
	width: 240px;
	max-width: 70%;
	margin: 0 auto;
	opacity: 0.6;
}

/* =============================================
   15. Responsive
   ============================================= */
@media (max-width: 767px) {
	:root {
		--section-padding: 56px;
	}

	.container {
		padding: 0 20px;
	}

	.promo-bar {
		font-size: 13px;
		padding: 10px 16px;
	}

	.section-hero {
		padding-top: 40px;
	}

	.hero-stack .logo {
		width: 220px;
	}

	.feature-list--hero {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.btn {
		width: 100%;
		padding: 18px 28px;
		font-size: 16px;
	}

	.pricing-card {
		padding: 28px 20px;
	}
}
