/* =========================================================
   GPIPL EV MOBILITY — PREMIUM AGENCY FOOTER
========================================================= */

.site-footer {
	position: relative;
	overflow: hidden;

	background:
		radial-gradient(
			circle at 12% 10%,
			rgba(0, 184, 148, 0.10),
			transparent 28%
		),
		radial-gradient(
			circle at 88% 30%,
			rgba(0, 184, 148, 0.055),
			transparent 25%
		),
		#151312;

	color: #fff;
}


/* ---------------------------------------------------------
   Ambient top line
--------------------------------------------------------- */

.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 1px;

	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(0,184,148,.65),
			transparent
		);

	opacity: .8;
}


/* ---------------------------------------------------------
   Inner
--------------------------------------------------------- */

.site-footer__inner {
	position: relative;
	z-index: 2;

	width: min(100% - 48px, 1400px);

	margin-inline: auto;

	padding:
		88px
		0
		26px;
}


/* =========================================================
   FOOTER TOP
========================================================= */

.footer-top {
	display: grid;

	grid-template-columns:
		1.45fr
		1fr
		1.35fr
		1.1fr;

	gap: 48px;

	align-items: start;

	padding-bottom: 64px;
	border-bottom: 1px solid rgba(255,255,255,.10);
}

/* =========================================================
   BRANDING
========================================================= */

.footer-branding {
	max-width: 390px;
}

.footer-branding__link {
	display: inline-flex;
	align-items: center;

	margin-bottom: 18px;

	text-decoration: none;
}

.footer-branding__logo {
	display: block;

	width: auto;
	max-width: 150px;
	max-height: 58px;

	object-fit: contain;
}

.footer-branding__name {
	font-family: var(--font-family-heading);

	font-size: 25px;
	font-weight: 700;

	letter-spacing: -.03em;

	color: #fff;
}


/* Tagline */

.footer-branding__tagline {
	margin: 0;

	font-size: 11px;
	font-weight: 700;

	letter-spacing: .16em;

	color: var(--color-accent);
}


/* About */

.footer-branding__about {
	margin-top: 18px;

	max-width: 360px;
}

.footer-branding__about p {
	margin: 0;

	font-size: 14px;
	line-height: 1.75;

	color: rgba(255,255,255,.58);
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {
	margin-top: 28px;
}

.footer-social__list {
	display: flex;
	align-items: center;

	gap: 10px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.footer-social__item a {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	width: 42px;
	height: 42px;

	border:
		1px solid rgba(255,255,255,.16);

	border-radius: 50%;

	background:
		rgba(255,255,255,.025);

	color: rgba(255,255,255,.72);

	text-decoration: none;

	transition:
		transform .3s cubic-bezier(.16,1,.3,1),
		color .3s ease,
		border-color .3s ease,
		background .3s ease,
		box-shadow .3s ease;
}

.footer-social__item svg {
	width: 17px;
	height: 17px;

	fill: none;

	stroke: currentColor;

	stroke-width: 1.7;

	stroke-linecap: round;
	stroke-linejoin: round;
}

.footer-social__item--facebook svg {
	fill: currentColor;
	stroke: none;
}

.footer-social__item--youtube svg {
	fill: none;
}

.footer-social__item a:hover,
.footer-social__item a:focus-visible {
	color: #fff;

	border-color: var(--color-accent);

	background: var(--color-accent);

	transform: translateY(-5px);

	box-shadow:
		0 12px 28px rgba(0,184,148,.22);
}


/* =========================================================
   COLUMN HEADINGS
========================================================= */

.footer-column__heading {
	margin: 0 0 22px;

	font-size: 12px;
	font-weight: 700;

	letter-spacing: .13em;

	text-transform: uppercase;

	color: #fff;
}

.footer-column__heading::after {
	content: "";

	display: block;

	width: 28px;
	height: 2px;

	margin-top: 10px;

	border-radius: 20px;

	background: var(--color-accent);
}


/* =========================================================
   QUICK LINKS
========================================================= */

.footer-navigation #footer-menu {
	display: flex;

	flex-direction: column;

	gap: 13px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.footer-navigation #footer-menu > li {
	margin: 0;
	padding: 0;
}

.footer-navigation #footer-menu > li > a {
	display: inline-block;

	margin: 0;

	font-size: 14px;
	font-weight: 600;

	color: rgba(255,255,255,.82);

	text-decoration: none;

	transition:
		color .25s ease,
		transform .25s ease;
}

.footer-navigation #footer-menu > li > a:hover,
.footer-navigation #footer-menu > li > a:focus-visible {
	color: var(--color-accent);

	transform: translateX(5px);
}


/* Child links */

.footer-navigation .sub-menu {
	display: flex;

	flex-direction: column;

	gap: 8px;

	margin: 9px 0 0 0;
	padding: 0;

	list-style: none;
}

.footer-navigation .sub-menu a {
	display: inline-block;

	font-size: 13px;

	color: rgba(255,255,255,.48);

	text-decoration: none;

	transition:
		color .25s ease,
		transform .25s ease;
}

.footer-navigation .sub-menu a:hover,
.footer-navigation .sub-menu a:focus-visible {
	color: var(--color-accent);

	transform: translateX(4px);
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact-list {
	display: flex;

	flex-direction: column;

	gap: 19px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.footer-contact-list__item {
	display: grid;

	grid-template-columns: 24px 1fr;

	align-items: start;

	column-gap: 10px;
}

.footer-contact-list__icon {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	width: 24px;
	height: 24px;

	color: var(--color-accent);
}

.footer-contact-list__icon svg {
	width: 18px;
	height: 18px;
}

.footer-contact-list__text {
	font-size: 13px;

	line-height: 1.7;

	color: rgba(255,255,255,.62);

	text-decoration: none;

	transition: color .25s ease;
}

a.footer-contact-list__text:hover {
	color: var(--color-accent);
}

.footer-contact-list__item:has(strong) {
	grid-template-columns: 24px auto 1fr;
	align-items: center;
	column-gap: 9px;
}

.footer-contact-list__item:has(strong) strong {
	grid-column: auto;
	white-space: nowrap;
	margin: 0;
	font-size: 13px;
	color: #fff;
}

.footer-contact-list__item:has(strong) .footer-contact-list__text {
	grid-column: auto;
	white-space: nowrap;
}

.footer-contact-list__text {
	font-family: var(--font-family-primary);
	font-style: normal;
	font-size: 13px;
	line-height: 1.65;
	letter-spacing: 0;
	color: rgba(255,255,255,.62);
}
.footer-contact-list address {
	font-style: normal;
}
/* =========================================================
   NEWSLETTER
========================================================= */

.footer-column--newsletter {
	position: relative;
}

.footer-column--newsletter::before {
	content: "";

	position: absolute;

	inset: -25px;

	z-index: -1;

	border:
		1px solid rgba(255,255,255,.06);

	border-radius: 20px;

	background:
		linear-gradient(
			145deg,
			rgba(255,255,255,.045),
			rgba(255,255,255,.015)
		);

	box-shadow:
		0 25px 70px rgba(0,0,0,.18);
}

.footer-newsletter__form {
	display: flex;

	gap: 8px;

	margin-top: 4px;
}

.footer-newsletter__form input[type="email"] {
	width: 100%;
	min-width: 0;

	height: 48px;

	padding:
		0 15px;

	border:
		1px solid rgba(255,255,255,.15);

	border-radius: 10px;

	background:
		rgba(255,255,255,.055);

	color: #fff;

	font-size: 13px;

	outline: none;

	transition:
		border-color .25s ease,
		background .25s ease,
		box-shadow .25s ease;
}

.footer-newsletter__form input[type="email"]::placeholder {
	color: rgba(255,255,255,.38);
}

.footer-newsletter__form input[type="email"]:focus {
	border-color: var(--color-accent);

	background:
		rgba(255,255,255,.08);

	box-shadow:
		0 0 0 4px rgba(0,184,148,.10);
}

.footer-newsletter__submit {
	flex: 0 0 48px;

	width: 48px;
	height: 48px;

	border: 0;

	border-radius: 10px;

	background: var(--color-accent);

	color: #fff;

	cursor: pointer;

	transition:
		transform .3s cubic-bezier(.16,1,.3,1),
		background .25s ease,
		box-shadow .25s ease;
}

.footer-newsletter__submit:hover,
.footer-newsletter__submit:focus-visible {
	background: var(--color-accent-dark);

	transform: translateY(-3px);

	box-shadow:
		0 12px 25px rgba(0,184,148,.28);
}


/* =========================================================
   BOTTOM BAR
========================================================= */

.footer-bottom {
	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 20px;

	padding-top: 24px;
}

.footer-copyright {
	margin: 0;

	font-size: 11px;

	color: rgba(255,255,255,.38);
}

.footer-legal ul {
	display: flex;

	align-items: center;

	gap: 20px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.footer-legal a {
	font-size: 11px;

	color: rgba(255,255,255,.38);

	text-decoration: none;

	transition: color .25s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
	color: var(--color-accent);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

	.site-footer__inner {
		width: min(100% - 40px, 1200px);
	}

	.footer-top {
		grid-template-columns: 1.2fr 1fr;
		gap: 50px;
	}

	.footer-column--contact,
	.footer-column--newsletter {
		margin-top: 10px;
	}
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

	.site-footer__inner {
		width: min(100% - 32px, 100%);
		padding-top: 60px;
	}

	.footer-top {
		grid-template-columns: 1fr;

		gap: 46px;

		padding-bottom: 45px;
	}

	.footer-branding {
		max-width: 100%;
	}

	.footer-branding__about {
		max-width: 100%;
	}

	.footer-column--newsletter::before {
		inset: -18px;
	}

	.footer-bottom {
		flex-direction: column;

		align-items: flex-start;

		padding-top: 20px;
	}

	.footer-legal ul {
		gap: 14px;
	}
}
/* ---------------------------------------------------------
   Multiple Phone Numbers
--------------------------------------------------------- */

.footer-contact-list__phones {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer-contact-list__phones .footer-contact-list__text {
	display: inline-block;
	white-space: nowrap;
}

@media (max-width: 576px) {

	.footer-contact-list__phones {
		gap: 4px;
	}

}