@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter/static/Inter_18pt-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter/static/Inter_18pt-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter/static/Inter_18pt-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter/static/Inter_18pt-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/inter/static/Inter_18pt-Black.ttf') format('truetype');
}

:root {
	--primary-color: #0A0E27;
	--secondary-color: #6366F1;
	--accent-color: #EC4899;
	--accent-secondary: #8B5CF6;
	--text-dark: #1E293B;
	--text-light: #64748B;
	--bg-light: #F8FAFC;
	--gradient-1: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
	--gradient-2: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
	--gradient-3: linear-gradient(135deg, #EC4899 0%, #8B5CF6 100%);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	color: var(--text-dark);
	line-height: 1.6;
	overflow-x: hidden;
}

.navbar-custom {
	background: transparent;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border-bottom: 1px solid transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 1rem 0;
}

.navbar-custom.uk-sticky-fixed {
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.5rem 0;
}

.navbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.nav-logo {
	font-size: 1.5rem;
	font-weight: 700;
	color: white;
	letter-spacing: -0.5px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.navbar-custom.uk-sticky-fixed .nav-logo {
	background: var(--gradient-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nav-links {
	display: flex;
	list-style: none;
	gap: 3rem;
	align-items: center;
}

.nav-links a {
	font-weight: 500;
	color: white;
	transition: all 0.3s ease;
	position: relative;
	text-transform: none;
	font-size: 0.95rem;
	text-decoration: none;
}

.navbar-custom.uk-sticky-fixed .nav-links a {
	color: var(--text-dark);
}

.nav-links a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: var(--gradient-3);
	transition: width 0.3s ease;
}

.nav-links a:hover::after {
	width: 100%;
}

.mobile-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.mobile-toggle svg {
	color: white;
}

.navbar-custom.uk-sticky-fixed .mobile-toggle svg {
	color: var(--text-dark);
}

.uk-offcanvas-bar {
	background: var(--primary-color);
	width: 100%;
	padding: 60px 40px;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
	font-size: 2.5rem;
	font-weight: 700;
	color: white;
	padding: 20px 0;
	letter-spacing: -1px;
	transition: all 0.3s ease;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover {
	background: var(--gradient-3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding-left: 20px;
}

.uk-offcanvas-close {
	color: white;
	top: 30px;
	right: 30px;
}

.hero-section {
	background: var(--primary-color);
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 40% 20%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
}

.hero-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
}

.hero-content {
	position: relative;
	z-index: 2;
	color: white;
}

.hero-title {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	letter-spacing: -2px;
	color: white;
}

.hero-subtitle {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 2.5rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}

.cta-button {
	background: var(--gradient-3);
	color: white;
	padding: 1.1rem 3rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
	text-decoration: none;
}

.cta-button:hover {
	transform: translateY(-2px);
	color: white;
	opacity: 0.9;
	text-decoration: none;
}

.section-padding {
	padding: 120px 0;
}

.section-title {
	font-size: 3rem;
	font-weight: 300;
	color: var(--text-dark);
	margin-bottom: 1rem;
	letter-spacing: -1.5px;
	line-height: 1.2;
}

.section-subtitle {
	font-size: 1.25rem;
	color: var(--text-light);
	margin-bottom: 4rem;
	font-weight: 400;
}

.feature-card {
	background: white;
	padding: 3rem;
	border-radius: 24px;
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #E2E8F0;
}

.feature-card:hover {
	transform: translateY(-5px);
	border-color: var(--secondary-color);
}

.feature-icon {
	width: 64px;
	height: 64px;
	background: var(--gradient-2);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.feature-icon svg {
	width: 32px;
	height: 32px;
	color: white;
}

.feature-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--text-dark);
	margin-bottom: 1rem;
	letter-spacing: -0.5px;
}

.feature-description {
	color: var(--text-light);
	line-height: 1.7;
	font-size: 1rem;
}

.about-section {
	background: var(--bg-light);
}

.about-image {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.about-image::before {
	content: '';
	position: absolute;
	top: 20px;
	left: -15px;
	width: 100%;
	height: 100%;
	background: #A8D6CD;
	border-radius: 24px;
	z-index: 0;
}

.about-image img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 24px;
}



.stats-section {
	background: var(--primary-color);
	color: white;
	position: relative;
	overflow: hidden;
}

.stats-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 70% 50%, rgba(236, 72, 153, 0.1) 0%, transparent 50%);
}

.stat-item {
	text-align: center;
	position: relative;
	z-index: 1;
}

.stat-number {
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
	background: var(--gradient-3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: -2px;
}

.stat-label {
	font-size: 1.1rem;
	opacity: 0.85;
	font-weight: 400;
}

.testimonial-card {
	background: white;
	padding: 3rem;
	border-radius: 24px;
	height: 100%;
	border: 1px solid #E2E8F0;
	transition: all 0.3s ease;
}

.testimonial-card:hover {
	border-color: var(--secondary-color);
}

.testimonial-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: var(--text-dark);
	margin-bottom: 2rem;
	font-weight: 400;
}

.testimonial-author {
	font-weight: 700;
	color: var(--text-dark);
	margin-bottom: 0.25rem;
	font-size: 1rem;
}

.testimonial-role {
	color: var(--text-light);
	font-size: 0.9rem;
}

.cta-section {
	background: var(--primary-color);
	color: white;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(236, 72, 153, 0.15) 0%, transparent 50%);
}

.cta-section .section-title {
	color: white;
	position: relative;
	z-index: 1;
}

.cta-section .section-subtitle {
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 1;
}

footer {
	background: #020617;
	color: rgba(255, 255, 255, 0.7);
	padding: 4rem 0 2rem;
}

footer a:hover{
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

.footer-logo {
	font-size: 1.3rem;
	font-weight: 700;
	background: var(--gradient-2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 1rem;
}

.social-links a {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.75rem;
	transition: all 0.3s ease;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links a:hover {
	background: var(--gradient-2);
	transform: translateY(-2px);
	border-color: transparent;
}

.process-step {
	text-align: center;
	position: relative;
}

.process-number {
	width: 72px;
	height: 72px;
	background: var(--gradient-2);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	font-size: 1.75rem;
	font-weight: 800;
	color: white;
}

.process-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--text-dark);
	margin-bottom: 0.75rem;
	letter-spacing: -0.5px;
}

.process-description {
	color: var(--text-light);
	line-height: 1.6;
}

.uk-border-rounded-xl {
	border-radius: 1.5rem;
}

@media (max-width: 960px) {
	.nav-links {
		display: none;
	}

	.mobile-toggle {
		display: block;
	}

	.navbar-container {
		padding: 0 20px;
	}

	.hero-title {
		font-size: 3rem;
	}

	.hero-subtitle {
		font-size: 1.2rem;
	}

	.section-title {
		font-size: 2.25rem;
	}

	.stat-number {
		font-size: 3rem;
	}

	.section-padding {
		padding: 80px 0;
	}

	.uk-offcanvas-bar .uk-nav-default > li > a {
		font-size: 2rem;
	}
}

@media (max-width: 640px) {
	.hero-title {
		font-size: 2.25rem;
	}

	.hero-subtitle {
		font-size: 1.1rem;
	}

	.cta-button {
		padding: 1rem 2rem;
		font-size: 0.95rem;
	}

	.section-title {
		font-size: 1.875rem;
	}

	.section-padding {
		padding: 60px 0;
	}

	.uk-offcanvas-bar .uk-nav-default > li > a {
		font-size: 1.75rem;
		padding: 15px 0;
	}

	.uk-offcanvas-bar {
		padding: 40px 30px;
	}
}