.min-footer-9fa0d393 {
	background-color: #0c0e12;
	color: #94a3b8;
	padding: 60px 24px 30px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: -0.01em;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.min-footer-container-9fa0d393 {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.min-footer-brand-9fa0d393 {
	flex: 1 1 300px;
}

.min-footer-logo-9fa0d393 {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
	background: linear-gradient(135deg, #ffffff 0%, #a5b4fc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.min-footer-tagline-9fa0d393 {
	margin: 0;
	font-size: 13px;
	color: #64748b;
	line-height: 1.5;
}

.min-footer-nav-9fa0d393 {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.min-footer-link-9fa0d393 {
	color: #94a3b8;
	text-decoration: none;
	transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 500;
	font-size: 14px;
	position: relative;
	padding: 4px 0;
}

.min-footer-link-9fa0d393::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5px;
	background-color: #818cf8;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.min-footer-link-9fa0d393:hover {
	color: #ffffff;
}

.min-footer-link-9fa0d393:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.min-footer-socials-9fa0d393 {
	display: flex;
	gap: 12px;
	align-items: center;
}

.min-footer-social-icon-9fa0d393 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.03);
	color: #94a3b8;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.min-footer-social-icon-9fa0d393:hover {
	color: #ffffff;
	background-color: rgba(99, 102, 241, 0.1);
	border-color: rgba(99, 102, 241, 0.4);
	transform: translateY(-2px);
}

.min-footer-bottom-9fa0d393 {
	max-width: 1200px;
	margin: 30px auto 0;
	text-align: center;
}

.min-footer-copy-9fa0d393 {
	margin: 0;
	font-size: 12px;
	color: #475569;
	letter-spacing: 0.01em;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 768px) {
	.min-footer-9fa0d393 {
		padding: 48px 20px 24px;
	}

	.min-footer-container-9fa0d393 {
		flex-direction: column;
		text-align: center;
		gap: 36px;
		padding-bottom: 32px;
	}
	
	.min-footer-brand-9fa0d393 {
		flex: unset;
		width: 100%;
	}

	.min-footer-nav-9fa0d393 {
		justify-content: center;
		width: 100%;
		gap: 20px;
	}

	.min-footer-socials-9fa0d393 {
		justify-content: center;
		width: 100%;
	}
}
