.gft-hero-wrapper-d21fa0e0 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 60px 20px;
	max-width: 1200px;
	margin: 0 auto;
	font-family: sans-serif;
}

.gft-hero-content-d21fa0e0 {
	flex: 1;
	min-width: 300px;
}

.gft-hero-headline-d21fa0e0 {
	font-size: 3rem;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 0;
}

.gft-hero-subheadline-d21fa0e0 {
	font-size: 1.25rem;
	color: #4a4a4a;
	line-height: 1.6;
	margin-bottom: 40px;
}

.gft-hero-actions-d21fa0e0 {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.gft-hero-btn-primary-d21fa0e0 {
	background-color: #2b6a4a; /* Trail/nature green */
	color: #ffffff;
	padding: 16px 32px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 600;
	transition: background-color 0.2s ease;
}

.gft-hero-btn-primary-d21fa0e0:hover {
	background-color: #1f4d36;
	color: #ffffff;
}

.gft-hero-link-secondary-d21fa0e0 {
	color: #2b6a4a;
	text-decoration: underline;
	font-size: 1.125rem;
	font-weight: 600;
}

.gft-hero-link-secondary-d21fa0e0:hover {
	color: #1f4d36;
}

.gft-hero-image-container-d21fa0e0 {
	flex: 1;
	min-width: 300px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.gft-hero-img-d21fa0e0 {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	max-height: 600px;
}

@media (max-width: 768px) {
	.gft-hero-wrapper-d21fa0e0 {
		flex-direction: column-reverse;
		text-align: center;
		padding: 40px 15px;
	}
	
	.gft-hero-actions-d21fa0e0 {
		justify-content: center;
	}
	
	.gft-hero-headline-d21fa0e0 {
		font-size: 2.25rem;
	}
}