/* Energy Coast UTC — scoped header (blue gradient primary, green accent) */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

.ecutc-header {
	/* Blue family — primary accents */
	--ecutc-blue-deep: #004e8c;
	--ecutc-blue-a: #0066b3;
	--ecutc-blue-b: #009de9;
	--ecutc-blue-c: #5ccbff;
	--ecutc-blue-ice: #e8f6ff;
	--ecutc-grad-hero: linear-gradient(120deg, var(--ecutc-blue-deep) 0%, var(--ecutc-blue-a) 32%, var(--ecutc-blue-b) 62%, var(--ecutc-blue-c) 100%);
	--ecutc-grad-soft: linear-gradient(180deg, rgba(0, 102, 179, 0.12) 0%, rgba(0, 157, 233, 0.06) 55%, transparent 100%);
	--ecutc-grad-rail: linear-gradient(90deg, rgba(0, 78, 140, 0.14) 0%, rgba(0, 157, 233, 0.08) 50%, rgba(92, 203, 255, 0.1) 100%);

	/* Green — opposite accent */
	--ecutc-green: #a0b342;
	--ecutc-green-dark: #7f8f32;
	--ecutc-green-darker: #5d6b26;
	--ecutc-green-soft: rgba(160, 179, 66, 0.18);

	--ecutc-bg: #f0f5f9;
	--ecutc-text: #1e293b;
	--ecutc-muted: #5c6b7a;
	--ecutc-line: rgba(0, 102, 179, 0.12);
	--ecutc-shell: min(1200px, calc(100vw - 2 * clamp(12px, 4vw, 32px)));

	--ecutc-sticky-top: 0px;
	--ecutc-sticky-h: 120px;
	--ecutc-mega-top: 120px;

	font-family: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: var(--ecutc-text);
	position: relative;
	z-index: 99990;
}

.admin-bar .ecutc-header {
	--ecutc-sticky-top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .ecutc-header {
		--ecutc-sticky-top: 46px;
	}
}

/* Reserves layout height while inner bar is position:fixed */
.ecutc-header__spacer {
	display: block;
	width: 100%;
	height: var(--ecutc-sticky-h, 120px);
	pointer-events: none;
}

.ecutc-header__sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: var(--ecutc-sticky-top, 0px);
	z-index: 99991;
	background: #fff;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	transition: top 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
	overflow: visible;
}

.ecutc-header.is-header-concealed .ecutc-header__sticky {
	top: calc(var(--ecutc-sticky-top, 0px) - var(--ecutc-sticky-h, 120px));
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.ecutc-header.is-header-concealed .ecutc-mega {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateY(-10px) !important;
}

.ecutc-shell {
	width: var(--ecutc-shell);
	max-width: 100%;
	margin-inline: auto;
}

/* Header rows: use full viewport width; keep comfortable side padding */
.ecutc-header .ecutc-shell {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: clamp(12px, 4vw, 32px);
	box-sizing: border-box;
}

.ecutc-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* ——— Anchor (measurement band: topbar + main nav row) ——— */
.ecutc-header__anchor {
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, #fff 0%, #fafcfe 100%);
}

/* ——— Top bar ——— */
.ecutc-topbar {
	box-sizing: border-box;
	/* Full-bleed green when header sits inside a constrained theme wrapper */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: var(--ecutc-green);
	border-bottom: 1px solid var(--ecutc-green-dark);
}

.ecutc-topbar__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0 0;
	min-height: 48px;
}

.ecutc-topbar__inner > .ecutc-quicklinks {
	flex: 1 1 auto;
	min-width: 0;
}

.ecutc-quicklinks {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	gap: 3px;
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 0;
	overscroll-behavior-x: none;
	overscroll-behavior-y: none;
}

/* Wrapper: desktop/tablet passes tabs through to parent flex; mobile carousel overrides when .is-ql-rotor-on */
.ecutc-quicklinks__viewport {
	display: contents;
}

@media (max-width: 1023.98px) {
	.ecutc-topbar .ecutc-quicklinks.is-ql-rotor-on {
		flex-wrap: nowrap;
		overflow-x: hidden;
		overflow-y: visible;
		align-items: stretch;
		align-content: stretch;
		min-height: 50px;
	}

	.ecutc-topbar .ecutc-quicklinks.is-ql-rotor-on .ecutc-quicklinks__viewport {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		min-height: 100%;
		transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
		will-change: transform;
		transform: translateX(calc(var(--ecutc-ql-index, 0) * var(--ecutc-ql-step, 100%) * -1));
	}

	.ecutc-topbar .ecutc-quicklinks.is-ql-rotor-on .ecutc-quicklinks__viewport .ecutc-pill {
		flex: 0 0 var(--ecutc-ql-step, 100%);
		width: var(--ecutc-ql-step, 100%);
		min-width: var(--ecutc-ql-step, 100%);
		max-width: var(--ecutc-ql-step, 100%);
		box-sizing: border-box;
	}
}

@media (min-width: 1024px) {
	.ecutc-topbar .ecutc-quicklinks__viewport {
		display: contents;
	}
}

/* Top-bar quick links: folder tabs — flat bottom on green bar; active tab taller, white / blue */
.ecutc-quicklinks .ecutc-pill {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px 11px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 12px 12px 0 0;
	background: linear-gradient(180deg, var(--ecutc-green-dark) 0%, var(--ecutc-green-darker) 100%);
	margin-bottom: 0;
	position: relative;
	z-index: 0;
	transform: translateY(0);
	transform-origin: 50% 100%;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.22s ease, transform 0.2s ease,
		padding 0.2s ease;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.ecutc-pill__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: currentColor;
}

.ecutc-pill__ic svg {
	display: block;
	width: 17px;
	height: 17px;
}

.ecutc-pill__label {
	white-space: nowrap;
	line-height: 1;
}

.ecutc-topbar .ecutc-quicklinks .ecutc-pill:hover,
.ecutc-topbar .ecutc-quicklinks .ecutc-pill:focus-visible {
	background: linear-gradient(180deg, #6d7c2b 0%, #4a5520 100%);
	color: #fff;
	outline: none;
	transform: translateY(0);
	padding: 10px 16px 11px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
	z-index: 2;
}

.ecutc-topbar .ecutc-quicklinks .ecutc-pill:focus-visible {
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.06) inset,
		0 0 0 2px rgba(255, 255, 255, 0.55);
}

/* Current page: taller tab, overlaps white main bar */
.ecutc-topbar .ecutc-quicklinks .ecutc-pill.ecutc-pill--active {
	background: linear-gradient(180deg, #fff 0%, #eef3dc 100%);
	color: var(--ecutc-blue-deep);
	transform: translateY(-7px);
	padding: 14px 16px 12px;
	border-radius: 12px 12px 0 0;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 -4px 18px rgba(0, 0, 0, 0.12);
	z-index: 4;
}

.ecutc-topbar .ecutc-quicklinks .ecutc-pill.ecutc-pill--active:hover {
	background: linear-gradient(180deg, #fff 0%, #e8efd0 100%);
	color: var(--ecutc-blue-deep);
	transform: translateY(-7px);
	padding: 14px 16px 12px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.88) inset,
		0 -4px 20px rgba(0, 0, 0, 0.14);
}

.ecutc-topbar .ecutc-quicklinks .ecutc-pill.ecutc-pill--active:focus-visible {
	outline: none;
	background: linear-gradient(180deg, #fff 0%, #eef3dc 100%);
	color: var(--ecutc-blue-deep);
	transform: translateY(-7px);
	padding: 14px 16px 12px;
	box-shadow:
		0 0 0 2px rgba(0, 78, 140, 0.45),
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 -4px 18px rgba(0, 0, 0, 0.12);
}

@media (prefers-reduced-motion: reduce) {
	.ecutc-quicklinks .ecutc-pill {
		transition-duration: 0.01ms;
	}

	.ecutc-topbar .ecutc-quicklinks.is-ql-rotor-on .ecutc-quicklinks__viewport {
		transition-duration: 0.01ms;
	}
}

.ecutc-topbar .ecutc-contactlink {
	color: rgba(255, 255, 255, 0.96);
}

.ecutc-topbar .ecutc-contactlink:hover,
.ecutc-topbar .ecutc-contactlink:focus-visible {
	color: #fff;
	outline: none;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ecutc-topbar__contact {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-shrink: 0;
	padding-bottom: 10px;
}

.ecutc-contactlink {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--ecutc-text);
	text-decoration: none;
	white-space: nowrap;
}

.ecutc-topbar .ecutc-contactlink {
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
}

.ecutc-topbar .ecutc-icon {
	width: 1.35em;
	height: 1.35em;
}

.ecutc-contactlink:hover,
.ecutc-contactlink:focus-visible {
	color: var(--ecutc-blue-b);
	outline: none;
}

.ecutc-hide-sm {
	display: none;
}

@media (min-width: 640px) {
	.ecutc-hide-sm {
		display: inline-flex;
	}
}

/* ——— Shared icon masks ——— */
.ecutc-icon {
	display: inline-block;
	vertical-align: middle;
	width: 1.1em;
	height: 1.1em;
	background: currentColor;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.ecutc-icon--phone {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.45 2.45 3.35 4.35 5.8 5.8l1.95-1.95c.25-.25.65-.35 1-.25 1.1.35 2.3.55 3.55.55.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.6 21 3 13.4 3 3.5 3 2.95 3.45 2.5 4 2.5h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.55 3.55.1.35 0 .75-.25 1L6.6 10.8z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.45 2.45 3.35 4.35 5.8 5.8l1.95-1.95c.25-.25.65-.35 1-.25 1.1.35 2.3.55 3.55.55.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.6 21 3 13.4 3 3.5 3 2.95 3.45 2.5 4 2.5h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.55 3.55.1.35 0 .75-.25 1L6.6 10.8z'/%3E%3C/svg%3E");
}

.ecutc-icon--mail {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

/* Social icon tiles (mask + solid background) */
.ecutc-ico {
	display: inline-block;
	vertical-align: middle;
}

/* Primary nav — Lucide-style stroke icons (inline SVG, currentColor) */
.ecutc-nav__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	color: #0f172a;
	transition: color 0.2s ease, transform 0.2s ease;
}

.ecutc-nav__ic svg {
	display: block;
	width: 20px;
	height: 20px;
}

.ecutc-nav__link:hover .ecutc-nav__ic,
.ecutc-nav__link:focus-visible .ecutc-nav__ic {
	color: var(--ecutc-blue-b);
	transform: translateY(-1px);
}

@media (min-width: 1024px) {
	.ecutc-nav__link:hover .ecutc-nav__ic,
	.ecutc-nav__link:focus-visible .ecutc-nav__ic {
		transform: none;
	}

	.ecutc-has-mega:hover > .ecutc-nav__link .ecutc-nav__ic,
	.ecutc-has-mega.is-mega-hover > .ecutc-nav__link .ecutc-nav__ic,
	.ecutc-has-mega:focus-within > .ecutc-nav__link .ecutc-nav__ic,
	.ecutc-has-mega.is-mega-open > .ecutc-nav__link .ecutc-nav__ic {
		color: var(--ecutc-blue-b);
	}
}

.ecutc-social .ecutc-ico {
	width: 22px;
	height: 22px;
	border-radius: 8px;
	background: var(--ecutc-text);
	/* Longhands only — `mask` shorthand resets mask-image and would beat .ecutc-ico--fb (lower specificity). */
	mask-position: center;
	mask-size: 65% 65%;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 65% 65%;
	-webkit-mask-repeat: no-repeat;
}

.ecutc-social--nav .ecutc-ico {
	background: #fff;
}

.ecutc-ico--fb {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M22 12a10 10 0 1 0-11.5 9.9v-7H7.9V12h2.6V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.2c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.4v7A10 10 0 0 0 22 12z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M22 12a10 10 0 1 0-11.5 9.9v-7H7.9V12h2.6V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.2c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.4v7A10 10 0 0 0 22 12z'/%3E%3C/svg%3E");
}

.ecutc-ico--ig {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6zm4.4 3.5a5.1 5.1 0 1 1 0 10.2 5.1 5.1 0 0 1 0-10.2zm0 2.1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm5.2-3.3a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6zm4.4 3.5a5.1 5.1 0 1 1 0 10.2 5.1 5.1 0 0 1 0-10.2zm0 2.1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm5.2-3.3a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4z'/%3E%3C/svg%3E");
}

.ecutc-ico--in {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.98 3.5C4 3.5 3.2 4.3 3.2 5.2c0 .9.8 1.7 1.8 1.7h.1c1 0 1.8-.8 1.8-1.7-.1-1-.9-1.7-1.9-1.7zM3.4 21h3.2V9H3.4v12zm7.6-7.3c0-1.6 0-3.7 0-3.7h3v1h.1c.4-.8 1.5-1.7 3.1-1.7 3.3 0 3.9 2.2 3.9 5v4.9h-3.2v-4.4c0-1.1 0-2.5-1.5-2.5-1.5 0-1.7 1.2-1.7 2.4v4.5H11V9h3v4.7z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.98 3.5C4 3.5 3.2 4.3 3.2 5.2c0 .9.8 1.7 1.8 1.7h.1c1 0 1.8-.8 1.8-1.7-.1-1-.9-1.7-1.9-1.7zM3.4 21h3.2V9H3.4v12zm7.6-7.3c0-1.6 0-3.7 0-3.7h3v1h.1c.4-.8 1.5-1.7 3.1-1.7 3.3 0 3.9 2.2 3.9 5v4.9h-3.2v-4.4c0-1.1 0-2.5-1.5-2.5-1.5 0-1.7 1.2-1.7 2.4v4.5H11V9h3v4.7z'/%3E%3C/svg%3E");
}

.ecutc-ico--x {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
}

.ecutc-ico--yt {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M23.5 7.2S23 5 21.2 4.2C20 3.7 12 3.7 12 3.7s-8 0-9.2.5C1 5 .5 7.2.5 7.2S0 9.5 0 12v.8c0 2.5.5 4.8.5 4.8s.5 2.2 2.3 3c1.2.5 9.2.5 9.2.5s8 0 9.2-.5c1.8-.8 2.3-3 2.3-3s.5-2.3.5-4.8V12c0-2.5-.5-4.8-.5-4.8zM9.5 15.5v-7l6 3.5-6 3.5z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M23.5 7.2S23 5 21.2 4.2C20 3.7 12 3.7 12 3.7s-8 0-9.2.5C1 5 .5 7.2.5 7.2S0 9.5 0 12v.8c0 2.5.5 4.8.5 4.8s.5 2.2 2.3 3c1.2.5 9.2.5 9.2.5s8 0 9.2-.5c1.8-.8 2.3-3 2.3-3s.5-2.3.5-4.8V12c0-2.5-.5-4.8-.5-4.8zM9.5 15.5v-7l6 3.5-6 3.5z'/%3E%3C/svg%3E");
}

/* ——— Main bar ——— */
.ecutc-mainbar {
	box-sizing: border-box;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #fff;
	border-bottom: 1px solid var(--ecutc-line);
}

.ecutc-mainbar__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 10px 0 12px;
}

@media (min-width: 1024px) {
	.ecutc-mainbar__inner {
		grid-template-columns: auto 1fr auto;
		align-items: stretch;
	}

	.ecutc-logo {
		align-self: center;
	}

	.ecutc-mainbar__searchdesk {
		align-self: center;
	}

	.ecutc-nav {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-width: 0;
		justify-content: center;
		align-items: flex-end;
	}
}

.ecutc-logo {
	display: block;
	max-width: min(200px, 36.93vw);
	line-height: 0;
	overflow: visible;
}

.ecutc-logo img {
	width: 100%;
	height: auto;
	display: block;
	transform-origin: center center;
	transition: transform 0.22s ease;
}

.ecutc-logo:hover img,
.ecutc-logo:focus-visible img {
	transform: scale(1.1);
}

.ecutc-mainbar__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

/* Hide desktop search control on small screens (must beat .ecutc-iconbtn { display: inline-flex }) */
.ecutc-mainbar .ecutc-mainbar__searchdesk {
	display: none;
}

@media (min-width: 1024px) {
	.ecutc-mainbar .ecutc-mainbar__actions {
		display: none;
	}

	.ecutc-mainbar .ecutc-mainbar__searchdesk {
		display: inline-flex;
		align-self: center;
	}
}

.ecutc-iconbtn {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 12px;
	background: var(--ecutc-blue-ice);
	color: var(--ecutc-blue-deep);
	cursor: pointer;
	transition: background 0.2s, color 0.2s, transform 0.15s;
}

.ecutc-iconbtn__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.ecutc-iconbtn__ic svg {
	display: block;
	width: 22px;
	height: 22px;
}

.ecutc-iconbtn:hover,
.ecutc-iconbtn:focus-visible {
	background: rgba(0, 157, 233, 0.18);
	outline: none;
	transform: translateY(-1px);
}

.ecutc-burger {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 12px;
	background: var(--ecutc-grad-hero);
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0;
	box-shadow: 0 8px 22px rgba(0, 102, 179, 0.28);
}

.ecutc-burger span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.25s, opacity 0.2s;
}

.ecutc-header.is-nav-open .ecutc-burger span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.ecutc-header.is-nav-open .ecutc-burger span:nth-child(2) {
	opacity: 0;
}

.ecutc-header.is-nav-open .ecutc-burger span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* ——— Nav wrap ——— */
.ecutc-navwrap {
	display: none;
}

/* Mobile drawer header — hidden on desktop (default off) */
.ecutc-navhead {
	display: none;
}

@media (min-width: 1024px) {
	.ecutc-navwrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 20px;
		position: static;
		padding: 0;
		background: transparent;
		overflow: visible;
	}
}

@media (max-width: 1023.98px) {
	.ecutc-navhead {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 12px;
		margin-bottom: 8px;
		border-bottom: 1px solid var(--ecutc-line);
	}

	.ecutc-navhead__title {
		font-weight: 800;
		font-size: 18px;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		background: var(--ecutc-grad-hero);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}

	.ecutc-close {
		width: 44px;
		height: 44px;
		border: 0;
		border-radius: 12px;
		background: var(--ecutc-blue-ice);
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
		color: var(--ecutc-blue-deep);
	}

	.ecutc-close:hover,
	.ecutc-close:focus-visible {
		background: rgba(0, 157, 233, 0.15);
		outline: none;
	}

	.ecutc-navwrap {
		position: fixed;
		inset: 0;
		top: var(--ecutc-mobile-top, 0px);
		flex-direction: column;
		align-items: stretch;
		padding: 16px clamp(12px, 4vw, 24px) 28px;
		background: rgba(255, 255, 255, 0.97);
		backdrop-filter: blur(12px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 99992;
	}

	.ecutc-header.is-nav-open .ecutc-navwrap {
		display: flex;
		animation: ecutcNavIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
}

@keyframes ecutcNavIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ecutc-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

@media (min-width: 1024px) {
	.ecutc-nav__list {
		flex: 0 1 auto;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		min-height: 0;
		gap: 8px;
	}
}

.ecutc-nav__item {
	position: relative;
}

@media (min-width: 1024px) {
	.ecutc-nav__item {
		position: static;
	}
}

.ecutc-nav__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 8px;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	color: var(--ecutc-text);
	background: transparent;
	border-radius: 10px;
	transition: color 0.2s ease;
}

@media (max-width: 1023.98px) {
	.ecutc-nav__item:has(.ecutc-subtoggle) .ecutc-nav__link {
		padding-right: 52px;
	}
}

@media (min-width: 1024px) {
	.ecutc-nav__link {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 0 12px;
		min-height: 48px;
		box-sizing: border-box;
		border-radius: 0;
		white-space: nowrap;
	}
}

.ecutc-nav__label {
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.ecutc-nav__link:hover {
	color: var(--ecutc-blue-b);
	background: transparent;
	box-shadow: none;
}

.ecutc-nav__link:focus-visible {
	color: var(--ecutc-blue-b);
	background: transparent;
	box-shadow: none;
	outline: 2px solid var(--ecutc-blue-b);
	outline-offset: 3px;
}

@media (min-width: 1024px) {
	.ecutc-has-mega:hover > .ecutc-nav__link,
	.ecutc-has-mega.is-mega-hover > .ecutc-nav__link,
	.ecutc-has-mega:focus-within > .ecutc-nav__link,
	.ecutc-has-mega.is-mega-open > .ecutc-nav__link {
		color: var(--ecutc-blue-b);
		background: transparent;
		box-shadow: none;
	}
}

.ecutc-subtoggle {
	position: absolute;
	right: 0;
	top: 4px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
}

.ecutc-subtoggle::after {
	content: "";
	position: absolute;
	inset: 12px;
	border-right: 2px solid var(--ecutc-blue-b);
	border-bottom: 2px solid var(--ecutc-blue-b);
	width: 10px;
	height: 10px;
	margin: auto;
	transform: rotate(45deg);
	transition: transform 0.22s ease;
}

.ecutc-nav__item.is-sub-open .ecutc-subtoggle::after {
	transform: rotate(225deg);
}

@media (min-width: 1024px) {
	.ecutc-subtoggle {
		display: none;
	}
}

/* ——— Mega panel (desktop: 50vw panel, right-aligned; About = 3 cols @ 70vw; others = 2 cols; no dimmed overlay) ——— */
.ecutc-mega {
	display: none;
}

@media (max-width: 1023.98px) {
	.ecutc-nav__item.is-sub-open > .ecutc-mega {
		display: block;
		margin: 10px 0 16px;
		animation: ecutcMegaMobileIn 0.28s ease both;
	}

	.ecutc-mega__inner {
		display: flex;
		flex-direction: column;
		gap: 18px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.ecutc-mega__col {
		margin-bottom: 0;
	}

	.ecutc-mega__col + .ecutc-mega__col {
		margin-top: 14px;
		padding-top: 14px;
		border-top: 1px solid var(--ecutc-line);
	}
}

@keyframes ecutcMegaMobileIn {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 1024px) {
	.ecutc-mega {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		top: var(--ecutc-mega-top, 120px);
		margin-top: -14px;
		padding-top: 14px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		z-index: 99980;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition:
			opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1),
			transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0.32s;
	}

	.ecutc-has-mega:hover > .ecutc-mega,
	.ecutc-has-mega.is-mega-hover > .ecutc-mega,
	.ecutc-has-mega:focus-within > .ecutc-mega,
	.ecutc-has-mega.is-mega-open > .ecutc-mega {
		display: flex;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	/* Shell utility is width:100% in header — scope mega inner so vw width + right align apply */
	.ecutc-header .ecutc-mega__inner.ecutc-shell {
		position: relative;
		z-index: 1;
		flex: 0 0 auto;
		width: 50vw;
		max-width: 50vw;
		min-width: 0;
		margin-inline: 0;
		margin-left: auto;
		margin-right: 0;
		min-height: 0;
		max-height: min(72vh, calc(100dvh - var(--ecutc-mega-top, 120px) - 12px));
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 24px;
		background: #fff;
		border-radius: 14px 0 14px 14px;
		border: 1px solid rgba(0, 102, 179, 0.14);
		border-right: 0;
		box-shadow: -16px 12px 48px rgba(15, 23, 42, 0.14);
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 0;
		row-gap: 22px;
		align-items: start;
		pointer-events: auto;
	}

	/* About Us: three columns — wider panel than other megas (mobile stays full width below) */
	.ecutc-header .ecutc-mega__inner.ecutc-shell.ecutc-mega__inner--cols3 {
		width: 70vw;
		max-width: 70vw;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Mega sections (no card chrome) */
.ecutc-mega__col {
	display: flex;
	flex-direction: column;
	min-height: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	overflow: visible;
}

@media (min-width: 1024px) {
	.ecutc-mega__col + .ecutc-mega__col {
		padding-top: 0;
		border-top: 0;
		padding-left: 16px;
		margin-left: 0;
		border-left: 1px solid rgba(0, 102, 179, 0.1);
	}
}

.ecutc-mega__head {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	background: transparent;
	border-bottom: 0;
}

@media (min-width: 1024px) {
	.ecutc-mega__col + .ecutc-mega__col .ecutc-mega__head {
		padding-top: 0;
	}
}

.ecutc-mega__icon {
	display: none;
}

.ecutc-mega__title {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ecutc-blue-deep);
	line-height: 1.35;
}

.ecutc-mega__hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: var(--ecutc-muted);
	line-height: 1.45;
	font-weight: 500;
}

.ecutc-mega__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 0 1 auto;
}

.ecutc-mega__links > li {
	margin: 0;
	break-inside: avoid;
}

.ecutc-mega__link {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: var(--ecutc-text);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 10px 10px 12px;
	margin: 0;
	border-radius: 10px;
	border: 0;
	transition: background 0.18s ease, color 0.18s ease;
	min-width: 0;
}

.ecutc-mega__link:hover,
.ecutc-mega__link:focus-visible {
	color: var(--ecutc-blue-deep);
	background: rgba(0, 157, 233, 0.08);
	outline: none;
}

.ecutc-mega__link:hover .ecutc-mega__link-chev,
.ecutc-mega__link:focus-visible .ecutc-mega__link-chev {
	color: var(--ecutc-green-dark);
}

.ecutc-mega__link-ic {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(0, 102, 179, 0.09);
	color: var(--ecutc-blue-deep);
}

.ecutc-mega__link-ic svg {
	display: block;
	width: 20px;
	height: 20px;
}

.ecutc-mega__link-body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
	text-align: left;
}

.ecutc-mega__link-title {
	font-size: 14px;
	font-weight: 700;
	color: inherit;
	line-height: 1.25;
}

.ecutc-mega__link-desc {
	font-size: 12px;
	font-weight: 500;
	color: var(--ecutc-muted);
	line-height: 1.4;
}

.ecutc-mega__link-chev {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ecutc-blue-b);
	align-self: center;
}

.ecutc-mega__link-chev svg {
	display: block;
}

.ecutc-mega__link--nested {
	margin-top: 2px;
}

.ecutc-mega__note {
	margin: 8px 0 0;
	font-size: 12px;
	color: var(--ecutc-muted);
	line-height: 1.55;
	font-weight: 500;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
}

.ecutc-social {
	display: flex;
	gap: 10px;
	align-items: center;
}

.ecutc-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border-radius: 10px;
	text-decoration: none;
	color: var(--ecutc-text);
	background: var(--ecutc-blue-ice);
	transition: background 0.2s, transform 0.15s;
}

.ecutc-social a:hover,
.ecutc-social a:focus-visible {
	background: rgba(0, 157, 233, 0.18);
	transform: translateY(-1px);
	outline: none;
}

@media (max-width: 1023.98px) {
	.ecutc-social--nav {
		margin-top: auto;
		padding-top: 16px;
		border-top: 1px solid var(--ecutc-line);
		justify-content: center;
	}

	.ecutc-social--nav a {
		background: var(--ecutc-grad-hero);
		color: #fff;
		min-width: 44px;
		min-height: 44px;
		padding: 10px;
	}

	.ecutc-social--nav .ecutc-ico {
		background: #fff;
		flex-shrink: 0;
	}
}

@media (min-width: 1024px) {
	.ecutc-social--nav {
		display: none;
	}
}

/* ——— Search strip (slides below sticky; does not reserve document height ——— */
.ecutc-search {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
	box-sizing: border-box;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: var(--ecutc-grad-hero);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0;
	transform: translateY(-100%);
	visibility: hidden;
	pointer-events: none;
	transition:
		transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s linear 0.42s;
	will-change: transform;
}

.ecutc-header.is-search-open .ecutc-search {
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition:
		transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s;
}

@media (min-width: 1024px) {
	.ecutc-search {
		left: auto;
		right: 0;
		width: 50vw;
		max-width: 50vw;
		margin-left: 0;
		background: transparent;
		border: 0;
		border-bottom: 0;
		border-radius: 0;
		box-shadow: none;
		/* Below .ecutc-header__anchor (z-index:2) so slide-up close does not paint over nav */
		z-index: 0;
	}

	/* Full-width shell is invisible; only the inner card paints (popover over page content) */
	.ecutc-header.is-search-open .ecutc-search {
		pointer-events: none;
	}

	.ecutc-header.is-search-open .ecutc-search__inner {
		pointer-events: auto;
		background: var(--ecutc-grad-hero);
		color: #fff;
		border-radius: 14px;
		border: 1px solid rgba(255, 255, 255, 0.22);
		box-shadow: -16px 12px 48px rgba(15, 23, 42, 0.14);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ecutc-search,
	.ecutc-header.is-search-open .ecutc-search {
		transition-duration: 0.01ms;
	}
}

.ecutc-search__inner {
	padding: 14px 0;
}

.ecutc-search__form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.ecutc-search__field {
	position: relative;
	flex: 1 1 260px;
	min-width: 0;
}

.ecutc-search__field input[type="search"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font: inherit;
}

.ecutc-search__field input::placeholder {
	color: rgba(255, 255, 255, 0.85);
}

.ecutc-search__live {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	z-index: 6;
	max-height: min(380px, 50vh);
	overflow-y: auto;
	border-radius: 12px;
	background: #fff;
	color: var(--ecutc-text);
	box-shadow:
		0 4px 6px -1px rgba(15, 23, 42, 0.06),
		0 20px 50px rgba(0, 78, 140, 0.14);
	border: 1px solid rgba(0, 102, 179, 0.12);
}

.ecutc-search__live[hidden] {
	display: none !important;
}

.ecutc-search__live[data-loading='1'] {
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 600;
	color: var(--ecutc-muted);
	text-align: center;
}

.ecutc-search__status {
	margin: 0;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	color: var(--ecutc-muted);
	text-align: center;
}

.ecutc-search__status--empty {
	color: var(--ecutc-text);
}

.ecutc-search__status--empty strong {
	color: var(--ecutc-blue-deep);
	font-weight: 800;
}

.ecutc-search__suggest {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

.ecutc-search__suggest > li {
	margin: 0;
}

.ecutc-search__suggest > li + li {
	border-top: 1px solid rgba(0, 102, 179, 0.08);
}

.ecutc-search__suggest a.ecutc-search__hitlink {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.35;
	color: var(--ecutc-blue-deep);
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
	border-radius: 0;
	border-top: 0;
}

.ecutc-search__thumb-wrap {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--ecutc-blue-ice);
	border: 1px solid rgba(0, 102, 179, 0.12);
	box-shadow: 0 2px 8px rgba(0, 78, 140, 0.08);
}

.ecutc-search__thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ecutc-search__thumb--favicon {
	object-fit: contain;
	padding: 12px;
	box-sizing: border-box;
	background: #fff;
}

.ecutc-search__thumb--placeholder {
	background: linear-gradient(135deg, rgba(0, 157, 233, 0.12) 0%, rgba(160, 179, 66, 0.2) 100%);
}

.ecutc-search__hit-main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.ecutc-search__chev {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	margin-top: 2px;
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
	color: var(--ecutc-blue-b);
	opacity: 0.9;
	transition: color 0.18s ease, transform 0.18s ease;
}

.ecutc-search__hit {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}

.ecutc-search__view {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: var(--ecutc-grad-hero);
	box-shadow: 0 4px 14px rgba(0, 102, 179, 0.25);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.ecutc-search__view-chev {
	font-weight: 900;
	font-size: 13px;
	line-height: 1;
}

.ecutc-search__hit-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
	color: var(--ecutc-text);
}

.ecutc-search__hit-desc {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	color: var(--ecutc-muted);
	max-width: 100%;
}

.ecutc-search__hit-desc--empty {
	display: none;
}

.ecutc-search__suggest a.ecutc-search__hitlink:hover {
	background: linear-gradient(90deg, rgba(0, 157, 233, 0.08) 0%, rgba(160, 179, 66, 0.1) 100%);
	color: var(--ecutc-blue-deep);
	outline: none;
}

.ecutc-search__suggest a.ecutc-search__hitlink:focus-visible {
	background: linear-gradient(90deg, rgba(0, 157, 233, 0.1) 0%, rgba(160, 179, 66, 0.12) 100%);
	color: var(--ecutc-blue-deep);
	outline: 2px solid var(--ecutc-blue-b);
	outline-offset: 2px;
}

.ecutc-search__suggest a.ecutc-search__hitlink:hover .ecutc-search__hit-title,
.ecutc-search__suggest a.ecutc-search__hitlink:focus-visible .ecutc-search__hit-title {
	color: var(--ecutc-blue-deep);
}

.ecutc-search__suggest a.ecutc-search__hitlink:hover .ecutc-search__chev,
.ecutc-search__suggest a.ecutc-search__hitlink:focus-visible .ecutc-search__chev {
	color: var(--ecutc-green-dark);
	transform: translateX(2px);
}

.ecutc-search__suggest a.ecutc-search__hitlink:hover .ecutc-search__hit-desc,
.ecutc-search__suggest a.ecutc-search__hitlink:focus-visible .ecutc-search__hit-desc {
	color: var(--ecutc-text);
}

.ecutc-search__suggest a.ecutc-search__hitlink:hover .ecutc-search__view,
.ecutc-search__suggest a.ecutc-search__hitlink:focus-visible .ecutc-search__view {
	filter: brightness(1.06);
	box-shadow: 0 6px 18px rgba(0, 102, 179, 0.32);
	transform: translateY(-1px);
}

.ecutc-search__noresult {
	margin: 0;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--ecutc-muted);
}

.ecutc-search__err {
	margin: 0;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.45;
	color: #b45309;
}

.ecutc-btn {
	font: inherit;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px 16px;
	cursor: pointer;
	border: 0;
	transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.ecutc-btn--green {
	background: var(--ecutc-green);
	color: #fff;
	box-shadow: 0 6px 18px rgba(160, 179, 66, 0.35);
}

.ecutc-btn--green:hover,
.ecutc-btn--green:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.ecutc-btn--ghost {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.ecutc-btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

body.ecutc-lock {
	overflow: hidden;
}
