/* Footer */
.pas-home .pas-premium-footer {
	background: var(--pas-navy-deep);
	color: rgba(255,255,255,.66);
	padding-block: 5rem 1.75rem;
}

.pas-home .pas-footer-grid {
	display: grid;
	gap: clamp(2.5rem, 5vw, 5rem);
	grid-template-columns: 1.4fr repeat(3, 1fr);
	padding-bottom: 3.5rem;
}

.pas-home .pas-footer-brand {
	line-height: 1;
	margin: 0 0 1.25rem;
	max-width: 12rem;
}
.pas-home .pas-footer-brand a,
.pas-home .pas-footer-brand img { display: block; width: 100%; }
.pas-home .pas-footer-brand img { height: auto; object-fit: contain; }
.pas-home .pas-premium-footer h3 { color: var(--pas-white); font-size: 1rem; margin-bottom: 1.2rem; }
.pas-home .pas-premium-footer p,
.pas-home .pas-premium-footer li { font-size: .88rem; line-height: 1.65; }
.pas-home .pas-premium-footer ul { list-style: none; margin: 0; padding: 0; }
.pas-home .pas-premium-footer li { margin: 0 0 .6rem; }
.pas-home .pas-premium-footer a { color: rgba(255,255,255,.68); text-decoration: none; }
.pas-home .pas-premium-footer a:hover { color: var(--pas-teal); }

.pas-home .pas-footer-social {
	align-items: center;
	display: flex;
	gap: .7rem;
	margin-top: 1.15rem;
}

.pas-home .pas-social-link {
	align-items: center;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 999px;
	color: rgba(255,255,255,.82);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.pas-home .pas-social-link .pas-icon {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.pas-home .pas-footer-contact {
	background: rgba(255,255,255,.05);
	border-radius: 10px;
	padding: .8rem;
	word-break: break-word;
}

.pas-home .pas-footer-legal {
	align-items: center;
	border-top: 1px solid rgba(255,255,255,.12);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	padding-top: 1.5rem;
}

.pas-home .pas-footer-legal p { margin: 0; }

