*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	color: #212121;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

/* ========== UTILITIES ========== */
.block {
	display: block;
}
.flex {
    display: flex;
}
.justify-center {
  justify-content: center;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.relative {
	position: relative;
}
.clear {
	clear: both;
}
.mt-4 {
	margin-top: 4px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mx-auto {
	margin-inline: auto;
}
.tracking-minus-\[halfpx\] {
	letter-spacing: -0.5px;
}
.tracking-minus-1 {
	letter-spacing: -1px;
}
.video-box {
	border: 0;
	border-radius: 0;
}
.max-w-\[600px\] {
	max-width: 600px;
}
.max-w-\[700px\] {
	max-width: 700px;
}
.max-w-\[880px\] {
	max-width: 880px;
}
.max-w-\[900px\] {
	max-width: 900px;
}
.max-w-\[950px\] {
	max-width: 950px;
}
.max-w-\[980px\] {
	max-width: 980px;
}
.max-w-\[1152px\] {
	max-width: 1152px;
}
.max-w-\[1190px\] {
	max-width: 1190px;
}

/* ========== ANIMATION ========== */
@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		opacity: 0.3;
	}
	100% {
		transform: scale(1.06, 1.15);
		opacity: 0;
	}
}

/* ========== RESPONSIVE IMAGES ========== */
.header-logo img,
.header-social-proof img {
	width: 100%;
	height: auto;
	max-width: 604.8px;
}
.testimonial-img {
	width: 100%;
	max-width: 700px;
	height: auto;
	margin-bottom: 20px;
}
.sidebar-chart-img {
	width: calc(100% - 40px);
	height: auto;
	margin: 0 20px;
}
.payment-icons {
	width: 190px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}
.measurable-chart-img {
	width: 100%;
	max-width: 920px;
	height: auto;
	display: block;
	margin: 0 auto 28px;
}
.chevrons-img {
	width: 206px;
	height: auto;
}
.cta-guarantee-img {
	width: 500px;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 15px auto;
}
.benefits-section .cta-guarantee-img,
.day-section .cta-guarantee-img {
	margin: 0 auto 15px;
}
.day-center-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
}
.infographic-img {
	width: 100%;
	max-width: 780px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}
.bundletop-img {
	width: 100%;
	max-width: 824px;
	height: auto;
	display: block;
	margin: 0 auto 15px;
	border-radius: 8px;
}
.guarantee-badge-img {
	float: right;
	width: 360px;
	height: auto;
	margin: 0 -40px 20px 40px;
}

/* ========== HEADER BAR ========== */
.header-bar {
	background-color: #1f3557;
	padding: 4px 0px;
}
.header-bar .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
}
.header-logo {
	line-height: 1;
	max-width: 420px;
	position: relative;
	top: 2px;
	width: 100%;
}
.header-social-proof {
	line-height: 1;
	max-width: 750px;
}

/* ========== HERO SECTION ========== */
.hero-section {
	background: linear-gradient(#fff 0%, #f6f4ef 100%);
	padding: 20px 0 0;
}
.hero-headline-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.hero-headline-row h1 {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 61px;
	font-weight: 700;
	color: #1f3557;
	line-height: 1.1;
	margin-bottom: 25px;
}
.hero-subheadline {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: 500;
	color: #374151;
	line-height: 1.1;
	margin-bottom: 20px;
}
.hero-content-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px 0 0;
	display: flex;
	gap: 38px;
}
.hero-left {
	flex: 0 1 65.66%;
	min-width: 0;
}
.video-placeholder {
	background: #1a1a2e;
	width: 100%;
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-btn {
	width: 68px;
	height: 48px;
	background: #f00;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-btn::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #fff;
	margin-left: 3px;
}
.real-results-heading {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: 500;
	color: #374151;
	line-height: 1.1;
	text-align: center;
	margin: 20px 0;
}

/* ========== SIDEBAR ========== */
.hero-right {
	flex: 0 1 31.33%;
	min-width: 0;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
	padding: 15px 0 20px;
	align-self: flex-start;
}
.sidebar-meta {
	font-family: 'Inter Tight', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #212121;
	text-align: center;
	margin-bottom: 10px;
}
.sidebar-divider {
	margin: 0 50px 5px;
	border: none;
	border-top: 1px solid #ddd;
}
.sidebar-price-heading {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 27px;
	font-weight: 700;
	color: #1f3557;
	text-align: center;
	line-height: 1.15;
	margin: 0 10px 10px;
}
.sidebar-bullet {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 10px 4px;
}
.sidebar-bullet .star-icon {
	width: 22px;
	height: 22px;
	color: #173a7a;
	flex-shrink: 0;
}
.sidebar-bullet p {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #173a7a;
	margin: 0;
}
.sidebar-email-input {
	display: block;
	width: calc(100% - 40px);
	margin: 10px 20px;
	padding: 12px 18px;
	font-size: 21px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #4e4e4e;
	background: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom-width: 3px;
	border-radius: 5px;
	outline: none;
}

.sidebar-email-input:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}
.sidebar-email-input::placeholder {
	color: #999;
}
.sidebar-timer {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 900;
	color: #212121;
	text-align: center;
	margin: 15px 0 12px;
}
.sidebar-timer .timer-digits {
	color: #0165ba;
}
.sidebar-cta {
	display: block;
	position: relative;
	background: #2e7d61;
	color: #fff;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	padding: 20px 15px 23px;
	margin: 20px 20px 15px;
	border-radius: 15px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	transition: background 0.2s;
	z-index: 1;
}
.sidebar-cta::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: linear-gradient(#2e7d61 0%, #2e7d61 51%, #2e7d61 100%);
	z-index: -9;
	border-radius: 10px;
	animation: pulse 1.2s ease infinite;
}
.sidebar-cta:hover {
	background: #256b53;
}
.sidebar-guarantee {
	border: 2px dashed #333;
	border-radius: 5px;
	padding: 10px;
	margin: 0 25px 5px;
	text-align: center;
}
.sidebar-guarantee h3 {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #212121;
	margin-bottom: 5px;
}
.sidebar-guarantee p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #212121;
	line-height: 1.3;
}
.sidebar-secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 8px 0 0;
}
.sidebar-secure .lock-icon {
	width: 16px;
	height: 16px;
	color: #666;
}
.sidebar-secure p {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #666;
	margin: 0;
}

/* ========== MEASURABLE REDUCTION SECTION ========== */
.measurable-section {
	background: linear-gradient(#2a63b4 0%, #2a63b4 50%, #f6f4ef 50%);
	padding: 30px 0 0;
}
.measurable-card {
	max-width: 1080px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.15);
	padding: 45px 30px;
}
.measurable-card .card-heading {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 50px;
	font-weight: 700;
	color: #1f3557;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 10px;
}
.measurable-card .card-subheading {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #374151;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 28px;
}
.card-body-text,
.card-closing-text {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
}
.card-body-text {
	margin-bottom: 28px;
}
.card-closing-text {
	margin-top: 15px;
}
.check-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
}
.check-icon {
	width: 22px;
	height: 22px;
	color: #3e892e;
	flex-shrink: 0;
	margin-top: 3px;
}
.check-item p {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
	margin: 0;
}
.chevrons-row {
	max-width: 1280px;
	margin: 20px auto 0;
	padding: 32px 20px 0;
	text-align: center;
}

/* ========== SECTION 4: BENEFITS + RECOGNIZE + CTA ========== */
.benefits-section {
	background: #f6f4ef;
	padding: 10px 0;
}
.benefits-row {
	max-width: 1080px;
	margin: 0 auto;
	padding: 32px 0 0;
}
.benefits-heading {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 56px;
	font-weight: 700;
	color: #1f3557;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 25px;
}
.benefits-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
}
.benefits-check .check-icon {
	width: 22px;
	height: 22px;
	color: #3e892e;
	flex-shrink: 0;
	margin-top: 3px;
	margin-right: 5px;
}
.benefits-check p {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
	margin: 0;
}
.benefits-body {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
	margin-bottom: 28px;
}
.benefits-body strong {
	color: #4b5563;
	font-weight: 700;
}
.benefits-body p {
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 56px;
	font-weight: 700;
	color: #1f3557;
	line-height: 1.2;
	text-align: center;
}

/* CTA Row */
.cta-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 22px 20px 50px;
	text-align: center;
}
.cta-timer {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.cta-timer .timer-digits {
	color: #cc0000;
	min-width: 90px;
	display: inline-block;
}
.cta-button {
	display: block;
	position: relative;
	background: #2e7d61;
	color: #fff;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 46px;
	font-weight: 800;
	text-align: center;
	padding: 20px 15px 23px;
	margin: 0 auto 15px;
	max-width: 1152px;
	width: 100%;
	border-radius: 15px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	transition: background 0.2s;
	transition: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	z-index: 1;
}
.cta-button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: linear-gradient(#2e7d61 0%, #2e7d61 51%, #2e7d61 100%);
	z-index: -9;
	border-radius: 10px;
	animation: pulse 1.2s ease infinite;
}
.cta-button:hover {
	background: #256b53;
}
.cta-meta {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #4b5563;
	text-align: center;
	margin-bottom: 15px;
}
.cta-guarantee-heading {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: 800;
	color: #4b5563;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
}
.cta-guarantee-text {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.2;
	text-align: center;
	font-style: italic;
	margin: 0 auto;
}

/* ========== SECTION 5: DAY-BY-DAY BREAKDOWN ========== */
.day-section {
	background: #173a7a;
	padding: 30px 0;
}
.day-section .section-heading {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
	padding: 32px 0 25px;
}
.day-section .section-subheading {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5px;
}

/* 3-column grid: 1/4 - 1/2 - 1/4 */
.day-grid {
	max-width: 1400px;
	margin: 0 auto;
	padding: 28px 0 32px;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 0;
}
.day-grid .col-left,
.day-grid .col-right {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.day-grid .col-center {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Day cards */
.day-card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.day-card h4 {
	font-size: 22px;
	font-weight: 700;
	color: #ffcc33;
	line-height: 1.1;
	margin-bottom: 10px;
}
.day-card p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	margin: 0;
}

/* Closing text */
.day-section .closing-text {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
.day-section .closing-text p {
	margin-bottom: 18px;
}

/* CTA overrides for dark background */
.day-section .cta-row .cta-timer {
	color: #fff;
}
.day-section .cta-row .cta-timer .timer-digits {
	color: #fff;
}
.day-section .cta-row .cta-meta {
	color: #fff;
}
.day-section .cta-row .cta-guarantee-heading {
	color: #fff;
}
.day-section .cta-row .cta-guarantee-text {
	color: #fff;
}

/* ===== SECTION 6: If You've Ever Thought ===== */
.section-6 {
	background-color: #f6f4ef;
	padding: 64px 0 40px;
}
.section-6 .row {
	max-width: 1080px;
	margin: 0 auto;
	padding: 32px 0;
}
.section-6 .row-img {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px 32px;
}
.section-6 .pre-heading {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #374151;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 10px;
}
.section-6 .main-heading {
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	font-weight: 700;
	color: #1f3557;
	line-height: 1.2;
	text-align: center;
}
.section-6 .sub-heading {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #374151;
	line-height: 1.1;
	text-align: center;
}
.section-6 .body-text {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
}
.section-6 .body-text p {
	margin-bottom: 20px;
}
.section-6 .body-text strong {
	font-weight: 700;
	color: #4b5563;
}
.section-6 .section-label {
	font-family: 'Inter', sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #4b5563;
	line-height: 1.3;
	margin: 30px 0 25px;
}
.section-6 .blurb-list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.section-6 .blurb-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
}
.section-6 .blurb-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-top: 4px;
	margin-right: 5px;
}
.section-6 .blurb-icon.green {
	color: #3e892e;
}
.section-6 .blurb-icon.red {
	color: #b4363c;
}
.section-6 .blurb-text {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
}
.section-6 .blurb-text strong {
	font-weight: 700;
}
.section-6 .bold-statement {
	font-family: 'Inter', sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #4b5563;
	line-height: 1.3;
	margin: 20px 0;
}

@media (max-width: 768px) {
	.section-6 .main-heading {
		font-size: 36px;
	}
	.section-6 .pre-heading,
	.section-6 .sub-heading {
		font-size: 24px;
	}
}

/* ===== SECTION 7: WHEN YOU ORDER TODAY ===== */
.section-7 {
	background-color: #f6f4ef;
	padding: 30px 0;
}
.section-7 .row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 20px;
	text-align: center;
}
.section-7 .badge {
	display: inline-block;
	background: #cceef8;
	color: #152b50;
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 500;
	padding: 3px 30px;
	border-radius: 20px;
	margin-bottom: 5px;
}
.section-7 .main-heading {
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	font-weight: 700;
	color: #1f3557;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.section-7 .meta-text {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #212121;
	text-align: center;
	margin-bottom: 10px;
}
.section-7 .product-card {
	max-width: 1180px;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.section-7 .card-header {
	background: #152b50;
	padding: 30px 90px;
	border-radius: 20px 20px 0 0;
}
.section-7 .card-header h3 {
	font-family: 'Playfair Display', serif;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0;
}
.section-7 .card-body {
	padding: 30px 90px 20px;
}
.section-7 .card-body p {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
	margin-bottom: 20px;
}
.section-7 .card-body strong {
	font-weight: 700;
}
.section-7 .card-body em {
	font-style: italic;
}
.section-7 .cta-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 20px;
	text-align: center;
}
.section-7 .timer-text {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.section-7 .timer-text .timer-digits {
	color: #cc0000;
}
.section-7 .cta-sub {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #4b5563;
	text-align: center;
	margin-bottom: 15px;
}
.section-7 .guarantee-title {
	font-family: 'Inter', sans-serif;
	font-size: 23px;
	font-weight: 800;
	color: #4b5563;
	text-align: center;
	margin: 15px 0;
}
.section-7 .guarantee-body {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	color: #4b5563;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.section-7 .main-heading {
		font-size: 36px;
	}
	.section-7 .card-header {
		padding: 20px 25px;
	}
	.section-7 .card-header h3 {
		font-size: 26px;
	}
	.section-7 .card-body {
		padding: 20px 25px 30px;
	}
	.section-7 .cta-button {
		font-size: 28px;
		max-width: 100%;
	}
	.section-7 .product-card {
		margin: 0 10px 32px;
	}
}

/* ===== SECTION 8: Testimonials ===== */
.section-8 {
	background-color: #f6f4ef;
	padding: 30px 0;
}
.section-8 .row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 20px;
}
.section-8 .main-heading {
	font-family: 'Playfair Display', serif;
	font-size: 52px;
	font-weight: 700;
	color: #1f3557;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 25px;
}
.section-8 .subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #374151;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 15px;
}
.section-8 .moments {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #374151;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.section-8 .video-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 20px;
}
.section-8 .video-placeholder {
	aspect-ratio: 605 / 340;
	background: #111;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	text-align: center;
}
.section-8 .cta-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 20px;
	text-align: center;
}
.section-8 .timer-text {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.section-8 .timer-text .timer-digits {
	color: #cc0000;
}
.section-8 .cta-button {
	display: block;
	margin: 0 auto 10px;
	background: #2e7d61;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 46px;
	font-weight: 800;
	text-align: center;
	padding: 20px 15px 23px;
	border-radius: 15px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1;
}
.section-8 .cta-button:hover {
	background: #256b53;
}
.section-8 .cta-sub {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #4b5563;
	text-align: center;
	margin-bottom: 15px;
}
.section-8 .guarantee-title {
	font-family: 'Inter', sans-serif;
	font-size: 23px;
	font-weight: 800;
	color: #4b5563;
	text-align: center;
	margin: 15px 0 15px;
}
.section-8 .guarantee-body {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	color: #4b5563;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.section-8 .main-heading {
		font-size: 32px;
	}
	.section-8 .subtitle,
	.section-8 .moments {
		font-size: 22px;
	}
	.section-8 .video-grid {
		grid-template-columns: 1fr;
	}
	.section-8 .cta-button {
		font-size: 28px;
		max-width: 100%;
	}
}

/* ===== SECTION 9: Why Meditation... + What Women Notice ===== */
.section-9 {
	background-color: #173a7a;
	padding: 30px 0;
}
.section-9 .row-heading {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 0 0;
}
.section-9 .row-body {
	max-width: 1080px;
	margin: 0 auto;
	padding: 32px 0;
}
.section-9 .row-card {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 15px;
}
.section-9 .row-body-narrow {
	max-width: 1100px;
	margin: 0 auto;
	padding: 32px 0 0;
}
.section-9 .main-heading {
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.section-9 .body-text-white {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
}
.section-9 .body-text-white p {
	margin-bottom: 20px;
}
.section-9 .body-text-white strong {
	font-weight: 700;
}
.section-9 .body-text-white em {
	font-style: italic;
}
.section-9 .card {
	background: #f6fcff;
	overflow: hidden;
}
.section-9 .card-header {
	background: #01abde;
	padding: 10px 20px 10px;
	text-align: center;
}
.section-9 .card-header h3 {
	font-family: 'Playfair Display', serif;
	font-size: 43px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0;
}
.section-9 .card-body {
	border: 5px solid #01abde;
	padding: 25px 40px 20px;
}
.section-9 .card-body p {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
	margin-bottom: 20px;
}
.section-9 .card-body strong {
	font-weight: 700;
}
@media (max-width: 768px) {
	.section-9 .main-heading {
		font-size: 36px;
	}
	.section-9 .card-header h3 {
		font-size: 28px;
	}
	.section-9 .card-body {
		padding: 20px 25px 30px;
	}
}

/* ===== SECTION 10: Guarantee ===== */
.section-10 {
	background-color: #f6f4ef;
	padding: 60px 0;
}
.section-10 .guarantee-card {
	max-width: 1180px;
	margin: 0 auto;
	background: #f6fcff;
	border-radius: 20px;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.section-10 .card-header {
	background: #152b50;
	padding: 30px 90px 40px;
	border-radius: 20px 20px 0 0;
}
.section-10 .card-header h3 {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	margin: 0;
}
.section-10 .card-body {
	padding: 30px 90px 40px;
	position: relative;
}
.section-10 .bold-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #4b5563;
	line-height: 1.3;
	margin-bottom: 20px;
}
.section-10 .body-text p {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
	margin-bottom: 20px;
}
.section-10 .body-text strong {
	font-weight: 700;
}
.section-10 .body-text em {
	font-style: italic;
}
.section-10 .option-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.section-10 .option-icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin-top: 2px;
}
.section-10 .option-icon.green {
	color: #13912e;
}
.section-10 .option-icon.red {
	color: #cc0000;
}
.section-10 .option-content h4 {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #4b5563;
	line-height: 1.3;
	margin-bottom: 8px;
}
.section-10 .option-content p {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 1.4;
	margin-bottom: 20px;
}
.section-10 .option-content p:last-child {
	margin-bottom: 0;
}
.section-10 .cta-row {
	margin: 0 auto;
	padding: 70px 0 0;
	text-align: center;
}
.section-10 .timer-text {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.section-10 .timer-text .timer-digits {
	color: #cc0000;
}
.section-10 .cta-button {
	display: block;
	margin: 0 auto 10px;
	background: #2e7d61;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 46px;
	font-weight: 800;
	text-align: center;
	padding: 20px 15px 23px;
	border-radius: 15px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1;
}
.section-10 .cta-button:hover {
	background: #256b53;
}
.section-10 .cta-sub {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #4b5563;
	text-align: center;
	margin-bottom: 15px;
}
.section-10 .guarantee-title {
	font-family: 'Inter', sans-serif;
	font-size: 23px;
	font-weight: 800;
	color: #4b5563;
	text-align: center;
	margin: 15px 0 8px;
}
.section-10 .guarantee-body {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	color: #4b5563;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.section-10 .card-header {
		padding: 20px 25px;
	}
	.section-10 .card-header h3 {
		font-size: 28px;
	}
	.section-10 .card-body {
		padding: 20px 25px 30px;
	}
	.section-10 .guarantee-badge-img {
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
		display: block;
	}
	.section-10 .cta-button {
		font-size: 28px;
		max-width: 100%;
	}
	.section-10 .option-content h4 {
		font-size: 22px;
	}
}

/* ===== SECTION 11: FAQ + CLOSING + FINAL CTA ===== */
.section-11 {
	background: #f6f4ef;
	padding: 30px 0;
}
.section-11 .row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 0;
}
.section-11 .faq-heading {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 56px;
	font-weight: 700;
	color: #1f3557;
	text-align: center;
	line-height: 1.1;
	margin: 0 0 30px;
}

/* FAQ accordion */
.faq-item {
	border: 1px solid #d9d9d9;
	padding: 15px 20px;
	margin-bottom: 35px;
}
.faq-item:last-child {
	margin-bottom: 25px;
}
.faq-item.faq-open {
	background: #fff;
}
.faq-item.faq-closed {
	background: #1f3557;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.faq-question-text {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	padding-right: 50px;
}
.faq-open .faq-question-text {
	font-size: 23px;
	color: #152b50;
}
.faq-closed .faq-question-text {
	font-size: 20px;
	color: #fff;
}
.faq-icon {
	font-size: 20px;
	flex-shrink: 0;
}
.faq-open .faq-icon {
	color: #152b50;
}
.faq-closed .faq-icon {
	color: #fff;
}
.faq-answer {
	margin-top: 15px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 28px;
}
.faq-answer p {
	margin-bottom: 20px;
}
.faq-closed .faq-answer {
	display: none;
}

/* Closing text */
.section-11 .closing-row {
	max-width: 1080px;
	margin: 0 auto;
}
.section-11 .closing-heading {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 56px;
	font-weight: 700;
	color: #1f3557;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
.section-11 .closing-body {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4b5563;
	line-height: 28px;
}
.section-11 .closing-body p {
	margin-bottom: 20px;
}

/* Final CTA */
.section-11 .cta-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 0;
	text-align: center;
}
.section-11 .cta-timer {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #000;
	margin-bottom: 40px;
}
.section-11 .cta-timer .timer-digits {
	color: #cc0000;
}
.section-11 .cta-button {
	display: block;
	margin: 15px auto;
	background: #2e7d61;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 46px;
	font-weight: 800;
	text-decoration: none;
	padding: 20px 15px 23px;
	border-radius: 15px;
	text-align: center;
	line-height: 1.2;
}
.section-11 .cta-button:hover {
	background: #256b53;
}
.section-11 .cta-sub {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #4b5563;
	margin: 10px 0 20px;
}
.section-11 .cta-guarantee-img {
	margin: 10px auto;
}
.section-11 .cta-guarantee-heading {
	font-family: 'Inter', sans-serif;
	font-size: 23px;
	font-weight: 800;
	color: #4b5563;
	margin-bottom: 15px;
}
.section-11 .cta-guarantee-text {
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #4b5563;
	font-style: italic;
}

/* ===== FOOTER ===== */
.site-footer {
	background: #f6f4ef;
	padding: 64px 0;
	border-top: 1px dotted #666;
}
.site-footer .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
.site-footer p,
.site-footer a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #999;
    text-decoration: none;
}

@media (min-width: 768px) {
	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
	.header-bar .container {
		flex-direction: column;
		gap: 10px;
		min-height: auto;
		padding: 3px 20px;
	}
	.hero-headline-row h1 {
		font-size: 40px;
		line-height: 1.15;
	}
	.hero-subheadline {
		font-size: 24px;
	}
	.hero-content-row {
		flex-direction: column;
		gap: 20px;
	}
	.hero-left {
		flex: none;
	}
	.hero-right {
		flex: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.real-results-heading {
		font-size: 32px;
	}
	.sidebar-cta {
		font-size: 20px;
	}
	.sidebar-price-heading {
		font-size: 22px;
	}
	.measurable-card {
		margin: 0;
		padding: 30px 15px;
	}
	.measurable-card .card-heading {
		font-size: 36px;
	}
	.measurable-card .card-subheading {
		font-size: 26px;
	}
	.benefits-heading,
	.sub-heading {
		font-size: 36px;
	}
	.cta-button {
		font-size: 32px;
	}
	.day-section .section-heading {
		font-size: 36px;
	}
	.day-section .section-subheading {
		font-size: 20px;
	}
	.day-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.day-grid .col-center {
		padding: 0;
		order: -1;
	}
	.section-11 .faq-heading,
	.section-11 .closing-heading {
		font-size: 36px;
	}
	.section-11 .cta-button {
		font-size: 32px;
	}
}
@media (max-width: 480px) {
    section {
        padding-inline: 15px !important;
        padding-block: 18px !important;
    }
    .cta-timer {
        font-size: 20px;
    }
    .cta-timer .timer-digits {
        min-width: 75px;
    }
	.hero-headline-row h1 {
		font-size: 30px;
        margin-bottom: 12px;
	}
	.hero-subheadline {
		font-size: 20px;
        margin-bottom: 12px;
	}
	.real-results-heading {
		font-size: 26px;
	}
	.sidebar-cta {
		font-size: 18px;
	}
	.sidebar-email-input {
		font-size: 17px;
	}
    .sidebar-guarantee h3 {
        font-size: 18px;
    }
	.measurable-card .card-heading {
		font-size: 28px;
	}
	.measurable-card .card-subheading {
		font-size: 16px;
	}
	.card-body-text,
	.check-item p,
	.card-closing-text,
	.benefits-body,
	.benefits-check p {
		font-size: 17px;
	}
	.benefits-heading,
	.sub-heading {
		font-size: 28px;
	}
	.cta-button {
		font-size: 24px;
        line-height: 1.15;
	}
	.day-section .section-heading {
		font-size: 28px;
	}
	.day-card h4 {
		font-size: 18px;
	}
	.day-card p {
		font-size: 16px;
	}
	.section-11 .faq-heading,
	.section-11 .closing-heading {
		font-size: 28px;
	}
	.section-11 .cta-button {
		font-size: 24px;
	}
}
