    /* Common inner page styles (Web Development, Mobile App, etc.) */
body.nynglobal-inner-page .hero-wrap {
	background: #fff;
	min-height: auto;
	padding-top: 0;
	overflow: visible;
}

body.nynglobal-inner-page .hero-wrap::before,
body.nynglobal-inner-page .hero-wrap::after,
body.nynglobal-inner-page .hero-silhouettes {
	display: none;
}

.inner-page-main {
	background: #fff;
}

.inner-hero {
	position: relative;
	padding: 140px 0 110px;
	text-align: center;
	color: #fff;
	background:
		linear-gradient(rgba(7, 22, 44, 0.82), rgba(7, 22, 44, 0.88)),
		url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.inner-hero h1 {
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 800;
	max-width: 920px;
	margin: 0 auto 22px;
	line-height: 1.25;
}

.inner-hero p,
.inner-hero-description {
	max-width: 780px;
	margin: 0 auto;
	font-size: 1.02rem;
	opacity: 0.95;
}

.inner-hero-description > :last-child {
	margin-bottom: 0;
}

.inner-intro {
	padding: 90px 0;
}

.inner-intro-title {
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 22px;
}

.inner-intro-title .accent-orange {
	color: var(--indo-orange, #ff6f00);
}

.inner-intro-title .accent-blue {
	color: var(--primary-blue, #1a73e8);
}

.inner-intro-content {
	line-height: 1.8;
	color: var(--text-light, #64748b);
}

.inner-intro-content > :last-child {
	margin-bottom: 0;
}

.inner-media,
.inner-media-wrap {
	position: relative;
	padding: 20px;
}

.inner-media img,
.inner-media-wrap img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.inner-about {
	padding: 80px 0;
	background: #fafbfc;
}

.inner-about-title {
	font-size: clamp(1.45rem, 2.8vw, 1.95rem);
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 24px;
}

.inner-about-title span {
	color: var(--primary-blue, #1a73e8);
}

.inner-about-title em {
	color: var(--indo-orange, #ff6f00);
	font-style: normal;
}

.inner-about-content {
	line-height: 1.8;
	color: var(--text-light, #64748b);
}

.inner-about-content > :last-child {
	margin-bottom: 0;
}

.inner-mini-service {
	display: flex;
	gap: 14px;
	margin-bottom: 28px;
}

.inner-mini-service .icon {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(255, 111, 0, 0.12);
	color: var(--indo-orange, #ff6f00);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	overflow: hidden;
}

.inner-mini-service .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.inner-mini-service h3,
.inner-mini-service h4 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--primary-blue, #1a73e8);
	margin-bottom: 6px;
}

.inner-mini-service p {
	font-size: 0.88rem;
	color: var(--text-light, #64748b);
	margin: 0;
	line-height: 1.65;
}

.inner-tech {
	padding: 90px 0;
}

.inner-section-title {
	text-align: center;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	margin-bottom: 12px;
}

.inner-section-title span {
	color: var(--indo-orange, #ff6f00);
}

.inner-section-sub {
	text-align: center;
	max-width: 75%;
	margin: 0 auto 48px;
	color: var(--text-light, #64748b);
	line-height: 1.8;
}

.inner-section-sub > :last-child {
	margin-bottom: 0;
}

.inner-tech-item {
	text-align: center;
	margin-bottom: 28px;
}

.inner-tech-circle {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e8edf3;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
	font-size: 2rem;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	overflow: hidden;
	padding: 16px;
}

.inner-tech-circle img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.inner-tech-item:hover .inner-tech-circle {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(26, 115, 232, 0.15);
}

.inner-tech-item h3,
.inner-tech-item h5 {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0;
	color: var(--text-dark, #1e293b);
}

.inner-process {
	padding: 80px 0 90px;
	background: #fff;
}

.inner-process-step {
	text-align: center;
	padding: 0 12px;
}

.inner-process-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #dbeafe;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	font-size: 2.2rem;
	color: var(--primary-blue, #1a73e8);
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	padding: 18px;
}

.inner-process-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.inner-process-step h3,
.inner-process-step h4 {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--primary-blue, #1a73e8);
	margin-bottom: 10px;
}

.inner-process-step p {
	font-size: 0.88rem;
	color: var(--text-light, #64748b);
	margin: 0;
}

.inner-categories {
	padding: 70px 0 90px;
	background: #f4f7fb;
}

.inner-categories .inner-section-title {
	margin-bottom: 36px;
}

.inner-cat-large {
	border-radius: 6px;
	padding: 42px 24px;
	text-align: center;
	color: #fff;
	min-height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.inner-cat-large:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.inner-cat-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
}

.inner-cat-small .inner-cat-media {
	min-height: 44px;
}

.inner-cat-large .inner-cat-media i,
.inner-cat-small .inner-cat-media i {
	color: #fff !important;
	line-height: 1;
}

.inner-cat-large .inner-cat-media i {
	font-size: 2rem;
}

.inner-cat-small .inner-cat-media i {
	font-size: 1.6rem;
}

.inner-cat-large .inner-cat-media img,
.inner-cat-small .inner-cat-media img {
	display: block;
	object-fit: contain;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.inner-cat-large .inner-cat-media img {
	max-width: 56px;
	max-height: 56px;
}

.inner-cat-small .inner-cat-media img {
	max-width: 44px;
	max-height: 44px;
}

.inner-cat-large h3 {
	font-size: 1.15rem;
	font-weight: 800;
	margin: 0;
	letter-spacing: 0.5px;
}

.inner-cat-large.bg-navy {
	background: #0b1f3a;
}

.inner-cat-small {
	border-radius: 6px;
	padding: 36px 16px;
	text-align: center;
	color: #fff;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.inner-cat-small:hover {
	transform: translateY(-3px);
	filter: brightness(1.05);
}

.inner-cat-small h3,
.inner-cat-small h4 {
	font-size: 0.95rem;
	font-weight: 800;
	margin: 0;
}

.inner-cat-small.bg-sky {
	background: #29b2f0;
}

.inner-cat-small.bg-orange {
	background: var(--indo-orange, #ff6f00);
}

.inner-cat-small.bg-blue {
	background: var(--primary-blue, #1a73e8);
}

.inner-transform {
	padding: 90px 0;
}

.inner-guarantee {
	padding: 80px 0 90px;
	background: #0b1f3a;
	color: #fff;
}

.inner-guarantee .inner-section-title {
	color: #fff;
}

.inner-guarantee .inner-section-sub {
	color: rgba(255, 255, 255, 0.78);
}

.inner-guarantee-item {
	text-align: center;
	padding: 0 10px;
}

.inner-guarantee-media {
	min-height: 56px;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-guarantee-item i {
	font-size: 2rem;
	color: #fff;
	display: block;
}

.inner-guarantee-item img {
	display: block;
	max-width: 56px;
	max-height: 56px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.inner-guarantee-item h3,
.inner-guarantee-item h4 {
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.inner-guarantee-item p {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.inner-logo-placeholder {
	font-size: 0.75rem;
	font-weight: 600;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.inner-clients-circle {
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	background: var(--indo-orange, #ff6f00);
	padding: 12px;
	box-shadow: 0 20px 40px rgba(255, 111, 0, 0.25);
}

.inner-clients-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.inner-page-body {
	padding: 70px 0 90px;
}

.inner-page-featured {
	margin-bottom: 32px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(7, 22, 44, 0.1);
}

.inner-page-featured img {
	width: 100%;
	display: block;
	object-fit: cover;
	max-height: 480px;
}

.inner-page-content {
	color: #334155;
	font-size: 1.05rem;
	line-height: 1.85;
}

.inner-page-content > *:first-child {
	margin-top: 0;
}

.inner-page-content h2,
.inner-page-content h3,
.inner-page-content h4 {
	color: var(--indo-blue-dark, #07162c);
	font-family: inherit;
	font-weight: 700;
	margin-top: 1.75em;
	margin-bottom: 0.6em;
}

.inner-page-content a {
	color: var(--primary-blue, #1a73e8);
}

.inner-page-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.inner-page-content ul,
.inner-page-content ol {
	padding-left: 1.25rem;
	margin-bottom: 1.25rem;
}

.inner-page-content blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	border-left: 4px solid var(--indo-orange, #ff6f00);
	background: #f8fafc;
	border-radius: 0 10px 10px 0;
	color: #475569;
}

.inner-page-edit-link {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid rgba(7, 22, 44, 0.08);
}

.inner-page-body .comments-area {
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid rgba(7, 22, 44, 0.08);
}

.inner-page-body .comment-reply-title,
.inner-page-body .comments-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--indo-blue-dark, #07162c);
	margin-bottom: 20px;
}

.inner-page-body .comment-form input,
.inner-page-body .comment-form textarea {
	border-radius: 10px;
	border-color: rgba(7, 22, 44, 0.12);
}

.inner-page-body .comment-form .submit {
	background: var(--indo-orange, #ff6f00);
	border: 0;
	border-radius: 10px;
	color: #fff;
	padding: 0.65rem 1.4rem;
	font-weight: 600;
}


@media (max-width: 991.98px) {
	.inner-hero {
		padding: 120px 0 80px;
	}

	.inner-intro,
	.inner-about,
	.inner-tech,
	.inner-transform {
		padding: 60px 0;
	}

	.inner-guarantee-item {
		margin-bottom: 28px;
	}
	.inner-page-body {
		padding: 50px 0 60px;
	}
}
