/* Cookie consent banner — Vermoont brand */
.vrm-cookie-consent {
	position: fixed;
	inset: auto 0 0 0;
	z-index: 100000;
	padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));
	background: rgba(16, 16, 16, 0.96);
	border-top: 1px solid rgba(244, 244, 244, 0.14);
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
	color: #f4f4f4;
	font-family: Montserrat, system-ui, sans-serif;
}

.vrm-cookie-consent[hidden] {
	display: none !important;
}

.vrm-cookie-consent__inner {
	width: min(100%, 1120px);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.25rem;
}

.vrm-cookie-consent__text {
	flex: 1 1 18rem;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: rgba(244, 244, 244, 0.88);
}

.vrm-cookie-consent__text a {
	color: var(--vermoont-cyan, #00a0e9);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.vrm-cookie-consent__text a:hover,
.vrm-cookie-consent__text a:focus-visible {
	color: var(--vermoont-cyan-2, #31b8f6);
}

.vrm-cookie-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	align-items: center;
}

.vrm-cookie-consent__btn {
	appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	font-family: Syne, Montserrat, system-ui, sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.2;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.vrm-cookie-consent__btn:focus-visible {
	outline: 2px solid var(--vermoont-cyan, #00a0e9);
	outline-offset: 2px;
}

.vrm-cookie-consent__btn--accept {
	background: var(--vermoont-cyan, #00a0e9);
	border-color: var(--vermoont-cyan, #00a0e9);
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.85rem 1.5rem;
	min-width: 8.5rem;
}

.vrm-cookie-consent__btn--accept:hover {
	background: var(--vermoont-cyan-2, #31b8f6);
	border-color: var(--vermoont-cyan-2, #31b8f6);
}

.vrm-cookie-consent__btn--reject {
	background: transparent;
	border-color: rgba(244, 244, 244, 0.45);
	color: rgba(244, 244, 244, 0.88);
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.75rem 1.15rem;
}

.vrm-cookie-consent__btn--reject:hover {
	border-color: #f4f4f4;
	color: #f4f4f4;
	background: rgba(244, 244, 244, 0.06);
}

.vrm-footer-legal {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.vrm-footer-legal a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	opacity: 0.85;
}

.vrm-footer-legal a:hover,
.vrm-footer-legal a:focus-visible {
	opacity: 1;
	color: var(--vermoont-cyan, #00a0e9);
}

.vrm-footer-legal__sep {
	margin: 0 0.4em;
	opacity: 0.45;
}
