
			.footer {
				margin-top: 0px;
				background-color: #010c27 !important;
				color: #f8fafc !important;
			}

			.section-sections--26512819126596__footer-padding {
				padding-top: 56px;
				padding-bottom: 32px;
			}

			.custom-footer__trust-grid {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 48px;
				padding-bottom: 48px;
				border-bottom: 1px solid rgba(255, 255, 255, 0.12);
			}

			@media (max-width: 990px) {
				.custom-footer__trust-grid {
					grid-template-columns: 1fr;
					gap: 36px;
				}
			}

			.custom-footer__col-title {
				font-size: 1.05rem;
				font-weight: 800;
				color: #ffffff !important;
				letter-spacing: 0.8px;
				margin-bottom: 20px;
				text-transform: uppercase;
			}

			.custom-footer__brand-text {
				font-size: 0.92rem;
				color: #cbd5e1 !important;
				line-height: 1.65;
				margin-top: 14px;
			}

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

			.custom-footer__list-item {
				display: flex;
				align-items: center;
				gap: 12px;
				font-size: 0.95rem;
				color: #e2e8f0 !important;
				margin-bottom: 14px;
				font-weight: 600;
			}

			.custom-footer__list-item:last-child {
				margin-bottom: 0;
			}

			.custom-footer__bottom-row {
				display: flex;
				align-items: center;
				justify-content: space-between;
				padding-top: 32px;
				flex-wrap: wrap;
				gap: 20px;
			}

			@media (max-width: 990px) {
				.custom-footer__bottom-row {
					flex-direction: column;
					text-align: center;
					gap: 18px;
				}
			}

			.custom-footer__legal-text {
				font-size: 0.85rem;
				color: #94a3b8 !important;
				font-weight: 500;
			}

			.zero-leak-link {
				cursor: default !important;
				pointer-events: none !important;
			}

			.custom-footer__social-link {
				display: inline-flex;
				align-items: center;
				justify-content: center;
				width: 40px;
				height: 40px;
				border-radius: 50%;
				background: rgba(255, 255, 255, 0.1);
				color: #ffffff !important;
				transition: all 0.3s ease;
				text-decoration: none;
			}

			.custom-footer__social-link:hover {
				transform: translateY(-3px);
				box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
			}

			.custom-footer__social-link--whatsapp:hover {
				background: #25d366 !important;
			}

			.custom-footer__social-link--instagram:hover {
				background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
			}

			.custom-footer__social-link--facebook:hover {
				background: #1877f2 !important;
			}
		