:root {
	--brand-green: #27ae60;
	--brand-dark: #10251a;
	--brand-light: #f3fbf6;
	--brand-yellow: #ffd166;
	--text-dark: #1f2933;
	--text-muted: #5f6b7a;
}

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

.topbar {
	background: var(--brand-dark);
	color: #fff;
	font-size: 14px;
}

.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/sec1-bg.jpg');
	background-size: cover;
	background-position: center left;
	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: #e8f8ef;
	color: #12753b;
	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;
}

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

.cta-btn:hover {
	background: #219653;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(39, 174, 96, 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);
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.check-list li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 16px;
	font-size: 17px;
}

.check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: -1px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #e8f8ef;
	color: var(--brand-green);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 15px;
}

.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: #f6fbf7;
}

.benefits-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.1;
	color: #10251a;
}

.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-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: 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;
			}
		}