/* =========================
   Footer CTA + site footer.
   Rendered as two adjacent sections — et_render_booking_cta() outputs
   .exec-footer-cta, template-parts/footer/site-footer.php outputs
   .exec-footer straight after — so the CTA's gradient is written to end
   on the exact footer background colour and the two read as one
   continuous dark block, never nested inside a common wrapper.
========================= */

.exec-footer-cta {
	background: linear-gradient(90deg, #123e30 0%, #0a3227 100%);
	border-top: 1px solid rgba(216, 180, 93, 0.35);
	border-bottom: 1px solid rgba(216, 180, 93, 0.18);
}

.exec-footer-cta a {
	text-decoration: none;
	transition: 0.25s ease;
}

.exec-footer-container {
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: 30px;
}

.exec-footer-cta-inner {
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.exec-footer-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
	color: #d8b45d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.exec-footer-eyebrow::before {
	content: "";
	width: 38px;
	height: 1px;
	background: #d8b45d;
}

.exec-footer-cta h2 {
	margin: 0 0 12px;
	color: #fff;
	font-family: var(--golf-font-display, Georgia, serif);
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 400;
	line-height: 1;
}

.exec-footer-cta p {
	max-width: 600px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.7;
}

.exec-footer-cta-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.exec-footer-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 54px;
	padding: 0 28px;
	background: #d8b45d;
	color: #09271f !important;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.exec-footer-button:hover {
	background: #e5c779;
	transform: translateY(-2px);
}

.exec-footer-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.exec-footer-call:hover {
	border-color: #d8b45d;
	color: #d8b45d !important;
}

/* MAIN FOOTER */

.exec-footer {
	background: #041f19;
	color: #d7ddd9;
}

.exec-footer a {
	color: inherit;
	text-decoration: none;
	transition: 0.25s ease;
}

.exec-footer a:hover,
.exec-footer a:focus-visible {
	color: #d8b45d;
}

.exec-footer-main {
	padding: 64px 0 0;
}

.exec-footer-grid {
	display: grid;
	grid-template-columns: 1.7fr 0.8fr 0.8fr 1.1fr;
	gap: 70px;
	padding-bottom: 55px;
}

.exec-footer-brand__logo {
	display: inline-block;
	margin-bottom: 20px;
}

.exec-footer-brand img {
	width: 220px;
	height: auto;
	display: block;
}

.exec-footer-brand p {
	max-width: 360px;
	margin: 0 0 26px;
	color: #aebdb7;
	font-size: 14px;
	line-height: 1.8;
}

.exec-footer-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 28px;
}

.exec-footer-trust span {
	position: relative;
	padding-left: 14px;
	color: #d6ddd9;
	font-size: 12px;
}

.exec-footer-trust span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d8b45d;
}

.exec-footer-socials {
	display: flex;
	gap: 9px;
}

.exec-footer-socials a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	color: #fff;
}

.exec-footer-socials a svg {
	width: 16px;
	height: 16px;
}

.exec-footer-socials a:hover {
	background: #d8b45d;
	border-color: #d8b45d;
	color: #09271f !important;
}

/* COLUMNS */

.exec-footer-column h4 {
	margin: 4px 0 22px;
	color: #d8b45d;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.exec-footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.exec-footer-column li {
	margin-bottom: 13px;
}

.exec-footer-column li a {
	color: #d7dfdb;
	font-size: 14px;
}

.exec-footer-contact-item {
	margin-bottom: 18px;
}

.exec-footer-contact-label {
	display: block;
	margin-bottom: 5px;
	color: #80958d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.exec-footer-contact-item a,
.exec-footer-contact-item span {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

/* BOTTOM BAR */

.exec-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 8px;
}

.exec-footer-bottom-inner {
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 30px;
	padding-block: 16px;
}

.exec-footer-copyright {
	color: #80958d;
	font-size: 12px;
}

.exec-footer-bottom-links {
	display: flex;
	gap: 28px;
}

.exec-footer-bottom-links a {
	color: #9caaa5;
	font-size: 12px;
}

/* MOBILE */

@media (max-width: 950px) {
	.exec-footer-cta-inner {
		min-height: auto;
		padding-block: 55px;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	.exec-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 45px;
	}
}

@media (max-width: 600px) {
	.exec-footer-container {
		padding-inline: 22px;
	}

	.exec-footer-cta h2 {
		font-size: 38px;
	}

	.exec-footer-cta-actions {
		width: 100%;
		flex-direction: column;
	}

	.exec-footer-button,
	.exec-footer-call {
		width: 100%;
	}

	.exec-footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-bottom: 40px;
	}

	.exec-footer-main {
		padding-top: 48px;
	}

	.exec-footer-brand img {
		width: 190px;
	}

	.exec-footer-bottom-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.exec-footer-bottom-links {
		flex-wrap: wrap;
		gap: 12px 22px;
	}
}
