/* Footer-specific styles for Vaarahi Fashion */

.site-footer--luxury {
	background: linear-gradient(180deg, var(--vaarahi-surface) 0%, var(--vaarahi-section-bg) 100%);
	color: var(--vaarahi-text);
}

.site-footer--luxury .footer-top {
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid var(--vaarahi-border);
}

.site-footer--luxury .footer-widget-title {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 1.25rem !important;
	color: var(--vaarahi-text);
}

.site-footer--luxury .footer-links,
.site-footer--luxury .footer-inline-menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.site-footer--luxury .footer-links li + li,
.site-footer--luxury .footer-inline-menu li + li {
	margin-top: 0.75rem;
}

.site-footer--luxury .footer-links a,
.site-footer--luxury .footer-inline-menu a {
	color: var(--vaarahi-muted);
	font-size: 0.95rem;
	transition: color 0.2s ease;
}

.site-footer--luxury .footer-links a:hover,
.site-footer--luxury .footer-inline-menu a:hover {
	color: var(--vaarahi-primary);
}

.site-footer--luxury .footer-widget {
	height: 100%;
}

.footer-brand-mark img {
	max-height: 44px;
	width: auto;
}

.footer-social__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid var(--vaarahi-border);
	border-radius: 999px;
	color: var(--vaarahi-text);
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-social__icon .header-action__icon {
	width: 1rem;
	height: 1rem;
}

.footer-social__icon:hover {
	border-color: var(--vaarahi-primary);
	color: var(--vaarahi-primary);
	transform: translateY(-1px);
}

.newsletter-inline-form {
	position: relative;
}

.newsletter-inline-form .form-control {
	padding-right: 3rem;
	background: var(--vaarahi-surface);
}

.newsletter-inline-form__submit {
	position: absolute;
	top: 50%;
	right: 0.35rem;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--vaarahi-text);
	transition: color 0.2s ease, transform 0.2s ease;
}

.newsletter-inline-form__submit .header-action__icon {
	width: 1.1rem;
	height: 1.1rem;
}

.newsletter-inline-form__submit:hover {
	color: var(--vaarahi-primary);
	transform: translateY(-50%) translateX(2px);
}

.site-footer--luxury .payment-icons {
	color: var(--vaarahi-text);
}

.site-footer--luxury .payment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.25rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid var(--vaarahi-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0.5rem 1.25rem rgba(59, 49, 40, 0.06);
}

.site-footer--luxury .payment-icon svg {
	width: 3rem;
	height: auto;
	display: block;
}

.site-footer--luxury .payment-icon--qr-label {
	min-width: 0;
	gap: 0.4rem;
	font-size: 0.78rem;
	font-weight: 600;
	white-space: nowrap;
}

.site-footer--luxury .payment-icon--qr-label svg {
	width: 1.1rem;
	height: 1.1rem;
}

.site-footer--luxury .footer-bottom {
	background: rgba(255, 255, 255, 0.4);
}
