.home .entry-title,
.home .et_pb_title_container,
.home .et_post_meta_wrapper {
	display: none !important;
}

body.home {
	background: #020817 !important;
}

body.home #page-container,
body.home #page-container #et-boc,
body.home #page-container #et-boc .et-l,
body.home #main-content,
body.home .et_pb_post,
body.home #page-container #et-boc .et-l .et_pb_section,
body.home #page-container .et_pb_section,
body.home .et_pb_section,
body.home .binary-matrix,
body.home .nc-services,
body.home .nc-cta,
body.home .nc-contact {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

.home #page-container,
.home #main-content {
	position: relative;
	z-index: 2;
}

.nc-page-bg-canvas {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.nc-page-bg-overlay {
	position: fixed;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 55% at 50% 0%, rgba(2, 8, 23, 0.2), transparent 70%),
		radial-gradient(ellipse 70% 50% at 50% 100%, rgba(2, 8, 23, 0.35), transparent 72%),
		linear-gradient(90deg, rgba(2, 8, 23, 0.55) 0%, rgba(2, 8, 23, 0.18) 38%, rgba(2, 8, 23, 0.02) 62%, rgba(2, 8, 23, 0.02) 100%);
}

.binary-matrix {
	position: relative;
	overflow: visible;
	min-height: 100vh;
}

.binary-matrix .et_pb_row,
.home .et_pb_row {
	position: relative;
	z-index: 2;
}

.binary-matrix::after {
	display: none;
}

.nc-kicker,
.nc-kicker h1 {
	font-size: clamp(48px, 8vw, 88px) !important;
	line-height: 1 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase;
	color: #60a5fa !important;
	font-weight: 700 !important;
	margin: 0 0 24px !important;
}

.nc-hero-title h1,
.nc-hero-title {
	color: #ffffff !important;
	font-size: clamp(28px, 4vw, 48px) !important;
	line-height: 1.15 !important;
	font-weight: 600 !important;
	max-width: 780px;
}

.nc-hero-text,
.nc-hero-text p {
	color: #cbd5e1 !important;
	font-size: 20px !important;
	line-height: 1.65 !important;
	max-width: 720px;
}

.binary-matrix .et_pb_button {
	padding: 14px 28px !important;
	border-radius: 6px !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
	box-shadow: 0 10px 30px rgba(37, 99, 235, 0.28);
}

.binary-matrix .et_pb_button:hover {
	transform: translateY(-2px);
	background-color: #1d4ed8 !important;
	box-shadow: 0 14px 36px rgba(37, 99, 235, 0.4);
}

.nc-services .et_pb_text_inner h2,
.nc-services .et_pb_text_inner p,
.nc-contact .et_pb_text_inner h2,
.nc-contact .et_pb_text_inner p {
	color: #e2e8f0 !important;
}

.nc-service-card {
	height: 100%;
	background: rgba(15, 23, 42, 0.72);
	border: 1px solid rgba(96, 165, 250, 0.22);
	border-radius: 16px;
	padding: 8px 8px 4px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 10px 30px rgba(2, 8, 23, 0.35);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.nc-service-card .et_pb_text_inner {
	padding: 12px 8px 8px;
}

.nc-service-card h3 {
	margin: 0 0 12px;
	font-size: 15px !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #60a5fa !important;
}

.nc-service-card p {
	color: #cbd5e1 !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
}

.nc-service-card p strong {
	display: block;
	margin-bottom: 8px;
	color: #f8fafc;
	font-size: 18px;
	font-weight: 650;
}

.nc-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	animation: nc-reveal-fallback 0.01s 1.8s forwards;
}

@keyframes nc-reveal-fallback {
	to {
		opacity: 1;
		transform: none;
	}
}

.nc-reveal.is-visible {
	animation: none;
	opacity: 1;
	transform: none;
}

.nc-service-card:hover {
	transform: translateY(-8px);
	border-color: rgba(96, 165, 250, 0.45);
	box-shadow: 0 18px 40px rgba(37, 99, 235, 0.2);
}

.nc-cta {
	text-align: center;
}

.nc-cta h2,
.nc-cta p,
.nc-cta .et_pb_text_inner {
	color: #e2e8f0 !important;
}

.nc-cta h2 {
	color: #ffffff !important;
	margin-bottom: 16px;
}

.nc-cta strong {
	color: #60a5fa;
}

.nc-contact .et_pb_contact_form_container {
	background: rgba(15, 23, 42, 0.78);
	border: 1px solid rgba(96, 165, 250, 0.22);
	border-radius: 16px;
	padding: 32px 28px 24px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 12px 32px rgba(2, 8, 23, 0.4);
}

.nc-contact .et_pb_contact_field input,
.nc-contact .et_pb_contact_field textarea,
.nc-contact .et_pb_contact_field select {
	border-radius: 8px !important;
	border: 1px solid rgba(148, 163, 184, 0.35) !important;
	background: rgba(2, 8, 23, 0.55) !important;
	color: #f8fafc !important;
}

.nc-contact .et_pb_contact_field input::placeholder,
.nc-contact .et_pb_contact_field textarea::placeholder {
	color: #94a3b8 !important;
}

.nc-contact .et_pb_contact_submit {
	padding: 14px 28px !important;
	border-radius: 6px !important;
}


@media (max-width: 980px) {
	.nc-kicker,
	.nc-kicker h1 {
		font-size: 42px !important;
		letter-spacing: 0.08em !important;
	}

	.nc-hero-title h1,
	.nc-hero-title {
		font-size: 26px !important;
	}

	.nc-hero-text,
	.nc-hero-text p {
		font-size: 17px !important;
	}

	.binary-matrix {
		min-height: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nc-reveal,
	.nc-service-card,
	.binary-matrix .et_pb_button {
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}
