/* LinkCoasters global header/footer chrome.
 *
 * Every selector is constrained to the LC header or footer. This file does not
 * apply the redesign reset to legacy Akpager or Elementor page content.
 */

body.lc-site-chrome {
	--lc-navy-900: #0a2a5e;
	--lc-navy-700: #123a7a;
	--lc-green-500: #18b94a;
	--lc-green-600: #0fa03e;
	--lc-divider: rgba(10, 42, 94, 0.12);
	--lc-ink: #101826;
	--lc-muted: #5b6472;
	--lc-text-supporting: 15px;
	--lc-text-small: 14px;
}

body.lc-site-chrome .lc-header,
body.lc-site-chrome .lc-header *,
body.lc-site-chrome .lc-header *::before,
body.lc-site-chrome .lc-header *::after,
body.lc-site-chrome .lc-footer,
body.lc-site-chrome .lc-footer *,
body.lc-site-chrome .lc-footer *::before,
body.lc-site-chrome .lc-footer *::after {
	box-sizing: border-box;
}

body.lc-site-chrome .lc-header :focus-visible,
body.lc-site-chrome .lc-footer :focus-visible {
	outline: 2px solid var(--lc-green-500);
	outline-offset: 3px;
}

body.lc-site-chrome .lc-header .lc-container,
body.lc-site-chrome .lc-footer .lc-container {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 32px;
	padding-left: 32px;
}

/* Header */
body.lc-site-chrome .lc-header {
	position: relative;
	z-index: 100;
	width: 100%;
	background: #fff;
	color: var(--lc-ink);
	font-family: "Inter", system-ui, -apple-system, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

body.lc-site-chrome .lc-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding-top: 18px;
	padding-bottom: 18px;
	gap: 24px;
}

body.lc-site-chrome .lc-header .lc-brand {
	display: inline-flex;
	flex: none;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	text-decoration: none;
}

body.lc-site-chrome .lc-header .lc-brand img {
	display: block;
	width: auto;
	height: 24px;
	max-width: none;
	margin: 0;
}

body.lc-site-chrome .lc-nav {
	display: block;
	margin: 0;
	padding: 0;
}

body.lc-site-chrome .lc-nav__list,
body.lc-site-chrome .lc-nav .sub-menu,
body.lc-site-chrome .lc-mobile-nav__list,
body.lc-site-chrome .lc-mobile-nav .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.lc-site-chrome .lc-nav__list {
	display: flex;
	align-items: center;
	gap: 32px;
}

body.lc-site-chrome .lc-nav__list > li {
	position: relative;
	margin: 0;
	padding: 0;
}

body.lc-site-chrome .lc-nav a {
	display: inline-flex;
	align-items: center;
	padding: 4px 0;
	color: var(--lc-ink);
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.15s ease;
}

body.lc-site-chrome .lc-nav a:hover,
body.lc-site-chrome .lc-nav a:focus-visible,
body.lc-site-chrome .lc-nav .current-menu-item > a {
	color: var(--lc-green-600);
}

body.lc-site-chrome .lc-nav .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: -18px;
	display: none;
	width: max-content;
	min-width: 210px;
	padding: 10px 18px;
	background: #fff;
	border: 1px solid var(--lc-divider);
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(10, 42, 94, 0.12);
}

body.lc-site-chrome .lc-nav li:hover > .sub-menu,
body.lc-site-chrome .lc-nav li:focus-within > .sub-menu {
	display: block;
}

body.lc-site-chrome .lc-nav .sub-menu a {
	display: flex;
	padding: 9px 0;
	white-space: nowrap;
}

body.lc-site-chrome .lc-header .lc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: 0;
	border-radius: 999px;
	font-family: "Inter", system-ui, -apple-system, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

body.lc-site-chrome .lc-header .lc-btn--sm {
	padding: 11px 22px;
}

body.lc-site-chrome .lc-header .lc-btn--primary,
body.lc-site-chrome .lc-header .lc-btn--primary:visited {
	background: var(--lc-green-500);
	color: #fff;
}

body.lc-site-chrome .lc-header .lc-btn--primary:hover,
body.lc-site-chrome .lc-header .lc-btn--primary:focus-visible {
	background: var(--lc-green-600);
	color: #fff;
}

body.lc-site-chrome .lc-header__cta {
	flex: none;
	white-space: nowrap;
}

body.lc-site-chrome .lc-mobile-nav {
	display: none;
	margin: 0;
}

body.lc-site-chrome .lc-mobile-nav__control {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

body.lc-site-chrome .lc-mobile-nav__toggle {
	position: relative;
	display: flex;
	width: 40px;
	height: 36px;
	margin: 0;
	padding: 7px 2px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

body.lc-site-chrome .lc-mobile-nav__toggle > span:not(.lc-mobile-nav__label) {
	display: block;
	width: 36px;
	height: 2px;
	margin: 0;
	background: var(--lc-navy-900);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.lc-site-chrome .lc-mobile-nav__label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

body.lc-site-chrome .lc-mobile-nav__control:focus-visible + .lc-mobile-nav__toggle {
	outline: 2px solid var(--lc-green-500);
	outline-offset: 3px;
}

body.lc-site-chrome .lc-mobile-nav__control:checked + .lc-mobile-nav__toggle > span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.lc-site-chrome .lc-mobile-nav__control:checked + .lc-mobile-nav__toggle > span:nth-child(2) {
	opacity: 0;
}

body.lc-site-chrome .lc-mobile-nav__control:checked + .lc-mobile-nav__toggle > span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

body.lc-site-chrome .lc-mobile-nav__panel {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
	max-height: calc(100vh - 72px);
	margin: 0;
	padding: 8px 32px 20px;
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 12px 24px rgba(10, 42, 94, 0.1);
}

body.lc-site-chrome .lc-mobile-nav__control:checked ~ .lc-mobile-nav__panel {
	display: block;
}

body.lc-site-chrome .lc-mobile-nav__list > li {
	margin: 0;
	padding: 0;
}

body.lc-site-chrome .lc-mobile-nav__panel a {
	display: flex;
	width: 100%;
	padding: 12px 0;
	color: var(--lc-ink);
	border-bottom: 1px solid var(--lc-divider);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
}

body.lc-site-chrome .lc-mobile-nav__panel a:hover,
body.lc-site-chrome .lc-mobile-nav__panel a:focus-visible,
body.lc-site-chrome .lc-mobile-nav__panel .current-menu-item > a {
	color: var(--lc-green-600);
}

body.lc-site-chrome .lc-mobile-nav .sub-menu {
	padding-left: 18px;
}

/* Footer */
body.lc-site-chrome .lc-footer {
	position: relative;
	width: 100%;
	padding: 72px 0 32px;
	overflow: hidden;
	background: var(--lc-navy-900);
	border-top: 0;
	color: #fff;
	font-family: "Inter", system-ui, -apple-system, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

body.lc-site-chrome .lc-footer::before,
body.lc-site-chrome .lc-footer::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	content: "";
	pointer-events: none;
}

body.lc-site-chrome .lc-footer::before {
	background: var(--lc-green-500);
}

body.lc-site-chrome .lc-footer::after {
	right: auto;
	width: 34%;
	background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 22%, rgba(210,255,220,.72) 50%, rgba(255,255,255,.08) 78%, transparent 100%);
	box-shadow: 0 0 12px rgba(24, 185, 74, 0.28);
	animation: lc-child-footer-flow 5.5s linear infinite;
}

@keyframes lc-child-footer-flow {
	0% { transform: translateX(-110%); }
	100% { transform: translateX(320%); }
}

body.lc-site-chrome .lc-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 56px;
}

body.lc-site-chrome .lc-footer .lc-brand {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
}

body.lc-site-chrome .lc-footer .lc-brand img {
	display: block;
	width: auto;
	height: 20px;
	max-width: none;
	margin: 0;
	filter: brightness(0) invert(1);
}

body.lc-site-chrome .lc-footer__brand p {
	max-width: 320px;
	margin: 16px 0 0;
	color: rgba(255,255,255,0.65);
	font-size: var(--lc-text-supporting);
	line-height: 1.65;
}

body.lc-site-chrome .lc-footer__brand .lc-footer__entity {
	max-width: 320px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.45);
	font-size: var(--lc-text-small);
	line-height: 1.6;
}

body.lc-site-chrome .lc-footer__heading {
	margin: 0 0 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.lc-site-chrome .lc-footer__col {
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 14px;
	font-size: var(--lc-text-supporting);
}

body.lc-site-chrome .lc-footer__col a {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.7);
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.15s ease;
}

body.lc-site-chrome .lc-footer__col a:hover,
body.lc-site-chrome .lc-footer__col a:focus-visible {
	color: var(--lc-green-500);
}

body.lc-site-chrome .lc-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 52px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,0.1);
	gap: 20px;
	flex-wrap: wrap;
}

body.lc-site-chrome .lc-footer__copy {
	margin: 0;
	color: rgba(255,255,255,0.45);
	font-size: 12px;
	line-height: 1.5;
}

body.lc-site-chrome .lc-footer__ai {
	display: flex;
	align-items: center;
	min-width: 0;
	margin: 0;
	padding: 0;
	gap: 12px;
	font-size: 12px;
}

body.lc-site-chrome .lc-footer__ai-label {
	color: rgba(255,255,255,.42);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}

body.lc-site-chrome .lc-footer__ai-providers {
	display: flex;
	align-items: center;
	min-width: 0;
}

body.lc-site-chrome .lc-footer__ai-provider {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 3px 0;
	color: rgba(255,255,255,.74);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	gap: 4px;
	transition: color .15s ease;
}

body.lc-site-chrome .lc-footer__ai-provider + .lc-footer__ai-provider {
	margin-left: 12px;
	padding-left: 13px;
}

body.lc-site-chrome .lc-footer__ai-provider + .lc-footer__ai-provider::before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 1px;
	background: rgba(255,255,255,.18);
	content: "";
}

body.lc-site-chrome .lc-footer__ai-provider::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: var(--lc-green-500);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .15s ease;
}

body.lc-site-chrome .lc-footer__ai-provider + .lc-footer__ai-provider::after {
	left: 13px;
}

body.lc-site-chrome .lc-footer__ai-provider svg {
	flex: none;
	color: var(--lc-green-500);
	transition: transform .15s ease;
}

body.lc-site-chrome .lc-footer__ai-provider:hover,
body.lc-site-chrome .lc-footer__ai-provider:focus-visible {
	color: #fff;
}

body.lc-site-chrome .lc-footer__ai-provider:hover::after,
body.lc-site-chrome .lc-footer__ai-provider:focus-visible::after {
	transform: scaleX(1);
}

body.lc-site-chrome .lc-footer__ai-provider:hover svg {
	transform: translate(1px, -1px);
}

@media (max-width: 980px) {
	body.lc-site-chrome .lc-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	body.lc-site-chrome .lc-footer__brand {
		grid-column: 1 / -1;
	}

	body.lc-site-chrome .lc-footer__brand p,
	body.lc-site-chrome .lc-footer__brand .lc-footer__entity {
		max-width: 420px;
	}
}

@media (max-width: 860px) {
	body.lc-site-chrome .lc-header .lc-brand img {
		height: 22px;
	}

	body.lc-site-chrome .lc-nav,
	body.lc-site-chrome .lc-header .lc-header__cta {
		display: none;
	}

	body.lc-site-chrome .lc-mobile-nav {
		display: block;
		margin-left: auto;
	}
}

@media (max-width: 640px) {
	body.lc-site-chrome .lc-header .lc-container,
	body.lc-site-chrome .lc-footer .lc-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	body.lc-site-chrome .lc-mobile-nav__panel {
		padding-right: 20px;
		padding-left: 20px;
	}

	body.lc-site-chrome .lc-footer {
		padding: 52px 0 28px;
	}

	body.lc-site-chrome .lc-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	body.lc-site-chrome .lc-footer__brand {
		grid-column: auto;
	}

	body.lc-site-chrome .lc-footer__brand p,
	body.lc-site-chrome .lc-footer__brand .lc-footer__entity {
		max-width: none;
	}

	body.lc-site-chrome .lc-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.lc-site-chrome .lc-footer::after {
		animation: none;
		opacity: 0;
	}

	body.lc-site-chrome .lc-header *,
	body.lc-site-chrome .lc-footer * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
