/* ===============================
   Base & Global Styles
   =============================== */

.heading.sml {
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 8px;
}

p {
	font-size: 17px;
}

/* ===============================
   Lead Gen Hero Section
   =============================== */

.lead-gen-hero::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	opacity: 1;
	z-index: 1;
}

.lead-gen-hero-content {
	top: 75px;
}

/* ===============================
   Floating Button Section
   =============================== */
.button-float {
	bottom: 50px !important;
	z-index: 2;
}

.button-float p {
	position: relative;
	left: 50%;
	transform: translate(-50%);
	max-width: 500px;
	font-size: 20px;
	font-style: italic;
	z-index: 1;
}

/* ===============================
   Hero Product Package
   =============================== */
.package.hero-product {
	background: #ffffae;
}

.package.hero-product .package-ul .package-label .question,
.whats-this .question {
	background: #fde008;
}

/* ===============================
   Questions & Answers Block
   =============================== */
.questions-and-answers,
.general-block {
	position: relative;
	padding: 60px 20px;
}

/* ===============================
   Offer Banner Section
   =============================== */
.offer-banner {
	position: relative;
	width: 100%;
	max-width: 100vw !important;
	padding: 60px 20px;
	text-align: center;
	background: var(--primary_grey);
	color: var(--primary_white);
}

.offer-banner::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgb(255 245 171) -1%, rgba(255, 255, 255, 0) 75%);
	opacity: 0.2;
}

.offer-notice {
	position: relative;
	margin-top: 32px;
	font-size: 18px;
	line-height: 34px;
}

.offer-features {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: var(--font1);
	font-size: 34px;
}

.offer-features li {
	margin: 12px 0;
}

.offer-banner .button {
	display: block;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

/* ===============================
   Button Card (Image to Video)
   =============================== */
.button-card {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 40px;
	background: #e0e0e0;
	background-size: cover;
	background-position: center;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
}

.button-card .button {
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translate(-50%);
	display: block;
	padding: 13px 23px 10px;
	line-height: 38px;
	font-size: 32px;
}

/* ===============================
   Video Modal & Overlay
   =============================== */
.video-modal {
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
}

.video-modal.hide {
	display: none;
}

.video-box {
	position: relative;
	width: 90%;
	max-width: 400px;
	aspect-ratio: 9 / 16;
	background: #000;
}

.video-box video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}

.video-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 36px;
	height: 36px;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	line-height: 36px;
	cursor: pointer;
}

/* ===============================
   Main Slider Reveal Section
   =============================== */
.main-slider-wrapper {
	position: relative;
	max-height: 900px;
	overflow: hidden;
	transition: max-height 0.6s ease;
}

.main-slider-wrapper::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
	transition: opacity 0.6s ease;
	z-index: 2;
}

.main-slider-wrapper #reveal-prices {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
	transition: opacity 0.3s ease, visibility 0s linear 0.3s;
	z-index: 999;
}

.main-slider-wrapper.reveal-all {
	max-height: 9999px;
}

.main-slider-wrapper.reveal-all::before {
	opacity: 0;
}

/* ===============================
   Pricing Section Styles
   =============================== */
.price-container {
	position: relative;
	height: 72px;
	overflow: hidden;
}

.package .current-price-wrap {
	display: block;
}

.package .price-wrap {
	display: block;
}

.package .figure {
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 43px;
	font-weight: 500;
	font-family: var(--font1);
}

.package .period {
	position: relative;
	top: -6px;
	display: flex;
	align-items: end;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	color: #212529;
}

.package .period.yearly {
	margin-left: 0;
}

.package .button {
	white-space: nowrap !important;
}

/* ===============================
   Swipe Styles
   =============================== */
.swipe-wrapper {
	z-index: 999 !important;
}

.swipe {
	width: 75px !important;
	margin-right: 0 !important;
	bottom: 23px;
}

/* ===============================
   Small Revolution Banner
   =============================== */
.small-revolution {
	font-size: 37px;
	background: #fde008;
	width: fit-content;
	padding: 13px 20px 9px;
	line-height: 33px;
	margin-bottom: 34px;
	left: 50%;
	transform: translate(-50%) rotate(1deg);
}

.small-revolution.rev {
	top: -5px;
	padding: 19px 20px 9px;
	transform: translate(-50%) rotate(-1deg);
}

/* ===============================
   Responsive Media Queries
   =============================== */
@media (max-width: 500px) {
	.package .package-ul .package-label {
		max-width: 170px;
	}
}
