/**
 * Footer Lombok Boat — polish UI selaras header & trip page Ramaya.
 */

body.ramaya-lombokboat .site-footer--rich {
	--ramaya-ft-bg: #053256;
	--ramaya-ft-text: rgba(255, 255, 255, 0.96);
	--ramaya-ft-muted: rgba(255, 255, 255, 0.72);
	--ramaya-ft-line: rgba(126, 186, 255, 0.22);
	--ramaya-ft-accent: #7ebaff;
	--ramaya-ft-heading-size: 1.05rem;
	--ramaya-ft-body-size: 0.875rem;
	--ramaya-ft-nav-size: 0.875rem;
	margin-top: 0;
	font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	background:
		linear-gradient(180deg, rgba(126, 186, 255, 0.08) 0%, transparent 28%),
		radial-gradient(900px 420px at 12% 0%, rgba(126, 186, 255, 0.12), transparent 58%),
		radial-gradient(760px 380px at 92% 40%, rgba(5, 50, 86, 0.35), transparent 52%),
		var(--ramaya-ft-bg);
	border-top: 3px solid transparent;
	border-image: linear-gradient(
		90deg,
		#053256 0%,
		#7ebaff 35%,
		#f06c15 55%,
		#7ebaff 75%,
		#053256 100%
	) 1;
}

body.ramaya-lombokboat .site-footer__panels {
	border-top: none;
}

body.ramaya-lombokboat .site-footer__container {
	padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(1.5rem, 3vw, 2rem);
}

body.ramaya-lombokboat .site-footer__grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.92fr) minmax(0, 0.98fr);
	gap: clamp(1.25rem, 2.5vw, 2rem) clamp(1rem, 2vw, 1.75rem);
}

body.ramaya-lombokboat .site-footer__heading {
	margin-bottom: 0.85rem;
	padding-bottom: 0;
	font-size: var(--ramaya-ft-heading-size);
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #fff;
}

body.ramaya-lombokboat .site-footer__heading::after {
	display: none;
}

body.ramaya-lombokboat .site-footer__desc {
	max-width: none;
	font-size: var(--ramaya-ft-body-size);
	font-weight: 300;
	line-height: 1.65;
	color: var(--ramaya-ft-muted);
}

body.ramaya-lombokboat .site-footer__list {
	gap: 0.45rem;
	list-style: none !important;
}

body.ramaya-lombokboat .site-footer__list li {
	list-style: none !important;
	padding: 0;
}

body.ramaya-lombokboat .site-footer__list li::marker {
	content: none;
}

body.ramaya-lombokboat .site-footer__link {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.78);
}

body.ramaya-lombokboat .site-footer__link:hover,
body.ramaya-lombokboat .site-footer__link:focus-visible {
	color: #fff;
	transform: translateX(3px);
}

body.ramaya-lombokboat .site-footer__col--routes .site-footer__list,
body.ramaya-lombokboat .site-footer__col--others .site-footer__list {
	max-height: 15rem;
}

body.ramaya-lombokboat .site-footer__col--stack {
	gap: 1.5rem;
}

body.ramaya-lombokboat .site-footer__list--contacts .site-footer__link--contact span {
	font-weight: 500;
}

body.ramaya-lombokboat .site-footer__social-link {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	border-color: rgba(126, 186, 255, 0.35);
	background: rgba(255, 255, 255, 0.06);
}

body.ramaya-lombokboat .site-footer__social-link:hover,
body.ramaya-lombokboat .site-footer__social-link:focus-visible {
	border-color: rgba(126, 186, 255, 0.65);
	background: rgba(126, 186, 255, 0.16);
}

body.ramaya-lombokboat .site-footer--rich .site-footer__bar {
	border-top-color: rgba(126, 186, 255, 0.18);
}

body.ramaya-lombokboat .site-footer--rich .site-footer__inner {
	padding-top: 1.1rem;
	padding-bottom: 1.35rem;
	text-align: center;
}

body.ramaya-lombokboat .site-footer__copy {
	margin: 0;
}

body.ramaya-lombokboat .site-footer__copy-inner {
	font-size: 0.82rem;
	font-weight: 300;
	letter-spacing: 0.01em;
}

@media (max-width: 992px) {
	body.ramaya-lombokboat .site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	body.ramaya-lombokboat .site-footer__grid {
		grid-template-columns: 1fr;
	}

	body.ramaya-lombokboat .site-footer__col--routes .site-footer__list,
	body.ramaya-lombokboat .site-footer__col--others .site-footer__list {
		max-height: none;
	}
}
