* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.6;
	color: #2c3e50;
	background: #fff;
	min-height: 100vh;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Header */
header {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	transition: all 0.3s ease;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}

.logo {
	font-size: 2rem;
	font-weight: 700;
	color: #1a365d;
	text-decoration: none;
	position: relative;
}

.logo-base {
	font-family: 'Inter', sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	color: #1b365d;
	letter-spacing: -0.01em;
}

.cyan-original { color: #00b4d8; }
.cyan-intense { color: #0284c7; }
.logo-white { color: #ffffff !important; }

.logo::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(45deg, #3b82f6, #1e40af);
	border-radius: 2px;
}

.nav-links {
	display: flex;
	gap: 2rem;
	list-style: none;
}

.nav-links a {
	text-decoration: none;
	color: #2c3e50;
	font-weight: 500;
	transition: color 0.3s ease;
	position: relative;
}

.nav-links a:hover {
	color: #3b82f6;
}

.nav-links a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #3b82f6;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.nav-links a:hover::after {
	width: 100%;
}

.cta-button {
	background: linear-gradient(45deg, #3b82f6, #1e40af);
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

/* Hero Section */
.hero {
	background: linear-gradient(135deg, #1e40af 0%, #1e40af 100%);
	color: white;
	padding: 140px 0 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="gradient"><stop offset="0%" style="stop-color:rgba(255,255,255,0.1)"/><stop offset="100%" style="stop-color:rgba(255,255,255,0)"/></radialGradient></defs><circle cx="200" cy="200" r="3" fill="url(%23gradient)"/><circle cx="400" cy="100" r="2" fill="url(%23gradient)"/><circle cx="600" cy="300" r="4" fill="url(%23gradient)"/><circle cx="800" cy="150" r="2" fill="url(%23gradient)"/><circle cx="300" cy="400" r="3" fill="url(%23gradient)"/><circle cx="700" cy="500" r="2" fill="url(%23gradient)"/><circle cx="100" cy="600" r="3" fill="url(%23gradient)"/><circle cx="900" cy="700" r="2" fill="url(%23gradient)"/></svg>');
	opacity: 0.3;
}

.hero-content {
	position: relative;
	z-index: 1;
}

.hero h1 {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.hero .tagline {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 300;
	opacity: 0.9;
	font-style: italic;
}

.hero p {
	font-size: 1.3rem;
	margin-bottom: 2.5rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
	line-height: 1.6;
}

.hero-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}

.hero-stats {
	display: flex;
	justify-content: center;
	gap: 4rem;
	margin-top: 4rem;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;		
}

.hero-video.mobile {
	display: none;
	}
	
.hero-video-iframe {
   -webkit-text-size-adjust: 100%;
	tab-size: 4;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	font-family: TT Commons W01,sans-serif;
	color: #697782;
	--tw-bg-opacity: 1;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: currentColor;
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / .5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.stat {
	text-align: center;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	min-width: 120px;
}

.stat-number {
	font-size: 2.5rem;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5rem;
}

.stat-label {
	font-size: 0.9rem;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Video Section */
.video-section {
	padding: 100px 0;
	background: #f8fafc;
}

.video-container {
	text-align: center;
	margin-bottom: 3rem;
}

.video-container h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #1a365d;
	font-weight: 700;
}

.video-container p {
	font-size: 1.2rem;
	color: #64748b;
	margin-bottom: 3rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 40px;
	margin-bottom: 40px;
	padding: 40px
	height: 0;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
	background: #1a365d;
}

.video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.2rem;
	text-align: center;
	padding: 2rem;
}

.video-placeholder::before {
	content: '\0025B6 ';
	font-size: 4rem;
	margin-bottom: 1rem;
	opacity: 0.7;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 15px;
}

/* Services Section */
.services {
	padding: 100px 0;
	background: #fff;
}

.section-header {
	text-align: center;
	margin-bottom: 4rem;
}

.section-header h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #1a365d;
	font-weight: 700;
}

.section-header p {
	font-size: 1.2rem;
	color: #64748b;
	max-width: 700px;
	margin: 0 auto;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
	margin-top: 4rem;
}

.service-card {
	background: #fff;
	padding: 2.5rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	border: 1px solid #e2e8f0;
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(45deg, #3b82f6, #1e40af);
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(45deg, #3b82f6, #1e40af);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	color: white;
	font-size: 1.8rem;
	box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}
.service-icon::before {
	content: '';
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 3px;
}
.service-icon.architecture::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>') no-repeat center;
	background-size: 20px;
}

.service-icon.pipeline::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><line x1="17" y1="10" x2="3" y2="10"/><polygon points="14,15 21,10 14,5"/><line x1="3" y1="15" x2="3" y2="5"/></svg>') no-repeat center;
	background-size: 20px;
}

.service-icon.analytics::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><line x1="18" y1="20" x2="18" y2="10"/><line x1="12" y1="20" x2="12" y2="4"/><line x1="6" y1="20" x2="6" y2="14"/></svg>') no-repeat center;
	background-size: 20px;
}

.service-icon.security::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><path d="M9 12l2 2 4-4"/><path d="M21 12c-1 0-3-1-3-3s2-3 3-3 3 1 3 3-2 3-3 3"/><path d="M3 12c1 0 3-1 3-3s-2-3-3-3-3 1-3 3 2 3 3 3"/><path d="M12 3c0 1-1 3-3 3s-3-2-3-3 1-3 3-3 3 2 3 3"/><path d="M12 21c0-1 1-3 3-3s3 2 3 3-1 3-3 3-3-2-3-3"/></svg>') no-repeat center;
	background-size: 20px;
}

.service-icon.cloud::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"/></svg>') no-repeat center;
	background-size: 20px;
}

.service-icon.ai::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><polygon points="12,2 15.09,8.26 22,9 17,14.74 18.18,21.02 12,17.77 5.82,21.02 7,14.74 2,9 8.91,8.26 12,2"/></svg>') no-repeat center;
	background-size: 20px;
}

.service-card h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #1a365d;
	font-weight: 600;
}

.service-card p {
	color: #64748b;
	line-height: 1.7;
	font-size: 1rem;
}

/* Solutions Section */
.solutions {
	padding: 100px 0;
	background: #f8fafc;
}

.solutions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	gap: 3rem;
	margin-top: 4rem;
}

.solution-card {
	background: #fff;
	padding: 3rem;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	border-left: 6px solid #3b82f6;
	transition: all 0.3s ease;
}

.solution-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.solution-card h3 {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	color: #1a365d;
	font-weight: 600;
}

.solution-card p {
	color: #64748b;
	margin-bottom: 2rem;
	line-height: 1.7;
	font-size: 1.1rem;
}

.solution-features {
	list-style: none;
}

.solution-features li {
	padding: 0.75rem 0;
	color: #64748b;
	position: relative;
	padding-left: 2rem;
	font-size: 1rem;
}

.solution-features li:before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #10b981;
	font-weight: bold;
	font-size: 1.2rem;
}

/* CTA Section */
.cta-section {
	background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
	color: white;
	padding: 100px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="gradient"><stop offset="0%" style="stop-color:rgba(255,255,255,0.05)"/><stop offset="100%" style="stop-color:rgba(255,255,255,0)"/></radialGradient></defs><circle cx="100" cy="100" r="50" fill="url(%23gradient)"/><circle cx="900" cy="200" r="30" fill="url(%23gradient)"/><circle cx="500" cy="800" r="40" fill="url(%23gradient)"/><circle cx="200" cy="700" r="25" fill="url(%23gradient)"/></svg>');
	opacity: 0.3;
}

.cta-section-content {
	position: relative;
	z-index: 1;
}

.cta-section h2 {
	font-size: 2.8rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.cta-section p {
	font-size: 1.3rem;
	margin-bottom: 2.5rem;
	opacity: 0.9;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.cta-buttons {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-primary {
	background: linear-gradient(45deg, #3b82f6, #1e40af);
	color: white;
	padding: 1.2rem 2.5rem;
	border: none;
	border-radius: 10px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(59, 130, 246, 0.4);
}

.btn-secondary {
	background: transparent;
	color: white;
	padding: 1.2rem 2.5rem;
	border: 2px solid white;
	border-radius: 10px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-secondary:hover {
	background: white;
	color: #1a365d;
	transform: translateY(-3px);
}

/* Footer */
footer {
	background: #1a365d;
	color: white;
	padding: 60px 0 40px;
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 3rem;
	margin-bottom: 3rem;
}

.footer-section h3 {
	margin-bottom: 1.5rem;
	color: #3b82f6;
	font-weight: 600;
	font-size: 1.2rem;
}

.footer-section p, .footer-section a {
	color: #cbd5e1;
	text-decoration: none;
	line-height: 1.8;
	margin-bottom: 0.5rem;
}

.footer-section a:hover {
	color: #3b82f6;
}

.footer-bottom {
	border-top: 1px solid #2c5282;
	padding-top: 2rem;
	text-align: center;
	color: #cbd5e1;
}

.footer-logo {
	font-size: 1.8rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
	.nav-links {
		display: none;
	}

	.hero h1 {
		font-size: 2.5rem;
	}

	.hero-stats {
		flex-direction: column;
		gap: 2rem;
	}

	.cta-buttons, .hero-buttons {
		flex-direction: column;
		align-items: center;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.solutions-grid {
		grid-template-columns: 1fr;
	}
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate-in {
	animation: fadeInUp 0.6s ease-out;
}