:root {
	--bg: #040609;
	--bg-soft: #080b10;
	--card: #0b0f15;
	--card-2: #0e131b;

	--text: #f8fafc;
	--muted: #8994a5;
	--muted-2: #586474;

	--border: rgba(255, 255, 255, 0.075);

	--blue: #4f8cff;
	--blue-light: #7eabff;
	--purple: #805dff;
	--green: #55d99a;

	--container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--bg);
	color: var(--text);
	font-family: "Inter", sans-serif;
}

::selection {
	background: rgba(79, 140, 255, 0.35);
}

a {
	text-decoration: none;
}

.container {
	max-width: var(--container);
}

/* =====================================================
           BACKGROUND
        ===================================================== */

.site-bg {
	position: fixed;
	inset: 0;
	z-index: -20;
	pointer-events: none;
	overflow: hidden;
	background: radial-gradient(circle at 15% 10%, rgba(79, 140, 255, 0.06), transparent 28%), radial-gradient(circle at 85% 65%, rgba(128, 93, 255, 0.055), transparent 30%), var(--bg);
}

.grid {
	position: absolute;
	inset: 0;
	opacity: 0.28;

	background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);

	background-size: 70px 70px;

	mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
}

.glow {
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	filter: blur(110px);
	opacity: 0.09;
	animation: glowMove 15s ease-in-out infinite alternate;
}

.glow-1 {
	top: -350px;
	left: -200px;
	background: var(--blue);
}

.glow-2 {
	right: -350px;
	top: 35%;
	background: var(--purple);
	animation-delay: -5s;
}

@keyframes glowMove {
	from {
		transform: translate(0, 0) scale(1);
	}

	to {
		transform: translate(60px, 40px) scale(1.15);
	}
}

/* =====================================================
           NAVBAR
        ===================================================== */

.navbar {
	padding: 20px 0;
	background: rgba(4, 6, 9, 0.42);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-bottom: 1px solid transparent;
	transition: 0.35s ease;
}

.navbar.scrolled {
	padding: 13px 0;
	background: rgba(4, 6, 9, 0.85);
	border-bottom-color: var(--border);
}

.navbar-brand {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.main-logo {
	display: block;
	width: 145px;
	height: auto;
	max-height: 52px;
	object-fit: contain;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
}

.navbar-brand:hover .main-logo {
	opacity: 0.92;
}

.brand-mark {
	position: relative;
	width: 37px;
	height: 37px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border-radius: 10px;

	background: linear-gradient(135deg, var(--blue), var(--purple));

	font-size: 12px;
	font-weight: 800;

	box-shadow: 0 0 30px rgba(79, 140, 255, 0.16);

	overflow: hidden;
}

.brand-mark::after {
	content: "";
	position: absolute;
	inset: -60%;

	background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.35), transparent 65%);

	transform: translateX(-100%);
	animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
	0%,
	65% {
		transform: translateX(-100%);
	}

	90%,
	100% {
		transform: translateX(100%);
	}
}

.navbar .nav-link {
	margin: 0 8px;
	color: #8d98a8 !important;
	font-size: 12px;
	font-weight: 500;
	transition: 0.25s ease;
}

.navbar .nav-link:hover {
	color: #fff !important;
}

.btn-nav {
	padding: 10px 17px;
	border-radius: 8px;
	background: #fff;
	color: #05070a !important;
	font-size: 12px;
	font-weight: 600;
	transition: 0.25s ease;
}

.btn-nav:hover {
	transform: translateY(-2px);
	background: #e9edf3;
}

/* =====================================================
           HERO
        ===================================================== */

.hero {
	position: relative;
	min-height: 900px;
	display: flex;
	align-items: center;
	padding-top: 90px;
	overflow: hidden;
}

.hero-content {
	position: relative;
	z-index: 5;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 13px;

	border: 1px solid var(--border);
	border-radius: 999px;

	background: rgba(255, 255, 255, 0.025);

	color: #aab4c2;

	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;

	animation: fadeUp 0.8s ease both;
}

.eyebrow-dot {
	position: relative;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--green);

	box-shadow: 0 0 12px rgba(85, 217, 154, 0.7);
}

.eyebrow-dot::after {
	content: "";
	position: absolute;
	inset: -4px;

	border: 1px solid rgba(85, 217, 154, 0.35);
	border-radius: 50%;

	animation: ping 2s ease-out infinite;
}

@keyframes ping {
	0% {
		transform: scale(0.5);
		opacity: 1;
	}

	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}

.hero h1 {
	max-width: 820px;
	margin: 27px 0 24px;

	font-size: clamp(48px, 7vw, 84px);
	line-height: 1.01;
	font-weight: 800;
	letter-spacing: -4.5px;

	animation: fadeUp 0.8s 0.12s ease both;
}

.gradient-text {
	background: linear-gradient(110deg, #fff 15%, #8fb5ff 52%, #a58dff 90%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-description {
	max-width: 630px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.85;

	animation: fadeUp 0.8s 0.24s ease both;
}

.hero-buttons {
	margin-top: 34px;

	animation: fadeUp 0.8s 0.36s ease both;
}

.btn-primary-custom,
.btn-outline-custom {
	display: inline-flex;
	align-items: center;

	padding: 14px 21px;
	border-radius: 8px;

	font-size: 12px;
	font-weight: 600;

	transition: 0.3s ease;
}

.btn-primary-custom {
	position: relative;
	overflow: hidden;

	color: #05070a;
	background: #fff;
}

.btn-primary-custom:hover {
	color: #05070a;
	transform: translateY(-3px);

	box-shadow: 0 15px 45px rgba(255, 255, 255, 0.08);
}

.btn-primary-custom::after {
	content: "";
	position: absolute;

	width: 60px;
	height: 120px;

	top: -40px;
	left: -80px;

	background: rgba(255, 255, 255, 0.7);

	transform: rotate(25deg);
	transition: 0.7s;
}

.btn-primary-custom:hover::after {
	left: 120%;
}

.btn-outline-custom {
	color: #d6dce5;

	border: 1px solid var(--border);
	background: rgba(255, 255, 255, 0.015);
}

.btn-outline-custom:hover {
	color: #fff;

	border-color: rgba(255, 255, 255, 0.18);

	background: rgba(255, 255, 255, 0.04);

	transform: translateY(-3px);
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =====================================================
           HERO NETWORK
        ===================================================== */

.network {
	position: absolute;

	width: 650px;
	height: 650px;

	right: -40px;
	top: 150px;

	opacity: 0.8;
	z-index: 2;

	transition: transform 0.15s ease-out;
}

.network-ring {
	position: absolute;

	border-radius: 50%;
	border: 1px solid rgba(79, 140, 255, 0.13);
}

.network-ring.one {
	inset: 60px;
	animation: rotate 24s linear infinite;
}

.network-ring.two {
	inset: 125px;
	border-color: rgba(128, 93, 255, 0.15);
	animation: rotateReverse 19s linear infinite;
}

.network-ring.three {
	inset: 190px;
	border-color: rgba(255, 255, 255, 0.07);
	animation: rotate 15s linear infinite;
}

.network-ring.four {
	inset: 245px;
	border-style: dashed;
	border-color: rgba(79, 140, 255, 0.12);
	animation: rotateReverse 10s linear infinite;
}

@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rotateReverse {
	to {
		transform: rotate(-360deg);
	}
}

.network-center {
	position: absolute;

	top: 50%;
	left: 50%;

	width: 94px;
	height: 94px;

	transform: translate(-50%, -50%);

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(255, 255, 255, 0.14);

	border-radius: 22px;

	background: rgba(9, 13, 19, 0.92);

	box-shadow:
		0 0 80px rgba(79, 140, 255, 0.15),
		inset 0 0 30px rgba(255, 255, 255, 0.025);

	animation: centerFloat 4s ease-in-out infinite;
}

.network-center i {
	color: var(--blue-light);
	font-size: 31px;
}

@keyframes centerFloat {
	0%,
	100% {
		transform: translate(-50%, -50%) translateY(0);
	}

	50% {
		transform: translate(-50%, -50%) translateY(-8px);
	}
}

.node {
	position: absolute;

	width: 11px;
	height: 11px;

	border-radius: 50%;

	background: var(--blue-light);

	box-shadow:
		0 0 12px rgba(121, 168, 255, 0.8),
		0 0 30px rgba(121, 168, 255, 0.35);
}

.node::after {
	content: "";
	position: absolute;
	inset: -6px;

	border: 1px solid rgba(121, 168, 255, 0.25);

	border-radius: 50%;

	animation: nodePing 2.5s ease-out infinite;
}

.node-1 {
	top: 56px;
	left: 320px;
}

.node-2 {
	top: 135px;
	right: 70px;
	animation-delay: 0.4s;
}

.node-3 {
	right: 92px;
	bottom: 110px;
	animation-delay: 0.8s;
}

.node-4 {
	left: 190px;
	bottom: 65px;
	animation-delay: 1.2s;
}

.node-5 {
	left: 47px;
	top: 265px;
	animation-delay: 1.6s;
}

@keyframes nodePing {
	from {
		transform: scale(0.5);
		opacity: 1;
	}

	to {
		transform: scale(1.8);
		opacity: 0;
	}
}

.connection {
	position: absolute;

	height: 1px;

	transform-origin: left center;

	background: linear-gradient(90deg, rgba(79, 140, 255, 0.03), rgba(79, 140, 255, 0.45), rgba(79, 140, 255, 0.02));

	overflow: hidden;
}

.connection::after {
	content: "";

	position: absolute;

	top: -1px;
	left: -30%;

	width: 30%;
	height: 3px;

	background: #8fb5ff;

	box-shadow: 0 0 12px #8fb5ff;

	animation: dataFlow 3s linear infinite;
}

@keyframes dataFlow {
	from {
		left: -30%;
	}

	to {
		left: 110%;
	}
}

.c1 {
	width: 260px;
	top: 170px;
	left: 305px;
	transform: rotate(-12deg);
}

.c2 {
	width: 250px;
	top: 330px;
	left: 115px;
	transform: rotate(-18deg);
	animation-delay: 0.7s;
}

.c3 {
	width: 250px;
	top: 380px;
	left: 330px;
	transform: rotate(23deg);
	animation-delay: 1.2s;
}

.c4 {
	width: 240px;
	top: 490px;
	left: 245px;
	transform: rotate(-20deg);
	animation-delay: 1.7s;
}

/* =====================================================
           TRUST
        ===================================================== */

.trust-strip {
	padding: 30px 0;

	border-top: 1px solid var(--border);

	border-bottom: 1px solid var(--border);

	background: rgba(255, 255, 255, 0.012);
}

.trust-item {
	color: #566172;

	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.4px;

	text-align: center;
	text-transform: uppercase;
}

.trust-item i {
	margin-right: 8px;
	color: #536071;
}

/* =====================================================
           SECTIONS
        ===================================================== */

section {
	position: relative;
	padding: 120px 0;
}

section#technology {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.section-label {
	margin-bottom: 17px;

	color: #709bff;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.6px;

	text-transform: uppercase;
}

.section-title {
	max-width: 720px;
	margin-bottom: 18px;

	font-size: clamp(32px, 4vw, 49px);

	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -2.4px;
}

.section-description {
	max-width: 620px;
	margin-bottom: 0;

	color: var(--muted);

	font-size: 14px;
	line-height: 1.85;
}

/* =====================================================
           REVEAL
        ===================================================== */

.reveal {
	opacity: 0;

	transform: translateY(35px);

	transition:
		opacity 0.8s ease,
		transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.show {
	opacity: 1;
	transform: translateY(0);
}

.delay-1 {
	transition-delay: 0.08s;
}

.delay-2 {
	transition-delay: 0.16s;
}

.delay-3 {
	transition-delay: 0.24s;
}

/* =====================================================
           ABOUT
        ===================================================== */

.about-card {
	position: relative;

	padding: 40px;

	border: 1px solid var(--border);

	border-radius: 18px;

	background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));

	overflow: hidden;
}

.about-card::before {
	content: "";

	position: absolute;

	width: 300px;
	height: 300px;

	top: -180px;
	right: -120px;

	border-radius: 50%;

	background: var(--blue);

	filter: blur(100px);

	opacity: 0.07;
}

.about-number {
	margin-bottom: 25px;

	color: #536071;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.3px;
}

.about-card h3 {
	max-width: 650px;

	margin-bottom: 20px;

	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -1px;
}

.about-card p {
	max-width: 700px;

	color: var(--muted);

	font-size: 14px;
	line-height: 1.9;
}

.about-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;

	margin-top: 28px;
}

.about-point {
	padding: 9px 13px;

	border: 1px solid var(--border);

	border-radius: 7px;

	background: rgba(255, 255, 255, 0.02);

	color: #8994a5;

	font-size: 10px;
}

/* =====================================================
           SERVICES
        ===================================================== */

.services {
	background: rgba(8, 11, 16, 0.75);

	border-top: 1px solid var(--border);

	border-bottom: 1px solid var(--border);
}

.service-card {
	position: relative;

	height: 100%;
	padding: 31px;

	border: 1px solid var(--border);

	border-radius: 14px;

	background: rgba(11, 15, 21, 0.8);

	overflow: hidden;

	transition:
		transform 0.35s ease,
		border-color 0.35s ease,
		background 0.35s ease;
}

.service-card::before {
	content: "";

	position: absolute;

	width: 160px;
	height: 160px;

	top: -100px;
	right: -100px;

	border-radius: 50%;

	background: var(--blue);

	filter: blur(60px);

	opacity: 0;

	transition: 0.5s ease;
}

.service-card:hover {
	transform: translateY(-7px);

	border-color: rgba(79, 140, 255, 0.25);

	background: rgba(15, 20, 28, 0.95);
}

.service-card:hover::before {
	opacity: 0.13;
}

.service-icon {
	position: relative;

	width: 48px;
	height: 48px;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 27px;

	border: 1px solid var(--border);

	border-radius: 11px;

	background: rgba(255, 255, 255, 0.025);

	color: var(--blue-light);

	font-size: 20px;

	transition: 0.35s ease;
}

.service-card:hover .service-icon {
	transform: translateY(-3px) scale(1.05);

	border-color: rgba(79, 140, 255, 0.25);

	box-shadow: 0 8px 25px rgba(79, 140, 255, 0.08);
}

.service-card h3 {
	margin-bottom: 12px;

	font-size: 18px;
	font-weight: 600;
}

.service-card p {
	margin: 0;

	color: var(--muted);

	font-size: 13px;
	line-height: 1.8;
}

/* =====================================================
           CASE STUDIES
        ===================================================== */

.case-card {
	position: relative;

	min-height: 390px;

	padding: 32px;

	border: 1px solid var(--border);

	border-radius: 16px;

	background: var(--card);

	overflow: hidden;

	transition:
		transform 0.4s ease,
		border-color 0.4s ease;
}

.case-card:hover {
	transform: translateY(-7px);

	border-color: rgba(79, 140, 255, 0.28);
}

.case-visual {
	position: relative;

	height: 170px;

	margin-bottom: 28px;

	border: 1px solid var(--border);

	border-radius: 11px;

	background: linear-gradient(135deg, #0b111a, #080b10);

	overflow: hidden;
}

.case-grid {
	position: absolute;
	inset: 0;

	background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);

	background-size: 28px 28px;
}

.case-glow {
	position: absolute;

	width: 160px;
	height: 160px;

	border-radius: 50%;

	background: var(--blue);

	filter: blur(65px);

	opacity: 0.13;
}

.case-dashboard {
	position: absolute;

	left: 25px;
	right: 25px;
	bottom: 20px;

	height: 90px;

	padding: 15px;

	border: 1px solid rgba(255, 255, 255, 0.08);

	border-radius: 8px;

	background: rgba(8, 12, 18, 0.92);

	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.chart {
	position: relative;

	height: 55px;
}

.chart svg {
	width: 100%;
	height: 100%;
}

.chart path {
	fill: none;
	stroke: var(--blue-light);
	stroke-width: 2;

	stroke-dasharray: 300;
	stroke-dashoffset: 300;

	animation: chartDraw 3s ease forwards infinite alternate;
}

@keyframes chartDraw {
	to {
		stroke-dashoffset: 0;
	}
}

.case-category {
	color: #638ae0;

	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.case-card h3 {
	margin: 10px 0 10px;

	font-size: 20px;
	font-weight: 600;
}

.case-card p {
	margin: 0;

	color: var(--muted);

	font-size: 12px;
	line-height: 1.8;
}

.case-link {
	display: inline-flex;
	align-items: center;

	margin-top: 22px;

	color: #aeb9c8;

	font-size: 11px;
	font-weight: 600;

	transition: 0.25s ease;
}

.case-link i {
	margin-left: 7px;

	transition: 0.25s ease;
}

.case-card:hover .case-link {
	color: #fff;
}

.case-card:hover .case-link i {
	transform: translate(3px, -3px);
}

/* =====================================================
           INTERACTIVE IOT
        ===================================================== */

.iot-section {
	background: rgba(8, 11, 16, 0.8);

	border-top: 1px solid var(--border);

	border-bottom: 1px solid var(--border);
}

.iot-panel {
	position: relative;

	min-height: 500px;

	padding: 35px;

	border: 1px solid var(--border);

	border-radius: 18px;

	background: radial-gradient(circle at 50% 50%, rgba(79, 140, 255, 0.04), transparent 45%), #070a0f;

	overflow: hidden;
}

.iot-grid {
	position: absolute;
	inset: 0;

	opacity: 0.4;

	background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);

	background-size: 45px 45px;
}

.iot-core {
	position: absolute;

	top: 50%;
	left: 50%;

	width: 100px;
	height: 100px;

	transform: translate(-50%, -50%);

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(79, 140, 255, 0.3);

	border-radius: 22px;

	background: rgba(10, 15, 22, 0.95);

	box-shadow: 0 0 80px rgba(79, 140, 255, 0.13);

	z-index: 4;
}

.iot-core i {
	color: var(--blue-light);
	font-size: 32px;
}

.iot-core::after {
	content: "";

	position: absolute;
	inset: -12px;

	border: 1px solid rgba(79, 140, 255, 0.1);

	border-radius: 28px;

	animation: corePulse 3s ease-in-out infinite;
}

@keyframes corePulse {
	0%,
	100% {
		transform: scale(0.95);
		opacity: 0.3;
	}

	50% {
		transform: scale(1.05);
		opacity: 1;
	}
}

.iot-node {
	position: absolute;

	width: 90px;
	height: 90px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	gap: 6px;

	border: 1px solid var(--border);

	border-radius: 15px;

	background: rgba(9, 13, 19, 0.9);

	color: #8793a4;

	z-index: 3;

	transition: 0.3s ease;
}

.iot-node:hover {
	transform: scale(1.06);

	color: #fff;

	border-color: rgba(79, 140, 255, 0.3);

	box-shadow: 0 15px 40px rgba(79, 140, 255, 0.08);
}

.iot-node i {
	color: var(--blue-light);
	font-size: 20px;
}

.iot-node span {
	font-size: 9px;
	font-weight: 600;
}

.iot-node.device {
	left: 10%;
	top: 17%;
}

.iot-node.edge {
	right: 10%;
	top: 17%;
}

.iot-node.cloud {
	left: 10%;
	bottom: 17%;
}

.iot-node.dashboard {
	right: 10%;
	bottom: 17%;
}

.iot-line {
	position: absolute;

	height: 1px;

	background: linear-gradient(90deg, transparent, rgba(79, 140, 255, 0.35), transparent);

	z-index: 1;
}

.iot-line::after {
	content: "";

	position: absolute;

	top: -1px;
	left: -15%;

	width: 15%;
	height: 3px;

	background: var(--blue-light);

	box-shadow: 0 0 12px var(--blue-light);

	animation: packet 2.5s linear infinite;
}

@keyframes packet {
	from {
		left: -15%;
	}

	to {
		left: 115%;
	}
}

.line-a {
	width: 30%;
	top: 33%;
	left: 28%;
	transform: rotate(18deg);
}

.line-b {
	width: 30%;
	top: 33%;
	right: 28%;
	transform: rotate(-18deg);
}

.line-c {
	width: 30%;
	bottom: 33%;
	left: 28%;
	transform: rotate(-18deg);
}

.line-d {
	width: 30%;
	bottom: 33%;
	right: 28%;
	transform: rotate(18deg);
}

/* =====================================================
           TECHNOLOGY
        ===================================================== */

.tech-flow {
	position: relative;

	padding: 30px 20px;

	border: 1px solid var(--border);

	border-radius: 16px;

	background: rgba(4, 6, 9, 0.65);
}

.flow-item {
	position: relative;

	padding: 24px 12px;

	text-align: center;
}

.flow-icon {
	position: relative;

	width: 58px;
	height: 58px;

	margin: 0 auto 15px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid var(--border);

	border-radius: 13px;

	background: #0b1017;

	color: var(--blue-light);

	font-size: 21px;

	transition: 0.3s ease;
}

.flow-icon::after {
	content: "";

	position: absolute;

	inset: -5px;

	border: 1px solid rgba(79, 140, 255, 0.12);

	border-radius: 16px;

	opacity: 0;

	transition: 0.3s;
}

.flow-item:hover .flow-icon {
	transform: translateY(-5px);

	border-color: rgba(79, 140, 255, 0.3);

	box-shadow: 0 12px 30px rgba(79, 140, 255, 0.08);
}

.flow-item:hover .flow-icon::after {
	opacity: 1;
}

.flow-item h5 {
	margin-bottom: 5px;

	font-size: 12px;
	font-weight: 600;
}

.flow-item small {
	color: #626e7e;
	font-size: 10px;
}

.flow-arrow {
	position: absolute;

	top: 51px;
	right: -7px;

	color: #394354;

	animation: arrowPulse 2s ease-in-out infinite;
}

@keyframes arrowPulse {
	0%,
	100% {
		opacity: 0.3;
	}

	50% {
		opacity: 1;
		color: var(--blue-light);
	}
}

.tech-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;

	margin-top: 25px;
}

.tech-tag {
	padding: 8px 12px;

	border: 1px solid var(--border);

	border-radius: 7px;

	background: rgba(255, 255, 255, 0.02);

	color: #8b96a7;

	font-size: 10px;

	transition: 0.25s ease;
}

.tech-tag:hover {
	color: #fff;

	border-color: rgba(79, 140, 255, 0.25);

	background: rgba(79, 140, 255, 0.05);

	transform: translateY(-2px);
}

.tech-statement {
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	align-items: baseline;
	gap: 2rem;
}

.tech-statement-label {
	min-width: 240px;
	margin-bottom: 0.5rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bs-heading-color);
}

.tech-statement p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--muted);
}
/* =====================================================
           STATS
        ===================================================== */

.stats {
	padding: 75px 0;

	border-bottom: 1px solid var(--border);
}

.stat {
	text-align: center;
}

.stat-number {
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
}

.stat-label {
	margin-top: 10px;

	color: var(--muted-2);

	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;

	text-transform: uppercase;
}

/* =====================================================
           PROCESS
        ===================================================== */

.process-card {
	position: relative;

	padding-right: 30px;
}

.process-number {
	margin-bottom: 21px;

	color: #638ae0;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.process-card h4 {
	margin-bottom: 11px;

	font-size: 17px;
	font-weight: 600;
}

.process-card p {
	margin: 0;

	color: var(--muted);

	font-size: 12px;
	line-height: 1.8;
}

.process-line {
	position: absolute;

	top: 5px;
	right: 0;

	width: 1px;
	height: 100px;

	background: linear-gradient(to bottom, rgba(79, 140, 255, 0.3), transparent);
}

/* =====================================================
           CTA
        ===================================================== */

.cta {
	padding-bottom: 140px;
}

.cta-box {
	position: relative;

	padding: 80px 50px;

	border: 1px solid var(--border);

	border-radius: 18px;

	background: radial-gradient(circle at 15% 90%, rgba(128, 93, 255, 0.1), transparent 35%), radial-gradient(circle at 85% 15%, rgba(79, 140, 255, 0.13), transparent 35%), #090d13;

	text-align: center;

	overflow: hidden;
}

.cta-box h2 {
	margin-bottom: 17px;

	font-size: clamp(32px, 5vw, 51px);

	line-height: 1.1;

	font-weight: 700;

	letter-spacing: -2.5px;
}

.cta-box p {
	max-width: 570px;

	margin: 0 auto 30px;

	color: var(--muted);

	font-size: 14px;
	line-height: 1.8;
}

/* =====================================================
           FOOTER
        ===================================================== */

footer {
	padding: 55px 0 28px;

	border-top: 1px solid var(--border);

	background: #020305;
}

.footer-brand {
	margin-bottom: 13px;

	font-size: 15px;
	font-weight: 700;
}

.footer-description {
	max-width: 340px;

	color: #5f6978;

	font-size: 11px;
	line-height: 1.8;
}

.footer-title {
	margin-bottom: 17px;

	color: #d5dbe4;

	font-size: 11px;
	font-weight: 600;
}

.footer-links {
	list-style: none;

	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 9px;
}

.footer-links a {
	color: #5d6877;

	font-size: 11px;

	transition: 0.2s ease;
}

.footer-links a:hover {
	color: #fff;
}

.footer-bottom {
	margin-top: 48px;

	padding-top: 20px;

	border-top: 1px solid var(--border);

	color: #424b59;

	font-size: 10px;
}

/* =====================================================
    RESPONSIVE
===================================================== */

@media (max-width: 991px) {
	.hero {
		min-height: auto;
		padding: 165px 0 100px;
	}

	.network {
		right: -230px;
		opacity: 0.22;
	}

	.navbar-collapse {
		padding: 18px 0 5px;
	}

	.btn-nav {
		display: inline-block;
		margin-top: 8px;
	}

	.flow-arrow {
		display: none;
	}

	.process-line {
		display: none;
	}
}

@media (max-width: 767px) {
	section {
		padding: 85px 0;
	}

	#navbar {
		padding: 14px 0;
		min-height: 68px;

		transition:
			background-color 0.3s ease,
			border-color 0.3s ease,
			box-shadow 0.3s ease;
	}

	#navbar.scrolled {
		padding: 14px 0;
		min-height: 68px;
	}

	#navbar .main-logo {
		width: 120px;
		height: 40px;
		object-fit: contain;

		transition:
			width 0.3s ease,
			height 0.3s ease;
	}

	#navbar.scrolled .main-logo {
		width: 90px;
		height: 32px;
	}

	.hero h1 {
		letter-spacing: -3px;
	}

	.hero-description {
		font-size: 14px;
	}

	.network {
		display: none;
	}

	.trust-item {
		margin: 8px 0;
	}

	.about-card {
		padding: 28px;
	}

	.service-card,
	.case-card {
		padding: 26px;
	}

	.iot-panel {
		min-height: 600px;
	}

	.iot-node {
		width: 78px;
		height: 78px;
	}

	.iot-node.device {
		left: 5%;
	}

	.iot-node.edge {
		right: 5%;
	}

	.iot-node.cloud {
		left: 5%;
	}

	.iot-node.dashboard {
		right: 5%;
	}

	.cta-box {
		padding: 60px 24px;
	}

	.process-card {
		padding: 0 0 30px;
	}

	.stat-number {
		font-size: 34px;
	}

	.tech-statement {
		flex-direction: column;
		gap: 0.5rem;
	}

	.tech-statement-label {
		min-width: 0;
	}
}

/* =====================================================
REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;

		animation-duration: 0.01ms !important;

		animation-iteration-count: 1 !important;

		transition-duration: 0.01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
