[class*="gdlv-"] {
	font-family: Arial, Helvetica, sans-serif;
}

.elementor-widget:has([class*="gdlv-"]) {
	margin-bottom: 0 !important;
}

.gdlv-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.gdlv-hero-section {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 520px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.gdlv-hero-overlay {
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: 0.6;
	z-index: 1;
}

.gdlv-hero-tech {
	display: none;
}

@media (min-width: 1025px) {
	.gdlv-hero-tech {
		display: block;
		position: absolute;
		bottom: 0;
		z-index: 4;
		max-height: 85%;
		width: auto;
		height: auto;
		object-fit: contain;
		pointer-events: none;
		filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.4));
	}

	.gdlv-hero-section--tech-right .gdlv-hero-tech {
		right: 2%;
	}

	.gdlv-hero-section--tech-left .gdlv-hero-tech {
		left: 2%;
	}
}

.gdlv-hero-content {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 56px 24px 36px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.gdlv-hero-emergency-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: rgba(211, 47, 47, 0.92);
	color: #fff;
	font-size: 0.825rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 18px;
	border-radius: 100px;
	margin-bottom: 24px;
}

.gdlv-hero-emergency-pulse {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	flex-shrink: 0;
	animation: gdlv-pulse 1.6s ease-in-out infinite;
}

@keyframes gdlv-pulse {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.35;
		transform: scale(1.5);
	}
}

.gdlv-hero-headline {
	font-size: clamp(2.2rem, 5.25vw, 3.85rem);
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
	margin: 0 0 20px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.gdlv-hero-subheadline {
	font-size: clamp(1.1rem, 2.52vw, 1.43rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
	max-width: 680px;
	margin: 0 0 28px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.gdlv-hero-phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(1.76rem, 3.99vw, 2.64rem);
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.02em;
	margin-bottom: 28px;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	transition: color 0.2s ease;
}

.gdlv-hero-phone:hover,
.gdlv-hero-phone:focus {
	color: #ffcc00;
	text-decoration: none;
}

.gdlv-hero-phone svg {
	flex-shrink: 0;
}

.gdlv-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 28px;
}

.gdlv-hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.155rem;
	font-weight: 700;
	text-decoration: none;
	padding: 16px 36px;
	border-radius: 6px;
	min-width: 200px;
	white-space: nowrap;
	transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.gdlv-hero-cta--primary {
	background-color: #174E3D;
	color: #fff;
	border: 2px solid transparent;
	box-shadow: 0 4px 20px rgba(23, 78, 61, 0.55);
}

.gdlv-hero-cta--primary:hover,
.gdlv-hero-cta--primary:focus {
	background-color: #0f3529;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(23, 78, 61, 0.65);
	text-decoration: none;
}

.gdlv-hero-cta--secondary {
	background-color: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.85);
}

.gdlv-hero-cta--secondary:hover,
.gdlv-hero-cta--secondary:focus {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
	transform: translateY(-2px);
	text-decoration: none;
}

.gdlv-hero-stats {
	position: relative;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 760px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.gdlv-hero-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	min-width: 140px;
	padding: 18px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.gdlv-hero-stat:last-child {
	border-right: none;
}

.gdlv-hero-stat__value {
	display: block;
	font-size: 1.815rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
}

.gdlv-hero-stat__label {
	display: block;
	font-size: 0.77rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.gdlv-hero-trust {
	position: relative;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.55);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 14px 24px;
	gap: 0;
}

.gdlv-hero-trust__item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 24px;
	color: rgba(255, 255, 255, 0.9);
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.gdlv-hero-trust__item:last-child {
	border-right: none;
}

.gdlv-hero-trust__icon {
	flex-shrink: 0;
	color: #4db38e;
	font-size: 1.1rem;
	line-height: 1;
}

.gdlv-hero-trust__icon svg {
	width: 1em;
	height: 1em;
	fill: #4db38e;
}

.gdlv-hero-trust__text {
	font-size: 0.902rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.gdlv-hero-stat {
		min-width: 120px;
		padding: 16px 12px;
	}
}

@media (max-width: 768px) {
	.gdlv-hero-section {
		min-height: 520px;
	}

	.gdlv-hero-content {
		padding: 60px 20px 36px;
	}

	.gdlv-hero-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.gdlv-hero-cta {
		width: 100%;
		min-width: unset;
		padding: 16px 24px;
	}

	
	.gdlv-hero-stat {
		flex: 0 0 calc(50% - 0.5px);
		min-width: unset;
	}

	.gdlv-hero-stat:nth-child(2) {
		border-right: none;
	}

	.gdlv-hero-stat__value {
		font-size: 1.54rem;
	}

	.gdlv-hero-trust {
		padding: 10px 16px;
	}

	.gdlv-hero-trust__item {
		padding: 7px 16px;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		width: 100%;
		justify-content: center;
	}

	.gdlv-hero-trust__item:last-child {
		border-bottom: none;
	}
}

@media (max-width: 480px) {
	.gdlv-hero-headline {
		font-size: 2.09rem;
	}

	.gdlv-hero-trust__item {
		width: auto;
		flex: 1;
		min-width: calc(50% - 32px);
		border-bottom: none;
		border-right: 1px solid rgba(255, 255, 255, 0.12);
	}

	.gdlv-hero-trust__item:nth-child(even) {
		border-right: none;
	}

	.gdlv-hero-trust__text {
		font-size: 0.792rem;
	}
}

.gdlv-services-section {
	padding: 32px 24px;
	background-color: #fff;
}

.gdlv-services-header {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 36px;
}

.gdlv-services-title {
	font-size: clamp(1.925rem, 3.675vw, 2.75rem);
	font-weight: 800;
	color: #174E3D;
	margin: 0 0 16px;
	line-height: 1.2;
}

.gdlv-services-subtitle {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

.gdlv-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.gdlv-sc-card {
	position: relative;
	background-color: #F7F9F8;
	border-radius: 12px;
	padding: 24px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid rgba(23, 78, 61, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gdlv-sc-card:hover {
	border-color: rgba(23, 78, 61, 0.2);
	box-shadow: 0 4px 20px rgba(23, 78, 61, 0.08);
}

.gdlv-sc-card-link {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.gdlv-sc-card-link:hover,
.gdlv-sc-card-link:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.gdlv-sc-icon {
	color: #174E3D;
	line-height: 0;
	margin-bottom: 4px;
}

.gdlv-sc-icon svg {
	display: block;
}

.gdlv-sc-title {
	font-size: 1.32rem;
	font-weight: 700;
	color: #174E3D;
	margin: 0;
	line-height: 1.3;
}

.gdlv-sc-desc {
	font-size: 1.012rem;
	line-height: 1.65;
	color: #555;
	margin: 0;
	flex: 1;
}

.gdlv-sc-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.935rem;
	font-weight: 600;
	color: #174E3D;
	margin-top: auto;
	padding-top: 8px;
}

.gdlv-sc-link svg {
	transition: transform 0.2s ease;
}

.gdlv-sc-card:hover .gdlv-sc-link svg {
	transform: translateX(4px);
}

.gdlv-services-footer {
	text-align: center;
	margin-top: 32px;
}

.gdlv-services-cta {
	display: inline-block;
	padding: 16px 40px;
	background-color: #174E3D;
	color: #fff;
	font-size: 1.155rem;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: opacity 0.2s ease;
}

.gdlv-services-cta:hover {
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}

.gdlv-services-trust {
	font-size: 0.902rem;
	color: #777;
	margin: 12px 0 0;
	letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
	.gdlv-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
	.gdlv-services-section { padding: 28px 16px; }
	.gdlv-services-grid { grid-template-columns: 1fr; gap: 16px; }
	.gdlv-sc-card { padding: 24px 20px 20px; }
	.gdlv-services-header { margin-bottom: 36px; }
	.gdlv-services-cta { width: 100%; box-sizing: border-box; text-align: center; }
}

.gdlv-testimonial-section {
	background-color: #F7F9F8;
	padding: 32px 24px;
}

.gdlv-ts-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 32px;
}

.gdlv-ts-title {
	font-size: clamp(1.925rem, 3.675vw, 2.75rem);
	font-weight: 800;
	color: #174E3D;
	margin: 0 0 12px;
	line-height: 1.2;
}

.gdlv-ts-subtitle {
	font-size: 1.155rem;
	color: #555;
	margin: 0;
	line-height: 1.6;
}

.gdlv-ts-outer {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 72px;
	overflow: hidden;
}

.gdlv-ts-locked .gdlv-ts-btn,
.gdlv-ts-locked .gdlv-ts-scroll-hint,
.gdlv-ts-locked .swiper-pagination { display: none; }

.gdlv-ts-btn {
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% - 26px));
	z-index: 20;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	color: #174E3D;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.gdlv-ts-btn:hover,
.gdlv-ts-btn:focus,
.gdlv-ts-btn:active,
.gdlv-ts-btn:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	color: #174E3D !important;
	opacity: 1 !important;
	transform: translateY(calc(-50% - 26px)) !important;
	text-decoration: none !important;
}

.gdlv-ts-btn-prev { left: 4px; }
.gdlv-ts-btn-next { right: 4px; }

.gdlv-ts-btn svg {
	display: block;
	flex-shrink: 0;
}

.gdlv-testimonial-swiper {
	overflow: hidden !important;
	padding-bottom: 52px !important;
}

.gdlv-testimonial-swiper .swiper-wrapper {
	align-items: stretch;
}

.gdlv-testimonial-swiper .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.gdlv-ts-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 28px 24px 24px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border: 1px solid rgba(23, 78, 61, 0.1);
	border-top: 3px solid #174E3D;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.gdlv-ts-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.gdlv-ts-platform {
	font-size: 0.748rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 100px;
	background-color: rgba(23, 78, 61, 0.08);
	color: #174E3D;
}

.gdlv-ts-platform--yelp        { background-color: rgba(210, 52, 38, 0.1);  color: #d23426; }
.gdlv-ts-platform--facebook     { background-color: rgba(24, 119, 242, 0.1); color: #1877f2; }
.gdlv-ts-platform--homeadvisor  { background-color: rgba(255, 120, 0, 0.1);  color: #f57800; }
.gdlv-ts-platform--nextdoor     { background-color: rgba(0, 177, 89, 0.12);  color: #007f3e; }

.gdlv-ts-stars {
	display: flex;
	gap: 2px;
	align-items: center;
}

.gdlv-ts-star--filled { color: #F5A623; }
.gdlv-ts-star--empty  { color: #ddd; }

.gdlv-ts-star svg { display: block; }

.gdlv-ts-quote {
	flex: 1;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.045rem;
	line-height: 1.75;
	color: #444;
}

.gdlv-ts-quote p { margin: 0; }

.gdlv-ts-reviewer {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	margin-top: auto;
	border-top: 1px solid rgba(23, 78, 61, 0.08);
}

.gdlv-ts-avatar {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #174E3D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.902rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gdlv-ts-reviewer-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.gdlv-ts-name {
	font-size: 0.968rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
}

.gdlv-ts-location {
	font-size: 0.836rem;
	color: #888;
}

.gdlv-ts-date {
	font-size: 0.792rem;
	color: #bbb;
	white-space: nowrap;
	flex-shrink: 0;
}

.gdlv-testimonial-swiper .swiper-pagination {
	bottom: 0;
}

.gdlv-testimonial-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(23, 78, 61, 0.25);
	opacity: 1;
	transition: background-color 0.2s ease, transform 0.2s ease, width 0.2s ease;
	border-radius: 4px;
}

.gdlv-testimonial-swiper .swiper-pagination-bullet-active {
	background: #174E3D;
	width: 24px;
	transform: none;
}

.gdlv-ts-scroll-hint {
	text-align: center;
	font-size: 0.858rem;
	color: #174E3D;
	opacity: 0.7;
	margin: 12px 0 0;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 6px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 600;
	pointer-events: none;
}

.gdlv-ts-scroll-hint svg { display: block; flex-shrink: 0; }

@media (max-width: 1023px) {
	.gdlv-ts-btn { display: none; }
	.gdlv-ts-outer { padding: 0 16px; }
	.gdlv-ts-scroll-hint { display: flex; }
}

@media (max-width: 768px) {
	.gdlv-testimonial-section { padding: 28px 0; }
	.gdlv-ts-header { padding: 0 24px; margin-bottom: 36px; }
	.gdlv-ts-card { padding: 22px 18px; gap: 14px; }
	.gdlv-ts-quote { font-size: 0.99rem; }
}

@media (max-width: 480px) {
	.gdlv-ts-card-top { flex-direction: column; align-items: flex-start; }
	.gdlv-ts-date { display: none; }
}

.gdlv-promotions-section {
	background-color: #F7F9F8;
	padding: 36px 24px;
	box-shadow: 0 -8px 16px -8px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.08);
}

.gdlv-promotions-header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 48px;
}

.gdlv-promotions-title {
	font-size: clamp(1.925rem, 3.675vw, 2.75rem);
	font-weight: 800;
	color: #174E3D;
	margin: 0 0 14px;
	line-height: 1.2;
}

.gdlv-promotions-description {
	font-size: 1.155rem;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

.gdlv-promotions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

.gdlv-promo-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 14px;
	border: 1px solid rgba(23, 78, 61, 0.1);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gdlv-promo-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 32px rgba(23, 78, 61, 0.14);
}

.gdlv-promo-card__header {
	background-color: #174E3D;
	border-radius: 13px 13px 0 0;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center;
	padding: 32px 20px;
	text-align: center;
}

.gdlv-promo-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
}

.gdlv-promo-card__icon svg,
.gdlv-promo-card__icon i {
	display: block;
	font-size: 2.64rem;
	width: 2.64rem;
	height: 2.64rem;
	color: #fff;
}

.gdlv-promo-card__value {
	font-size: clamp(1.375rem, 2.625vw, 1.76rem);
	font-weight: 900;
	color: #174E3D;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.gdlv-promo-card__tear {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	height: 28px;
	background-color: #fff;
}

.gdlv-promo-card__scissors {
	flex-shrink: 0;
	color: rgba(23, 78, 61, 0.4);
	display: block;
}

.gdlv-promo-card__tear-line {
	flex: 1;
	height: 0;
	border-top: 2px dashed rgba(23, 78, 61, 0.25);
	display: block;
}

.gdlv-promo-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px 20px 16px;
}

.gdlv-promo-card__title {
	font-size: 1.32rem;
	font-weight: 800;
	color: #174E3D;
	margin: 0;
	line-height: 1.25;
}

.gdlv-promo-card__description {
	font-size: 0.946rem;
	line-height: 1.7;
	color: #6b7280;
	margin: 0;
	flex: 1;
}

.gdlv-promo-card__footer {
	padding: 0 20px 20px;
}

.gdlv-promo-card__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 20px;
	background-color: #174E3D;
	color: #fff;
	font-size: 1.012rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	border: 2px solid #174E3D;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gdlv-promo-card__cta:hover,
.gdlv-promo-card__cta:focus {
	background-color: #0f3529;
	border-color: #0f3529;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

@media (max-width: 1024px) {
	.gdlv-promotions-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 640px) {
	.gdlv-promotions-section { padding: 28px 16px; }
	.gdlv-promotions-grid { grid-template-columns: 1fr; gap: 16px; }
	.gdlv-promotions-header { margin-bottom: 36px; }
}

.gdlv-wcu {
	padding: 40px 24px;
	background-color: #fff;
}

.gdlv-wcu__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
}

.gdlv-wcu__eyebrow {
	display: inline-block;
	font-size: 0.825rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #174E3D;
	background-color: rgba(23, 78, 61, 0.08);
	padding: 6px 16px;
	border-radius: 100px;
	margin-bottom: 16px;
}

.gdlv-wcu__title {
	font-size: clamp(2.2rem, 4.2vw, 3.025rem);
	font-weight: 900;
	color: #174E3D;
	margin: 0 0 32px;
	line-height: 1.15;
}

/* Stats row */

.gdlv-wcu__stats {
	display: flex;
	gap: 32px;
	margin-bottom: 36px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(23, 78, 61, 0.1);
}

.gdlv-wcu__stat {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gdlv-wcu__stat-value {
	font-size: clamp(1.65rem, 2.94vw, 2.2rem);
	font-weight: 900;
	color: #174E3D;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.gdlv-wcu__stat-label {
	font-size: 0.825rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
}

.gdlv-wcu__features {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.gdlv-wcu__feature {
	display: flex;
	gap: 20px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(23, 78, 61, 0.1);
}

.gdlv-wcu__feature:first-child {
	padding-top: 0;
}

.gdlv-wcu__feature-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 48px;
	padding-top: 2px;
}

.gdlv-wcu__feature-num {
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #174E3D;
	opacity: 0.45;
}

.gdlv-wcu__feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background-color: rgba(23, 78, 61, 0.06);
	color: #174E3D;
	flex-shrink: 0;
}

.gdlv-wcu__feature-icon svg,
.gdlv-wcu__feature-icon i {
	font-size: 1.265rem;
	width: 1.265rem;
	height: 1.265rem;
	color: inherit;
}

.gdlv-wcu__feature-body {
	flex: 1;
	min-width: 0;
}

.gdlv-wcu__feature-title {
	font-size: 1.21rem;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0 0 6px;
	line-height: 1.3;
}

.gdlv-wcu__feature-desc {
	font-size: 0.968rem;
	line-height: 1.7;
	color: #6b7280;
	margin: 0;
}

/* CTA button */

.gdlv-wcu__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
	padding: 15px 32px;
	background-color: #174E3D;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 8px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gdlv-wcu__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(23, 78, 61, 0.3);
	color: #ffffff;
}

.gdlv-wcu__cta svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.gdlv-wcu__cta:hover svg {
	transform: translateX(3px);
}

.gdlv-wcu__image-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.gdlv-wcu__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}

.gdlv-wcu__image-accent {
	position: absolute;
	inset: 0;
	border-radius: 20px;
	box-shadow: inset 0 0 0 1px rgba(23, 78, 61, 0.08);
	pointer-events: none;
}

.gdlv-wcu__image-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background-color: #174E3D;
	color: #ffffff;
	font-size: 0.8938rem;
	font-weight: 700;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.gdlv-wcu__image-badge svg {
	flex-shrink: 0;
	color: #fbbf24;
}

@media (max-width: 1024px) {
	.gdlv-wcu__inner { grid-template-columns: 1fr; gap: 48px; }
	.gdlv-wcu__image-wrap { max-width: 560px; margin: 0 auto; }
}

@media (max-width: 640px) {
	.gdlv-wcu { padding: 28px 16px; }
	.gdlv-wcu__title { margin-bottom: 24px; }
	.gdlv-wcu__stats { gap: 20px; flex-wrap: wrap; }
	.gdlv-wcu__feature { gap: 14px; padding: 22px 0; }
	.gdlv-wcu__cta { width: 100%; justify-content: center; padding: 14px 24px; }
}


/* ============================================================
   FAQ + CONTACT SECTION
   ============================================================ */

.gdlv-faq-section {
	background: var(--gdlv-faq-section-bg, #f4f7f6);
	padding: 0;
}

.gdlv-faq-inner {
	display: grid;
	grid-template-columns: 2fr 1fr;
	max-width: 1200px;
	margin: 0 auto;
	align-items: start;
}

/* --- Left column: FAQ accordion --- */

.gdlv-faq__main {
	padding: 48px 52px 48px 32px;
}

.gdlv-faq__title {
	font-size: clamp(1.815rem, 3.15vw, 2.475rem);
	font-weight: 800;
	color: #174E3D;
	line-height: 1.2;
	margin: 0 0 40px;
}

.gdlv-faq__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gdlv-faq__item {
	background: #ffffff;
	border: 1px solid #e2e8e5;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(23, 78, 61, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
	overflow: hidden;
}

.gdlv-faq__item:hover {
	border-color: #4db38e;
	box-shadow: 0 4px 16px rgba(23, 78, 61, 0.1);
}

.gdlv-faq__item[open] {
	border-color: #174E3D;
	box-shadow: 0 4px 20px rgba(23, 78, 61, 0.12);
}

.gdlv-faq__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 22px;
	cursor: pointer;
	list-style: none;
	gap: 16px;
}

.gdlv-faq__question::-webkit-details-marker {
	display: none;
}

.gdlv-faq__question::marker {
	display: none;
}

.gdlv-faq__question-text {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a2e28;
	line-height: 1.4;
	flex: 1;
	transition: color 0.2s ease;
}

.gdlv-faq__item[open] .gdlv-faq__question-text {
	color: #174E3D;
}

.gdlv-faq__toggle-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eef3f1;
	border: 1px solid #dde8e4;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.gdlv-faq__item[open] .gdlv-faq__toggle-icon {
	background: #174E3D;
}

.gdlv-faq__toggle-icon svg {
	width: 14px;
	height: 14px;
	stroke: #174E3D;
	transition: stroke 0.2s ease;
}

.gdlv-faq__item[open] .gdlv-faq__toggle-icon svg {
	stroke: #ffffff;
}

.gdlv-faq__icon-minus {
	display: none;
}

.gdlv-faq__item[open] .gdlv-faq__icon-plus {
	display: none;
}

.gdlv-faq__item[open] .gdlv-faq__icon-minus {
	display: block;
}

.gdlv-faq__answer {
	padding: 0 22px 22px;
	color: #4b5563;
	font-size: 1.0312rem;
	line-height: 1.75;
	border-top: 1px solid #f0f4f2;
}

.gdlv-faq__answer p {
	margin: 0;
}

/* --- Right column: sidebar / contact form --- */

.gdlv-faq__sidebar {
	background: var(--gdlv-faq-sidebar-bg, #174E3D);
	padding: 40px 36px;
	position: sticky;
	top: 0;
	min-height: 100%;
	align-self: stretch;
	border-radius: 0 0 0 0;
	box-shadow: inset 3px 0 0 rgba(77, 179, 142, 0.3);
}

.gdlv-faq__sidebar-title {
	font-size: clamp(1.43rem, 2.31vw, 1.925rem);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.25;
	margin: 0 0 28px;
}

.gdlv-faq__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gdlv-faq__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gdlv-faq__label {
	font-size: 0.8938rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.gdlv-faq__required {
	color: #fbbf24;
	margin-left: 2px;
}

.gdlv-faq__input,
.gdlv-faq__textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 1.0312rem;
	line-height: 1.5;
	transition: border-color 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

.gdlv-faq__input::placeholder,
.gdlv-faq__textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.gdlv-faq__input:focus,
.gdlv-faq__textarea:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.18);
}

.gdlv-faq__textarea {
	resize: vertical;
	min-height: 100px;
}

.gdlv-faq__field--checkbox {
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
}

.gdlv-faq__field--checkbox input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	accent-color: #ffffff;
	cursor: pointer;
}

.gdlv-faq__consent-text {
	font-size: 0.8938rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.5;
}

.gdlv-faq__hp {
	display: none !important;
}

.gdlv-faq__submit {
	width: 100%;
	padding: 15px 20px;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #174E3D !important;
	font-size: 1.1rem;
	font-weight: 800;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	cursor: pointer;
	letter-spacing: 0.02em;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
	margin-top: 4px;
}

.gdlv-faq__submit:hover {
	background: #f0fdf4 !important;
	background-color: #f0fdf4 !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
	transform: translateY(-1px);
}

.gdlv-faq__submit--loading {
	opacity: 0.6;
	cursor: not-allowed;
}

.gdlv-faq__form-status {
	display: none;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 0.9625rem;
	font-weight: 600;
}

.gdlv-faq__form-status--success {
	display: block;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.gdlv-faq__form-status--error {
	display: block;
	background: rgba(239, 68, 68, 0.2);
	color: #fecaca;
	border: 1px solid rgba(239, 68, 68, 0.4);
}

/* --- Trust badges --- */

.gdlv-faq__badges {
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gdlv-faq__badge {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gdlv-faq__badge-icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
}

.gdlv-faq__badge-icon svg {
	width: 11px;
	height: 11px;
	stroke: #ffffff;
}

.gdlv-faq__badge span {
	font-size: 0.99rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

/* --- Responsive --- */

@media (max-width: 1024px) {
	.gdlv-faq-inner {
		grid-template-columns: 1fr;
	}

	.gdlv-faq__main {
		padding: 32px 24px 28px;
	}

	.gdlv-faq__sidebar {
		position: static;
		padding: 36px 28px;
		box-shadow: inset 0 3px 0 rgba(77, 179, 142, 0.3);
	}
}

@media (max-width: 640px) {
	.gdlv-faq__main {
		padding: 28px 16px 24px;
	}

	.gdlv-faq__title {
		margin-bottom: 24px;
	}

	.gdlv-faq__question {
		padding: 16px 16px;
	}

	.gdlv-faq__answer {
		padding: 0 16px 18px;
	}

	.gdlv-faq__sidebar {
		padding: 28px 20px;
	}
}

.gdlv-ta {
	background-color: #174E3D;
	padding: 36px 24px;
	box-shadow: 0 -24px 48px -12px rgba(0, 0, 0, 0.22), 0 24px 48px -12px rgba(0, 0, 0, 0.22);
}

.gdlv-ta__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.gdlv-ta__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}

.gdlv-ta__stat {
	text-align: center;
	padding: 24px 16px;
	position: relative;
}

.gdlv-ta__stat::after {
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background: rgba(255, 255, 255, 0.15);
}

.gdlv-ta__stat:last-child::after {
	display: none;
}

.gdlv-ta__stat-value {
	display: block;
	font-size: clamp(2.2rem, 4.2vw, 3.575rem);
	font-weight: 800;
	line-height: 1.1;
	color: #4db38e;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
}

.gdlv-ta__stat-label {
	display: block;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.gdlv-ta__creds {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.gdlv-ta__cred {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 100px;
	padding: 10px 20px;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gdlv-ta__cred:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.25);
}

.gdlv-ta__cred-icon {
	flex-shrink: 0;
	font-size: 1.045rem;
	color: #4db38e;
	line-height: 1;
}

.gdlv-ta__cred-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.gdlv-ta__cred-text {
	font-size: 0.902rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
}

.gdlv-ta__media {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gdlv-ta__media-label {
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.gdlv-ta__media-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 28px;
}

.gdlv-ta__media-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 44px;
}

.gdlv-ta__media-item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.gdlv-ta__media-item:hover img {
	opacity: 1;
}

.gdlv-ta__media-name {
	font-size: 0.88rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.03em;
	transition: color 0.2s ease;
}

.gdlv-ta__media-item:hover .gdlv-ta__media-name {
	color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 900px) {
	.gdlv-ta__stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.gdlv-ta__stat:nth-child(2)::after {
		display: none;
	}

	.gdlv-ta__stat:nth-child(n+3) {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
}

@media (max-width: 640px) {
	.gdlv-ta {
		padding: 28px 16px;
	}

	.gdlv-ta__inner {
		gap: 28px;
	}

	.gdlv-ta__stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.gdlv-ta__creds {
		gap: 8px;
	}

	.gdlv-ta__cred {
		padding: 8px 14px;
	}

	.gdlv-ta__cred-text {
		font-size: 0.825rem;
		white-space: normal;
	}

	.gdlv-ta__media-logos {
		gap: 20px;
	}
}

.gdlv-cv {
	background-color: #f8faf9;
	padding: 40px 24px;
	box-shadow: 0 -8px 16px -8px rgba(0, 0, 0, 0.08), 0 8px 16px -8px rgba(0, 0, 0, 0.08);
}

.gdlv-cv__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.gdlv-cv__header {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 32px;
}

.gdlv-cv__eyebrow {
	display: inline-block;
	font-size: 0.825rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #174E3D;
	margin-bottom: 12px;
}

.gdlv-cv__title {
	font-size: clamp(1.76rem, 3.675vw, 2.75rem);
	font-weight: 800;
	line-height: 1.2;
	color: #1a1a1a;
	margin: 0;
}

.gdlv-cv__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.gdlv-cv__values {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.gdlv-cv__value {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	background: #ffffff;
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gdlv-cv__value:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

.gdlv-cv__value-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	border: 2px solid #174E3D;
	color: #174E3D;
	font-size: 1.265rem;
	background: rgba(23, 78, 61, 0.06);
}

.gdlv-cv__value-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.gdlv-cv__value-body {
	flex: 1;
	min-width: 0;
}

.gdlv-cv__value-title {
	font-size: 1.21rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 6px;
	line-height: 1.3;
}

.gdlv-cv__value-desc {
	font-size: 1.012rem;
	line-height: 1.6;
	color: #555;
	margin: 0;
}

.gdlv-cv__community {
	background: #ffffff;
	border-radius: 16px;
	padding: 36px 32px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.gdlv-cv__community-title {
	font-size: 1.32rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 24px;
	line-height: 1.3;
}

.gdlv-cv__charities {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gdlv-cv__charity {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: rgba(23, 78, 61, 0.04);
	border-radius: 8px;
	transition: background-color 0.2s ease;
}

.gdlv-cv__charity:hover {
	background: rgba(23, 78, 61, 0.08);
}

.gdlv-cv__charity-icon {
	flex-shrink: 0;
	font-size: 1.1rem;
	color: #174E3D;
	line-height: 1;
}

.gdlv-cv__charity-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.gdlv-cv__charity span {
	font-size: 1.012rem;
	font-weight: 600;
	color: #333;
}

.gdlv-cv__callout {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	margin-top: 16px;
	border: 1px solid rgba(23, 78, 61, 0.15);
	border-radius: 10px;
	background: rgba(23, 78, 61, 0.03);
}

.gdlv-cv__callout-icon {
	flex-shrink: 0;
	color: #174E3D;
	line-height: 1;
	padding-top: 2px;
}

.gdlv-cv__callout-icon svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
}

.gdlv-cv__callout span {
	font-size: 0.968rem;
	line-height: 1.55;
	color: #444;
	font-weight: 500;
}

.gdlv-cv__cta-wrap {
	text-align: center;
	margin-top: 32px;
}

.gdlv-cv__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #174E3D;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 16px 36px;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.gdlv-cv__cta:hover {
	background-color: #0f3a2c;
	transform: translateY(-1px);
	color: #fff;
}

.gdlv-cv__cta:active {
	transform: translateY(0);
}

.gdlv-cv__cta svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.gdlv-cv__cta:hover svg {
	transform: translateX(3px);
}

@media (max-width: 1024px) {
	.gdlv-cv__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 640px) {
	.gdlv-cv {
		padding: 28px 16px;
	}

	.gdlv-cv__header {
		margin-bottom: 24px;
	}

	.gdlv-cv__value {
		padding: 20px 18px;
		gap: 16px;
	}

	.gdlv-cv__value-icon {
		width: 40px;
		height: 40px;
		font-size: 1.1rem;
	}

	.gdlv-cv__community {
		padding: 28px 20px;
	}

	.gdlv-cv__charity {
		padding: 10px 12px;
	}

	.gdlv-cv__cta {
		width: 100%;
		justify-content: center;
		padding: 16px 24px;
	}
}

.gdlv-ph {
        position: relative;
        background-color: #0d2b1e;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 64px 24px 0;
        overflow: hidden;
}

.gdlv-ph__overlay {
        position: absolute;
        inset: 0;
        background-color: #000;
        opacity: 0.65;
        z-index: 0;
        pointer-events: none;
}

.gdlv-ph__inner {
        position: relative;
        z-index: 1;
        max-width: 860px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 48px;
}

.gdlv-ph__breadcrumb {
        margin-bottom: 18px;
}

.gdlv-ph__breadcrumb-list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.9rem;
        opacity: 0.8;
}

.gdlv-ph__breadcrumb-item a {
        text-decoration: underline;
        text-underline-offset: 2px;
}

.gdlv-ph__breadcrumb-item a:hover {
        opacity: 0.75;
}

.gdlv-ph__breadcrumb-sep {
        opacity: 0.5;
}

.gdlv-ph__breadcrumb-item--current {
        opacity: 1;
        font-weight: 600;
}

.gdlv-ph__headline {
        font-size: clamp(1.9rem, 4.5vw, 2.9rem);
        font-weight: 800;
        line-height: 1.15;
        margin: 0 0 16px;
        color: #fff;
        letter-spacing: -0.02em;
}

.gdlv-ph__subheadline {
        font-size: clamp(1rem, 2vw, 1.2rem);
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.88);
        margin: 0 auto 28px;
        max-width: 640px;
}

.gdlv-ph__phone {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 1.25rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        margin-bottom: 24px;
        letter-spacing: 0.01em;
}

.gdlv-ph__phone:hover,
.gdlv-ph__phone:focus {
        opacity: 0.85;
}

.gdlv-ph__actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 14px;
}

.gdlv-ph__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 700;
        padding: 14px 32px;
        border-radius: 8px;
        text-decoration: none;
        transition: background-color 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
        cursor: pointer;
        white-space: nowrap;
}

.gdlv-ph__cta--primary {
        background-color: #174E3D;
        color: #fff;
        border: 2px solid transparent;
}

.gdlv-ph__cta--primary:hover,
.gdlv-ph__cta--primary:focus {
        background-color: #0f3a2c;
        transform: translateY(-1px);
        color: #fff;
}

.gdlv-ph__cta--secondary {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
}

.gdlv-ph__cta--secondary:hover,
.gdlv-ph__cta--secondary:focus {
        background-color: rgba(255, 255, 255, 0.1);
        transform: translateY(-1px);
}

.gdlv-ph__trust {
        position: relative;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.35);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding: 14px 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gdlv-ph__trust-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 0.88rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
        white-space: nowrap;
}

.gdlv-ph__trust-item:last-child {
        border-right: none;
}

.gdlv-ph__trust-icon {
        font-size: 1rem;
        color: #4caf79;
        display: flex;
        align-items: center;
}

.gdlv-ph__trust-icon svg,
.gdlv-ph__trust-icon i {
        width: 16px;
        height: 16px;
        font-size: 16px;
}

@media (max-width: 768px) {
        .gdlv-ph {
                padding-top: 48px;
        }

        .gdlv-ph__inner {
                padding-bottom: 36px;
        }

        .gdlv-ph__actions {
                flex-direction: column;
                align-items: stretch;
        }

        .gdlv-ph__cta {
                width: 100%;
                padding: 14px 24px;
        }

        .gdlv-ph__trust {
                flex-direction: column;
                align-items: flex-start;
                gap: 4px;
                padding: 16px 20px;
        }

        .gdlv-ph__trust-item {
                border-right: none;
                padding: 6px 0;
                font-size: 0.85rem;
        }
}

.gdlv-ri {
	padding: 64px 24px;
}

.gdlv-ri__inner {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 48px;
	max-width: 1140px;
	margin: 0 auto;
	align-items: start;
}

.gdlv-ri__title {
	font-size: 1.85rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.gdlv-ri__text {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #3a3a3a;
	margin: 0 0 28px;
}

.gdlv-ri__services-heading {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 16px;
	color: #222;
}

.gdlv-ri__list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
}

.gdlv-ri__list-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.975rem;
	line-height: 1.4;
	color: #333;
}

.gdlv-ri__bullet {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.gdlv-ri__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 32px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gdlv-ri__cta:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	color: #fff;
}

.gdlv-ri__callout {
	padding: 32px 28px;
	border-radius: 12px;
	text-align: center;
	border: 1px solid rgba(23, 78, 61, 0.1);
	position: sticky;
	top: 100px;
}

.gdlv-ri__callout-icon {
	display: block;
	font-size: 2rem;
	margin-bottom: 12px;
}

.gdlv-ri__callout-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin-bottom: 16px;
}

.gdlv-ri__callout-value {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1;
}

.gdlv-ri__callout-label {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #555;
}

.gdlv-ri__callout-text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #555;
	margin: 0;
}

@media (max-width: 1024px) {
	.gdlv-ri__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.gdlv-ri__callout {
		position: static;
	}

	.gdlv-ri__sidebar {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 400px;
	}
}

@media (max-width: 640px) {
	.gdlv-ri {
		padding: 48px 20px;
	}

	.gdlv-ri__title {
		font-size: 1.45rem;
	}

	.gdlv-ri__list {
		grid-template-columns: 1fr;
	}

	.gdlv-ri__cta {
		width: 100%;
		justify-content: center;
		padding: 16px 24px;
	}

	.gdlv-ri__callout {
		padding: 24px 20px;
	}

	.gdlv-ri__callout-value {
		font-size: 2.5rem;
	}
}

.gdlv-rp {
	padding: 64px 24px;
}

.gdlv-rp__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.gdlv-rp__header {
	text-align: center;
	margin-bottom: 48px;
}

.gdlv-rp__eyebrow {
	display: block;
	font-size: 0.825rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #777;
	margin-bottom: 8px;
}

.gdlv-rp__title {
	font-size: 1.85rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.gdlv-rp__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	position: relative;
}

.gdlv-rp__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	padding: 0 16px;
}

.gdlv-rp__step-indicator {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}

.gdlv-rp__step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 800;
	flex-shrink: 0;
	z-index: 2;
	position: relative;
}

.gdlv-rp__connector {
	position: absolute;
	top: 50%;
	left: calc(50% + 32px);
	width: calc(100% - 64px);
	height: 0;
	border-top: 2px dashed;
	opacity: 0.4;
	z-index: 1;
}

.gdlv-rp__step:last-child .gdlv-rp__connector {
	display: none;
}

.gdlv-rp__step-card {
	padding: 28px 24px;
	border-radius: 12px;
	flex: 1;
	width: 100%;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gdlv-rp__step-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.gdlv-rp__step-icon {
	display: block;
	font-size: 1.75rem;
	margin-bottom: 14px;
}

.gdlv-rp__step-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 10px;
	color: #222;
}

.gdlv-rp__step-desc {
	font-size: 0.92rem;
	line-height: 1.6;
	color: #555;
	margin: 0;
}

.gdlv-rp__footer {
	text-align: center;
	margin-top: 40px;
}

.gdlv-rp__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 36px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gdlv-rp__cta:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	color: #fff;
}

@media (max-width: 1024px) {
	.gdlv-rp__steps {
		grid-template-columns: 1fr;
		gap: 0;
		max-width: 480px;
		margin: 0 auto;
	}

	.gdlv-rp__step {
		flex-direction: row;
		text-align: left;
		align-items: flex-start;
		padding: 0;
	}

	.gdlv-rp__step-indicator {
		flex-direction: column;
		width: auto;
		margin-bottom: 0;
		margin-right: 20px;
		align-items: center;
	}

	.gdlv-rp__connector {
		position: static;
		width: 0;
		height: 40px;
		border-top: none;
		border-left: 2px dashed;
		margin-top: 8px;
	}

	.gdlv-rp__step-card {
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.gdlv-rp {
		padding: 48px 20px;
	}

	.gdlv-rp__title {
		font-size: 1.45rem;
	}

	.gdlv-rp__step-number {
		width: 40px;
		height: 40px;
		font-size: 1.1rem;
	}

	.gdlv-rp__step-card {
		padding: 20px 18px;
	}

	.gdlv-rp__cta {
		width: 100%;
		justify-content: center;
		padding: 16px 24px;
	}
}

.gdlv-ctab {
	padding: 48px 24px;
}

.gdlv-ctab__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: 1140px;
	margin: 0 auto;
}

.gdlv-ctab__headline {
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 6px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.gdlv-ctab__subtitle {
	font-size: 1.05rem;
	line-height: 1.5;
	margin: 0;
	opacity: 0.9;
}

.gdlv-ctab__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.gdlv-ctab__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	font-size: 0.9rem;
	font-weight: 700;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	white-space: nowrap;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gdlv-ctab__cta:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.gdlv-ctab__cta--primary:hover {
	color: inherit;
}

.gdlv-ctab__cta--secondary {
	background-color: transparent;
	border: 2px solid;
}

.gdlv-ctab__cta--secondary:hover {
	color: inherit;
}

.gdlv-ctab__cta--secondary svg {
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	.gdlv-ctab__inner {
		flex-direction: column;
		text-align: center;
		gap: 24px;
	}

	.gdlv-ctab__actions {
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.gdlv-ctab {
		padding: 40px 20px;
	}

	.gdlv-ctab__headline {
		font-size: 1.35rem;
	}

	.gdlv-ctab__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.gdlv-ctab__cta {
		width: 100%;
		justify-content: center;
		padding: 16px 24px;
	}
}

.gdlv-pl {
	padding: 56px 24px;
}

.gdlv-pl__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.gdlv-pl__header {
	text-align: center;
	max-width: 640px;
}

.gdlv-pl__heading {
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
}

.gdlv-pl__subheading {
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0;
}

.gdlv-pl-outer {
	position: relative;
	width: 100%;
	padding: 0;
}

.gdlv-pl-swiper {
	overflow: hidden;
}

.gdlv-pl-swiper .swiper-wrapper {
	align-items: stretch;
}

.gdlv-pl-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.gdlv-pl__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 80px;
	padding: 12px;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.gdlv-pl__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.gdlv-pl__logo {
	max-width: 100%;
	max-height: 52px;
	width: auto;
	height: auto;
	object-fit: contain;
	opacity: 0.6;
	filter: grayscale(100%);
	transition: opacity 0.3s ease, filter 0.3s ease;
}

.gdlv-pl__item:hover .gdlv-pl__logo {
	opacity: 1;
	filter: grayscale(0%);
}

.gdlv-pl__name {
	font-size: 0.95rem;
	font-weight: 700;
	color: #333;
	text-align: center;
	letter-spacing: 0.02em;
}



@media (max-width: 640px) {
	.gdlv-pl {
		padding: 40px 16px;
	}

	.gdlv-pl__inner {
		gap: 28px;
	}

	.gdlv-pl__heading {
		font-size: 1.4rem;
	}

	.gdlv-pl-outer {
		padding: 0;
	}

	.gdlv-pl__item {
		min-height: 80px;
		padding: 16px;
	}

	.gdlv-pl__logo {
		max-height: 48px;
	}
}

.gdlv-fin {
	padding: 80px 20px;
	overflow: hidden;
}

.gdlv-fin__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.gdlv-fin__header {
	text-align: center;
	margin-bottom: 48px;
}

.gdlv-fin__badge {
	display: inline-block;
	background-color: #174E3D;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 6px 18px;
	border-radius: 100px;
	margin-bottom: 20px;
}

.gdlv-fin__heading {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
	color: #1a1a1a;
	margin: 0 0 16px 0;
}

.gdlv-fin__sub {
	font-size: 17px;
	line-height: 1.6;
	color: #555555;
	max-width: 640px;
	margin: 0 auto;
}

.gdlv-fin__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 48px;
}

.gdlv-fin__card {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 32px 24px 28px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid #e8ece9;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gdlv-fin__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 28px rgba(23, 78, 61, 0.12);
}

.gdlv-fin__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background-color: rgba(23, 78, 61, 0.08);
	color: #174E3D;
	margin: 0 auto 20px;
}

.gdlv-fin__card-val-wrap {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
	margin-bottom: 10px;
}

.gdlv-fin__card-value {
	font-size: 44px;
	font-weight: 800;
	line-height: 1;
	color: #174E3D;
}

.gdlv-fin__card-label {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

.gdlv-fin__card-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #777777;
	margin: 0;
}

.gdlv-fin__features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 32px;
	max-width: 680px;
	margin: 0 auto 48px;
}

.gdlv-fin__feat {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #333333;
}

.gdlv-fin__check {
	flex-shrink: 0;
	color: #174E3D;
}

.gdlv-fin__cta-wrap {
	text-align: center;
}

.gdlv-fin__cta-btn {
	display: inline-block;
	background-color: #174E3D;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	padding: 16px 44px;
	border-radius: 10px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.gdlv-fin__cta-btn:hover {
	background-color: #123d30;
	transform: translateY(-2px);
	color: #ffffff;
}

.gdlv-fin__cta-sub {
	margin: 16px 0 0;
	font-size: 15px;
	color: #666666;
}

.gdlv-fin__cta-phone {
	color: #174E3D;
	font-weight: 700;
	text-decoration: none;
	margin-left: 4px;
}

.gdlv-fin__cta-phone:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.gdlv-fin {
		padding: 56px 16px;
	}

	.gdlv-fin__heading {
		font-size: 28px;
	}

	.gdlv-fin__sub {
		font-size: 15px;
	}

	.gdlv-fin__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.gdlv-fin__card {
		padding: 24px 20px;
	}

	.gdlv-fin__card-value {
		font-size: 36px;
	}

	.gdlv-fin__features {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.gdlv-fin__cta-btn {
		width: 100%;
		padding: 16px 20px;
		text-align: center;
	}
}
