/* =========================================================
   Nihon Infotech — Modern Home
   Brand: #F46E2E / #f45e33→#f79823 | Navy #050748
   ========================================================= */

.page-template-templates-home-php,
.page-template-home,
.home {
	--nh-orange: #F46E2E;
	--nh-grad: linear-gradient(105deg, #f45e33 0%, #f79823 100%);
	--nh-navy: #050748;
	--nh-text: #5c5c7a;
	--nh-line: rgba(5, 7, 72, 0.1);
	--nh-soft: #fff6ef;
	--nh-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Header on dark hero — readable logo + glass bar */
.nh-home-header:not(.sticky),
body.home .main-header:not(.sticky),
body.page-template-templates-home-php .main-header:not(.sticky),
body.page-template-home .main-header:not(.sticky) {
	background: linear-gradient(180deg, rgba(5, 7, 72, 0.82) 0%, rgba(5, 7, 72, 0.45) 70%, rgba(5, 7, 72, 0) 100%);
	border-bottom: 0;
	box-shadow: none;
}

.nh-home-header:not(.sticky) .mega-white-logo {
	display: none !important;
}

.nh-home-header:not(.sticky) .mega-darks-logo {
	display: inline-block !important;
	filter: brightness(0) invert(1);
}

.nh-home-header:not(.sticky) .custom-nav .nav-list li a.menu-links,
.nh-home-header:not(.sticky) .custom-nav .nav-list li a.menu-links.text-dark {
	color: #fff !important;
}

.nh-home-header.sticky .mega-darks-logo {
	display: inline-block !important;
	filter: none;
}

.nh-home-header.sticky .mega-white-logo {
	display: none !important;
}

body.home .main-header:not(.sticky) .custom-nav .nav-list li a.menu-links,
body.page-template-templates-home-php .main-header:not(.sticky) .custom-nav .nav-list li a.menu-links,
body.page-template-home .main-header:not(.sticky) .custom-nav .nav-list li a.menu-links,
body.home .main-header:not(.sticky) .custom-nav .nav-list li a.menu-links.text-dark,
body.page-template-templates-home-php .main-header:not(.sticky) .custom-nav .nav-list li a.menu-links.text-dark,
body.page-template-home .main-header:not(.sticky) .custom-nav .nav-list li a.menu-links.text-dark {
	color: #fff !important;
}

body.home .main-header:not(.sticky) .hc-nav-trigger span,
body.home .main-header:not(.sticky) .hc-nav-trigger span::before,
body.home .main-header:not(.sticky) .hc-nav-trigger span::after,
body.page-template-templates-home-php .main-header:not(.sticky) .hc-nav-trigger span,
body.page-template-templates-home-php .main-header:not(.sticky) .hc-nav-trigger span::before,
body.page-template-templates-home-php .main-header:not(.sticky) .hc-nav-trigger span::after,
body.page-template-home .main-header:not(.sticky) .hc-nav-trigger span,
body.page-template-home .main-header:not(.sticky) .hc-nav-trigger span::before,
body.page-template-home .main-header:not(.sticky) .hc-nav-trigger span::after {
	background: #fff !important;
}

/* Always show a bright logo on dark hero (works even if white logo ACF is missing) */
body.home .main-header:not(.sticky) .mega-white-logo,
body.page-template-templates-home-php .main-header:not(.sticky) .mega-white-logo,
body.page-template-home .main-header:not(.sticky) .mega-white-logo {
	display: none !important;
}

body.home .main-header:not(.sticky) .mega-darks-logo,
body.page-template-templates-home-php .main-header:not(.sticky) .mega-darks-logo,
body.page-template-home .main-header:not(.sticky) .mega-darks-logo {
	display: inline-block !important;
	filter: brightness(0) invert(1);
}

body.home .main-header.sticky,
body.page-template-templates-home-php .main-header.sticky,
body.page-template-home .main-header.sticky {
	background: #fff !important;
	border-bottom: 1px solid rgb(233, 233, 233);
	box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.08);
}

body.home .main-header.sticky .mega-white-logo,
body.page-template-templates-home-php .main-header.sticky .mega-white-logo,
body.page-template-home .main-header.sticky .mega-white-logo {
	display: none !important;
}

body.home .main-header.sticky .mega-darks-logo,
body.page-template-templates-home-php .main-header.sticky .mega-darks-logo,
body.page-template-home .main-header.sticky .mega-darks-logo {
	display: inline-block !important;
	filter: none;
}

body.home .main-header.sticky .custom-nav .nav-list li a.menu-links,
body.page-template-templates-home-php .main-header.sticky .custom-nav .nav-list li a.menu-links,
body.page-template-home .main-header.sticky .custom-nav .nav-list li a.menu-links {
	color: #050748 !important;
}

/* Shared */
.nh-eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--nh-orange);
}

.nh-section-head {
	max-width: 720px;
	margin-bottom: 48px;
}

.nh-section-head--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nh-section-head h2,
.nh-about__content h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--nh-navy);
	text-transform: none;
}

.nh-section-head p {
	margin: 16px auto 0;
	max-width: 560px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--nh-text);
}

.nh-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 28px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 0.35s var(--nh-ease), box-shadow 0.35s var(--nh-ease), background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.nh-btn--primary {
	color: #fff !important;
	background: var(--nh-grad);
	box-shadow: 0 14px 30px rgba(244, 94, 51, 0.28);
}

.nh-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(244, 94, 51, 0.38);
	color: #fff !important;
}

.nh-btn--ghost {
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.nh-btn--ghost:hover {
	background: #fff;
	color: var(--nh-navy) !important;
	border-color: #fff;
}

.nh-btn__arrow {
	display: inline-block;
	transition: transform 0.3s var(--nh-ease);
}

.nh-btn:hover .nh-btn__arrow {
	transform: translateX(4px);
}

/* ========== HERO ========== */
.nh-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: 0;
	background: #12081a;
}

.nh-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.nh-hero__video,
.nh-hero__fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.nh-hero__fallback {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.nh-hero__video {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.nh-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(105deg, rgba(5, 7, 72, 0.9) 0%, rgba(5, 7, 72, 0.62) 48%, rgba(244, 94, 51, 0.42) 100%),
		linear-gradient(0deg, rgba(5, 7, 72, 0.55) 0%, transparent 40%);
}

.nh-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 90px;
}

.nh-hero__copy {
	max-width: 680px;
	animation: nh-rise 0.9s var(--nh-ease) both;
}

.nh-hero__brand {
	margin: 0 0 20px;
	font-size: clamp(40px, 7vw, 72px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.045em;
	color: #fff;
	text-transform: none;
}

.nh-hero h1 {
	margin: 0;
	max-width: 16ch;
	font-size: clamp(28px, 4.2vw, 46px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: rgba(255, 255, 255, 0.94);
	text-transform: none;
}

.nh-hero__lead {
	margin: 22px 0 0;
	max-width: 520px;
	font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.nh-hero__lead strong {
	color: #fff;
	font-weight: 600;
}

.nh-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.nh-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 2;
	transform: translateX(-50%);
	width: 22px;
	height: 36px;
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
}

.nh-hero__scroll span {
	display: block;
	width: 4px;
	height: 8px;
	margin: 8px auto 0;
	border-radius: 999px;
	background: #fff;
	animation: nh-scroll 1.6s ease-in-out infinite;
}

@keyframes nh-rise {
	from { opacity: 0; transform: translateY(28px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes nh-scroll {
	0%, 100% { opacity: 0.2; transform: translateY(0); }
	50% { opacity: 1; transform: translateY(10px); }
}

/* ========== ABOUT ========== */
.nh-about {
	padding: 110px 0;
	background: #fff;
}

.nh-about__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}

.nh-about__media {
	margin: 0;
	position: relative;
}

.nh-about__media::before {
	content: "";
	position: absolute;
	inset: 18% -8% -8% 18%;
	background: var(--nh-grad);
	border-radius: 28px;
	z-index: 0;
	opacity: 0.9;
}

.nh-about__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	border-radius: 28px;
}

.nh-about__content h2 {
	margin-bottom: 20px;
}

.nh-about__content p {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.75;
	color: var(--nh-text);
}

.nh-about__content p:last-child {
	margin-bottom: 0;
}

/* ========== SERVICES ========== */
.nh-services {
	padding: 100px 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(249, 169, 80, 0.18) 0%, transparent 40%),
		radial-gradient(circle at 90% 80%, rgba(244, 94, 51, 0.1) 0%, transparent 42%),
		#fffaf6;
}

.nh-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.nh-service {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 28px 26px 24px;
	border-radius: 22px;
	text-decoration: none !important;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(5, 7, 72, 0.06);
	box-shadow: 0 10px 28px rgba(5, 7, 72, 0.05);
	overflow: hidden;
	transition: transform 0.4s var(--nh-ease), box-shadow 0.4s var(--nh-ease), border-color 0.35s ease;
}

.nh-service::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	background: linear-gradient(160deg, rgba(244, 94, 51, 0.08) 0%, rgba(247, 152, 35, 0.04) 55%, transparent 100%);
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.nh-service::after {
	content: "";
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(244, 110, 46, 0.08);
	transition: transform 0.45s var(--nh-ease), background 0.35s ease;
}

.nh-service--a { background: linear-gradient(180deg, #fff 0%, #fff7ef 100%); }
.nh-service--b { background: linear-gradient(180deg, #fff 0%, #f3f6ff 100%); }
.nh-service--c { background: linear-gradient(180deg, #fff 0%, #f2fbf4 100%); }
.nh-service--d { background: linear-gradient(180deg, #fff 0%, #eef9ff 100%); }
.nh-service--e { background: linear-gradient(180deg, #fff 0%, #fff4f8 100%); }
.nh-service--f { background: linear-gradient(180deg, #fff 0%, #fff8ef 100%); }

.nh-service:hover {
	transform: translateY(-8px);
	border-color: rgba(244, 110, 46, 0.35);
	box-shadow: 0 24px 50px rgba(244, 94, 51, 0.14);
}

.nh-service:hover::before {
	opacity: 1;
}

.nh-service:hover::after {
	transform: scale(1.35);
	background: rgba(244, 110, 46, 0.14);
}

.nh-service__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(244, 110, 46, 0.18);
	box-shadow: 0 8px 18px rgba(244, 94, 51, 0.1);
	transition: transform 0.4s var(--nh-ease), background 0.35s ease;
}

.nh-service__icon img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.nh-service:hover .nh-service__icon {
	transform: scale(1.06) rotate(-3deg);
	background: var(--nh-grad);
	border-color: transparent;
}

.nh-service:hover .nh-service__icon img {
	filter: brightness(0) invert(1);
}

.nh-service__tag {
	position: relative;
	z-index: 1;
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--nh-orange);
	background: rgba(244, 110, 46, 0.1);
}

.nh-service h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--nh-navy);
	text-transform: none;
}

.nh-service p {
	position: relative;
	z-index: 1;
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--nh-text);
}

.nh-service__go {
	position: relative;
	z-index: 1;
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--nh-navy);
	transition: color 0.3s ease, gap 0.3s var(--nh-ease);
}

.nh-service__go i {
	font-size: 12px;
	transition: transform 0.3s var(--nh-ease);
}

.nh-service:hover .nh-service__go {
	color: var(--nh-orange);
	gap: 12px;
}

.nh-service:hover .nh-service__go i {
	transform: translateX(3px);
}

.nh-services__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 42px;
	padding: 28px 32px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(244, 110, 46, 0.22);
	box-shadow: 0 14px 34px rgba(5, 7, 72, 0.05);
}

.nh-services__cta p {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: var(--nh-navy);
}

.nh-services__cta strong {
	background: var(--nh-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ========== STATS ========== */
.nh-stats {
	padding: 70px 0;
	background: var(--nh-navy);
	color: #fff;
}

.nh-stats__row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.nh-stat {
	text-align: center;
	padding: 10px 6px;
}

.nh-stat__num {
	display: block;
	font-size: clamp(28px, 3.2vw, 40px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	background: var(--nh-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nh-stat__label {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72);
}

/* ========== INDUSTRIES ========== */
.nh-industries {
	padding: 90px 0;
	background:
		radial-gradient(circle at 85% 15%, rgba(249, 169, 80, 0.14) 0%, transparent 40%),
		radial-gradient(circle at 10% 90%, rgba(244, 94, 51, 0.08) 0%, transparent 42%),
		#fffaf6;
	position: relative;
	overflow: hidden;
}

.nh-industries .nh-section-head {
	margin-bottom: 40px;
}

.nh-industries__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.nh-industry {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 150px;
	padding: 22px 12px 18px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(5, 7, 72, 0.06);
	box-shadow: 0 8px 22px rgba(5, 7, 72, 0.04);
	text-align: center;
	transition: transform 0.35s var(--nh-ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.nh-industry:hover {
	transform: translateY(-6px);
	border-color: rgba(244, 110, 46, 0.4);
	box-shadow: 0 18px 36px rgba(244, 94, 51, 0.14);
}

.nh-industry__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: linear-gradient(160deg, #fff7ef 0%, #ffe8d4 100%);
	border: 1px solid rgba(244, 110, 46, 0.18);
	transition: transform 0.35s var(--nh-ease), background 0.35s ease, border-color 0.35s ease;
}

.nh-industry__icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}

.nh-industry:hover .nh-industry__icon {
	transform: scale(1.06);
	background: var(--nh-grad);
	border-color: transparent;
}

.nh-industry:hover .nh-industry__icon img {
	filter: brightness(0) invert(1);
}

.nh-industry__name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--nh-navy);
}

/* ========== BLOGS ========== */
.nh-blogs {
	padding: 100px 0 110px;
	background: var(--nh-soft);
}

.nh-blogs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.nh-blog {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(5, 7, 72, 0.06);
	transition: transform 0.4s var(--nh-ease), box-shadow 0.4s var(--nh-ease);
}

.nh-blog:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 50px rgba(5, 7, 72, 0.1);
}

.nh-blog__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #efe7df;
}

.nh-blog__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.7s var(--nh-ease);
}

.nh-blog:hover .nh-blog__media img {
	transform: scale(1.05);
}

.nh-blog__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px 24px 22px;
}

.nh-blog__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--nh-orange);
}

.nh-blog__meta time {
	color: var(--nh-text);
	font-weight: 600;
}

.nh-blog__body h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-transform: none;
}

.nh-blog__body h3 a {
	color: var(--nh-navy);
	text-decoration: none;
}

.nh-blog__body h3 a:hover {
	color: var(--nh-orange);
}

.nh-blog__body p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--nh-text);
}

.nh-blog__more {
	margin-top: auto;
	font-size: 14px;
	font-weight: 700;
	color: var(--nh-navy);
	text-decoration: none;
	transition: color 0.25s ease;
}

.nh-blog__more:hover {
	color: var(--nh-orange);
}

.nh-blogs__action {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

/* Soften old shared sections under modern home */
.page-template-templates-home-php .portfolio-section-nx,
.page-template-home .portfolio-section-nx,
.home .portfolio-section-nx {
	background: #fff;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
	.nh-stats__row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 28px;
	}
}

@media (max-width: 991px) {
	.nh-hero {
		align-items: center;
		min-height: auto;
	}

	.nh-hero__veil {
		background:
			linear-gradient(180deg, rgba(5, 7, 72, 0.55) 0%, rgba(5, 7, 72, 0.88) 52%, rgba(5, 7, 72, 0.94) 100%),
			linear-gradient(0deg, rgba(244, 94, 51, 0.3) 0%, transparent 50%);
	}

	.nh-hero__inner {
		padding-top: 130px;
		padding-bottom: 80px;
		text-align: center;
	}

	.nh-hero__copy {
		max-width: 100%;
		margin: 0 auto;
	}

	.nh-hero h1 {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	.nh-hero__lead {
		margin-left: auto;
		margin-right: auto;
	}

	.nh-hero__cta {
		justify-content: center;
	}

	.nh-hero__scroll {
		display: none;
	}

	.nh-about,
	.nh-services,
	.nh-industries,
	.nh-blogs {
		padding: 80px 0;
	}

	.nh-about__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.nh-about__media::before {
		inset: 12% -6% -6% 12%;
	}

	.nh-blogs__grid {
		grid-template-columns: 1fr 1fr;
	}

	.nh-industries__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.nh-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.nh-services__grid {
		grid-template-columns: 1fr;
	}

	.nh-service {
		min-height: auto;
		padding: 24px 22px 22px;
	}

	.nh-services__cta {
		padding: 24px 20px;
		text-align: center;
		justify-content: center;
	}

	.nh-services__cta p {
		font-size: 18px;
	}

	.nh-stats__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nh-industries__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.nh-industry {
		min-height: 132px;
		padding: 18px 10px 14px;
	}

	.nh-industry__icon {
		width: 50px;
		height: 50px;
	}

	.nh-blogs__grid {
		grid-template-columns: 1fr;
	}
}

/* ========== TECH STACK ========== */
.nh-tech {
	padding: 90px 0;
	background:
		radial-gradient(ellipse 80% 60% at 10% 0%, rgba(244, 94, 51, 0.28) 0%, transparent 55%),
		radial-gradient(ellipse 70% 50% at 90% 100%, rgba(247, 152, 35, 0.18) 0%, transparent 50%),
		#050748;
	position: relative;
	overflow: hidden;
}

.nh-tech__head {
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
}

.nh-tech__eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f9a950;
}

.nh-tech__head h2 {
	margin: 0;
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
	text-transform: none;
}

.nh-tech__head p {
	margin: 14px auto 0;
	max-width: 620px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.72);
}

.nh-tech__bento {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.nh-tech__card {
	padding: 22px 20px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	transition: transform 0.35s var(--nh-ease), border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.nh-tech__card:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(249, 169, 80, 0.45);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.nh-tech__card h3 {
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.3;
	color: #fff;
	text-transform: none;
}

.nh-tech__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nh-tech__list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: background 0.25s ease, border-color 0.25s ease;
}

.nh-tech__list li:hover {
	background: rgba(249, 169, 80, 0.16);
	border-color: rgba(249, 169, 80, 0.35);
}

.nh-tech__list img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	display: block;
	flex-shrink: 0;
}

.nh-tech__list span {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
}

@media (max-width: 991px) {
	.nh-tech__bento {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.nh-tech {
		padding: 70px 0;
	}

	.nh-tech__bento {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nh-tech__card {
		padding: 18px 16px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nh-hero__video {
		display: none;
	}

	.nh-hero__copy,
	.nh-hero__scroll span,
	.nh-blog,
	.nh-blog__media img,
	.nh-industry,
	.nh-service,
	.nh-btn,
	.nh-tech__card {
		animation: none !important;
		transition: none !important;
	}
}
