/* =============================================
   Timbres Premium Multitracks — Landing Page
   ============================================= */

:root {
	--gold: #ddba78;
	--gold-light: #e0bd7e;
	--green: #29fd00;
	--green-border: #5cdd54;
	--red: #ff0000;
	--purple-dark: #24003a;
	--purple-deeper: #0e0016;
	--purple-card: #3e185c;
	--white: #ffffff;
	--text-muted: #f1f1f1;
	--font: "Montserrat", sans-serif;
	--container: 1100px;
	--section-padding: 50px;
}

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

body {
	margin: 0;
	font-family: var(--font);
	color: var(--white);
	background: var(--purple-deeper);
	line-height: 1.5;
}

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

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

/* ---- Layout ---- */

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 var(--section-padding);
}

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

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

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

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

.text-red {
	color: var(--red);
}

/* ---- Promo bar ---- */

.promo-bar {
	background: #ff0000;
	color: var(--white);
	font-weight: 700;
	text-align: center;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 1.4;
}

.promo-bar .highlight {
	color: #ffff00;
}

/* ---- Hero stack ---- */

.hero-stack .title-xl,
.hero-stack .title-md,
.hero-stack .title-sm,
.hero-stack h1,
.hero-stack h2 {
	margin: 0;
}

.hero-stack .title-md {
	margin-top: 14px;
}

.hero-delivery {
	font-size: 15px;
	font-weight: 500;
	color: var(--white);
	margin: 12px 0 0;
}

.hero-stack .price-old {
	margin: 10px 0 0;
}

.hero-stack .price-label {
	margin: 8px 0 0;
}

.hero-stack .price-current {
	margin: 6px 0 0;
	line-height: 1.1;
}

.hero-risk {
	font-size: 25px;
	font-weight: 800;
	color: var(--white);
	margin: 10px 0 0;
}

.hero-urgency {
	font-size: 20px;
	font-weight: 600;
	color: var(--gold-light);
	margin: 10px 0 0;
}

.hero-promo-note {
	font-size: 15px;
	font-weight: 500;
	color: var(--gold-light);
	margin: 18px 0 0;
}

.note-after-btn {
	margin-top: 18px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.section-purple .note-after-btn,
.pricing-card .note-after-btn {
	color: var(--white);
}

/* ---- Typography ---- */

h1, h2, h3 {
	margin: 0 0 16px;
	line-height: 1.2;
}

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

.title-lg {
	font-size: clamp(20px, 3.5vw, 35px);
	font-weight: 800;
}

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

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

.subtitle {
	font-size: 15px;
	font-weight: 500;
	color: var(--gold-light);
	margin: 0;
}

.price-old {
	font-size: clamp(20px, 4vw, 35px);
	font-weight: 800;
	color: var(--red);
}

.price-label {
	font-size: 25px;
	font-weight: 600;
}

.price-current {
	font-size: clamp(50px, 10vw, 80px);
	font-weight: 800;
	color: var(--green);
}

.price-card {
	font-size: clamp(40px, 8vw, 60px);
	font-weight: 800;
	color: var(--green);
}

/* ---- Sections backgrounds ---- */

.section-hero {
	background: linear-gradient(180deg, #000000 0%, var(--purple-dark) 100%);
}

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

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

/* ---- Logo ---- */

.logo {
	width: 30%;
	max-width: 326px;
	margin: 0 auto 16px;
}

.logo-sm {
	width: 61%;
	max-width: 300px;
	margin: 0 auto 16px;
}

/* ---- Feature list ---- */

.feature-list {
	list-style: none;
	padding: 0;
	margin: 12px auto;
	max-width: 400px;
}

.feature-list--hero {
	width: fit-content;
	margin: 12px auto;
}

.feature-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(15px, 2vw, 20px);
	font-weight: 600;
	padding: 5px 0;
}

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

.feature-list--compact li {
	font-size: 15px;
	font-weight: 600;
}

.feature-list--compact svg {
	width: 14px;
	height: 14px;
}

.divider {
	border: none;
	border-top: 1px solid var(--white);
	margin: 0;
	opacity: 0.4;
}

/* ---- Buttons ---- */

.btn {
	display: inline-block;
	background: var(--green);
	color: #000;
	font-family: var(--font);
	font-size: clamp(15px, 2.5vw, 30px);
	font-weight: 700;
	padding: 14px 32px;
	border: 1px solid var(--green-border);
	border-radius: 10px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
	box-shadow: 0 0 16px rgba(1, 255, 0, 0.57);
	cursor: pointer;
	transition: transform 0.2s;
	margin: 0;
}

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

.btn:hover {
	transform: scale(1.03);
}

.btn--pulse {
	animation: pulse 0.5s ease-in-out infinite alternate;
}

@keyframes pulse {
	from { transform: scale(1); }
	to   { transform: scale(1.08); }
}

/* ---- Video ---- */

.video-wrapper {
	margin: 32px auto;
	max-width: 800px;
}

.video-wrapper video {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

/* ---- Testimonials ---- */

.testimonial-img {
	width: 40%;
	max-width: 500px;
	margin: 24px auto;
}

/* ---- Pricing card ---- */

.pricing-card {
	background: var(--purple-dark);
	border: 2px solid var(--white);
	border-radius: 10px;
	padding: 20px;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
}

.pricing-card__logo {
	width: 61%;
	max-width: 300px;
	margin: 0 auto 6px;
}

.pricing-card__badge {
	background: linear-gradient(180deg, #f5a15a 0%, #a65c1c 100%);
	border-radius: 10px;
	padding: 3px 0;
	margin: 0 30px 4px;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
}

.pricing-card__payment {
	font-size: 15px;
	font-weight: 600;
	color: var(--white);
	margin: -4px 0 0;
}

.pricing-card__price {
	font-size: clamp(40px, 8vw, 60px);
	font-weight: 800;
	color: var(--green);
	margin: -6px 0 10px;
	line-height: 1.1;
}

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

.feature-list--pricing li {
	font-size: 15px;
	font-weight: 600;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	justify-content: flex-start;
}

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

.feature-list--pricing svg {
	width: 14px;
	height: 14px;
}

.pricing-card__note {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
}

/* ---- Summary box ---- */

.summary-box {
	border: 2px dotted var(--white);
	border-radius: 10px;
	padding: 20px;
	margin: 24px auto;
	max-width: 700px;
	font-size: clamp(15px, 2vw, 20px);
}

/* ---- Guarantee ---- */

.guarantee-badge {
	width: 211px;
	margin: 0 auto 24px;
}

.guarantee-text {
	font-size: clamp(15px, 2vw, 20px);
	font-weight: 500;
	max-width: 700px;
	margin: 0 auto 24px;
}

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

/* ---- FAQ ---- */

.faq-list {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	margin-bottom: 4px;
	border-radius: 10px;
	overflow: hidden;
}

.faq-item summary {
	background: var(--purple-card);
	color: var(--white);
	font-size: clamp(15px, 2vw, 19px);
	font-weight: 700;
	padding: 17px 20px;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 8px;
}

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

.faq-item summary::before {
	content: "▶";
	color: #fff900;
	font-size: 12px;
	transition: transform 0.2s;
}

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

.faq-item .faq-answer {
	background: #000;
	color: #eee;
	font-size: clamp(15px, 2vw, 19px);
	padding: 16px 20px;
}

/* ---- Footer ---- */

.footer {
	text-align: center;
	padding-bottom: 40px;
}

.footer__legal {
	font-size: 11px;
	color: var(--text-muted);
	max-width: 700px;
	margin: 0 auto 24px;
}

.footer__logo {
	width: 50%;
	max-width: 326px;
	margin: 0 auto;
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
	:root {
		--section-padding: 20px;
	}

	.promo-bar {
		font-size: 14px;
		padding: 5px 12px;
	}

	.hero-delivery {
		font-size: 13px;
		margin-top: 10px;
	}

	.hero-stack .title-md {
		margin-top: 10px;
	}

	.hero-stack .price-old {
		margin-top: 8px;
	}

	.hero-stack .price-label {
		margin-top: 6px;
	}

	.hero-stack .price-current {
		margin-top: 4px;
	}

	.hero-risk {
		font-size: 20px;
		margin-top: 8px;
	}

	.hero-urgency {
		font-size: 15px;
		margin-top: 8px;
	}

	.hero-promo-note {
		font-size: 13px;
		margin-top: 12px;
	}

	.hero-stack .title-xl {
		font-size: 20px;
	}

	.hero-stack .title-md {
		font-size: 15px;
	}

	.feature-list--hero li {
		font-size: 15px;
	}

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

	.logo {
		width: 60%;
	}

	.testimonial-img {
		width: 80%;
	}

	.pricing-card__badge {
		margin: 0 25px 4px;
		font-size: 20px;
	}

	.pricing-card__price {
		font-size: 50px;
		margin-bottom: 8px;
	}

	.guarantee-badge {
		width: 50%;
	}
}
