:root {
	--brand-green: #27ae60;
	--brand-dark: #2A2A2A;
	--brand-light: #f3fbf6;
	--brand-yellow: #ffb015;
	--brand-red: #ef343b;
	--brand-red-dark: #8d181b;
	--brand-yellow-hover: #e89a00;
	--text-dark: #1f2933;
	--text-muted: #5f6b7a;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: var(--text-dark);
	background: #fff;
}

.topbar {
	color: #fff;
	font-size: 14px;
}

.p1-pgtop {
    font-size: 15px;
    line-height: 16px;
    padding: 10px 0 9px;
    color: #fff;
    font-weight: 300;
}

.p1-pgtop span {
    color: #ffb015;
    font-weight: 700;
}

.p1-pgtop span.span1 {
    text-transform: uppercase;
}

.hero {
	background-image:
		/*linear-gradient(
			to right,
			rgba(255,255,255,.05) 0%,
			rgba(255,255,255,.15) 35%,
			rgba(255,255,255,.85) 60%,
			rgba(255,255,255,.95) 100%
		),*/
		url('../img/bg-bnr.jpg');
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 700px;
	display: flex;
	align-items: center;
	padding: 80px 0;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #8d181b;
	color: #fff;
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 18px;
}

.hero h1 {
	font-size: clamp(36px, 5vw, 60px);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -1.5px;
}

.hero p {
	font-size: 20px;
	color: var(--text-muted);
	max-width: 620px;
}

.hero-img {
	max-width: 400px;
	width: 100%;
}

.cta-btn {
	background: var(--brand-yellow);
	border: none;
	color: #000;
	font-weight: 800;
	font-size: 20px;
	padding: 18px 30px;
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(255, 176, 21, 0.35);
	transition: all 0.2s ease;
}

.cta-btn:hover {
	background: var(--brand-yellow-hover);
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(255, 176, 21, 0.45);
}

.trust-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	padding: 28px;
	box-shadow: 0 18px 50px rgba(16, 37, 26, 0.08);
}

ul.points-bnrhm {
    width: auto;
    padding: 0;
    margin-left: 20px;
    display: inline-block;
}

ul.points-bnrhm li {
    width: auto;
    font-size: 23px;
    line-height: 23px;
    text-align: left;
    color: #2d2d2d;
    padding: 10px 0 5px 47px;
    font-weight: 700;
    background: url(../img/bullet-bnr.png) no-repeat left center;
    margin: 0 auto;
    letter-spacing: -1.4px;
}

ul.points-bnrhm li span {
    color: #8d181b;
}

.section {
	padding: 60px 0;
}

.info-card {
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	padding: 28px;
	height: 250px;
	background: #fff;
}

.info-card.card-1 {
	background-image: url(../img/101823768_s.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.info-card.card-2 {
	background-image: url(../img/Depositphotos_301543684_xl-2015.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.info-card.card-3 {
	background-image: url(../img/Depositphotos_47689693_l-2015.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.info-card.card-4 {
	background-image: url(../img/Depositphotos_334397420_xl-2015.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.info-card h3 {
	font-size: 21px;
	font-weight: 800;
}

.info-card p {
	color: var(--text-muted);
	margin-bottom: 0;
}

.cta-panel {
	background: var(--brand-dark);
	color: #fff;
	border-radius: 28px;
	padding: 45px 30px;
}

.cta-panel p {
	color: rgba(255, 255, 255, 0.75);
}

.disclaimer {
	font-size: 12px;
	color: #6b7280;
	line-height: 1.6;
}

.sticky-mobile-cta {
	display: none;
}

.benefits-section {
	background: #fff;
}

.benefits-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--brand-red);
	letter-spacing: -1px;
}

.benefits-title span {
	color: var(--brand-red-dark);
}

.benefit-card {
	background: #fff;
	border: 1px solid rgba(16, 37, 26, .08);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(16, 37, 26, .06);
	height: 100%;
}

.benefit-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.benefit-head span {
	color: var(--brand-red);
}

.benefit-icon {
	width: 52px;
	height: 52px;
	object-fit: contain;
	flex: 0 0 auto;
}

.benefit-card h3 {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.2;
	color: #10251a;
	margin: 0;
}

.benefit-card p {
	font-size: .98rem;
	line-height: 1.6;
	color: #5f6b7a;
	margin: 0;
}

.gluco-text {
	font-weight: 800;
	color: #27ae60;
}

.benefits-product-img {
	max-width: 360px;
	width: 100%;
	filter: drop-shadow(0 20px 30px rgba(16, 37, 26, .16));
}

.features-list {
	font-size: 1.05rem;
	line-height: 1.4;
	color: #10251a;
}

.features-list .bi-check-circle-fill {
	color: #27ae60 !important;
	flex-shrink: 0;
	margin-top: 2px;
}

@media (max-width: 1920px) {
	.hero {
		background-position: center top;
	}
}

@media (max-width: 991px) {
	.benefits-product-img {
		max-width: 280px;
		margin: 10px auto;
	}
}
		

@media (max-width: 767px) {
	.hero {
		padding: 44px 0 34px;
	}

	.hero h1 {
		letter-spacing: -0.8px;
	}

	.hero p {
		font-size: 18px;
	}

	.sticky-mobile-cta {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		padding: 12px;
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
		z-index: 999;
	}

	body {
		padding-bottom: 82px;
	}
}