/* ALVIRAN footer — branded, trustworthy and responsive. */
.alv-footer {
	--alv-footer-bg: #08080d;
	--alv-footer-border: rgba(255, 255, 255, 0.09);
	--alv-footer-border-soft: rgba(255, 255, 255, 0.065);
	--alv-footer-text: #f5f3ec;
	--alv-footer-muted: #aaa8b0;
	--alv-footer-subtle: #7d7b84;
	--alv-footer-gold: #d9ba70;
	--alv-footer-gold-bright: #f1d58d;
	position: relative;
	z-index: 1;
	overflow: hidden;
	content-visibility: auto;
	contain-intrinsic-size: auto 420px;
	color: var(--alv-footer-text);
	background:
		radial-gradient(circle at 9% -8%, rgba(217, 186, 112, 0.105), transparent 29%),
		radial-gradient(circle at 88% 4%, rgba(104, 60, 166, 0.07), transparent 25%),
		linear-gradient(180deg, #0a0a10 0%, var(--alv-footer-bg) 58%, #07070b 100%) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-family: "Outfit", sans-serif;
}

.alv-footer *,
.alv-footer *::before,
.alv-footer *::after {
	box-sizing: border-box;
}

.alv-footer a {
	color: inherit;
	text-decoration: none;
}

.alv-footer a:focus-visible,
.alv-footer button:focus-visible {
	outline: 2px solid var(--alv-footer-gold-bright);
	outline-offset: 3px;
}

.alv-footer__container {
	width: min(100%, 1344px);
	margin-inline: auto;
	padding-inline: 32px;
}

.alv-footer__main {
	position: relative;
	padding-block: 40px 34px;
}

.alv-footer__grid {
	display: grid;
	grid-template-columns: minmax(350px, 0.95fr) minmax(0, 1.55fr);
	gap: 44px;
	align-items: start;
}

.alv-footer__brand {
	min-width: 0;
}

.alv-footer__brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	min-height: 44px;
}

.alv-footer__brand-lockup .ah-wordmark {
	align-items: baseline;
}

.alv-footer__brand-mark {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.alv-footer__tagline {
	max-width: 480px;
	margin: 15px 0 0;
	color: var(--alv-footer-muted);
	font-size: 13.5px;
	font-weight: 410;
	line-height: 1.62;
}

.alv-footer__registered {
	display: flex;
	align-items: center;
	margin: 14px 0 0;
	color: #c9c7ce;
	font-size: 12px;
	font-weight: 520;
	line-height: 1.4;
}

.alv-footer__trust-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	max-width: 480px;
	margin-top: 15px;
}

.alv-footer__trust-card {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 58px;
	padding: 9px 10px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: background-color 160ms ease, border-color 160ms ease;
}

.alv-footer__trust-card:hover {
	background-color: rgba(255, 255, 255, 0.025);
	border-color: rgba(217, 186, 112, 0.25);
}

.alv-footer__trustpilot-star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	color: #00b67a;
	background: rgba(0, 182, 122, 0.09);
	border: 1px solid rgba(0, 182, 122, 0.2);
	border-radius: 9px;
}

.alv-footer__trustpilot-star svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.alv-footer__trust-card > span:last-child {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.alv-footer__trust-card strong,
.alv-footer__trust-card small {
	display: block;
	min-width: 0;
}

.alv-footer__trust-card strong {
	color: #eeece6;
	font-size: 11px;
	font-weight: 690;
	line-height: 1.2;
}

.alv-footer__trust-card small {
	overflow: hidden;
	color: #85838c;
	font-size: 9.5px;
	font-weight: 460;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alv-footer__guarantee-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	color: var(--alv-footer-gold-bright);
	background: rgba(217, 186, 112, 0.09);
	border: 1px solid rgba(217, 186, 112, 0.2);
	border-radius: 9px;
}

.alv-footer__guarantee-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alv-footer__navigation {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 2.5vw, 42px);
	align-self: center;
	justify-self: end;
	width: min(100%, 760px);
	min-width: 0;
	padding: 0;
}

.alv-footer__group {
	min-width: 0;
	padding: 0;
}

.alv-footer__group + .alv-footer__group {
	border-left: 0;
}

.alv-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.alv-footer__group-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 20px;
	margin: 0 0 10px;
	padding: 0;
	color: #e2c985 !important;
	background: transparent;
	border: 0;
	border-radius: 0;
	font: inherit;
	font-size: 11.25px;
	font-weight: 760 !important;
	line-height: 1.3;
	letter-spacing: 0.14em;
	text-align: left;
	text-transform: uppercase;
	cursor: default;
}

.alv-footer__chevron {
	display: none;
}

.alv-footer__links {
	display: grid;
	gap: 2px;
}

.alv-footer__links a {
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: 25px;
	padding-inline: 0;
	color: #a9a7af;
	border-radius: 0;
	font-size: 12.75px;
	font-weight: 430;
	line-height: 1.45;
	transition: color 160ms ease;
}

.alv-footer__links a:hover,
.alv-footer__links a:focus-visible {
	color: var(--alv-footer-gold-bright);
}

.alv-footer__utility,
.alv-footer__legal-bar {
	position: relative;
	border-top: 1px solid var(--alv-footer-border-soft);
}

.alv-footer__utility {
	background: rgba(255, 255, 255, 0.014);
}

.alv-footer__utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 72px;
	padding-block: 12px;
}

.alv-footer__payments {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.alv-footer__utility-label {
	flex: 0 0 auto;
	color: #85838b;
	font-size: 10px;
	font-weight: 690;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.alv-footer__payment-list,
.alv-footer__legacy-payment-logos {
	display: flex;
	align-items: center;
	min-width: 0;
}

.alv-footer__legacy-payment-logos {
	flex-wrap: nowrap;
	gap: 7px;
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: 0 0 44px;
	width: 44px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 7px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.16);
	font-family: Arial, sans-serif;
	line-height: 1;
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-visa {
	color: #fff;
	background: #1434cb;
	font-size: 10px;
	font-style: italic;
	font-weight: 950;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-mastercard svg {
	display: block;
	width: 44px;
	height: 28px;
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-amex {
	color: #fff;
	background: #2557d6;
	font-size: 9px;
	font-weight: 950;
	text-transform: uppercase;
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-paypal {
	background: linear-gradient(180deg, #eceff4 0%, #d3d8e1 100%);
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-paypal svg {
	display: block;
	width: auto;
	height: 19px;
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-apple {
	color: rgba(255, 255, 255, 0.92);
	background: linear-gradient(180deg, #2f3138 0%, #22242b 100%);
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-apple svg {
	display: block;
	width: 33px;
	height: auto;
}

.alv-footer__legacy-payment-logos .alv-shop-hero-pay-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 28px;
	padding: 0 11px;
	color: #9997a0;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 760;
	line-height: 1;
	white-space: nowrap;
}

.alv-footer__socials {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}

.alv-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #aaa8b0;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02));
	border: 1px solid var(--alv-footer-border);
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.alv-footer__socials a:hover {
	color: var(--alv-footer-gold-bright);
	background-color: rgba(217, 186, 112, 0.055);
	border-color: rgba(217, 186, 112, 0.3);
}

.alv-footer__socials svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.alv-footer__socials svg.alv-footer__instagram-icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.alv-footer__instagram-dot {
	fill: currentColor;
	stroke: none;
}

.alv-footer__legal-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 56px;
	padding-block: 10px;
}

.alv-footer__legal-inner p {
	margin: 0;
	color: #7e7c85;
	font-size: 11.5px;
	line-height: 1.45;
}

.alv-footer__legal-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	flex-wrap: wrap;
}

.alv-footer__legal-links a {
	color: #85838c;
	font-size: 11.5px;
	font-weight: 480;
	line-height: 1.4;
	transition: color 160ms ease;
}

.alv-footer__legal-links a.alv-footer__legal-highlight {
	color: #d5c187;
	font-weight: 650;
}

.alv-footer__legal-links a:hover {
	color: #e6e2d9;
}

@media (max-width: 1080px) {
	.alv-footer__grid {
		grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.5fr);
		gap: 32px;
	}

}

@media (max-width: 980px) {
	.alv-footer__main {
		padding-block: 42px 38px;
	}

	.alv-footer__navigation {
		gap: 24px;
		padding: 0;
	}

	.alv-footer__group {
		padding: 0;
	}

	.alv-footer__tagline {
		max-width: 620px;
	}

	.alv-footer__trust-cards {
		max-width: 500px;
	}

	.alv-footer__payments {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 860px) {
	.alv-footer {
		contain-intrinsic-size: auto 660px;
	}

	.alv-footer__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.alv-footer__navigation {
		justify-self: stretch;
		width: 100%;
	}

	.alv-footer__tagline {
		max-width: 620px;
	}
}

@media (max-width: 800px) {
	.alv-footer__container {
		padding-inline: 24px;
	}

	.alv-footer__utility-inner {
		align-items: flex-end;
	}
}

@media (max-width: 720px) {
	.alv-footer {
		--alv-footer-mobile-gutter: 20px;
		contain-intrinsic-size: auto 900px;
		background:
			radial-gradient(ellipse 115% 24% at 8% 0%, rgba(217, 186, 112, 0.105), transparent 70%),
			radial-gradient(ellipse 90% 24% at 108% 50%, rgba(104, 60, 166, 0.055), transparent 74%),
			linear-gradient(180deg, #0a0a10 0%, var(--alv-footer-bg) 58%, #07070b 100%) !important;
	}

	.alv-footer__container {
		padding-inline: 20px;
	}

	.alv-footer__main {
		padding-block: 38px 30px;
	}

	.alv-footer__grid {
		display: block;
	}

	.alv-footer__navigation {
		display: block;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.alv-footer__brand {
		padding-bottom: 31px;
	}

	.alv-footer__brand-lockup {
		min-height: 44px;
	}

	.alv-footer__brand-mark {
		width: 38px;
		height: 38px;
	}

	.alv-footer__tagline {
		max-width: 520px;
		margin-top: 15px;
		font-size: 13.5px;
		line-height: 1.58;
	}

	.alv-footer__registered {
		margin-top: 17px;
	}

	.alv-footer__trust-cards {
		gap: 8px;
		margin-top: 17px;
	}

	.alv-footer__trust-card {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		min-height: 112px;
		padding: 11px;
	}

	.alv-footer__trust-card strong {
		font-size: 11px;
	}

	.alv-footer__trust-card small {
		font-size: 9.5px;
	}

	.alv-footer__group {
		min-height: 0;
		margin-top: 8px;
		padding: 0;
		background: rgba(255, 255, 255, 0.018);
		border: 1px solid rgba(255, 255, 255, 0.075);
		border-radius: 12px;
		box-shadow: none;
	}

	.alv-footer__group + .alv-footer__group {
		border-left: 1px solid rgba(255, 255, 255, 0.075);
	}

	.alv-footer__navigation .alv-footer__group:first-child {
		margin-top: 0;
	}

	.alv-footer__group-toggle {
		min-height: 54px;
		margin: 0;
		padding: 0 14px;
		color: #e7d29a !important;
		font-size: 11.25px;
		cursor: pointer;
	}

	.alv-footer .alv-footer__group-toggle:focus-visible {
		outline: 1px solid rgba(255, 255, 255, 0.3);
		outline-offset: -1px;
		border-radius: 8px;
	}

	.alv-footer__chevron {
		display: block;
		position: relative;
		width: 14px;
		height: 14px;
		margin-right: 2px;
	}

	.alv-footer__chevron::before,
	.alv-footer__chevron::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 1px;
		background: #96949c;
		content: "";
		transform: translate(-50%, -50%);
		transition: transform 160ms ease, background-color 160ms ease;
	}

	.alv-footer__chevron::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.alv-footer__group-toggle[aria-expanded="true"] .alv-footer__chevron::before,
	.alv-footer__group-toggle[aria-expanded="true"] .alv-footer__chevron::after {
		background: var(--alv-footer-gold);
	}

	.alv-footer__group-toggle[aria-expanded="true"] .alv-footer__chevron::after {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	.alv-footer__group-panel {
		padding: 0 12px 12px;
	}

	.alv-footer__links {
		gap: 0;
	}

	.alv-footer__links a {
		display: flex;
		min-height: 44px;
		padding-inline: 10px;
		font-size: 14px;
	}

	.alv-footer__utility-inner,
	.alv-footer__legal-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.alv-footer__utility-inner {
		gap: 0;
		padding-block: 0;
	}

	.alv-footer__payments,
	.alv-footer__payment-list {
		width: 100%;
	}

	.alv-footer__payments {
		padding-block: 22px 20px;
	}

	.alv-footer__payment-list {
		overflow-x: auto;
		padding: 2px 1px 6px;
		scrollbar-width: none;
	}

	.alv-footer__payment-list::-webkit-scrollbar {
		display: none;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card {
		flex-basis: 38px;
		width: 38px;
		height: 24px;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-mastercard svg {
		width: 38px;
		height: 24px;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-paypal svg {
		height: 16px;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-apple svg {
		width: 28px;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-more {
		min-height: 24px;
		padding-inline: 9px;
		font-size: 9.5px;
	}

	.alv-footer__socials {
		justify-content: flex-start;
		width: calc(100% + var(--alv-footer-mobile-gutter) + var(--alv-footer-mobile-gutter));
		margin-inline: calc(var(--alv-footer-mobile-gutter) * -1);
		padding: 17px var(--alv-footer-mobile-gutter) 19px;
		background: linear-gradient(90deg, rgba(217, 186, 112, 0.025), rgba(255, 255, 255, 0.018) 48%, rgba(104, 60, 166, 0.035));
		border-top: 1px solid var(--alv-footer-border-soft);
	}

	.alv-footer__socials a {
		width: 44px;
		height: 44px;
	}

	.alv-footer__legal-inner {
		gap: 16px;
		padding-block: 21px 24px;
	}

	.alv-footer__legal-inner p {
		order: 2;
	}

	.alv-footer__legal-links {
		justify-content: flex-start;
		gap: 0 22px;
		width: 100%;
	}

	.alv-footer__legal-links a {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}
}

@media (max-width: 350px) {
	.alv-footer {
		--alv-footer-mobile-gutter: 16px;
	}

	.alv-footer__container {
		padding-inline: 16px;
	}

	.alv-footer__legacy-payment-logos {
		gap: 5px;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card {
		flex-basis: 36px;
		width: 36px;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-card-mastercard svg {
		width: 36px;
	}

	.alv-footer__legacy-payment-logos .alv-shop-hero-pay-more {
		padding-inline: 7px;
	}

	.alv-footer__trust-card {
		padding: 10px;
	}

	.alv-footer__trust-card strong {
		font-size: 10.5px;
	}

	.alv-footer__trust-card small {
		font-size: 9px;
	}

	.alv-footer__legal-links {
		gap: 0 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alv-footer *,
	.alv-footer *::before,
	.alv-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
