.network-hero-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 120px 20px 60px;
	background-color: #0a0a0a;
	overflow: hidden;
}

.network-hero-background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.network-hero-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(10, 10, 10, 1) 0%, rgba(10, 10, 10, 0.9) 50%, rgba(10, 10, 10, 0.4) 100%);
	z-index: 10;
}

.network-hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(to right, rgba(128, 128, 128, 0.07) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(128, 128, 128, 0.07) 1px, transparent 1px);
	background-size: 24px 24px;
	z-index: 10;
}

.network-hero-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
}

.network-hero-container {
	max-width: 1380px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 20;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	min-height: calc(100vh - 200px);
}

.network-hero-content {
	max-width: 100%;
}

.network-integration-graph {
	width: 100%;
	height: 500px;
	position: relative;
}

.network-hero-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #ffffff;
}

.network-hero-brand {
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	background-image: linear-gradient(to right, #1dff1a, #22d3ee);
}

.network-hero-partner {
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	background-image: linear-gradient(to right, #1dff1a, #22d3ee);
}

.network-hero-description {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

@media screen and (max-width: 1024px) {
	.network-hero-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media screen and (max-width: 768px) {
	.network-hero-section {
		padding: 140px 15px 40px;
		min-height: 100vh;
	}

	.network-hero-title {
		font-size: 32px;
	}

	.network-hero-description {
		font-size: 16px;
	}

	.network-integration-graph {
		height: 400px;
	}
}

@media screen and (max-width: 480px) {
	.network-hero-title {
		font-size: 28px;
	}

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

.network-strategic-section {
	padding: 80px 20px;
	background: #0f0f0f;
}

.network-strategic-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.network-strategic-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	color: #1dff1a;
}

.network-strategic-intro {
	font-size: 18px;
	margin: 20px 0;
	color: rgba(255, 255, 255, 0.8);
}

.network-strategic-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.network-strategic-list li {
	padding: 10px 0;
	position: relative;
	padding-left: 35px;
	color: rgba(255, 255, 255, 0.9);
}

.network-strategic-list li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #1dff1a;
	font-weight: bold;
	font-size: 20px;
}

.network-globe-container {
	width: 100%;
	height: 400px;
	border-radius: 0;
	overflow: hidden;
	background-color: #0a0a0a;
	border: 1px solid #2a2a2a;
	position: relative;
}

.network-stats-section {
	padding: 60px 0;
	background: #0f0f0f;
}

.network-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.network-stat-item {
	text-align: center;
}

.network-stat-value {
	font-size: 48px;
	font-weight: 700;
	color: #1dff1a;
	margin-bottom: 10px;
}

.network-stat-label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #ffffff;
}

.network-stat-description {
	font-size: 14px;
	color: #9e9e9e;
}

.network-integration-section {
	padding: 80px 20px;
	background: #0a0a0a;
}

.network-integration-header {
	text-align: center;
	margin-bottom: 60px;
}

.network-integration-subtitle {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	color: #1dff1a;
	margin-bottom: 20px;
}

.network-integration-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
}

.network-partner-container {
	max-width: 1000px;
	margin: 0 auto;
}

.network-partner-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 40px;
}

.network-partner-logo {
	cursor: default;
	display: flex;
	align-items: center;
	justify-content: center;
}

.network-partner-logo img {
	max-width: 120px;
	height: auto;
	object-fit: contain;
}

.network-integration-footer {
	text-align: center;
	margin-top: 40px;
}

.network-integration-text {
	font-size: 18px;
	margin-top: 20px;
	color: #9e9e9e;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1080px) {
	.network-strategic-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.network-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.network-partner-grid {
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.network-strategic-section {
		padding: 60px 15px;
	}

	.network-strategic-title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.network-strategic-intro {
		font-size: 16px;
	}

	.network-integration-section {
		padding: 60px 15px;
	}

	.network-integration-title {
		font-size: 28px;
	}

	.network-integration-subtitle {
		font-size: 12px;
	}
}

@media screen and (max-width: 680px) {
	.network-stats-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.network-stat-value {
		font-size: 36px;
	}

	.network-partner-logo img {
		max-width: 100px;
	}
}

@media screen and (max-width: 480px) {
	.network-strategic-section {
		padding: 40px 15px;
	}

	.network-strategic-title {
		font-size: 24px;
	}

	.network-strategic-list li {
		font-size: 14px;
	}

	.network-integration-section {
		padding: 40px 15px;
	}

	.network-integration-title {
		font-size: 24px;
	}

	.network-integration-text {
		font-size: 16px;
	}
}