/**
 * PrimeView premium site footer.
 *
 * Scopes: .primeview-site-footer only.
 */

.primeview-site-footer {
	--pv-ft-green: #22c55e;
	--pv-ft-bg: #071423;
	--pv-ft-bg-soft: #0d1728;
	--pv-ft-text: #f8fafc;
	--pv-ft-muted: #94a3b8;
	--pv-ft-line: rgba(148, 163, 184, 0.16);
	--pv-ft-radius: 22px;

	position: relative;
	width: 100%;
	background:
		linear-gradient(
			165deg,
			#071423 0%,
			#0d1728 48%,
			#08111d 100%
		);
	color: var(--pv-ft-text);
}

.primeview-site-footer__cta {
	border-bottom: 1px solid var(--pv-ft-line);
}

.primeview-site-footer__cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 48px;
}

.primeview-site-footer__cta-headline {
	margin: 0 0 12px;
	max-width: 560px;
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.22;
	color: #ffffff;
	text-wrap: balance;
}

.primeview-site-footer__cta-text {
	margin: 0;
	max-width: 520px;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--pv-ft-muted);
	text-wrap: pretty;
}

.primeview-site-footer__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex-shrink: 0;
}

.primeview-site-footer__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 650;
	letter-spacing: -0.01em;
	text-decoration: none;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		background-color 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease;
}

.primeview-site-footer__btn:hover,
.primeview-site-footer__btn:focus-visible {
	transform: translateY(-2px);
	outline: none;
}

.primeview-site-footer__btn--primary {
	background: var(--pv-ft-green);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(34, 197, 94, 0.22);
}

.primeview-site-footer__btn--primary:hover,
.primeview-site-footer__btn--primary:focus-visible {
	background: #16a34a;
	box-shadow: 0 14px 30px rgba(34, 197, 94, 0.3);
}

.primeview-site-footer__btn--secondary {
	border: 1.5px solid rgba(255, 255, 255, 0.55);
	color: #ffffff;
	background: transparent;
}

.primeview-site-footer__btn--secondary:hover,
.primeview-site-footer__btn--secondary:focus-visible {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.primeview-site-footer__btn-icon {
	display: block;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.primeview-site-footer__btn-icon--calendar {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='16' rx='2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M3 10h18' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8 3v4M16 3v4' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='16' rx='2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M3 10h18' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8 3v4M16 3v4' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.primeview-site-footer__btn-icon--whatsapp {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 14.9L2 22l5.24-1.37A9.9 9.9 0 1 0 12.04 2Zm0 1.8a8.1 8.1 0 0 1 6.8 12.5l-.3.46.7 2.55-2.62-.69-.45.27a8.1 8.1 0 1 1-4.13-15.1Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 14.9L2 22l5.24-1.37A9.9 9.9 0 1 0 12.04 2Zm0 1.8a8.1 8.1 0 0 1 6.8 12.5l-.3.46.7 2.55-2.62-.69-.45.27a8.1 8.1 0 1 1-4.13-15.1Z'/%3E%3C/svg%3E");
}

.primeview-site-footer__main-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 56px 48px 40px;
}

.primeview-site-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
	gap: 36px 28px;
}

.primeview-site-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	text-decoration: none;
	color: #ffffff;
}

.primeview-site-footer__logo .logo {
	margin: 0;
}

.primeview-site-footer__logo .primeview-header__logo-link {
	display: inline-flex;
	align-items: center;
}

.primeview-site-footer__logo img,
.primeview-site-footer__logo .primeview-header__logo-image,
.primeview-site-footer__logo-image {
	display: block;
	/* White logo +30% */
	height: 62px;
	width: auto;
	max-width: 260px;
	object-fit: contain;
}

.primeview-site-footer__blurb {
	margin: 0 0 20px;
	max-width: 280px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--pv-ft-muted);
}

.primeview-site-footer__badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 14px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.primeview-site-footer__badges li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #e2e8f0;
}

.primeview-site-footer__badge-icon {
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-color: var(--pv-ft-green);
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.primeview-site-footer__badge-icon--360 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8 12a8 8 0 0 1 4-6.9M16 12a8 8 0 0 1-4 6.9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M8 12a8 8 0 0 1 4-6.9M16 12a8 8 0 0 1-4 6.9' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.primeview-site-footer__badge-icon--quality {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m12 3 2.4 4.9 5.4.8-3.9 3.8.9 5.4L12 15.9 7.2 18l.9-5.4L4.2 8.7l5.4-.8L12 3Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m12 3 2.4 4.9 5.4.8-3.9 3.8.9 5.4L12 15.9 7.2 18l.9-5.4L4.2 8.7l5.4-.8L12 3Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.primeview-site-footer__badge-icon--vr {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 9.5A3.5 3.5 0 0 1 6.5 6h11A3.5 3.5 0 0 1 21 9.5v5A3.5 3.5 0 0 1 17.5 18h-2.2L13 15.5h-2L8.7 18H6.5A3.5 3.5 0 0 1 3 14.5v-5Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 9.5A3.5 3.5 0 0 1 6.5 6h11A3.5 3.5 0 0 1 21 9.5v5A3.5 3.5 0 0 1 17.5 18h-2.2L13 15.5h-2L8.7 18H6.5A3.5 3.5 0 0 1 3 14.5v-5Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.primeview-site-footer__badge-icon--mobile {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='8' y='3' width='8' height='18' rx='2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M11 17h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='8' y='3' width='8' height='18' rx='2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M11 17h2' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.primeview-site-footer__tours-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	font-size: 15px;
	font-weight: 650;
	color: var(--pv-ft-green);
	text-decoration: none;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.primeview-site-footer__tours-link:hover,
.primeview-site-footer__tours-link:focus-visible {
	opacity: 0.9;
	transform: translateX(2px);
	outline: none;
}

.primeview-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primeview-site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--pv-ft-line);
	color: #ffffff;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

.primeview-site-footer__social a:hover,
.primeview-site-footer__social a:focus-visible {
	background: rgba(34, 197, 94, 0.15);
	border-color: var(--pv-ft-green);
	outline: none;
}

.primeview-site-footer__social-icon {
	display: block;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.primeview-site-footer__social-icon--instagram {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='4' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='4' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%23000'/%3E%3C/svg%3E");
}

.primeview-site-footer__social-icon--facebook {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M14 9h3V6h-3c-2.2 0-4 1.8-4 4v2H8v3h2v7h3v-7h2.5l.5-3H13v-2c0-.6.4-1 1-1Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M14 9h3V6h-3c-2.2 0-4 1.8-4 4v2H8v3h2v7h3v-7h2.5l.5-3H13v-2c0-.6.4-1 1-1Z'/%3E%3C/svg%3E");
}

.primeview-site-footer__social-icon--tiktok {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M14 4c.6 2.4 2.2 4 4.6 4.4V11c-1.6 0-3-.5-4.2-1.3V15a5 5 0 1 1-5-5c.3 0 .7 0 1 .1V13a2.2 2.2 0 1 0 1.6 2.1V4h2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M14 4c.6 2.4 2.2 4 4.6 4.4V11c-1.6 0-3-.5-4.2-1.3V15a5 5 0 1 1-5-5c.3 0 .7 0 1 .1V13a2.2 2.2 0 1 0 1.6 2.1V4h2Z'/%3E%3C/svg%3E");
}

.primeview-site-footer__social-icon--linkedin {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.5 9H4v11h2.5V9ZM5.2 4a1.6 1.6 0 1 0 0 3.2 1.6 1.6 0 0 0 0-3.2ZM20 20h-2.5v-5.6c0-1.5-.6-2.5-1.9-2.5-1 0-1.5.7-1.8 1.3-.1.2-.1.5-.1.8V20H11s.05-9.3 0-10.3h2.5v1.5c.4-.7 1.4-1.7 3.4-1.7 2.5 0 4.1 1.6 4.1 5.1V20Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6.5 9H4v11h2.5V9ZM5.2 4a1.6 1.6 0 1 0 0 3.2 1.6 1.6 0 0 0 0-3.2ZM20 20h-2.5v-5.6c0-1.5-.6-2.5-1.9-2.5-1 0-1.5.7-1.8 1.3-.1.2-.1.5-.1.8V20H11s.05-9.3 0-10.3h2.5v1.5c.4-.7 1.4-1.7 3.4-1.7 2.5 0 4.1 1.6 4.1 5.1V20Z'/%3E%3C/svg%3E");
}

.primeview-site-footer__social-icon--youtube {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M21.6 7.2a2.7 2.7 0 0 0-1.9-1.9C18 5 12 5 12 5s-6 0-7.7.3A2.7 2.7 0 0 0 2.4 7.2 28 28 0 0 0 2 12a28 28 0 0 0 .4 4.8 2.7 2.7 0 0 0 1.9 1.9C6 19 12 19 12 19s6 0 7.7-.3a2.7 2.7 0 0 0 1.9-1.9A28 28 0 0 0 22 12a28 28 0 0 0-.4-4.8ZM10 15.2V8.8L15.2 12 10 15.2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M21.6 7.2a2.7 2.7 0 0 0-1.9-1.9C18 5 12 5 12 5s-6 0-7.7.3A2.7 2.7 0 0 0 2.4 7.2 28 28 0 0 0 2 12a28 28 0 0 0 .4 4.8 2.7 2.7 0 0 0 1.9 1.9C6 19 12 19 12 19s6 0 7.7-.3a2.7 2.7 0 0 0 1.9-1.9A28 28 0 0 0 22 12a28 28 0 0 0-.4-4.8ZM10 15.2V8.8L15.2 12 10 15.2Z'/%3E%3C/svg%3E");
}

.primeview-site-footer__heading {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #ffffff;
}

.primeview-site-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primeview-site-footer__links li + li {
	margin-top: 10px;
}

.primeview-site-footer__links a {
	color: var(--pv-ft-muted);
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.2s ease;
}

.primeview-site-footer__links a:hover,
.primeview-site-footer__links a:focus-visible {
	color: var(--pv-ft-green);
	outline: none;
}

.primeview-site-footer__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primeview-site-footer__contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.primeview-site-footer__contact-list li + li {
	margin-top: 16px;
}

.primeview-site-footer__contact-icon {
	display: block;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	background-color: var(--pv-ft-green);
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.primeview-site-footer__contact-icon--phone {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 3h3l1.5 4-2 1.5a12 12 0 0 0 5 5L16 12l4 1.5V17a2 2 0 0 1-2 2A14 14 0 0 1 5 5a2 2 0 0 1 2-2Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 3h3l1.5 4-2 1.5a12 12 0 0 0 5 5L16 12l4 1.5V17a2 2 0 0 1-2 2A14 14 0 0 1 5 5a2 2 0 0 1 2-2Z' stroke='%23000' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.primeview-site-footer__contact-icon--email {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='m4 7 8 6 8-6' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='m4 7 8 6 8-6' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.primeview-site-footer__contact-icon--whatsapp {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 14.9L2 22l5.24-1.37A9.9 9.9 0 1 0 12.04 2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.5 14.9L2 22l5.24-1.37A9.9 9.9 0 1 0 12.04 2Z'/%3E%3C/svg%3E");
}

.primeview-site-footer__contact-icon--location {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-5.4 7-11a7 7 0 1 0-14 0c0 5.6 7 11 7 11Z' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='10' r='2.4' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-5.4 7-11a7 7 0 1 0-14 0c0 5.6 7 11 7 11Z' stroke='%23000' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='10' r='2.4' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E");
}

.primeview-site-footer__contact-label {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 600;
	color: #cbd5e1;
}

.primeview-site-footer__contact-list a,
.primeview-site-footer__contact-value {
	font-size: 14px;
	line-height: 1.4;
	color: var(--pv-ft-muted);
	text-decoration: none;
}

.primeview-site-footer__contact-list a:hover,
.primeview-site-footer__contact-list a:focus-visible {
	color: var(--pv-ft-green);
	outline: none;
}

.primeview-site-footer__bar {
	border-top: 1px solid var(--pv-ft-line);
}

.primeview-site-footer__bar-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 22px 48px 30px;
}

.primeview-site-footer__copy-block {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.primeview-site-footer__copy {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--pv-ft-muted);
}

.primeview-site-footer__tagline {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(148, 163, 184, 0.78);
}

.primeview-site-footer__legal {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--pv-ft-muted);
}

.primeview-site-footer__legal a {
	color: var(--pv-ft-muted);
	text-decoration: none;
	transition: color 0.3s ease;
}

.primeview-site-footer__legal a:hover,
.primeview-site-footer__legal a:focus-visible {
	color: var(--pv-ft-green);
	outline: none;
}

@media (max-width: 1100px) {
	.primeview-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.primeview-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.primeview-site-footer__cta-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 40px 24px;
	}

	.primeview-site-footer__main-inner {
		padding: 44px 24px 32px;
	}

	.primeview-site-footer__bar-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 18px 24px 28px;
	}
}

@media (max-width: 639.98px) {
	.primeview-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.primeview-site-footer__cta-actions {
		width: 100%;
	}

	.primeview-site-footer__btn {
		width: 100%;
		justify-content: center;
	}

	.primeview-site-footer__cta-inner,
	.primeview-site-footer__main-inner,
	.primeview-site-footer__bar-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
