/* ==========================================================================
   SKETLIX PREMIUM FOOTER
   File: assets/css/footer.css
   ========================================================================== */

/* ==========================================================================
   1. ROOT VARIABLES
   ========================================================================== */

:root {
	--sk-footer-primary: #2563eb;
	--sk-footer-primary-dark: #1d4ed8;
	--sk-footer-secondary: #7c3aed;
	--sk-footer-accent: #06b6d4;
	--sk-footer-whatsapp: #25d366;

	--sk-footer-dark: #081126;
	--sk-footer-dark-soft: #0d1833;
	--sk-footer-card: rgba(255, 255, 255, 0.06);

	--sk-footer-white: #ffffff;
	--sk-footer-text: rgba(255, 255, 255, 0.88);
	--sk-footer-muted: rgba(255, 255, 255, 0.58);
	--sk-footer-border: rgba(255, 255, 255, 0.1);

	--sk-footer-container: 1520px;
	--sk-footer-radius-sm: 12px;
	--sk-footer-radius-md: 18px;
	--sk-footer-radius-lg: 26px;
	--sk-footer-transition: 0.28s ease;
}


/* ==========================================================================
   2. FOOTER RESET
   ========================================================================== */

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

.sk-footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	color: var(--sk-footer-text);
	background: var(--sk-footer-dark);
}

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

.sk-footer ul,
.sk-footer ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sk-footer img,
.sk-footer svg {
	display: block;
}

.sk-footer-container {
	width: min(calc(100% - 32px), var(--sk-footer-container));
	margin-inline: auto;
}


/* ==========================================================================
   3. FOOTER CTA SECTION
   ========================================================================== */

.sk-footer-cta {
	position: relative;
	z-index: 3;
	padding: 58px 0 0;
	background:
		linear-gradient(
			180deg,
			#f5f8ff 0%,
			#eef3ff 100%
		);
}

.sk-footer-cta-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 40px;
	min-height: 210px;
	padding: 42px 46px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 28px;
	color: #ffffff;
	background:
		radial-gradient(
			circle at 10% 20%,
			rgba(34, 211, 238, 0.22),
			transparent 24%
		),
		radial-gradient(
			circle at 90% 10%,
			rgba(255, 255, 255, 0.16),
			transparent 24%
		),
		linear-gradient(
			125deg,
			#101f55 0%,
			#1d4ed8 42%,
			#4f46e5 70%,
			#7c3aed 100%
		);
	box-shadow:
		0 26px 70px rgba(37, 99, 235, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transform: translateY(34px);
}

.sk-footer-cta-card::before,
.sk-footer-cta-card::after {
	position: absolute;
	content: "";
	pointer-events: none;
	border-radius: 50%;
}

.sk-footer-cta-card::before {
	top: -90px;
	right: 18%;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.sk-footer-cta-card::after {
	right: -80px;
	bottom: -130px;
	width: 290px;
	height: 290px;
	background: rgba(255, 255, 255, 0.06);
}

.sk-footer-cta-content,
.sk-footer-cta-actions {
	position: relative;
	z-index: 2;
}

.sk-footer-cta-label {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
}

.sk-footer-cta h2 {
	max-width: 760px;
	margin: 16px 0 10px;
	font-size: clamp(27px, 3vw, 44px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.sk-footer-cta p {
	max-width: 720px;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.76);
}

.sk-footer-cta-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}

.sk-footer-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 13px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
	transition:
		transform var(--sk-footer-transition),
		box-shadow var(--sk-footer-transition),
		background var(--sk-footer-transition),
		border-color var(--sk-footer-transition);
}

.sk-footer-cta-primary {
	color: #ffffff;
	background:
		linear-gradient(
			135deg,
			#1fa956,
			#25d366
		);
	box-shadow: 0 12px 24px rgba(37, 211, 102, 0.25);
}

.sk-footer-cta-secondary {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
}

.sk-footer-cta-button:hover {
	color: #ffffff;
	transform: translateY(-3px);
}

.sk-footer-cta-primary:hover {
	box-shadow: 0 16px 30px rgba(37, 211, 102, 0.34);
}

.sk-footer-cta-secondary:hover {
	border-color: rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.16);
}

.sk-footer-cta-button svg {
	transition: transform var(--sk-footer-transition);
}

.sk-footer-cta-button:hover svg {
	transform: translateX(3px);
}


/* ==========================================================================
   4. MAIN FOOTER
   ========================================================================== */

.sk-footer-main {
	position: relative;
	padding: 104px 0 52px;
	background:
		radial-gradient(
			circle at 4% 15%,
			rgba(37, 99, 235, 0.16),
			transparent 23%
		),
		radial-gradient(
			circle at 90% 22%,
			rgba(124, 58, 237, 0.13),
			transparent 23%
		),
		linear-gradient(
			180deg,
			#0b1530 0%,
			#081126 100%
		);
}

.sk-footer-main::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	opacity: 0.45;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 38px 38px;
}

.sk-footer-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.35fr 0.75fr 0.8fr 1.25fr;
	gap: 54px;
}


/* ==========================================================================
   5. BRAND COLUMN
   ========================================================================== */

.sk-footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 13px;
}

.sk-footer-logo img {
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	object-fit: cover;
	border: 3px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	background: #ffffff;
	box-shadow:
		0 12px 28px rgba(37, 99, 235, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.08);
	transition:
		transform var(--sk-footer-transition),
		box-shadow var(--sk-footer-transition);
}

.sk-footer-logo:hover img {
	transform: translateY(-3px) rotate(-2deg);
	box-shadow:
		0 18px 36px rgba(37, 99, 235, 0.38),
		0 0 0 1px rgba(255, 255, 255, 0.12);
}

.sk-footer-logo > span {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.sk-footer-logo strong {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.sk-footer-logo small {
	margin-top: 5px;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #7dd3fc;
}

.sk-footer-description {
	max-width: 440px;
	margin: 21px 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	color: var(--sk-footer-muted);
}

.sk-footer-socials {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 22px;
}

.sk-footer-socials a {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--sk-footer-border);
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.82);
	background: rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(12px);
	transition:
		color var(--sk-footer-transition),
		background var(--sk-footer-transition),
		border-color var(--sk-footer-transition),
		transform var(--sk-footer-transition),
		box-shadow var(--sk-footer-transition);
}

.sk-footer-socials a:hover {
	color: #ffffff;
	border-color: rgba(96, 165, 250, 0.45);
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.6),
			rgba(124, 58, 237, 0.55)
		);
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
	transform: translateY(-3px);
}


/* ==========================================================================
   6. FOOTER COLUMN TITLES
   ========================================================================== */

.sk-footer-column h3 {
	position: relative;
	margin: 7px 0 21px;
	padding-bottom: 12px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #ffffff;
}

.sk-footer-column h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 3px;
	content: "";
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			var(--sk-footer-primary),
			var(--sk-footer-secondary)
		);
}


/* ==========================================================================
   7. STANDARD FOOTER LINKS
   ========================================================================== */

.sk-footer-links {
	display: grid;
	gap: 11px;
}

.sk-footer-links li {
	position: relative;
}

.sk-footer-links a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11.5px;
	font-weight: 500;
	color: var(--sk-footer-muted);
	transition:
		color var(--sk-footer-transition),
		transform var(--sk-footer-transition);
}

.sk-footer-links a::before {
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	content: "";
	border: 1.5px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	transition: transform var(--sk-footer-transition);
}

.sk-footer-links a:hover {
	color: #ffffff;
	transform: translateX(4px);
}

.sk-footer-links a:hover::before {
	color: #60a5fa;
	transform: rotate(45deg) translate(2px, -2px);
}


/* ==========================================================================
   8. CONTACT LIST
   ========================================================================== */

.sk-footer-contact-list {
	display: grid;
	gap: 9px;
}

.sk-footer-contact-list li a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-height: 57px;
	padding: 9px 11px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.04);
	transition:
		border-color var(--sk-footer-transition),
		background var(--sk-footer-transition),
		transform var(--sk-footer-transition),
		box-shadow var(--sk-footer-transition);
}

.sk-footer-contact-list li a:hover {
	border-color: rgba(96, 165, 250, 0.3);
	background: rgba(255, 255, 255, 0.075);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.sk-footer-contact-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(96, 165, 250, 0.2);
	border-radius: 11px;
	color: #93c5fd;
	background:
		linear-gradient(
			145deg,
			rgba(37, 99, 235, 0.18),
			rgba(124, 58, 237, 0.14)
		);
}

.sk-footer-contact-list li a > span:last-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.1;
}

.sk-footer-contact-list small {
	font-size: 8.5px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.sk-footer-contact-list strong {
	margin-top: 5px;
	overflow: hidden;
	font-size: 10.5px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.88);
}


/* ==========================================================================
   9. TRUST STRIP
   ========================================================================== */

.sk-footer-trust {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(
			90deg,
			rgba(37, 99, 235, 0.08),
			rgba(124, 58, 237, 0.06),
			rgba(6, 182, 212, 0.06)
		),
		#091228;
}

.sk-footer-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sk-footer-trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 92px;
	padding: 16px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.sk-footer-trust-item:last-child {
	border-right: 0;
}

.sk-footer-trust-item > span {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	border: 1px solid rgba(96, 165, 250, 0.2);
	border-radius: 13px;
	color: #7dd3fc;
	background:
		linear-gradient(
			145deg,
			rgba(37, 99, 235, 0.17),
			rgba(124, 58, 237, 0.12)
		);
}

.sk-footer-trust-item > div {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.sk-footer-trust-item strong {
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
}

.sk-footer-trust-item small {
	margin-top: 5px;
	font-size: 9px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.48);
}


/* ==========================================================================
   10. BOTTOM FOOTER
   ========================================================================== */

.sk-footer-bottom {
	position: relative;
	z-index: 2;
	padding: 20px 0;
	background: #060d1d;
}

.sk-footer-bottom-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
}

.sk-footer-copyright,
.sk-footer-credit {
	margin: 0;
	font-size: 9.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.45);
}

.sk-footer-credit {
	text-align: right;
}

.sk-footer-legal-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.sk-footer-legal-nav li {
	position: relative;
}

.sk-footer-legal-nav li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -9px;
	width: 3px;
	height: 3px;
	content: "";
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	transform: translateY(-50%);
}

.sk-footer-legal-nav a {
	font-size: 9.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.52);
	transition: color var(--sk-footer-transition);
}

.sk-footer-legal-nav a:hover {
	color: #93c5fd;
}


/* ==========================================================================
   11. LARGE DESKTOP
   ========================================================================== */

@media (max-width: 1260px) {
	.sk-footer-grid {
		grid-template-columns: 1.25fr 0.75fr 0.8fr 1.1fr;
		gap: 34px;
	}

	.sk-footer-cta-card {
		gap: 28px;
		padding: 38px;
	}

	.sk-footer-cta-actions {
		max-width: 420px;
	}
}


/* ==========================================================================
   12. TABLET
   ========================================================================== */

@media (max-width: 980px) {
	.sk-footer-cta-card {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sk-footer-cta-actions {
		justify-content: flex-start;
		max-width: none;
	}

	.sk-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 30px;
	}

	.sk-footer-brand-column {
		grid-column: 1 / -1;
	}

	.sk-footer-contact-column {
		grid-column: auto;
	}

	.sk-footer-description {
		max-width: 650px;
	}

	.sk-footer-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sk-footer-trust-item:nth-child(2) {
		border-right: 0;
	}

	.sk-footer-trust-item:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	}

	.sk-footer-bottom-inner {
		grid-template-columns: 1fr;
		gap: 13px;
		text-align: center;
	}

	.sk-footer-credit {
		text-align: center;
	}
}


/* ==========================================================================
   13. MOBILE
   Two columns stay in one row for footer sections
   ========================================================================== */

@media (max-width: 700px) {
	.sk-footer-container {
		width: min(calc(100% - 20px), var(--sk-footer-container));
	}

	.sk-footer-cta {
		padding-top: 34px;
	}

	.sk-footer-cta-card {
		min-height: auto;
		padding: 26px 20px;
		border-radius: 21px;
		transform: translateY(25px);
	}

	.sk-footer-cta-label {
		min-height: 27px;
		padding-inline: 11px;
		font-size: 8px;
	}

	.sk-footer-cta h2 {
		margin-top: 13px;
		font-size: 25px;
		line-height: 1.12;
	}

	.sk-footer-cta p {
		font-size: 11px;
		line-height: 1.65;
	}

	.sk-footer-cta-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		gap: 8px;
	}

	.sk-footer-cta-button {
		width: 100%;
		min-height: 45px;
		padding: 0 10px;
		font-size: 9px;
		text-align: center;
	}

	.sk-footer-cta-button svg {
		width: 17px;
		height: 17px;
	}

	.sk-footer-main {
		padding: 74px 0 36px;
	}

	.sk-footer-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 18px;
	}

	.sk-footer-brand-column {
		grid-column: 1 / -1;
	}

	.sk-footer-contact-column {
		grid-column: 1 / -1;
	}

	.sk-footer-logo img {
		width: 62px;
		height: 62px;
		flex-basis: 62px;
	}

	.sk-footer-logo strong {
		font-size: 21px;
	}

	.sk-footer-logo small {
		font-size: 7.5px;
		letter-spacing: 0.11em;
	}

	.sk-footer-description {
		margin-top: 16px;
		font-size: 10.5px;
		line-height: 1.7;
	}

	.sk-footer-socials {
		margin-top: 17px;
	}

	.sk-footer-socials a {
		width: 39px;
		height: 39px;
		border-radius: 11px;
	}

	.sk-footer-column h3 {
		margin: 2px 0 16px;
		padding-bottom: 10px;
		font-size: 12px;
	}

	.sk-footer-column h3::after {
		width: 34px;
	}

	.sk-footer-links {
		gap: 10px;
	}

	.sk-footer-links a {
		font-size: 10.5px;
		line-height: 1.35;
	}

	.sk-footer-contact-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.sk-footer-contact-list li a {
		min-height: 64px;
		padding: 8px;
		gap: 8px;
	}

	.sk-footer-contact-icon {
		width: 34px;
		height: 34px;
	}

	.sk-footer-contact-icon svg {
		width: 17px;
		height: 17px;
	}

	.sk-footer-contact-list small {
		font-size: 7.5px;
	}

	.sk-footer-contact-list strong {
		margin-top: 4px;
		font-size: 8.8px;
	}

	.sk-footer-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sk-footer-trust-item {
		justify-content: flex-start;
		min-height: 82px;
		padding: 13px 10px;
		gap: 9px;
	}

	.sk-footer-trust-item > span {
		width: 39px;
		height: 39px;
		flex-basis: 39px;
	}

	.sk-footer-trust-item > span svg {
		width: 20px;
		height: 20px;
	}

	.sk-footer-trust-item strong {
		font-size: 9.5px;
	}

	.sk-footer-trust-item small {
		margin-top: 4px;
		font-size: 7.5px;
		line-height: 1.3;
	}

	.sk-footer-bottom {
		padding: 17px 0;
	}

	.sk-footer-bottom-inner {
		gap: 10px;
	}

	.sk-footer-copyright,
	.sk-footer-credit,
	.sk-footer-legal-nav a {
		font-size: 8.5px;
	}

	.sk-footer-legal-nav ul {
		gap: 7px 13px;
	}
}


/* ==========================================================================
   14. SMALL MOBILE
   Keep two columns without breaking into separate rows
   ========================================================================== */

@media (max-width: 460px) {
	.sk-footer-cta-card {
		padding: 23px 16px;
	}

	.sk-footer-cta h2 {
		font-size: 22px;
	}

	.sk-footer-cta-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sk-footer-cta-button {
		min-height: 43px;
		padding-inline: 8px;
		font-size: 8px;
		gap: 6px;
	}

	.sk-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 25px 12px;
	}

	.sk-footer-brand-column,
	.sk-footer-contact-column {
		grid-column: 1 / -1;
	}

	.sk-footer-contact-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.sk-footer-contact-list li a {
		grid-template-columns: 30px minmax(0, 1fr);
		min-height: 61px;
		padding: 7px;
		gap: 7px;
	}

	.sk-footer-contact-icon {
		width: 30px;
		height: 30px;
		border-radius: 9px;
	}

	.sk-footer-contact-icon svg {
		width: 15px;
		height: 15px;
	}

	.sk-footer-contact-list strong {
		font-size: 8px;
	}

	.sk-footer-contact-list small {
		font-size: 6.8px;
	}

	.sk-footer-trust-item {
		padding-inline: 8px;
	}

	.sk-footer-trust-item > span {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.sk-footer-trust-item strong {
		font-size: 8.7px;
	}

	.sk-footer-trust-item small {
		font-size: 7px;
	}
}


/* ==========================================================================
   15. VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 360px) {
	.sk-footer-container {
		width: min(calc(100% - 14px), var(--sk-footer-container));
	}

	.sk-footer-grid {
		gap: 22px 9px;
	}

	.sk-footer-links a {
		font-size: 9.5px;
	}

	.sk-footer-cta-button {
		font-size: 7.4px;
	}

	.sk-footer-contact-list li a {
		grid-template-columns: 27px minmax(0, 1fr);
		gap: 5px;
		padding: 6px;
	}

	.sk-footer-contact-icon {
		width: 27px;
		height: 27px;
	}

	.sk-footer-contact-list strong {
		font-size: 7.3px;
	}

	.sk-footer-trust-item {
		gap: 6px;
		padding-inline: 6px;
	}

	.sk-footer-trust-item > span {
		width: 33px;
		height: 33px;
		flex-basis: 33px;
	}

	.sk-footer-trust-item strong {
		font-size: 8px;
	}

	.sk-footer-trust-item small {
		font-size: 6.5px;
	}
}


/* ==========================================================================
   16. ACCESSIBILITY
   ========================================================================== */

.sk-footer a:focus-visible {
	outline: 3px solid rgba(96, 165, 250, 0.45);
	outline-offset: 3px;
	border-radius: 8px;
}


/* ==========================================================================
   17. REDUCED MOTION
   ========================================================================== */

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


/* ==========================================================================
   18. ASTRA COMPATIBILITY
   ========================================================================== */

body.sketlix-v2-active footer.site-footer:not(.sk-footer),
body.sketlix-v2-active .site-above-footer-wrap,
body.sketlix-v2-active .site-primary-footer-wrap,
body.sketlix-v2-active .site-below-footer-wrap,
body.sketlix-v2-active .ast-small-footer {
	display: none !important;
}

body.sketlix-v2-active .sk-footer {
	margin: 0;
	max-width: none;
}


/* ==========================================================================
   19. PRINT
   ========================================================================== */

@media print {
	.sk-footer {
		display: none !important;
	}
}


/* ==========================================================================
   FOOTER JAVASCRIPT EFFECTS
   ========================================================================== */

.sk-footer-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.7s ease var(--sk-footer-delay, 0ms),
		transform 0.7s ease var(--sk-footer-delay, 0ms);
}

.sk-footer-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sk-footer a.is-clicked {
	transform: scale(0.96);
}

.sk-footer-cta-card {
	transform:
		translateY(34px)
		translate(
			var(--sk-footer-mouse-x, 0),
			var(--sk-footer-mouse-y, 0)
		);
	transition:
		transform 0.25s ease,
		box-shadow var(--sk-footer-transition);
}

.sk-footer-back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9998;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 14px;
	visibility: hidden;
	opacity: 0;
	color: #ffffff;
	background:
		linear-gradient(
			135deg,
			#2563eb,
			#7c3aed
		);
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.3);
	cursor: pointer;
	transform: translateY(18px);
	transition:
		opacity 0.28s ease,
		visibility 0.28s ease,
		transform 0.28s ease,
		box-shadow 0.28s ease;
}

.sk-footer-back-to-top.is-visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.sk-footer-back-to-top:hover {
	box-shadow: 0 18px 36px rgba(37, 99, 235, 0.42);
	transform: translateY(-3px);
}

@media (max-width: 700px) {
	.sk-footer-cta-card {
		transform:
			translateY(25px)
			translate(
				var(--sk-footer-mouse-x, 0),
				var(--sk-footer-mouse-y, 0)
			);
	}

	.sk-footer-back-to-top {
		right: 14px;
		bottom: 14px;
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sk-footer-reveal {
		opacity: 1;
		transform: none;
	}

	.sk-footer-back-to-top {
		transition: none;
	}
}

/* ==========================================================================
   SKETLIX FOOTER — WHATSAPP REQUEST FORM + COPYRIGHT FINAL OVERRIDES
   Paste-ready final additions for the updated footer.php
   ========================================================================== */

/* Remove the old CTA presentation completely if any cached markup remains */
.sk-footer-cta,
.sk-footer-cta-card,
.sk-footer-cta-content,
.sk-footer-cta-actions {
	display: none !important;
}

/* ==========================================================================
   CUSTOM WHATSAPP REQUEST SECTION
   ========================================================================== */

.sk-footer-request {
	position: relative;
	z-index: 3;
	padding: 44px 0 0;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 12% 10%,
			rgba(37, 99, 235, 0.11),
			transparent 27%
		),
		radial-gradient(
			circle at 88% 18%,
			rgba(124, 58, 237, 0.12),
			transparent 28%
		),
		linear-gradient(
			180deg,
			#eef3ff 0%,
			#f6f8ff 100%
		);
}

.sk-footer-request::before,
.sk-footer-request::after {
	position: absolute;
	content: "";
	pointer-events: none;
	border-radius: 50%;
	filter: blur(70px);
}

.sk-footer-request::before {
	top: -120px;
	left: 3%;
	width: 260px;
	height: 260px;
	background: rgba(37, 99, 235, 0.14);
}

.sk-footer-request::after {
	right: 4%;
	bottom: -150px;
	width: 300px;
	height: 300px;
	background: rgba(124, 58, 237, 0.13);
}

.sk-footer-request-wrap {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
	align-items: stretch;
	gap: 34px;
	width: 100%;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 26px;
	background:
		radial-gradient(
			circle at 8% 12%,
			rgba(34, 211, 238, 0.18),
			transparent 26%
		),
		radial-gradient(
			circle at 92% 0%,
			rgba(255, 255, 255, 0.14),
			transparent 24%
		),
		linear-gradient(
			125deg,
			#0f1c4f 0%,
			#1f4fd1 42%,
			#4f46e5 70%,
			#7c3aed 100%
		);
	box-shadow:
		0 26px 70px rgba(37, 99, 235, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transform: translateY(30px);
	overflow: hidden;
}

.sk-footer-request-wrap::before {
	position: absolute;
	top: -130px;
	right: 10%;
	width: 260px;
	height: 260px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	pointer-events: none;
}

.sk-footer-request-wrap::after {
	position: absolute;
	right: -100px;
	bottom: -150px;
	width: 320px;
	height: 320px;
	content: "";
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.055);
	pointer-events: none;
}

.sk-footer-request-intro,
.sk-footer-whatsapp-form {
	position: relative;
	z-index: 2;
}

.sk-footer-request-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.sk-footer-request-label {
	display: inline-flex;
	align-items: center;
	width: max-content;
	min-height: 30px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.sk-footer-request-intro h2 {
	max-width: 650px;
	margin: 16px 0 10px;
	color: #ffffff;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.sk-footer-request-intro p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.72;
}

.sk-footer-request-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.sk-footer-request-points span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 11px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.07);
	font-size: 9.5px;
	font-weight: 700;
	line-height: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

/* Form shell */

.sk-footer-whatsapp-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	background:
		linear-gradient(
			145deg,
			rgba(7, 16, 53, 0.52),
			rgba(16, 22, 73, 0.35)
		);
	box-shadow:
		0 18px 45px rgba(3, 9, 35, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.sk-footer-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.sk-footer-form-field {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.sk-footer-form-field-wide {
	grid-column: 1 / -1;
}

.sk-footer-form-field label {
	display: block;
	margin: 0 0 7px;
	color: rgba(255, 255, 255, 0.84) !important;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sk-footer-form-field input,
.sk-footer-form-field select,
.sk-footer-form-field textarea {
	width: 100% !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px !important;
	outline: 0 !important;
	color: #ffffff !important;
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.09),
			rgba(255, 255, 255, 0.045)
		) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 8px 18px rgba(0, 0, 0, 0.08) !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	transition:
		border-color var(--sk-footer-transition),
		background var(--sk-footer-transition),
		box-shadow var(--sk-footer-transition),
		transform var(--sk-footer-transition) !important;
}

.sk-footer-form-field input,
.sk-footer-form-field select {
	height: 45px !important;
	padding: 0 13px !important;
}

.sk-footer-form-field textarea {
	min-height: 86px !important;
	padding: 12px 13px !important;
	resize: vertical !important;
	line-height: 1.5 !important;
}

.sk-footer-form-field input::placeholder,
.sk-footer-form-field textarea::placeholder {
	color: rgba(220, 229, 255, 0.5) !important;
	opacity: 1 !important;
}

.sk-footer-form-field select {
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #9ed8ff 50%),
		linear-gradient(135deg, #9ed8ff 50%, transparent 50%),
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.09),
			rgba(255, 255, 255, 0.045)
		) !important;
	background-position:
		calc(100% - 16px) 19px,
		calc(100% - 11px) 19px,
		0 0 !important;
	background-size:
		5px 5px,
		5px 5px,
		100% 100% !important;
	background-repeat: no-repeat !important;
	padding-right: 34px !important;
}

.sk-footer-form-field select option {
	color: #101735 !important;
	background: #ffffff !important;
}

.sk-footer-form-field input:focus,
.sk-footer-form-field select:focus,
.sk-footer-form-field textarea:focus {
	border-color: rgba(99, 226, 255, 0.65) !important;
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.13),
			rgba(255, 255, 255, 0.07)
		) !important;
	box-shadow:
		0 0 0 3px rgba(66, 214, 255, 0.09),
		0 12px 24px rgba(4, 11, 40, 0.14) !important;
	transform: translateY(-1px);
}

.sk-footer-form-field.is-invalid input,
.sk-footer-form-field.is-invalid select,
.sk-footer-form-field.is-invalid textarea {
	border-color: rgba(255, 112, 112, 0.8) !important;
	box-shadow: 0 0 0 3px rgba(255, 84, 84, 0.1) !important;
}

/* WhatsApp submit button */

.sk-footer-whatsapp-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 48px;
	margin-top: 14px;
	padding: 0 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 13px;
	color: #ffffff !important;
	background:
		linear-gradient(
			135deg,
			#1fad57 0%,
			#25d366 55%,
			#16b855 100%
		) !important;
	box-shadow:
		0 12px 26px rgba(37, 211, 102, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	font-family: inherit;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		transform var(--sk-footer-transition),
		box-shadow var(--sk-footer-transition),
		filter var(--sk-footer-transition);
}

.sk-footer-whatsapp-submit::before {
	position: absolute;
	top: -40%;
	left: -80%;
	width: 45%;
	height: 180%;
	content: "";
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.48),
		transparent
	);
	transform: rotate(18deg);
	transition: left 0.7s ease;
}

.sk-footer-whatsapp-submit:hover::before {
	left: 135%;
}

.sk-footer-whatsapp-submit:hover {
	filter: brightness(1.06) saturate(1.05);
	box-shadow:
		0 16px 34px rgba(37, 211, 102, 0.36),
		0 0 24px rgba(37, 211, 102, 0.1);
	transform: translateY(-2px);
}

.sk-footer-whatsapp-submit:active {
	transform: translateY(0) scale(0.99);
}

.sk-footer-whatsapp-submit svg,
.sk-footer-whatsapp-submit span {
	position: relative;
	z-index: 2;
}

.sk-footer-form-status {
	min-height: 18px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 9px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.sk-footer-form-status.is-error {
	color: #ffd0d0;
}

.sk-footer-form-status.is-success {
	color: #c8ffd9;
}

/* Pull main footer upward beneath the floating request card */

.sk-footer-main {
	padding-top: 94px !important;
}

/* ==========================================================================
   COPYRIGHT + POWERED BY
   ========================================================================== */

.sk-footer-bottom {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-height: 62px;
	padding: 18px 0 !important;
	background:
		linear-gradient(
			90deg,
			#050b18,
			#071020,
			#050b18
		) !important;
}

.sk-footer-bottom-inner {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 22px !important;
	width: 100%;
}

.sk-footer-copyright,
.sk-footer-credit {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.62) !important;
	font-size: 10px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
}

.sk-footer-copyright {
	text-align: left !important;
}

.sk-footer-credit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 5px !important;
	text-align: right !important;
	white-space: nowrap;
}

.sk-footer-credit span {
	color: rgba(255, 255, 255, 0.48) !important;
}

.sk-footer-credit a {
	display: inline-flex;
	align-items: center;
	color: #7dd3fc !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	transition:
		color var(--sk-footer-transition),
		text-shadow var(--sk-footer-transition),
		transform var(--sk-footer-transition);
}

.sk-footer-credit a:hover {
	color: #ffffff !important;
	text-shadow: 0 0 16px rgba(87, 216, 255, 0.42);
	transform: translateY(-1px);
}

.sk-footer-legal-nav {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.sk-footer-legal-nav a {
	color: rgba(255, 255, 255, 0.58) !important;
}

.sk-footer-legal-nav a:hover {
	color: #93c5fd !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1100px) {
	.sk-footer-request-wrap {
		grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
		gap: 24px;
		padding: 28px;
	}

	.sk-footer-request-intro h2 {
		font-size: 31px;
	}
}

@media (max-width: 900px) {
	.sk-footer-request {
		padding-top: 34px;
	}

	.sk-footer-request-wrap {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px;
		transform: translateY(24px);
	}

	.sk-footer-request-intro {
		text-align: left;
	}

	.sk-footer-request-intro h2,
	.sk-footer-request-intro p {
		max-width: none;
	}

	.sk-footer-main {
		padding-top: 72px !important;
	}
}

@media (max-width: 700px) {
	.sk-footer-request {
		padding-top: 24px;
	}

	.sk-footer-request-wrap {
		gap: 18px;
		padding: 18px;
		border-radius: 20px;
		transform: translateY(18px);
	}

	.sk-footer-request-label {
		min-height: 27px;
		font-size: 7.5px;
	}

	.sk-footer-request-intro h2 {
		margin-top: 12px;
		font-size: 25px;
		line-height: 1.12;
	}

	.sk-footer-request-intro p {
		font-size: 10.5px;
		line-height: 1.65;
	}

	.sk-footer-request-points {
		gap: 6px;
		margin-top: 14px;
	}

	.sk-footer-request-points span {
		min-height: 28px;
		padding: 0 9px;
		font-size: 8px;
	}

	.sk-footer-whatsapp-form {
		padding: 14px;
		border-radius: 16px;
	}

	.sk-footer-form-grid {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.sk-footer-form-field-wide {
		grid-column: auto;
	}

	.sk-footer-form-field label {
		margin-bottom: 6px;
		font-size: 8px;
	}

	.sk-footer-form-field input,
	.sk-footer-form-field select {
		height: 43px !important;
		font-size: 10px !important;
	}

	.sk-footer-form-field textarea {
		min-height: 82px !important;
		font-size: 10px !important;
	}

	.sk-footer-whatsapp-submit {
		min-height: 45px;
		font-size: 9px;
	}

	.sk-footer-main {
		padding-top: 58px !important;
	}

	.sk-footer-bottom-inner {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		text-align: center !important;
	}

	.sk-footer-copyright,
	.sk-footer-credit {
		text-align: center !important;
	}

	.sk-footer-credit {
		justify-content: center !important;
		white-space: normal;
	}

	.sk-footer-legal-nav ul {
		justify-content: center !important;
	}
}

@media (max-width: 420px) {
	.sk-footer-request-wrap {
		padding: 14px;
		border-radius: 17px;
	}

	.sk-footer-request-intro h2 {
		font-size: 22px;
	}

	.sk-footer-whatsapp-form {
		padding: 12px;
	}

	.sk-footer-whatsapp-submit {
		padding-inline: 10px;
		font-size: 8.5px;
	}
}


/* =========================================================
   SIMPLE PREMIUM FOOTER FORM ONLY
   ========================================================= */

.sk-footer-request,
.sk-footer-request-wrap,
.sk-footer-request-intro,
.sk-footer-request-points {
	display: none !important;
}

.sk-footer-form-section {
	position: relative;
	padding: 38px 0 0;
	background:
		linear-gradient(
			180deg,
			#eef3ff 0%,
			#f7f9ff 100%
		);
}

.sk-footer-form-card {
	width: min(100%, 980px);
	margin: 0 auto;
	padding: 26px;

	border: 1px solid rgba(101, 126, 255, 0.16);
	border-radius: 22px;

	background:
		linear-gradient(
			145deg,
			#09153f 0%,
			#101e5f 58%,
			#161147 100%
		);

	box-shadow:
		0 24px 60px rgba(17, 31, 87, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sk-footer-form-heading {
	margin-bottom: 20px;
	text-align: center;
}

.sk-footer-form-heading > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 27px;
	padding: 0 11px;

	border: 1px solid rgba(93, 220, 255, 0.22);
	border-radius: 999px;

	color: #66e3ff;
	background: rgba(58, 211, 255, 0.07);

	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.sk-footer-form-heading h2 {
	margin: 10px 0 6px;

	color: #ffffff;

	font-size: clamp(25px, 3vw, 36px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.sk-footer-form-heading p {
	margin: 0;

	color: rgba(214, 225, 255, 0.66);

	font-size: 11px;
	line-height: 1.6;
}

.sk-footer-form-card .sk-footer-whatsapp-form {
	padding: 0 !important;

	border: 0 !important;
	border-radius: 0 !important;

	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
}

.sk-footer-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.sk-footer-form-field {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.sk-footer-form-field-wide {
	grid-column: 1 / -1;
}

.sk-footer-form-field label {
	margin: 0 0 7px;

	color: rgba(223, 231, 255, 0.78) !important;

	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sk-footer-form-field input,
.sk-footer-form-field select,
.sk-footer-form-field textarea {
	width: 100% !important;
	margin: 0 !important;

	border: 1px solid rgba(119, 146, 255, 0.22) !important;
	border-radius: 11px !important;

	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.055) !important;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;

	font-family: inherit !important;
	font-size: 10.5px !important;
	font-weight: 500 !important;
}

.sk-footer-form-field input,
.sk-footer-form-field select {
	height: 45px !important;
	padding: 0 13px !important;
}

.sk-footer-form-field textarea {
	min-height: 96px !important;
	padding: 12px 13px !important;

	resize: vertical !important;
	line-height: 1.5 !important;
}

.sk-footer-form-field input::placeholder,
.sk-footer-form-field textarea::placeholder {
	color: rgba(198, 211, 243, 0.47) !important;
}

.sk-footer-form-field select option {
	color: #111936 !important;
	background: #ffffff !important;
}

.sk-footer-form-field input:focus,
.sk-footer-form-field select:focus,
.sk-footer-form-field textarea:focus {
	border-color: rgba(78, 222, 255, 0.62) !important;

	outline: 0 !important;

	box-shadow:
		0 0 0 3px rgba(55, 213, 255, 0.08) !important;
}

.sk-footer-whatsapp-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;

	width: 100% !important;
	min-height: 48px !important;

	margin-top: 14px !important;
	padding: 0 18px !important;

	border: 0 !important;
	border-radius: 12px !important;

	color: #ffffff !important;
	background:
		linear-gradient(
			90deg,
			#1ebd5c,
			#25d366
		) !important;

	box-shadow:
		0 11px 24px rgba(37, 211, 102, 0.22) !important;

	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
}

.sk-footer-whatsapp-submit:hover {
	transform: translateY(-2px) !important;

	box-shadow:
		0 15px 30px rgba(37, 211, 102, 0.3) !important;
}

.sk-footer-form-status {
	min-height: 18px;
	margin: 8px 0 0;

	color: rgba(255, 255, 255, 0.68);

	font-size: 9px;
	text-align: center;
}

.sk-footer-main {
	padding-top: 72px !important;
}

@media (max-width: 700px) {
	.sk-footer-form-section {
		padding-top: 20px;
	}

	.sk-footer-form-card {
		padding: 17px;
		border-radius: 17px;
	}

	.sk-footer-form-heading {
		margin-bottom: 16px;
	}

	.sk-footer-form-heading h2 {
		font-size: 24px;
	}

	.sk-footer-form-heading p {
		font-size: 10px;
	}

	.sk-footer-form-grid {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.sk-footer-form-field-wide {
		grid-column: auto;
	}

	.sk-footer-main {
		padding-top: 45px !important;
	}
}