@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.ia-container-70ff80d1 {
	font-family: 'Inter', sans-serif;
	padding: 60px 40px;
	border-radius: 24px;
	background-color: #ffffff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.ia-header-70ff80d1 {
	text-align: center;
	margin-bottom: 50px;
}

.ia-main-title-70ff80d1 {
	font-size: 40px;
	font-weight: 800;
	color: #111827;
	margin: 0 0 16px;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.ia-subtitle-70ff80d1 {
	font-size: 18px;
	color: #4b5563;
	margin: 0;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.ia-grid-70ff80d1 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-bottom: 40px;
}

.ia-card-70ff80d1 {
	background: #ffffff;
	border: 1px solid #f3f4f6;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
}

.ia-card-70ff80d1:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	border-color: transparent;
}

.ia-card-color-line-70ff80d1 {
	height: 4px;
	width: 100%;
	transition: height 0.3s ease;
}

.ia-card-70ff80d1:hover .ia-card-color-line-70ff80d1 {
	height: 6px;
}

.ia-card-content-70ff80d1 {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.ia-card-header-70ff80d1 {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.ia-card-icon-wrapper-70ff80d1 {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.ia-card-70ff80d1:hover .ia-card-icon-wrapper-70ff80d1 {
	transform: scale(1.1) rotate(5deg);
}

.ia-card-icon-70ff80d1 {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ia-card-icon-70ff80d1 svg {
	width: 20px;
	height: 20px;
}

.ia-card-theme-70ff80d1 {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.ia-card-title-70ff80d1 {
	font-size: 20px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 12px;
	line-height: 1.4;
}

.ia-card-desc-70ff80d1 {
	font-size: 15px;
	color: #4b5563;
	line-height: 1.6;
	margin: 0;
	margin-top: auto;
}

.ia-footer-70ff80d1 {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	padding: 32px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	transition: all 0.3s ease;
}

.ia-footer-70ff80d1:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
}

.ia-footer-main-70ff80d1 {
	display: flex;
	align-items: center;
	gap: 24px;
}

.ia-footer-icon-wrapper-70ff80d1 {
	width: 64px;
	height: 64px;
	background: #111827;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 15px -3px rgba(17, 24, 39, 0.2);
}

.ia-footer-icon-70ff80d1 {
	font-size: 28px;
	color: #ffffff;
}
.ia-footer-icon-70ff80d1 svg {
	width: 28px; height: 28px; fill: #ffffff;
}

.ia-footer-title-70ff80d1 {
	font-size: 20px;
	font-weight: 800;
	color: #111827;
	margin: 0 0 8px;
	letter-spacing: -0.01em;
}

.ia-footer-desc-70ff80d1 {
	font-size: 15px;
	color: #6b7280;
	margin: 0;
}

.ia-footer-stats-70ff80d1 {
	display: flex;
	gap: 48px;
}

.ia-stat-70ff80d1 {
	text-align: center;
}

.ia-stat-value-70ff80d1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
}

.ia-stat-label-70ff80d1 {
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

@media (max-width: 768px) {
	.ia-container-70ff80d1 {
		padding: 40px 20px;
	}
	.ia-footer-70ff80d1 {
		padding: 24px;
		justify-content: center;
		text-align: center;
	}
	.ia-footer-main-70ff80d1 {
		flex-direction: column;
		text-align: center;
	}
	.ia-footer-stats-70ff80d1 {
		justify-content: center;
		width: 100%;
	}
}
