/** Agency footer presentation. Content stays editable through Theme Builder. */

body.lsa-agency-design .lsa-agency-footer {
	background: var(--ls-footer-background, #06172f);
	box-sizing: border-box;
	color: #d9e6f5;
	margin: 0;
	padding: clamp(4rem, 6vw, 6rem) max(1.25rem, calc((100vw - 1380px) / 2)) 0;
}

body.lsa-agency-design .lsa-agency-footer__columns {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 28fr) minmax(0, 24fr) minmax(0, 24fr) minmax(0, 24fr);
	margin: 0 auto !important;
	max-width: 1380px !important;
	width: 100%;
}

body.lsa-agency-design .lsa-agency-footer__column {
	margin: 0;
	min-width: 0;
}

body.lsa-agency-design .lsa-agency-footer__column :is(h2, p, ul) {
	margin-block-start: 0;
}

body.lsa-agency-design .lsa-agency-footer__column h2 {
	color: #fff !important;
	font-family: var(--wp--preset--font-family--heading, "Gabarito", sans-serif);
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	line-height: 1.2;
	margin-bottom: 1.5625rem;
}

body.lsa-agency-design .lsa-agency-footer__about p {
	color: #b9cade !important;
	font-size: 0.9375rem !important;
	font-weight: 500 !important;
	line-height: 1.7;
	margin-bottom: 0;
	max-width: 30rem;
}

body.lsa-agency-design .lsa-agency-footer__column ul {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

body.lsa-agency-design .lsa-agency-footer__column li {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
}

body.lsa-agency-design .lsa-agency-footer__column a {
	color: #d9e6f5 !important;
	font-size: 0.9375rem !important;
	font-weight: 500 !important;
	text-decoration: none;
}

body.lsa-agency-design .lsa-agency-footer__column nav a,
body.lsa-agency-design .lsa-agency-footer__column > ul > li > a {
	align-items: center;
	display: inline-flex;
	gap: 0.6rem;
}

body.lsa-agency-design .lsa-agency-footer__link-icon {
	background: currentcolor;
	flex: 0 0 auto;
	display: inline-block;
	height: 0.8rem;
	-webkit-mask: var(--ls-icon-chevron-right) center / contain no-repeat;
	mask: var(--ls-icon-chevron-right) center / contain no-repeat;
	transition: transform 180ms ease;
	width: 0.8rem;
}

body.lsa-agency-design .lsa-agency-footer__column a:is(:hover, :focus-visible) {
	color: #fff !important;
}

body.lsa-agency-design .lsa-agency-footer__column a:is(:hover, :focus-visible) .lsa-agency-footer__link-icon {
	transform: translateX(0.2rem);
}

body.lsa-agency-design .lsa-agency-footer__contact ul {
	gap: 1rem;
}

body.lsa-agency-design .lsa-agency-footer__contact li {
	display: grid;
	gap: 0.25rem;
}

body.lsa-agency-design .lsa-agency-footer__contact-label {
	align-items: center;
	color: #d9e6f5;
	display: inline-flex;
	font-family: var(--wp--preset--font-family--heading, "Gabarito", sans-serif);
	font-size: 0.9375rem !important;
	font-weight: 700;
	gap: 0.5rem;
}

body.lsa-agency-design .lsa-agency-footer__contact-label::before {
	background: currentcolor;
	content: "";
	flex: 0 0 auto;
	height: 1rem;
	-webkit-mask: var(--lsa-agency-footer-contact-icon, var(--ls-icon-arrow-right)) center / contain no-repeat;
	mask: var(--lsa-agency-footer-contact-icon, var(--ls-icon-arrow-right)) center / contain no-repeat;
	width: 1rem;
}

body.lsa-agency-design .lsa-agency-footer__contact-label--email {
	--lsa-agency-footer-contact-icon: var(--ls-icon-email);
}

body.lsa-agency-design .lsa-agency-footer__contact-label--phone {
	--lsa-agency-footer-contact-icon: var(--ls-icon-phone);
}

body.lsa-agency-design .lsa-agency-footer__contact-label--help {
	--lsa-agency-footer-contact-icon: url("../../../../themes/local-studio/assets/icons/base/chat.svg");
}

body.lsa-agency-design .lsa-agency-footer__contact-label--response {
	--lsa-agency-footer-contact-icon: url("../../../../themes/local-studio/assets/icons/base/clock.svg");
}

body.lsa-agency-design .lsa-agency-footer__contact strong {
	color: #d9e6f5;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
}

body.lsa-agency-design .lsa-agency-footer__legal {
	border-top: 1px solid rgb(174 205 239 / 20%);
	margin: clamp(3.5rem, 5vw, 5rem) auto 0 !important;
	max-width: 1380px !important;
	width: 100%;
}

body.lsa-agency-design .lsa-agency-footer__legal .ls-footer-bottom {
	align-items: center;
	box-sizing: border-box;
	color: #91a8c2;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 1.5rem;
	justify-content: space-between;
	margin: 0 !important;
	max-width: none !important;
	padding-block: 1.5rem;
	width: 100%;
}

body.lsa-agency-design .lsa-agency-footer__legal .ls-footer-bottom :is(p, nav) {
	margin: 0;
}

body.lsa-agency-design .lsa-agency-footer__legal .ls-footer-bottom nav {
	display: flex;
	gap: 1.25rem;
}

body.lsa-agency-design .lsa-agency-footer__legal a {
	color: #b9cade !important;
	font-size: 0.9375rem !important;
	font-weight: 500 !important;
}

body.lsa-style-agency-showcase-light .lsa-agency-footer {
	background-color: #071436;
	background-image:
		linear-gradient(180deg, rgba(2, 6, 30, .82), rgba(2, 6, 28, .94)),
		url("../images/agency-style2-footer-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #e7edff;
}

body.lsa-style-agency-showcase-light .lsa-agency-footer__column h2,
body.lsa-style-agency-showcase-light .lsa-agency-footer__contact-label {
	font-family: var(--wp--preset--font-family--heading, "Plus Jakarta Sans", sans-serif);
	font-weight: 800 !important;
}

body.lsa-style-agency-showcase-light .lsa-agency-footer :is(
	.lsa-agency-footer__about p,
	.lsa-agency-footer__column a,
	.lsa-agency-footer__contact strong,
	.lsa-agency-footer__contact-label,
	.lsa-agency-footer__legal a
) {
	color: #e7edff !important;
}

body.lsa-style-agency-showcase-light .lsa-agency-footer__column a:is(:hover, :focus-visible) {
	color: #ffffff !important;
}

body.lsa-style-agency-showcase-light .lsa-agency-footer__legal {
	border-top-color: rgb(187 201 255 / 24%);
}

@media (max-width: 1050px) {
	body.lsa-agency-design .lsa-agency-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	body.lsa-agency-design .lsa-agency-footer {
		padding-top: 3.5rem;
	}

	body.lsa-agency-design .lsa-agency-footer__columns {
		grid-template-columns: minmax(0, 1fr);
	}

	body.lsa-agency-design .lsa-agency-footer__legal .ls-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.lsa-agency-design .lsa-agency-footer__link-icon {
		transition: none;
	}
}
