/**
 * Theme footer — plain CSS (always loads; does not depend on Tailwind app.css build).
 *
 * @package DStations
 */

footer.dst-footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: 0;
	border-top: 1px solid rgba(76, 29, 149, 0.2);
	background-color: #1e1b4b;
	color: #f5f3ff;
}

.dst-footer__inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 80rem;
	padding: 2.25rem 1.25rem 1.75rem;
}

@media (min-width: 640px) {
	.dst-footer__inner {
		padding: 2.5rem 1.5rem 2rem;
	}
}

@media (min-width: 768px) {
	.dst-footer__inner {
		padding: 2.75rem 2rem 2.25rem;
	}
}

.dst-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 640px) {
	.dst-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1.5rem;
		row-gap: 1.25rem;
	}
}

@media (min-width: 1024px) {
	.dst-footer__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 2rem;
		row-gap: 1rem;
	}
}

.dst-footer__brand {
	display: flex;
	flex-direction: column;
}

.dst-footer__brand-row {
	margin-bottom: 0.25rem;
}

.dst-footer__logo-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.dst-footer__swan {
	display: inline-flex;
	height: 2.5rem;
	width: 2.5rem;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid rgba(167, 139, 250, 0.4);
	background: rgba(76, 29, 149, 0.5);
}

.dst-footer__swan svg {
	height: 2rem;
	width: 2rem;
	color: #ede9fe;
}

.dst-footer__title {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #fff;
}

.dst-footer__tagline {
	margin: 0;
	max-width: 20rem;
	font-size: 0.75rem;
	line-height: 1.375;
	color: rgba(237, 233, 254, 0.9);
}

.dst-footer-logo img {
	height: auto;
	max-height: 2.75rem;
	width: auto;
}

.dst-footer-logo a {
	display: inline-block;
}

.dst-footer__heading {
	margin: 0 0 0.125rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: #fff;
}

.dst-footer__contact-list {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.75rem;
	color: rgba(237, 233, 254, 0.95);
}

.dst-footer__contact-list a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(167, 139, 250, 0.5);
	text-underline-offset: 4px;
	transition: color 0.15s ease;
}

.dst-footer__contact-list a:hover {
	color: #fff;
}

.dst-footer__address {
	line-height: 1.45;
	color: rgba(237, 233, 254, 0.85);
}

.dst-footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	font-size: 0.75rem;
	color: rgba(237, 233, 254, 0.95);
}

.dst-footer-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dst-footer-nav a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(167, 139, 250, 0.6);
	text-underline-offset: 4px;
	transition: color 0.15s ease;
}

.dst-footer-nav a:hover {
	color: #fff;
}

.dst-footer-social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem;
}

.dst-footer-bottom {
	margin-top: 1.5rem;
	border-top: 1px solid rgba(109, 40, 217, 0.35);
	padding-top: 1.25rem;
	font-size: 10px;
	line-height: 1.25;
	color: rgba(196, 181, 253, 0.95);
}

@media (min-width: 640px) {
	.dst-footer-bottom {
		font-size: 11px;
	}
}

.dst-footer-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.125rem 0.25rem;
	text-align: center;
}

.dst-footer-legal {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.dst-footer-legal a {
	white-space: nowrap;
	padding: 0 0.125rem;
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(167, 139, 250, 0.5);
	text-underline-offset: 2px;
	transition: color 0.15s ease;
}

.dst-footer-legal a:hover {
	color: #ede9fe;
}

.dst-footer-legal-sep {
	padding: 0 0.125rem;
	user-select: none;
	color: rgba(167, 139, 250, 0.8);
}

.dst-footer-meta > span[aria-hidden="true"] {
	user-select: none;
	color: #7c3aed;
}

.dst-footer__copyright {
	white-space: nowrap;
	color: rgba(167, 139, 250, 0.9);
}

/* Floating WhatsApp (in footer.php) */
a.dst-float-wa {
	position: fixed;
	bottom: 1.5rem;
	right: 1rem;
	z-index: 40;
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: #059669;
	color: #fff;
	box-shadow: 0 10px 15px -3px rgba(6, 78, 59, 0.2), 0 4px 6px -4px rgba(6, 78, 59, 0.2);
	border: 1px solid rgba(52, 211, 153, 0.3);
	transition: background-color 0.15s ease;
}

a.dst-float-wa:hover {
	background-color: #10b981;
}

@media (min-width: 768px) {
	a.dst-float-wa {
		bottom: 2rem;
		right: 2rem;
	}
}
