.scout-footer,
.scout-footer * {
	box-sizing: border-box;
}

.scout-footer {
	padding: 58px 0 28px;
	background: #06172a;
	color: #fff;
}

.scout-footer__inner {
	width: min(1380px, calc(100% - 64px));
	margin: 0 auto;
}

.scout-footer__top {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1fr 1.15fr;
	gap: 44px;
	align-items: start;
}

.scout-footer__logo img {
	display: block;
	width: 220px;
	height: auto;
}

.scout-footer__brand p {
	max-width: 260px;
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.scout-footer__accent {
	width: 36px;
	height: 3px;
	margin: 20px 0 22px;
	background: #f2c500;
}

.scout-footer__nav-column h3,
.scout-footer__contact h3,
.scout-footer__feature-heading h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .1em;
}

.scout-footer__menu,
.scout-footer__legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scout-footer__menu li {
	margin-bottom: 16px;
}

.scout-footer__menu a,
.scout-footer__contact a {
	color: rgba(255,255,255,.9);
	text-decoration: none;
	font-size: 14px;
}

.scout-footer__contact-item {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 10px;
	align-items: center;
	margin-bottom: 18px;
}

.scout-footer__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	color: #f2c500;
	font-size: 20px;
}

.scout-footer__contact-icon img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.scout-footer__contact-item p {
	margin: 0;
	font-size: 14px;
}

.scout-footer__divider {
	width: 100%;
	height: 1px;
	margin: 34px 0 28px;
	background: #f2c500;
	opacity: .85;
}

.scout-footer__feature {
	display: grid;
	grid-template-columns: 1.2fr 1.15fr .72fr;
	gap: 54px;
	align-items: center;
}

.scout-footer__feature-image img {
	display: block;
	width: 100%;
	height: 290px;
	object-fit: cover;
	border: 1px solid #f2c500;
}

.scout-footer__feature-heading {
	display: flex;
	align-items: center;
	gap: 16px;
}

.scout-footer__feature-heading img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.scout-footer__feature-heading h3 {
	font-size: 18px;
	letter-spacing: .12em;
}

.scout-footer__feature-body,
.scout-footer__feature-body p {
	color: rgba(255,255,255,.88);
	font-size: 14px;
	line-height: 1.55;
}

.scout-footer__feature-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-top: 12px;
	color: #f2c500;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
}

.scout-footer__stat {
	min-height: 210px;
	padding-left: 48px;
	border-left: 1px solid #f2c500;
	text-align: center;
}

.scout-footer__stat strong,
.scout-footer__stat span {
	display: block;
}

.scout-footer__stat strong {
	color: #f2c500;
	font-size: clamp(48px, 5vw, 72px);
	font-weight: 300;
	line-height: 1;
}

.scout-footer__stat span {
	margin-top: 10px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .08em;
}

.scout-footer__stat .scout-footer__accent {
	margin-right: auto;
	margin-left: auto;
}

.scout-footer__stat p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
}

.scout-footer__bottom {
	display: grid;
	grid-template-columns: 1.1fr auto 1fr auto;
	gap: 30px;
	align-items: center;
}

.scout-footer__bottom-tagline,
.scout-footer__copyright {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255,255,255,.82);
}

.scout-footer__social {
	display: flex;
	align-items: center;
	gap: 18px;
}

.scout-footer__social a {
	color: #f2c500;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
}

.scout-footer__social-divider {
	width: 1px;
	height: 28px;
	background: #f2c500;
}

.scout-footer__legal {
	display: flex;
	align-items: center;
	gap: 22px;
}

.scout-footer__legal-menu {
	display: flex;
	align-items: center;
	gap: 20px;
}

.scout-footer__legal-menu a {
	color: rgba(255,255,255,.82);
	text-decoration: none;
	font-size: 11px;
}

.scout-footer__legal img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

@media (max-width: 1100px) {
	.scout-footer__top {
		grid-template-columns: 1.4fr repeat(2, 1fr);
	}

	.scout-footer__contact,
	.scout-footer__nav-column:nth-of-type(4) {
		margin-top: 18px;
	}

	.scout-footer__feature {
		grid-template-columns: 1fr 1fr;
	}

	.scout-footer__stat {
		grid-column: 1 / -1;
		min-height: 0;
		padding: 28px 0 0;
		border-left: 0;
		border-top: 1px solid #f2c500;
	}

	.scout-footer__bottom {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.scout-footer {
		padding-top: 44px;
	}

	.scout-footer__inner {
		width: calc(100% - 32px);
	}

	.scout-footer__top,
	.scout-footer__feature,
	.scout-footer__bottom {
		grid-template-columns: 1fr;
	}

	.scout-footer__top {
		gap: 28px;
	}

	.scout-footer__feature {
		gap: 30px;
	}

	.scout-footer__feature-image img {
		height: 240px;
	}

	.scout-footer__stat {
		grid-column: auto;
	}

	.scout-footer__legal {
		flex-wrap: wrap;
	}

	.scout-footer__legal-menu {
		flex-wrap: wrap;
	}

	.scout-footer__social {
		justify-content: flex-start;
	}
}


.scout-footer__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.scout-footer__social-icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

/* Uploaded SVG/image icons retain their original colors. */
.scout-footer__contact-icon img,
.scout-footer__social-icon img {
	flex: 0 0 auto;
}


/* v1.3 — recolorable uploaded SVGs via CSS masks */
.scout-footer__contact-icon-art--svg,
.scout-footer__social-icon-art--svg,
.scout-footer__feature-icon-art--svg,
.scout-footer__legal-icon-art--svg {
	display: inline-block;
	background-color: #f2c500;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	flex: 0 0 auto;
}

.scout-footer__contact-icon-art--svg {
	width: 22px;
	height: 22px;
}

.scout-footer__social-icon-art--svg {
	width: 24px;
	height: 24px;
}

.scout-footer__feature-icon-art--svg {
	width: 54px;
	height: 54px;
}

.scout-footer__legal-icon-art--svg {
	width: 82px;
	height: 82px;
}

.scout-footer__contact-icon-art--fallback,
.scout-footer__social-icon-art--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #f2c500;
}

/* Hide any stale img rendering left by cached Elementor markup */
.scout-footer__contact-icon img,
.scout-footer__social-icon img {
	display: none !important;
}

/* v1.4 — linked centered brand and mobile footer accordions */
.scout-footer__logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.scout-footer__nav-toggle {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: default;
}

.scout-footer__nav-toggle > span:first-child {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .1em;
}

.scout-footer__nav-toggle-icon {
	display: none;
}

@media (max-width: 767px) {
	.scout-footer__brand {
		text-align: center;
	}

	.scout-footer__logo,
	.scout-footer__logo a {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.scout-footer__logo img {
		margin: 0 auto;
	}

	.scout-footer__brand .scout-footer__accent {
		margin-right: auto;
		margin-left: auto;
	}

	.scout-footer__brand p {
		max-width: 330px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.scout-footer__top {
		gap: 0;
	}

	.scout-footer__nav-column {
		border-top: 1px solid rgba(255,255,255,.18);
	}

	.scout-footer__nav-column:last-of-type {
		border-bottom: 1px solid rgba(255,255,255,.18);
	}

	.scout-footer__nav-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 72px;
		cursor: pointer;
	}

	.scout-footer__nav-toggle > span:first-child {
		font-size: 17px;
		letter-spacing: .12em;
	}

	.scout-footer__nav-toggle-icon {
		position: relative;
		display: block;
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
	}

	.scout-footer__nav-toggle-icon::before,
	.scout-footer__nav-toggle-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 22px;
		height: 1.5px;
		background: currentColor;
		transform: translateY(-50%);
		transition: transform .2s ease, opacity .2s ease;
	}

	.scout-footer__nav-toggle-icon::after {
		transform: translateY(-50%) rotate(90deg);
	}

	.scout-footer__nav-column.is-open .scout-footer__nav-toggle-icon::after {
		opacity: 0;
		transform: translateY(-50%) rotate(0deg);
	}

	.scout-footer__nav-panel {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows .25s ease;
	}

	.scout-footer__nav-panel > * {
		overflow: hidden;
	}

	.scout-footer__nav-column.is-open .scout-footer__nav-panel {
		grid-template-rows: 1fr;
		padding-bottom: 26px;
	}

	.scout-footer__nav-column .scout-footer__accent {
		margin-top: 0;
	}

	.scout-footer__menu li:last-child {
		margin-bottom: 0;
	}
}


/* v1.4.2 — reliable mobile accordion visibility and theme-button reset */
@media (max-width: 767px) {
	.scout-footer button.scout-footer__nav-toggle {
		-webkit-appearance: none !important;
		appearance: none !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		min-width: 0 !important;
		min-height: 72px !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		outline: none !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		color: inherit !important;
	}

	.scout-footer button.scout-footer__nav-toggle:hover,
	.scout-footer button.scout-footer__nav-toggle:focus,
	.scout-footer button.scout-footer__nav-toggle:active {
		background: transparent !important;
		background-color: transparent !important;
		color: inherit !important;
	}

	/*
	 * The previous 0fr grid only collapsed the first child. The panel contains
	 * both an accent and the menu, so the second implicit grid row stayed open.
	 * Max-height collapses the entire panel and every child reliably.
	 */
	.scout-footer .scout-footer__nav-panel {
		display: block !important;
		max-height: 0 !important;
		overflow: hidden !important;
		opacity: 0 !important;
		visibility: hidden !important;
		padding-bottom: 0 !important;
		transition:
			max-height .35s ease,
			opacity .2s ease,
			visibility 0s linear .35s,
			padding-bottom .35s ease !important;
	}

	.scout-footer .scout-footer__nav-column.is-open .scout-footer__nav-panel {
		max-height: 650px !important;
		opacity: 1 !important;
		visibility: visible !important;
		padding-bottom: 26px !important;
		transition:
			max-height .35s ease,
			opacity .25s ease,
			visibility 0s linear 0s,
			padding-bottom .35s ease !important;
	}

	.scout-footer .scout-footer__nav-panel > * {
		overflow: visible !important;
	}

	.scout-footer .scout-footer__nav-toggle-icon,
	.scout-footer .scout-footer__nav-toggle-icon::before,
	.scout-footer .scout-footer__nav-toggle-icon::after {
		background-color: transparent !important;
		box-shadow: none !important;
	}

	.scout-footer .scout-footer__nav-toggle-icon::before,
	.scout-footer .scout-footer__nav-toggle-icon::after {
		background: currentColor !important;
	}

	/* Keep the yellow rule inside the collapsible content and full width. */
	.scout-footer .scout-footer__nav-panel > .scout-footer__accent {
		width: 100% !important;
		height: 2px !important;
		margin: 0 0 24px !important;
	}
}


/* v1.4.3 — prevent global theme button styles on desktop and mobile */
.scout-footer button.scout-footer__nav-toggle,
.scout-footer button.scout-footer__nav-toggle:hover,
.scout-footer button.scout-footer__nav-toggle:focus,
.scout-footer button.scout-footer__nav-toggle:active {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: inherit !important;
	text-align: left !important;
	text-decoration: none !important;
	transform: none !important;
}

@media (min-width: 768px) {
	.scout-footer button.scout-footer__nav-toggle {
		cursor: default !important;
		pointer-events: none !important;
	}
}
