.site-footer.mega-footer {
	padding-top: 24px;
	background: #ffffff;
	border-top: 0;
	margin-top: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.mega-footer-top {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px 40px;
	display: grid;
	grid-template-columns: minmax(0, 9fr) minmax(320px, 3fr);
	gap: 36px;
	align-items: start;
}

.mega-footer-links {
	margin-bottom: 0;
	min-width: 0;
}

.mega-footer-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px 28px;
	align-items: start;
}

.footer-link-panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer-panel-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-panel-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	color: #2563eb;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
	flex-shrink: 0;
}

.footer-panel-head h4 {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	color: #1e293b;
}

.footer-link-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.footer-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	text-decoration: none;
	color: #64748b;
	font-size: 0.9rem;
	line-height: 1.45;
	font-weight: 500;
	transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link i {
	opacity: 0;
	font-size: 0.65rem;
	color: #2563eb;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-link:hover {
	color: #2563eb;
}

.footer-link:hover i {
	opacity: 1;
	transform: translateX(2px);
}

.mega-footer-brand {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px 28px;
	min-width: 0;
}

.mega-footer-brand-card {
	max-width: none;
	margin-left: 0;
	width: 100%;
	padding: 32px 32px 28px;
	border: 1px solid #dbeafe;
	border-radius: 2.5rem;
	background: rgba(239, 246, 255, 0.55);
	box-shadow: 0 18px 34px rgba(59, 130, 246, 0.08);
}

.mega-footer-brand-card h2 {
	margin: 0;
	font-size: 3.2rem;
	line-height: 0.92;
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #2563eb;
}

.mega-footer-brand-card h2 span {
	color: #1e3a8a;
}

.brand-divider {
	width: 48px;
	height: 4px;
	margin: 18px 0 24px;
	background: #2563eb;
	border-radius: 999px;
}

.mega-footer-brand-card p {
	margin: 0 0 14px;
	font-size: 0.92rem;
	line-height: 1.72;
	color: #475569;
}

.mega-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 24px;
}

.social-btn {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 0.95rem;
	color: #475569;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.social-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
	color: #2563eb;
	border-color: #bfdbfe;
}

.trust-badge {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid #dbeafe;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.trust-badge-icon {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eff6ff;
	color: #2563eb;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.trust-badge h5 {
	margin: 0 0 4px;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #0f172a;
}

.trust-badge p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 600;
	color: #94a3b8;
}

.mega-footer-bottom {
	background: #0f2a66;
	color: #ffffff;
	padding: 28px 0 30px;
}

.mega-footer-bottom-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mega-footer-copy {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.mega-footer-shield {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1rem;
}

.mega-footer-copy p {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.5;
	opacity: 0.82;
}

.mega-footer-copy span {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0.6;
}

.mega-footer-links-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.72;
}

.mega-footer-links-row a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s ease;
}

.mega-footer-links-row a:hover {
	color: #ffffff;
}

.mega-footer-links-row span {
	opacity: 0.3;
}