/* =========================================================
   Vital Guidance – Elementor Widgets
   Shared frontend styles
   Font: "Open Sans", sans-serif (loaded via Google Fonts)
   ========================================================= */

.vg-hero-band,
.vg-program,
.vg-feature-block,
.vg-cta-band {
	font-family: "Open Sans", sans-serif;
	box-sizing: border-box;
}
.vg-hero-band *,
.vg-program *,
.vg-feature-block *,
.vg-cta-band * {
	box-sizing: border-box;
}

/* -------- Hero Statement Band -------- */
.vg-hero-band {
	background: #dcf1d3;
	padding: 56px 32px;
	text-align: center;
	border-radius: 0;
}
.vg-hero-band p {
	max-width: 840px;
	margin: 0 auto;
	font-size: clamp(19px, 2.4vw, 25px);
	font-weight: 600;
	line-height: 1.5;
	color: #16321c;
}

/* -------- Program Section -------- */
.vg-program {
	background: #ffffff;
	padding: 88px 32px;
}
.vg-program-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
}
.vg-program.vg-reverse .vg-program-grid {
	direction: rtl;
}
.vg-program.vg-reverse .vg-program-grid > * {
	direction: ltr;
}

.vg-eyebrow {
	text-transform: uppercase;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #4a7c31;
	margin-bottom: 10px;
}

.vg-program-heading {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.15;
	color: #122a1a;
	margin: 0 0 16px;
}

.vg-program-body {
	color: #3a453b;
	font-size: 15.5px;
	line-height: 1.7;
	margin-bottom: 24px;
}
.vg-program-body p {
	margin: 0 0 1em;
}
.vg-program-body strong,
.vg-program-body a {
	color: #4a7c31;
	font-weight: 600;
	text-decoration: none;
}

.vg-cta-row {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.vg-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	padding: 11px 22px;
	border-radius: 8px;
	border: 1.5px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.3;
	transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}
.vg-btn-primary {
	background: #0b3d21;
	color: #fff;
}
.vg-btn-primary:hover {
	opacity: 0.88;
	color: #fff;
}
.vg-btn-outline {
	background: transparent;
	border-color: #d9e3d5;
	color: #0b3d21;
}
.vg-btn-outline:hover {
	border-color: #0b3d21;
}
.vg-btn-gold {
	background: #e7b04d;
	color: #3a2b0c;
}
.vg-btn-gold:hover {
	opacity: 0.9;
	color: #3a2b0c;
}
.vg-btn-outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}
.vg-btn-outline-light:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}
.vg-btn svg,
.vg-btn i {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

/* -------- Media Frame / Quote Chip -------- */
.vg-media-frame {
	position: relative;
	border-radius: 14px;
	overflow: visible;
}
.vg-media-frame img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}
.vg-quote-chip {
	position: absolute;
	bottom: 22px;
	right: 22px;
	background: #072f17;
	color: #fff;
	padding: 20px 22px;
	border-radius: 12px;
	max-width: 260px;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.vg-quote-chip .vg-chip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	color: #e7b04d;
	font-size: 16px;
}
.vg-quote-chip .vg-chip-icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* -------- Feature Icon Grid -------- */
.vg-feature-block {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 32px 8px;
}
.vg-feature-heading {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #16321c;
	margin: 0 0 34px;
	position: relative;
}
.vg-feature-heading::after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	background: #4a7c31;
	margin: 10px auto 0;
}
.vg-feature-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid #c9d8c4;
}
.vg-feature-item {
	padding: 26px 18px;
	text-align: center;
	border-right: 1px solid #c9d8c4;
	border-bottom: 1px solid #c9d8c4;
}
.vg-feature-icon {
	width: 46px;
	height: 46px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4a7c31;
}
.vg-feature-icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}
.vg-feature-icon i {
	font-size: 28px;
}
.vg-feature-item h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: #182a19;
	margin: 0 0 6px;
}
.vg-feature-item p {
	font-size: 12.5px;
	color: #5b6a5c;
	margin: 0;
	line-height: 1.45;
}

/* -------- CTA Band -------- */
.vg-cta-band {
	position: relative;
	overflow: hidden;
	background: #072f17;
	color: #fff;
	padding: 56px 32px;
}
.vg-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.vg-cta-left {
	display: flex;
	align-items: center;
	gap: 20px;
}
.vg-cta-icon {
	display: inline-flex;
	color: #e7b04d;
	flex-shrink: 0;
}
.vg-cta-icon svg {
	width: 54px;
	height: 54px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
}
.vg-cta-icon i {
	font-size: 46px;
}
.vg-cta-band h2 {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 6px;
}
.vg-cta-band p {
	color: #cfe0cf;
	font-size: 14.5px;
	margin: 0;
	max-width: 420px;
	line-height: 1.6;
}
.vg-cta-buttons {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.vg-leaf-deco {
	position: absolute;
	left: -10px;
	bottom: -10px;
	width: 180px;
	height: 180px;
	opacity: 0.14;
	z-index: 1;
}

/* -------- Responsive -------- */
@media (max-width: 900px) {
	.vg-program-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.vg-program.vg-reverse .vg-program-grid {
		direction: ltr;
	}
	.vg-media-frame img {
		height: 300px;
	}
	.vg-feature-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.vg-cta-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.vg-quote-chip {
		position: static;
		margin-top: 14px;
		max-width: none;
	}
	.vg-media-frame img {
		height: 260px;
	}
	.vg-feature-grid {
		grid-template-columns: 1fr !important;
	}
}
