/**
 * GEP Footer – attractive design
 */
.gep-footer-section.gep-footer-attractive {
	width: 100%;
	max-width: 100%;
	margin-left: 0 !important;
	margin-right: 0;
	box-sizing: border-box;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 6vw, 3.5rem);
	background: linear-gradient(160deg, #0d5c36 0%, #1d7445 35%, #2d8b54 70%);
	color: #fff;
	position: relative;
	overflow: hidden;
	border-top: 4px solid rgba(240, 216, 118, 0.75);
}

.gep-footer-section.gep-footer-attractive::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M0 0h40v40H0V0zm1 1v38h38V1H1z'/%3E%3C/g%3E%3C/svg%3E");
	pointer-events: none;
}

.gep-footer-attractive .gep-footer-row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	gap: 2rem;
	position: relative;
	z-index: 1;
}

.gep-footer-attractive .gep-footer-col-svg img.gep-footer-svg-img {
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
	opacity: 0.95;
}

.gep-footer-attractive .msg-form-sec h2 {
	margin: 0 0 0.5rem;
	font-family: 'Inter', -apple-system, sans-serif;
	font-weight: 700;
	color: #f0d876;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.gep-footer-attractive .msg-form-sec>p {
	margin: 0 0 1.25rem;
	font-family: 'Inter', -apple-system, sans-serif;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
	max-width: 420px;
	line-height: 1.55;
}

.gep-footer-attractive #gep-footer-contact-form label {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
}

.gep-footer-attractive #gep-footer-contact-form input[type="text"],
.gep-footer-attractive #gep-footer-contact-form input[type="tel"],
.gep-footer-attractive #gep-footer-contact-form input[type="email"] {
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.35);
	background: #4bb07a;
	color: #fff;
	border-radius: 6px;
	padding: 10px 12px;
}

.gep-footer-attractive #gep-footer-contact-form input:focus {
	border-bottom-color: #f0d876;
	background: #4bb07a;
}

.gep-footer-attractive #gep-footer-contact-form input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.gep-footer-attractive #gep-footer-contact-form textarea {
	border: 2px solid rgba(255, 255, 255, 0.35);
	background: #4bb07a;
	color: #fff;
	border-radius: 8px;
}

.gep-footer-attractive #gep-footer-contact-form textarea:focus {
	border-color: #f0d876;
	background: #4bb07a;
}

.gep-footer-attractive #gep-footer-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.gep-footer-attractive #gep-footer-contact-form button[type="submit"] img {
	max-height: 44px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

.gep-footer-attractive #gep-footer-contact-form button[type="submit"]:hover {
	transform: scale(1.03);
}

.gep-footer-attractive .gep-footer-jump {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 1;
}

.gep-footer-attractive .gep-footer-jump hr {
	flex: 1;
	max-width: 120px;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.gep-footer-attractive .gep-footer-jump button {
	border: 2px solid #f0d876;
	color: #f0d876;
	font-weight: 700;
	padding: 12px 28px;
	border-radius: 50px;
	background: transparent;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, transform 0.2s;
}

.gep-footer-attractive .gep-footer-jump button:hover {
	background: #f0d876;
	color: #1d7445;
	transform: translateY(-2px);
}

.gep-footer-attractive .gep-footer-disclaimer-fullwidth {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 1;
}

.gep-footer-attractive .gep-footer-disclaimer-fullwidth p {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.8125rem;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.gep-footer-attractive .gep-footer-row {
		gap: 2.5rem;
	}

	.gep-footer-attractive .gep-footer-col-form {
		flex: 0 1 42%;
		max-width: 400px;
	}

	.gep-footer-attractive .gep-footer-col-svg {
		flex: 0 1 calc(58% - 2.5rem);
	}

	.gep-footer-attractive .gep-footer-col-svg img.gep-footer-svg-img {
		max-width: 280px;
		max-height: 300px;
	}
}

@media (min-width: 1024px) {
	.gep-footer-attractive .gep-footer-col-svg img.gep-footer-svg-img {
		max-width: 320px;
		max-height: 340px;
	}
}

@media (max-width: 768px) {
	.gep-footer-attractive {
		padding: 2rem 1rem 2.5rem;
	}

	.gep-footer-attractive .gep-footer-row {
		gap: 1.5rem;
	}

	.gep-footer-attractive .gep-footer-col-svg img.gep-footer-svg-img {
		max-height: 180px;
		max-width: 200px;
		margin: 0 auto;
	}

	.gep-footer-attractive .gep-footer-jump {
		margin-top: 1.5rem;
		padding-top: 1.25rem;
	}

	.gep-footer-attractive .gep-footer-jump hr {
		max-width: 60px;
	}
}

@media (max-width: 480px) {
	.gep-footer-attractive {
		padding: 1.5rem 0.75rem 2rem;
	}
}