.plu-footer {
	background: var(--wp--preset--color--purple-dark);
	color: var(--wp--preset--color--white);
}

.plu-footer a {
	color: var(--wp--preset--color--white);
}

.plu-footer a:hover {
	color: var(--wp--preset--color--aqua);
}

.plu-footer__inner {
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 2.5rem;
	padding: var(--wp--preset--spacing--60, 4rem) 1.5rem var(--wp--preset--spacing--50, 2.5rem);
}

@media (max-width: 782px) {
	.plu-footer__inner {
		grid-template-columns: 1fr;
	}
}

.plu-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	text-decoration: none;
	margin-bottom: 1rem;
}

.plu-footer__logo svg {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

.plu-footer__logo-text {
	font-family: var(--wp--preset--font-family--poppins);
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	color: var(--wp--preset--color--white);
}

.plu-footer__tagline {
	max-width: 32ch;
	opacity: 0.92;
}

.plu-footer__social {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.25rem;
	list-style: none;
	padding: 0;
}

.plu-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.plu-footer__social a:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: var(--wp--preset--color--white);
}

.plu-footer__social svg {
	width: 18px;
	height: 18px;
}

.plu-footer__heading {
	font-family: var(--wp--preset--font-family--poppins);
	font-weight: 700;
	color: var(--wp--preset--color--white);
	margin-bottom: 1rem;
}

.plu-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.plu-footer__links a {
	text-decoration: none;
}

.plu-footer__links a:hover {
	text-decoration: underline;
}

.plu-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.plu-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
}

.plu-footer__contact svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 0.2em;
}

.plu-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.plu-footer__bottom-inner {
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1.25rem 1.5rem;
	font-size: 0.9rem;
	opacity: 0.85;
}

.plu-footer__bottom-inner a {
	text-decoration: underline;
}
