/**
 * Resha custom footer — replaces Elementor footer block.
 */

.wd-footer.resha-custom-footer {
	background: linear-gradient(to right, #0d0625, #302b3f);
	color: rgba(255, 255, 255, 0.88);
	padding: 3rem 0 1.75rem;
	margin-top: 0;
	border-top: none;
}

.wd-footer.resha-custom-footer .resha-footer__inner {
	max-width: 100%;
}

.resha-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
	gap: 2rem 2.5rem;
	align-items: start;
}

@media (max-width: 991px) {
	.resha-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.resha-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
}

.resha-footer__brand {
	padding-right: 0.5rem;
}

.resha-footer__logo-link {
	display: inline-block;
	line-height: 0;
}

.resha-footer__logo {
	max-width: 220px;
	height: auto;
	width: 100%;
	opacity: 0.98;
}

.resha-footer__tagline {
	margin: 1rem 0 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	max-width: 28rem;
}

.resha-footer__heading {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 0 0 1rem;
}

.resha-footer__heading--center {
	text-align: center;
	margin-bottom: 1rem;
}

.resha-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.resha-footer__list li {
	margin: 0 0 0.55rem;
}

.resha-footer__list a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	font-size: 0.9375rem;
	transition: color 0.2s ease;
}

.resha-footer__list a:hover,
.resha-footer__list a:focus {
	color: #e1bc92;
}

.resha-footer__rule {
	border: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.12);
	margin: 2rem 0 1.75rem;
}

.resha-footer__social-wrap {
	margin-bottom: 1.5rem;
}

.resha-footer__social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.75rem 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.resha-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.resha-footer__social-link:hover,
.resha-footer__social-link:focus {
	background: rgba(225, 188, 146, 0.2);
	color: #e1bc92;
	transform: translateY(-2px);
}

.resha-footer__svg {
	display: block;
}

.resha-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.resha-footer__copy {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.65);
}

.resha-footer__copy a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.2s ease;
}

.resha-footer__copy a:hover,
.resha-footer__copy a:focus {
	color: #e1bc92;
}

.resha-footer__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.resha-footer__pay {
	padding: 0.35rem 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
}
