*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
	--teal: #01986f;
	--teal-dark: #2d8a72;
	--teal-deep: #176456;
	--navy: #15476a;
	--navy-dark: #132233;
	--white: #ffffff;
	--off-white: #f7faf9;
	--light-teal-bg: #eaf6f2;
	--text-dark: #1a2e44;
	--text-muted: #4a6070;
	--border: #c8e6de;
	--font-body: 'Cormorant Garamond',serif;
}

body { font-family: var(--font-body); background: var(--white); color: var(--text-dark); }
/* hero bottom strip */
.bp-hero-stats {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: rgb(255 245 245 / 44%);
	backdrop-filter: blur(4px);
	display: grid;
	grid-template-columns: repeat(3,1fr);
	border-bottom: 1px solid;
}
.bp-hstat {
	padding: 5px 28px;
	border-right: 1px solid rgb(64 168 143);
	display: flex;
	align-items: baseline;
	gap: 14px;
}
.bp-hstat:last-child{border-right:none}
.bp-hstat-n{
	font-size:36px;font-weight:700;color:#01986f;
}
.bp-hstat-l{font-size:14px;color:rgb(0 0 0);letter-spacing:.06em}
/* ════════════════════════════════
HERO
════════════════════════════════ */
.hero-baro {
	background: #01986f;
	padding: 60px 0;
	display: flex;
	align-items: center;
	height: 25vh;
	justify-content: center;
	overflow: hidden;
}

.hero-p{
	color: #ffffff;
}

.hero-inner {
	text-align: center;
}
.hero-image {
	width: auto;
	height: 100px;
	/* max-height: 294px; */
	object-fit: contain;
}
/* Top logo (main brand) */
.baro-nav__logo-top {
	height: 26px;
	width: auto;
	object-fit: contain;
}
/* Bottom logo (barometer badge type) */
.baro-nav__logo-bottom {
	height: 14px;
	width: auto;
	object-fit: contain;
	opacity: 0.9;
}

.baro-nav__badge {
	display: inline-block;
	border: 2px solid var(--white);
	color: var(--white);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 2px 8px;
	border-radius: 3px;
	width: fit-content;
	margin-top: 2px;
}
.baro-nav__cta {
	background: var(--navy);
	color: var(--white);
	border: none;
	border-radius: 8px;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.3;
	text-align: center;
}

/* ── HERO ── */
.baro-hero {
	background: var(--white);
	text-align: center;
	padding: 40px 24px 32px;
}
.baro-hero__title {
	font-size: 40px;
	/* padding-top: 13px; */
	font-weight: 800;
	color: var(--teal-dark);
	line-height: 1.1;
	/* margin-bottom: 5px; */
}
.baro-hero__sub {
	font-size: 28px !important;
	color: var(--text-dark);
	font-weight: 500;
	line-height: 1.1 !important;
}
.baro-hero__sub strong { font-weight: 600; }
.baro-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #164a6b;
	color: var(--white);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.1;
	padding: 10px 10px;
	margin-bottom: 18px;
}
.baro-hero__pill svg { flex-shrink: 0; }
.baro-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #01986f;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 16px 30px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background .25s, transform .2s;
}
.button{
	justify-content: center;display: flex;
}

.baro-hero__btn:hover { background: var(--teal-dark); }
.baro-hero__btn svg { flex-shrink: 0; }
.baro-hero__trust {
	font-size: 14px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #164a6b;
}
/* ── FEATURES STRIP ── */
.baro-features {
	display: flex;
	justify-content: space-around;
	padding: 28px 16px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	background: var(--white);
	gap: 8px;
}
.baro-features__item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 0 6px;
}
.baro-features__item + .baro-features__item {
	border-left: 1px solid var(--border);
}
.baro-feat-icon {
	width: 54px;
	height: 54px;
	background: var(--light-teal-bg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.baro-features__label {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	line-height: 1.1;
}
/* ── WHAT YOU GET ── */
.baro-wyg {
	background: #01986f0f;
}
.baro-section-title {
	text-align: center;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 1.1;
	color: var(--navy);
	text-transform: uppercase;
	white-space: nowrap;
}
.baro-wyg__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	padding: 0px 66px;
	margin-bottom: 25px;
}
.baro-wyg__card {
	border: 1.5px solid var(--border);
	border-radius: 12px;
	padding: 16px 14px;
}
.baro-wyg__card-header {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}
.baro-wyg__card-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: var(--light-teal-bg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.baro-wyg__card-title {
	font-size: 28px;
	/* padding: 10px; */
	font-weight: 700;
	color: var(--teal-dark);
	line-height: 1.1;
}
.baro-wyg__card-body {
	font-size: 16;
	font-weight: 700;
	color: var(--text-muted);
	line-height: 1.1;
}
.baro-wyg__sample {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid #176355;
	color: var(--teal-dark);
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700;
	width: fit-content;
	margin: 8px auto;
	cursor: pointer;
	transition: transform .2s,background .2s;
	background: transparent;
}
.baro-wyg__sample:hover { background: var(--light-teal-bg); }

/* ── HOW IT WORKS ── */
.baro-hiw {
	padding: 32px 20px;
	background: var(--white);
	border-top: 1px solid var(--border);
}
.baro-hiw__steps {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	margin-bottom: 24px;
}
.baro-hiw__step {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	position: relative;
}
.baro-hiw__connector {
	flex: 0 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 22px;
}
.baro-hiw__icon-wrap {
	position: relative;
	width: 58px;
	height: 58px;
	background: var(--light-teal-bg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.baro-hiw__num {
	position: absolute;
	bottom: -4px;
	right: -4px;
	width: 25px;
	height: 25px;
	background: var(--teal);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--white);
}
.baro-hiw__label {
	font-size: 14px;
	font-weight: 600;
	color: var(--text-dark);
	line-height: 1.1;
}
.baro-hiw__promo {
	background: var(--light-teal-bg);
	border-radius: 12px;
	padding: 16px 18px;
	display: flex;
	align-items: center;
	gap: 14px;
}
.baro-hiw__promo-icon {
	flex-shrink: 0;
}
.baro-hiw__promo-text {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-dark);
	line-height: 1.1;
	padding-top: 10px;
}
.baro-hiw__promo-text strong { font-weight: 700; color: var(--teal-dark); }

/* ── BOTTOM CTA ── */
.baro-cta {
	background: var(--teal-deep);
	padding: 32px 24px;
	text-align: center;
}
.baro-cta__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.baro-cta__icon {
	width: 52px;
	height: 52px;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.baro-cta__title {
	font-size: 22px;
	font-weight: 700;
	color: var(--white);
	line-height: 1.1;
}
.baro-cta__sub {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255,255,255,0.82);
	/* margin-bottom: 20px; */
	line-height: 1.1;
}
.baro-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--white);
	color: var(--teal-dark);
	font-size: 16px;
	font-weight: 700;
	padding: 11px 18px;
	border: none;
	width: 30%;
	cursor: pointer;
	margin-bottom: 14px;
	transition: background 0.2s;
}
.baro-cta__btn:hover { background: var(--light-teal-bg); }
.baro-cta__trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	/* padding-bottom: 10; */
	font-size: 22px;
	color: rgba(255,255,255,0.75);
}
/* ── STICKY FOOTER BAR ── */
.baro-sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--white);
	border-top: 1px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	z-index: 100;
	box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
.baro-sticky__trust {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	color: var(--text-muted);
	font-weight: 500;
}
.baro-sticky__btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--teal);
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	padding: 11px 20px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
	white-space: nowrap;
}
.baro-sticky__btn:hover { background: var(--teal-dark); }

/* add bottom padding so sticky bar doesn't overlap CTA */
.baro-page { padding-bottom: 70px; }
@media (max-width: 640px) {
	.bp-hero-stats {
		grid-template-columns: 1fr !important;
	}
}
@media (max-width: 767px) {
	.bp-hstat {
		padding: 5px 28px;
		display: flex;
		align-items: baseline;
		gap: 14px;
	}
	.baro-hero__title {
		font-size: 40px;
		font-weight: 700;
		color: var(--teal-dark);
		line-height: 1.1;
	}
	.baro-hero__btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		background: var(--teal);
		color: var(--white);
		font-size: 17px;
		font-weight: 600;
		padding: 12px 24px;
		border: none;
		width: 90%;
		cursor: pointer;
		margin-bottom: 12px;
		transition: background 0.2s;
	}
	.baro-wyg__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		padding: 4px 8px;
		margin-bottom: 12px;
	}
	.baro-wyg__card-title {
		font-size: 28px;
		/* padding: 10px; */
		font-weight: 700;
		color: var(--teal-dark);
		line-height: 1.1;
	}
	.baro-wyg__card-body {
		color: var(--text-muted);
		line-height: 1.2 !important;
	}
	.baro-wyg__card-header {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-bottom: 10px;

	}

	.baro-cta__btn {
		width: 90%;
	}
	.baro-cta__sub {
		font-size: 12px !important;
		color: rgba(255,255,255,0.82);
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.bp-hero-stats {
		grid-template-columns: 1fr !important;
	}
	.baro-features {
		display: flex;
		justify-content: space-around;
		padding: 10px 10px;
		border-top: 1px solid var(--border);
		border-bottom: 1px solid var(--border);
		background: var(--white);
		/* gap: 8px; */
	}
}