/* ==========================================================================
   VapoCept landing page — hand-written stylesheet
   (replaces the Elementor-generated per-element hash classes)
   ========================================================================== */

/* --- Reset / base -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
body {
	font-family: "Sora", sans-serif;
	color: #000;
	background: #fff;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: "Roboto", sans-serif; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button, .btn { font-family: inherit; }

.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

/* --- Top bar --------------------------------------------------------------- */
.topbar {
	background: #A70C0C;
	padding: 15px 20px;
	text-align: center;
}
.topbar__title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	color: #fff;
}
@media (min-width: 768px) {
	.topbar__title { font-size: 30px; }
}

/* --- Marquee ----------------------------------------------------------------- */
.marquee {
	background: #810505;
	padding: 1em;
	overflow: hidden;
}
.marquee__track {
	display: flex;
	width: max-content;
	animation: marquee 30s linear infinite;
}
.marquee__item {
	flex: 0 0 auto;
	padding: 0 0.5em;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: .8em;
	font-weight: 400;
	word-spacing: 0.4em;
	text-transform: uppercase;
	white-space: nowrap;
}
@keyframes marquee {
	100% { transform: translateX(-50%); }
}

/* --- Hero ------------------------------------------------------------------ */
.hero {
	background: #fff;
	padding: 20px 10px 40px;
	text-align: center;
}
.hero__headline {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 1.2;
	text-align: start;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.hero { padding: 20px 20px 40px; }
	.hero__headline { font-size: 34px; }
}
.hero__updated {
	font-size: 14px;
	color: #333;
	margin: -5px 0 15px;
	text-align: left;
}
.hero__video {
	max-width: 400px;
	margin: 0 auto 15px;
}
.hero__image {
	max-width: 82%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.hero__image { max-width: 50%; }
}

/* --- Sections revealed once the video has been watched ---------------------- */
.esconder { display: none; }

/* --- "choose your package" intro + scarcity banner --------------------------- */
.offer-intro {
	background: #000B2E;
	padding: 1em;
	text-align: center;
}
@media (min-width: 768px) {
	.offer-intro { padding: 44px 0 33px; }
}
.offer-intro__text {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.offer-intro__text { font-size: 34px; line-height: 44px; }
}
.scarcity-banner {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
}
.scarcity-banner__icon {
	width: 24px;
	height: 24px;
	margin-right: 14px;
	animation: spin 3s linear infinite;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.scarcity-banner__text { font-size: 12px; letter-spacing: 0.3px; }

/* --- Pricing ----------------------------------------------------------------- */
.pricing {
	position: relative;
	background: #fff;
	padding: 40px 5px 30px;
}
.pricing__shape-divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 0;
	pointer-events: none;
}
.pricing__shape-divider svg { display: block; width: 100%; height: 100%; }
.pricing__shape-divider path { fill: #000B2E; }
@media (min-width: 768px) {
	.pricing__shape-divider { height: 45px; }
}
@media (min-width: 768px) {
	.pricing { padding: 80px 10px 40px; }
}
.pricing__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	max-width: 1100px;
	margin: 0 auto;
}
@media (min-width: 1025px) {
	.pricing__grid { grid-template-columns: repeat(3, 1fr); gap: 25px; align-items: center; }
}

.pricing-card {
	display: flex;
	flex-direction: column;
	border: 3px solid var(--border);
	border-radius: 25px;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, .5);
	overflow: hidden;
	background: #fff;
	transition: transform .3s ease;
}
.pricing-card:hover { transform: scale(1.03); }
@media (min-width: 1025px) {
	.pricing-card:hover { transform: scale(1.05); }
}

.pricing-card--two   { --border: #000B2E; --header-bg: #000B2E; --shipping-bg: #820000;
	--grad-1: #FFCA43FA; --grad-2: #D1AE39FA; --btn-shadow: rgba(187, 125, 24, .98);
	order: 3; }
.pricing-card--six    { --border: #FF8200; --header-bg: #E17300; --shipping-bg: #ED8104;
	--grad-1: #F39602; --grad-2: #ED8104; --btn-shadow: #BD5E18;
	order: 1; }
.pricing-card--three  { --border: #000B2E; --header-bg: #000B2E; --shipping-bg: #121212;
	--grad-1: #FFCA43FA; --grad-2: #D1AE39FA; --btn-shadow: rgba(187, 125, 24, .98);
	order: 2; }

/* on tablet/desktop the 3-column grid restores the original left-to-right
   order: 2 bottles, 6 bottles (best value, centered), 3 bottles */
@media (min-width: 1025px) {
	.pricing-card--two, .pricing-card--six, .pricing-card--three { order: 0; }
	/* "best value" card pops up/down past the side cards */
	.pricing-card--six { margin-top: -20px; margin-bottom: -20px; transform: scale(1.06); }
	.pricing-card.pricing-card--six:hover { transform: scale(1.09); }
}

.pricing-card__label {
	background: var(--header-bg);
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 22px;
}
.pricing-card--six .pricing-card__label { font-weight: 800; font-size: 30px; }
@media (min-width: 768px) {
	.pricing-card__label { font-size: 35px; }
	.pricing-card--six .pricing-card__label { font-size: 35px; }
}

.pricing-card__product { text-align: center; padding: 10px 20px 0; }
.pricing-card__product h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.pricing-card__product img { max-width: 45%; margin: 0 auto; }
@media (min-width: 768px) {
	.pricing-card__product img { max-width: 67%; }
}

.pricing-card__price-row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	margin: 5px 0 -5px;
}
.pricing-card__currency,
.pricing-card__per {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000;
}
.pricing-card__amount {
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	font-size: 75px;
	color: #000;
	line-height: 1;
}
@media (min-width: 768px) {
	.pricing-card__amount { font-size: 90px; }
}

.pricing-card__features {
	max-width: 260px;
	margin: 10px auto 0;
}
.pricing-card__features li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 0;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-top: 1px dotted #000;
}
.pricing-card__features li:first-child { border-top: none; }
.pricing-card__features svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }

.pricing-card__total {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-top: 10px;
}
.pricing-card__total s { opacity: .6; margin-right: 6px; }
.pricing-card__total b { font-size: 1.3em; }

.pricing-card__shipping {
	display: table;
	margin: 6px auto 0;
	background: var(--shipping-bg);
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 5px;
}

.pricing-card__cta { padding: 15px 10px; text-align: center; }
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 95%;
	max-width: 380px;
	padding: 15px 10px;
	border-radius: 5px;
	font-family: "Sora", sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #000;
	background-image: linear-gradient(180deg, var(--grad-1) 49%, var(--grad-2) 50%);
	box-shadow: 0 5px 0 0 var(--btn-shadow);
}
.btn svg { width: 20px; height: 20px; fill: currentColor; }
@media (min-width: 768px) {
	.btn { font-size: 30px; line-height: 39px; padding: 20px; }
}
.pricing-card__cards { margin: 10px auto 0; max-width: 45%; }
@media (min-width: 768px) {
	.pricing-card__cards { max-width: 180px; }
}

/* --- Guarantee ---------------------------------------------------------------- */
.guarantee {
	background: #fff;
	padding: 20px 10px;
}
.guarantee__grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
@media (min-width: 768px) {
	.guarantee__grid { flex-direction: row; align-items: flex-start; text-align: left; }
}
.guarantee__badge { width: 180px; flex-shrink: 0; }
.guarantee__text p { margin-bottom: 12px; font-size: 15px; line-height: 1.5; }
.guarantee__certs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
}
@media (min-width: 768px) { .guarantee__certs { justify-content: flex-start; } }
.guarantee__certs img { width: 90px; }

/* --- Comments / social proof --------------------------------------------------- */
.comments { background: #fff; padding: 33px 10px; }
.comments__card {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #C0C0C0;
	border-radius: 20px;
}
.comments__heading {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px;
}
.comments__list { display: flex; flex-direction: column; gap: 20px; }
.comment { display: flex; gap: 10px; align-items: flex-start; }
.comment__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.comment__bubble {
	background: #F0F2F5;
	border-radius: 10px;
	padding: 12px 16px;
}
.comment__author {
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #365899;
	margin-bottom: 4px;
}
.comment__text {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.4;
	color: #000;
}
.comment__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6px;
	padding: 0 4px;
}
.comment__reply {
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	font-size: 12px;
	color: #949494;
}
.comment__reactions {
	display: flex;
	align-items: center;
	gap: 4px;
	border: 1px solid #C0C0C0;
	border-radius: 200px;
	padding: 2px 8px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #949494;
}
.comment__reactions img { width: 40px; }

/* --- Footer -------------------------------------------------------------------- */
.site-footer {
	background: #1A1919;
	color: #E9E9E9;
	text-align: center;
	padding: 2em 1em;
}
.site-footer p {
	font-family: "Poppins", sans-serif;
	font-size: .8em;
}

/* --- Hidden autoplay-unlock video ------------------------------------------------ */
.autoplay-unlock {
	position: fixed;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
	z-index: 9;
}
