.aprotech-orbia-site {
	background: #ffffff;
	color: #263238;
}

:root {
	--primary-color: #2a30ff;
	--secondary-color: #5b74ff;
	--heading-color: #141414;
	--primary-black-color: #141414;
	--text-color: #263238;
	--border-color: rgba(38, 50, 56, 0.16);
}

.theme-btn.gradient-btn {
	background-image: linear-gradient(266deg, #2a30ff -1.18%, #5b74ff 96.14%);
}

.theme-btn.gradient-btn-two:after {
	background: linear-gradient(264deg, #2a30ff -31.73%, #5b74ff 120.95%);
}

html[lang='ko'] {
	--heading-font: "SUIT Variable", sans-serif;
	--body-font: "SUIT Variable", sans-serif;
}

html[lang='ko'] body {
	letter-spacing: -0.015em;
	word-break: keep-all;
}

html[lang='ko'] h1,
html[lang='ko'] h2,
html[lang='ko'] h3,
html[lang='ko'] h4,
html[lang='ko'] h5,
html[lang='ko'] h6,
html[lang='ko'] button,
html[lang='ko'] input,
html[lang='ko'] textarea,
html[lang='ko'] select {
	font-family: "SUIT Variable", sans-serif;
}

.preloader.aprotech-preloader-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.home-one .aprotech-home-logo {
	display: inline-flex;
	align-items: center;
}

.home-one .aprotech-home-logo img {
	display: block;
	width: auto;
	object-fit: contain;
}

.home-one .aprotech-home-logo--header {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
}

.home-one .aprotech-home-logo--header img {
	height: 44px;
	max-width: 264px;
	filter: drop-shadow(0 10px 20px rgba(7, 10, 28, 0.18));
}

.home-one .aprotech-home-logo--mobile img {
	height: 36px;
	max-width: 220px;
}

.home-one .header-navigation.sticky .aprotech-home-logo--header {
	padding: 0;
	border-color: transparent;
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
}

.home-one .header-navigation.sticky .aprotech-home-logo--header img {
	height: 40px;
	max-width: 240px;
}

.home-one .header-one .header-navigation.sticky {
	background: rgba(20, 20, 20, 0.96);
	box-shadow: 0 12px 32px rgba(12, 16, 40, 0.24);
}

.home-one .header-one .header-navigation.sticky .theme-nav-menu .main-menu ul li > a,
.home-one .header-one .header-navigation.sticky .theme-nav-menu .main-menu ul li > a.aprotech-active-link {
	color: rgba(255, 255, 255, 0.96);
}

.home-one .header-one .header-navigation.sticky .theme-nav-menu .main-menu ul li > a:hover {
	color: #7e90ff;
}

body.home-one .header-navigation .navbar-toggler {
	border: 1px solid rgba(255, 255, 255, 0.98) !important;
	border-radius: 14px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%) !important;
	background-color: #ffffff !important;
	box-shadow: 0 14px 28px rgba(8, 18, 35, 0.18) !important;
	opacity: 1 !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.home-one .header-navigation .navbar-toggler span {
	background-color: #141414 !important;
	opacity: 1 !important;
}

body.home-one .header-navigation .navbar-toggler:hover {
	border-color: #ffffff !important;
	background: linear-gradient(180deg, #ffffff 0%, #eef3ff 100%) !important;
	background-color: #ffffff !important;
	box-shadow: 0 18px 34px rgba(42, 48, 255, 0.18) !important;
	transform: translateY(-1px);
}

.home-one .header-navigation .site-branding {
	flex: 0 0 260px;
	max-width: 260px;
}

.home-one .aprotech-home-footer-logo {
	margin-bottom: 26px;
}

.home-one .aprotech-home-logo--footer img {
	height: 78px;
	max-width: 210px;
	filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.2));
}

.home-one .aprotech-home-lang-switch {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
}

.home-one .aprotech-home-lang-switch button {
	border: 0;
	padding: 9px 14px;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.home-one .aprotech-home-lang-switch button.is-active {
	background: linear-gradient(135deg, #2a30ff, #5b74ff);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(42, 48, 255, 0.28);
}

.home-one .header-navigation.sticky .aprotech-home-lang-switch {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
}

.home-one .header-navigation.sticky .aprotech-home-lang-switch button {
	color: rgba(255, 255, 255, 0.74);
}

.home-one .header-navigation.sticky .aprotech-home-lang-switch button.is-active {
	color: #ffffff;
}

.home-one .header-navigation .main-menu ul > li.aprotech-menu-contact {
	display: block;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.home-one .header-navigation .main-menu ul > li.aprotech-menu-contact {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.home-one .header-navigation .theme-nav-menu {
		position: static;
		left: auto;
		width: auto;
		height: auto;
		padding: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
		visibility: visible;
		opacity: 1;
		z-index: auto;
		text-align: center;
	}

	.home-one .header-navigation .theme-nav-menu .theme-menu-top,
	.home-one .header-navigation .theme-nav-menu .theme-menu-bottom,
	.home-one .header-navigation .theme-nav-button,
	.home-one .header-navigation .navbar-toggler,
	.home-one .header-navigation .nav-button {
		display: none !important;
	}

	.home-one .header-navigation .theme-nav-menu .main-menu {
		margin-top: 0;
	}

	.home-one .header-navigation .theme-nav-menu .main-menu ul li {
		display: inline-block;
		margin: 0 10px;
		border-bottom: 0;
	}

	.home-one .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
		border-bottom: 0;
	}

	.home-one .header-navigation .theme-nav-menu .main-menu ul li a {
		padding: 0;
		font-size: 17px;
		border-bottom: 0;
		color: var(--white-color);
	}

	.home-one .header-navigation .theme-nav-menu .main-menu ul li a:after {
		display: block;
	}

	.home-one .header-navigation .main-menu ul > li.aprotech-menu-contact {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.home-one .header-navigation .main-menu ul > li.aprotech-menu-contact {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	.home-one .theme-menu-bottom .aprotech-home-lang-switch {
		margin-top: 4px;
	}

	body.home-one .header-navigation .theme-nav-menu .theme-menu-bottom {
		margin-top: 28px;
	}

	body.home-one .header-navigation .theme-nav-menu .theme-menu-bottom .aprotech-home-lang-switch {
		border-color: rgba(42, 48, 255, 0.14);
		background: #f4f7ff;
		box-shadow: 0 16px 30px rgba(8, 18, 35, 0.08);
	}

	body.home-one .header-navigation .theme-nav-menu .theme-menu-bottom .aprotech-home-lang-switch button {
		min-width: 52px;
		color: rgba(8, 18, 35, 0.68);
	}

	body.home-one .header-navigation .theme-nav-menu .theme-menu-bottom .aprotech-home-lang-switch button:not(.is-active):hover {
		color: #2a30ff;
		background: rgba(42, 48, 255, 0.08);
	}

	body.home-one .header-navigation .theme-nav-menu .theme-menu-bottom .aprotech-home-lang-switch button.is-active {
		color: #ffffff;
	}

	body.home-one .header-navigation .theme-nav-menu .navbar-close {
		width: 44px;
		height: 44px;
		border-radius: 14px;
		border-color: rgba(42, 48, 255, 0.12);
		background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
		box-shadow: 0 14px 28px rgba(8, 18, 35, 0.12);
		color: #141414;
		transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease,
			background 0.2s ease;
	}

	body.home-one .header-navigation .theme-nav-menu .navbar-close:hover {
		background: linear-gradient(180deg, #2a30ff 0%, #5b74ff 100%);
		box-shadow: 0 18px 34px rgba(42, 48, 255, 0.24);
		color: #ffffff;
		transform: translateY(-1px);
	}
}

.aprotech-orbia-site .header-navigation .primary-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.aprotech-brand-logo img {
	max-height: 38px;
	width: auto;
}

.aprotech-brand-logo .logo-main,
.aprotech-brand-logo .is-mobile {
	display: none;
}

.header-navigation.sticky .aprotech-brand-logo .logo-white,
.aprotech-inner-page .aprotech-brand-logo .logo-white {
	display: none;
}

.header-navigation.sticky .aprotech-brand-logo .logo-main,
.aprotech-inner-page .aprotech-brand-logo .logo-main,
.aprotech-brand-logo .is-mobile {
	display: inline-flex;
}

.header-navigation.sticky .aprotech-brand-logo .logo-main,
.aprotech-inner-page .aprotech-brand-logo .logo-main {
	max-height: 40px;
}

.aprotech-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.aprotech-lang-switch {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(10, 14, 20, 0.36);
}

.aprotech-lang-switch button {
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.aprotech-lang-switch button.is-active {
	color: #ffffff;
}

.header-navigation.sticky .aprotech-lang-switch,
.aprotech-inner-page .aprotech-lang-switch {
	border-color: rgba(8, 18, 35, 0.16);
	background: rgba(255, 255, 255, 0.86);
}

.header-navigation.sticky .aprotech-lang-switch button,
.aprotech-inner-page .aprotech-lang-switch button {
	color: rgba(8, 18, 35, 0.58);
}

.header-navigation.sticky .aprotech-lang-switch button.is-active,
.aprotech-inner-page .aprotech-lang-switch button.is-active {
	color: #081223;
}

.theme-nav-menu .main-menu ul li > a.aprotech-active-link,
.theme-nav-menu .main-menu ul li > a:hover {
	color: #ffffff;
}

.header-navigation.sticky .theme-nav-menu .main-menu ul li > a.aprotech-active-link,
.header-navigation.sticky .theme-nav-menu .main-menu ul li > a,
.aprotech-inner-page .theme-nav-menu .main-menu ul li > a.aprotech-active-link,
.aprotech-inner-page .theme-nav-menu .main-menu ul li > a {
	color: #081223;
}

.header-navigation.sticky .theme-nav-menu .main-menu ul li > a:hover,
.aprotech-inner-page .theme-nav-menu .main-menu ul li > a:hover {
	color: #2d7cff;
}

.header-navigation.sticky,
.aprotech-inner-page .header-navigation {
	background: #ffffff;
}

.header-navigation.sticky {
	box-shadow: 0 10px 30px rgba(8, 18, 35, 0.08);
}

.theme-menu-top {
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.theme-menu-bottom .aprotech-lang-switch {
	display: inline-flex;
}

.aprotech-site-header .theme-nav-menu .main-menu ul li {
	margin-right: 34px;
}

.aprotech-site-header .nav-right-item {
	gap: 16px;
}

.aprotech-page-hero-breadcrumb {
	display: inline-flex;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
}

.aprotech-page-hero-breadcrumb li {
	color: rgba(255, 255, 255, 0.78);
}

.aprotech-page-hero-breadcrumb a {
	color: #ffffff;
}

.aprotech-overview-grid {
	display: grid;
	gap: 28px;
}

.aprotech-overview-grid .section-title {
	max-width: 760px;
}

.aprotech-overview-layer {
	position: relative;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.aprotech-overview-layer::after {
	content: '';
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	width: 1px;
	height: 18px;
	background: linear-gradient(180deg, rgba(67, 126, 255, 0.75), rgba(67, 126, 255, 0));
	transform: translateX(-50%);
}

.aprotech-overview-layer:last-child::after {
	display: none;
}

.aprotech-overview-layer h3 {
	margin-bottom: 18px;
}

.aprotech-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.aprotech-chip {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(67, 126, 255, 0.12);
	border: 1px solid rgba(67, 126, 255, 0.24);
	color: #f5f8fc;
	font-weight: 600;
}

.aprotech-methodology-card,
.aprotech-robot-card,
.aprotech-contact-visual,
.aprotech-sidebar-block {
	border-radius: 24px;
	border: 1px solid rgba(8, 18, 35, 0.08);
	background: #ffffff;
	padding: 28px;
	box-shadow: 0 24px 60px rgba(8, 18, 35, 0.08);
}

.aprotech-robot-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.aprotech-robot-card {
	padding: 22px 18px;
	text-align: center;
}

.aprotech-robot-card .label {
	display: block;
	margin-top: 10px;
	color: #5f6773;
	font-size: 14px;
}

.aprotech-methodology-card h4,
.aprotech-robot-card h4,
.aprotech-sidebar-block h4 {
	margin-bottom: 12px;
}

.aprotech-sidebar-nav {
	display: grid;
	gap: 12px;
}

.aprotech-sidebar-nav a {
	display: block;
	padding: 12px 16px;
	border-radius: 14px;
	background: #f4f6fa;
	color: #081223;
	font-weight: 600;
}

.aprotech-sidebar-nav a.aprotech-active-link {
	background: linear-gradient(90deg, #3b63ff, #62a0ff);
	color: #ffffff;
}

.aprotech-form-note {
	font-size: 14px;
	color: #637086;
}

.aprotech-form-success {
	margin-top: 18px;
	padding: 14px 18px;
	border-radius: 14px;
	background: rgba(67, 126, 255, 0.12);
	color: #2a3f6e;
}

.aprotech-contact-visual {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(135deg, rgba(67, 126, 255, 0.12), rgba(3, 172, 226, 0.08));
}

.aprotech-flow-card,
.aprotech-proof-card {
	height: 100%;
	padding: 30px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(8, 18, 35, 0.08);
}

.aprotech-flow-card {
	border: 1px solid rgba(8, 18, 35, 0.08);
}

.aprotech-proof-card {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.06);
	color: #f3f6fb;
}

.aprotech-proof-card p,
.aprotech-proof-card li,
.aprotech-proof-card h4 {
	color: inherit;
}

.aprotech-link-list,
.aprotech-plain-list {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.aprotech-plain-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.aprotech-plain-list li i {
	margin-top: 5px;
	color: #4b80ff;
}

.aprotech-link-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border-radius: 18px;
	background: #f4f6fa;
	color: #081223;
	font-weight: 600;
}

.aprotech-link-list a:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #3b63ff, #62a0ff);
}

.aprotech-detail-image-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.aprotech-footer-cta {
	margin-bottom: 44px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.04);
}

.aprotech-footer-cta p {
	max-width: 640px;
}

.aprotech-footer-cta .sub-title {
	color: rgba(255, 255, 255, 0.72);
}

.aprotech-brand-logo img,
.aprotech-home-logo--footer img {
	max-width: 210px;
	height: auto;
}

.footer-contact-info-widget .widget-content .aprotech-footer-widget__group + .aprotech-footer-widget__group {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.aprotech-footer-widget__label {
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.footer-contact-info-widget .widget-content .aprotech-footer-widget__group p {
	margin: 0;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.7;
}

.footer-contact-info-widget .widget-content .aprotech-footer-widget__group p a {
	color: #ffffff;
}

.aprotech-footer-email-list {
	display: grid;
	gap: 12px;
}

.aprotech-footer-email-list p {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: baseline;
}

.aprotech-footer-email-list p span {
	min-width: 88px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.footer-contact-info-widget .widget-content .aprotech-footer-widget__group p {
		font-size: 16px;
	}

	.aprotech-footer-email-list p span {
		min-width: 72px;
	}
}

.aprotech-home-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.aprotech-home-chip-list span {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.aprotech-theme-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #5f6773;
}

.aprotech-theme-note i {
	color: #3b63ff;
}

.aprotech-strategy-sec {
	position: relative;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	overflow: hidden;
}

.aprotech-strategy-sec::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -140px;
	width: 620px;
	height: 320px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(91, 116, 255, 0.1), transparent 72%);
	pointer-events: none;
}

.aprotech-strategy-sec .container {
	position: relative;
	z-index: 1;
}

.aprotech-strategy-sec__header {
	max-width: 760px;
}

.aprotech-strategy-sec__header .sub-title {
	margin-bottom: 18px;
	color: #5b74ff;
}

.aprotech-strategy-sec__header h2 {
	margin: 0;
	color: #243354;
	font-size: clamp(30px, 2.45vw, 46px);
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.aprotech-strategy-sec__intro {
	max-width: 420px;
	margin-left: auto;
}

.aprotech-strategy-sec__intro p {
	margin: 0;
	color: #5f6773;
	font-size: 18px;
	line-height: 1.72;
}

.aprotech-strategy-board {
	margin-top: 52px;
}

.aprotech-strategy-feature {
	position: relative;
	min-height: 360px;
	border: 1px solid rgba(8, 18, 35, 0.08);
	box-shadow: 0 24px 60px rgba(8, 18, 35, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.aprotech-strategy-feature:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 70px rgba(8, 18, 35, 0.12);
	border-color: rgba(42, 48, 255, 0.14);
}

.aprotech-strategy-feature .shape {
	opacity: 0.3;
}

.aprotech-strategy-feature .sn-number {
	margin-bottom: 36px;
	color: rgba(20, 20, 20, 0.38);
	font-weight: 600;
}

.aprotech-strategy-feature .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 22px;
	background: rgba(42, 48, 255, 0.08);
	margin-bottom: 26px;
}

.aprotech-strategy-feature .icon img {
	filter: none;
	max-height: 34px;
}

.aprotech-strategy-feature .content .title {
	margin-bottom: 18px;
	font-size: 31px;
	font-weight: 500;
	line-height: 1.14;
	letter-spacing: -0.03em;
}

.aprotech-strategy-feature .content p {
	max-width: 92%;
	margin-bottom: 0;
	color: #5f6773;
	font-size: 17px;
	line-height: 1.74;
}

.aprotech-strategy-feature--two {
	border-color: rgba(42, 48, 255, 0.12);
	box-shadow: 0 28px 70px rgba(42, 48, 255, 0.12);
}

.aprotech-ai-native-sec {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(6, 12, 30, 0.96), rgba(12, 20, 46, 0.98)),
		url('/orbia/assets/images/home-two/bg/service-bg.jpg') center/cover no-repeat;
}

.aprotech-ai-native-sec::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(42, 48, 255, 0.18), transparent 30%),
		radial-gradient(circle at 84% 24%, rgba(91, 116, 255, 0.18), transparent 24%);
	pointer-events: none;
}

.aprotech-ai-native-sec .container {
	position: relative;
	z-index: 1;
}

.aprotech-ai-native-content .section-title {
	max-width: 620px;
}

.aprotech-ai-native-content .section-title .sub-title {
	margin-bottom: 18px;
	color: #7f92ff;
}

.aprotech-ai-native-content .section-title h2 {
	margin-bottom: 18px;
	color: #ffffff;
	font-size: clamp(34px, 3.2vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.aprotech-ai-native-content .section-title p {
	max-width: 540px;
	margin-bottom: 0;
	color: rgba(234, 239, 255, 0.76);
	font-size: 18px;
	line-height: 1.72;
}

.aprotech-ai-native-steps .orbia-content-item.style-three {
	align-items: flex-start;
	border-color: rgba(166, 192, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 18px 44px rgba(2, 8, 24, 0.18);
}

.aprotech-ai-native-steps .orbia-content-item.style-three:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(166, 192, 255, 0.22);
}

.aprotech-ai-native-steps .orbia-content-item.style-three .sn-number {
	min-width: 56px;
	margin-right: 18px;
	color: #7f92ff;
}

.aprotech-ai-native-steps .orbia-content-item.style-three .content .title {
	margin-bottom: 9px;
	color: #ffffff;
	font-size: 26px;
}

.aprotech-ai-native-steps .orbia-content-item.style-three .content p {
	max-width: 400px;
	margin-bottom: 0;
	color: rgba(234, 239, 255, 0.72);
}

.aprotech-ai-native-media {
	position: relative;
	margin-right: 0 !important;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 24px 60px rgba(3, 9, 28, 0.28);
}

.aprotech-ai-native-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 12, 28, 0.04), rgba(8, 12, 28, 0.18));
	pointer-events: none;
}

.aprotech-ai-native-media img {
	display: block;
	width: 100%;
	min-height: 560px;
	height: 100%;
	object-fit: cover;
}

.aprotech-agentic-tabs-sec {
	position: relative;
	overflow: hidden;
	background-color: #f7f9ff;
}

.aprotech-agentic-tabs-sec::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(91, 116, 255, 0.09), transparent 28%),
		radial-gradient(circle at 84% 16%, rgba(42, 48, 255, 0.08), transparent 24%);
	pointer-events: none;
}

.aprotech-agentic-tabs-sec .container {
	position: relative;
	z-index: 1;
}

.aprotech-agentic-tabs-sec__title {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.aprotech-agentic-tabs-sec__title .sub-title {
	margin-bottom: 16px;
	color: #5b74ff;
}

.aprotech-agentic-tabs-sec__title h2 {
	margin-bottom: 18px;
	color: #243354;
	font-size: clamp(34px, 3vw, 54px);
	line-height: 1.1;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.aprotech-agentic-tabs-sec__title p {
	max-width: 620px;
	margin: 0 auto;
	color: #5f6773;
	font-size: 18px;
	line-height: 1.72;
}

.aprotech-agentic-tabs-sec__list .nav-tabs {
	gap: 18px;
}

.aprotech-agentic-tabs-sec__list .nav-tabs .nav-link {
	font-size: 22px;
	line-height: 1.2;
	border-color: rgba(91, 116, 255, 0.14);
	box-shadow: 0 16px 34px rgba(31, 51, 94, 0.06);
}

.aprotech-agentic-tabs-sec__list .nav-tabs .nav-link .icon-btn {
	background: rgba(91, 116, 255, 0.1);
	color: #2a30ff;
}

.aprotech-agentic-tabs-sec__panes {
	min-height: 100%;
}

.aprotech-agentic-tabs-sec__image img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
	border-radius: 30px;
}

.aprotech-agentic-tabs-sec__content {
	padding-left: 26px;
}

.aprotech-agentic-tabs-sec__content h5 {
	margin-bottom: 16px;
	color: #243354;
	font-size: 32px;
	line-height: 1.16;
	letter-spacing: -0.03em;
}

.aprotech-agentic-tabs-sec__content p {
	margin-bottom: 18px;
	color: #5f6773;
	font-size: 18px;
	line-height: 1.7;
}

.aprotech-agentic-tabs-sec__content .check-list {
	margin-bottom: 0;
}

.aprotech-agentic-tabs-sec__content .check-list li {
	color: #243354;
	font-size: 17px;
	line-height: 1.7;
}

.aprotech-physical-framework-sec {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 22%, rgba(59, 93, 255, 0.18), transparent 28%),
		radial-gradient(circle at 84% 18%, rgba(112, 84, 255, 0.14), transparent 24%),
		linear-gradient(180deg, #050b1d 0%, #09152f 52%, #070f24 100%);
}

.aprotech-physical-framework-sec::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 50% 50%, rgba(42, 48, 255, 0.08), transparent 38%);
	pointer-events: none;
}

.aprotech-physical-framework-sec .container-fluid {
	position: relative;
	z-index: 1;
	max-width: 1740px;
}

.aprotech-physical-framework-sec__image {
	position: relative;
	margin-right: 28px;
	overflow: hidden;
	border-radius: 34px;
	border: 1px solid rgba(151, 177, 255, 0.16);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 24px 60px rgba(2, 8, 24, 0.34);
}

.aprotech-physical-framework-sec__image::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 12, 26, 0.02), rgba(8, 12, 26, 0.2)),
		radial-gradient(circle at 70% 26%, rgba(62, 121, 255, 0.12), transparent 26%);
	pointer-events: none;
}

.aprotech-physical-framework-sec__image img {
	display: block;
	width: 100%;
	min-height: 620px;
	height: 100%;
	object-fit: cover;
}

.aprotech-physical-framework-sec__badge {
	left: 34px;
	right: auto;
	bottom: 34px;
	min-width: 150px;
	padding: 0;
	border-radius: 24px;
	border: 1px solid rgba(151, 177, 255, 0.22);
	background: linear-gradient(135deg, rgba(26, 40, 96, 0.92), rgba(42, 48, 255, 0.9));
	box-shadow:
		0 18px 44px rgba(2, 8, 24, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.aprotech-physical-framework-sec__badge .content {
	padding: 22px 28px;
}

.aprotech-physical-framework-sec__badge h2 {
	margin: 0;
	color: #ffffff;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.02em;
}

.aprotech-physical-framework-sec__content {
	max-width: 780px;
	padding-left: 24px;
}

.aprotech-physical-framework-sec__content .section-title {
	max-width: 720px;
}

.aprotech-physical-framework-sec__content .sub-title {
	margin-bottom: 18px;
	color: #8ea7ff;
}

.aprotech-physical-framework-sec__content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: clamp(34px, 3.25vw, 58px);
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.aprotech-physical-framework-sec__content > p {
	max-width: 660px;
	margin-bottom: 28px;
	color: rgba(229, 237, 255, 0.74);
	font-size: 18px;
	line-height: 1.72;
}

.aprotech-physical-framework-sec__modules {
	margin-top: 12px;
}

.aprotech-physical-framework-module {
	display: flex;
	height: calc(100% - 30px);
	padding: 30px 28px 28px;
	border-radius: 28px;
	border: 1px solid rgba(151, 177, 255, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
		linear-gradient(180deg, rgba(9, 16, 34, 0.9), rgba(5, 10, 24, 0.94));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 18px 44px rgba(2, 8, 24, 0.2);
}

.aprotech-physical-framework-module .content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.aprotech-physical-framework-module h4 {
	margin: 0;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.aprotech-physical-framework-module p {
	margin: 0;
	color: rgba(229, 237, 255, 0.72);
	font-size: 16px;
	line-height: 1.7;
}

.aprotech-physical-framework-module:hover {
	border-color: rgba(151, 177, 255, 0.24);
	transform: translateY(-4px);
}

.aprotech-robot-delivery-sec {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.aprotech-robot-delivery-sec::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 12%, rgba(91, 116, 255, 0.08), transparent 24%),
		radial-gradient(circle at 82% 18%, rgba(42, 48, 255, 0.06), transparent 20%);
	pointer-events: none;
}

.aprotech-robot-delivery-sec .container {
	position: relative;
	z-index: 1;
}

.aprotech-robot-delivery-sec__title {
	max-width: 760px;
}

.aprotech-robot-delivery-sec__title .sub-title {
	margin-bottom: 18px;
	color: #5b74ff;
}

.aprotech-robot-delivery-sec__title h2 {
	margin-bottom: 18px;
	color: #243354;
	font-size: clamp(34px, 3.2vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.aprotech-robot-delivery-sec__title p {
	max-width: 640px;
	margin-bottom: 0;
	color: #5f6773;
	font-size: 18px;
	line-height: 1.72;
}

.aprotech-robot-training-card {
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
	border-radius: 30px;
	border: 1px solid rgba(91, 116, 255, 0.12);
	box-shadow: 0 24px 60px rgba(8, 18, 35, 0.08);
	background: #ffffff;
}

.aprotech-robot-training-card .project-thumbnail {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}

.aprotech-robot-training-card .project-thumbnail img {
	width: 100%;
	min-height: 320px;
	height: 320px;
	object-fit: cover;
}

.aprotech-robot-training-card .project-content-wrap {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 28px 32px 30px;
	border-top: 1px solid rgba(8, 18, 35, 0.06);
}

.aprotech-robot-training-card .project-content {
	flex: 1 1 auto;
}

.aprotech-robot-training-card__label {
	display: inline-flex;
	margin-bottom: 12px;
	color: #5b74ff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aprotech-robot-training-card .project-content .title {
	margin-bottom: 12px;
}

.aprotech-robot-training-card .project-content .title a {
	color: #243354;
}

.aprotech-robot-training-card .project-content p {
	margin: 0;
	color: #5f6773;
	font-size: 16px;
	line-height: 1.7;
}

.aprotech-robot-training-card .icon-button {
	flex: 0 0 auto;
	padding-top: 4px;
}

.aprotech-robot-delivery-sec__lineup-row {
	margin-top: 22px;
}

.aprotech-robot-delivery-sec__lineup-row .section-title h3 {
	margin: 0;
	color: #243354;
	font-size: clamp(24px, 2vw, 34px);
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.aprotech-robot-delivery-sec__arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.aprotech-robot-delivery-sec__arrows .slick-arrow {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid rgba(8, 18, 35, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #ffffff;
	color: #243354;
	box-shadow: 0 14px 28px rgba(8, 18, 35, 0.08);
	transition: all 0.3s ease;
}

.aprotech-robot-delivery-sec__arrows .slick-arrow:hover {
	background-color: #5b74ff;
	border-color: #5b74ff;
	color: #ffffff;
}

.aprotech-robot-delivery-sec__slider {
	margin-left: -15px;
	margin-right: -15px;
}

.aprotech-robot-delivery-sec__slider .slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}

.aprotech-robot-offering-card {
	display: flex;
	flex-direction: column;
	height: calc(100% - 10px);
	margin-bottom: 10px;
	border-color: rgba(91, 116, 255, 0.12);
	box-shadow: 0 22px 52px rgba(8, 18, 35, 0.08);
}

.aprotech-robot-offering-card .pricing-header {
	padding-bottom: 0;
}

.aprotech-robot-offering-card__media {
	position: relative;
	display: block;
	min-height: 0;
	margin-bottom: 22px;
	border-radius: 28px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(245, 247, 255, 0.98) 0%, rgba(236, 241, 255, 0.96) 100%);
}

.aprotech-robot-offering-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
	transition: transform 0.45s ease;
}

.aprotech-robot-offering-card:hover .aprotech-robot-offering-card__media img {
	transform: scale(1.05);
}

.aprotech-robot-offering-card .pricing-header .plan {
	display: block;
	margin-bottom: 10px;
	color: #243354;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.03em;
	text-transform: none;
}

.aprotech-robot-offering-card .pricing-header p {
	min-height: 28px;
	margin-bottom: 0;
	color: #5f6773;
	font-size: 15px;
	line-height: 1.6;
}

.aprotech-robot-offering-card .pricing-footer {
	margin-top: auto;
	padding-top: 24px;
}

.aprotech-robot-offering-card .pricing-footer .theme-btn.style-one {
	width: 100%;
	justify-content: center;
}

@media only screen and (max-width: 1399px) {
	.aprotech-agentic-tabs-sec__title h2 {
		font-size: clamp(30px, 3vw, 44px);
	}

	.aprotech-agentic-tabs-sec__list .nav-tabs .nav-link {
		font-size: 20px;
	}

	.aprotech-agentic-tabs-sec__content h5 {
		font-size: 28px;
	}

	.aprotech-physical-framework-sec__content h2 {
		font-size: clamp(32px, 3vw, 48px);
	}

	.aprotech-physical-framework-module h4 {
		font-size: 24px;
	}

	.aprotech-robot-delivery-sec__title h2 {
		font-size: clamp(32px, 3vw, 48px);
	}

	.aprotech-robot-training-card .project-thumbnail img {
		min-height: 280px;
		height: 280px;
	}
}

@media only screen and (max-width: 991px) {
	.aprotech-agentic-tabs-sec {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.aprotech-agentic-tabs-sec__title {
		max-width: 680px;
	}

	.aprotech-agentic-tabs-sec__title p {
		font-size: 17px;
	}

	.aprotech-agentic-tabs-sec__list {
		margin-bottom: 34px !important;
	}

	.aprotech-agentic-tabs-sec__image img {
		min-height: 420px;
	}

	.aprotech-agentic-tabs-sec__content {
		padding-left: 0;
		padding-top: 28px;
	}

	.aprotech-agentic-tabs-sec__content h5 {
		font-size: 24px;
	}

	.aprotech-physical-framework-sec {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.aprotech-physical-framework-sec__image {
		margin-right: 0;
	}

	.aprotech-physical-framework-sec__image img {
		min-height: 440px;
	}

	.aprotech-physical-framework-sec__badge {
		left: 26px;
		bottom: 26px;
	}

	.aprotech-physical-framework-sec__badge .content {
		padding: 18px 24px;
	}

	.aprotech-physical-framework-sec__badge h2 {
		font-size: 28px;
	}

	.aprotech-physical-framework-sec__content {
		max-width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}

	.aprotech-physical-framework-sec__content > p {
		max-width: 100%;
	}

	.aprotech-robot-delivery-sec {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.aprotech-robot-delivery-sec__title {
		max-width: 680px;
		margin: 0 auto;
		text-align: center;
	}

	.aprotech-robot-delivery-sec__title p {
		margin-left: auto;
		margin-right: auto;
	}

	.aprotech-robot-delivery-sec__lineup-row .section-title {
		text-align: center;
	}

	.aprotech-robot-delivery-sec__arrows {
		justify-content: center;
		margin-top: 10px;
	}

	.aprotech-robot-delivery-sec__slider {
		margin-left: -12px;
		margin-right: -12px;
	}

	.aprotech-robot-delivery-sec__slider .slick-slide {
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.aprotech-agentic-tabs-sec {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.aprotech-agentic-tabs-sec__title h2 {
		font-size: 28px;
		line-height: 1.14;
	}

	.aprotech-agentic-tabs-sec__title p {
		font-size: 16px;
		line-height: 1.68;
	}

	.aprotech-agentic-tabs-sec__list .nav-tabs {
		gap: 14px;
	}

	.aprotech-agentic-tabs-sec__list .nav-tabs .nav-link {
		font-size: 18px;
		padding: 22px 22px;
	}

	.aprotech-agentic-tabs-sec__image img {
		min-height: 300px;
	}

	.aprotech-agentic-tabs-sec__content {
		padding-top: 22px;
	}

	.aprotech-agentic-tabs-sec__content h5 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.aprotech-agentic-tabs-sec__content p {
		font-size: 16px;
		line-height: 1.65;
	}

	.aprotech-agentic-tabs-sec__content .check-list li {
		font-size: 16px;
	}

	.aprotech-physical-framework-sec {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.aprotech-physical-framework-sec__image {
		border-radius: 26px;
	}

	.aprotech-physical-framework-sec__image img {
		min-height: 320px;
	}

	.aprotech-physical-framework-sec__badge {
		left: 18px;
		bottom: 18px;
		border-radius: 18px;
	}

	.aprotech-physical-framework-sec__badge .content {
		padding: 16px 20px;
	}

	.aprotech-physical-framework-sec__badge h2 {
		font-size: 24px;
	}

	.aprotech-physical-framework-sec__content .sub-title {
		margin-bottom: 14px;
	}

	.aprotech-physical-framework-sec__content h2 {
		font-size: 28px;
		line-height: 1.14;
	}

	.aprotech-physical-framework-sec__content > p {
		font-size: 16px;
		line-height: 1.68;
	}

	.aprotech-physical-framework-module {
		padding: 24px 22px;
		border-radius: 24px;
	}

	.aprotech-physical-framework-module h4 {
		font-size: 20px;
	}

	.aprotech-physical-framework-module p {
		font-size: 15px;
		line-height: 1.65;
	}

	.aprotech-robot-delivery-sec {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.aprotech-robot-delivery-sec__title h2 {
		font-size: 28px;
		line-height: 1.14;
	}

	.aprotech-robot-delivery-sec__title p {
		font-size: 16px;
		line-height: 1.68;
	}

	.aprotech-robot-training-card .project-thumbnail img {
		min-height: 230px;
		height: 230px;
	}

	.aprotech-robot-training-card .project-content-wrap {
		padding: 24px 22px 24px;
	}

	.aprotech-robot-delivery-sec__lineup-row {
		margin-top: 8px;
	}

	.aprotech-robot-delivery-sec__lineup-row .section-title h3 {
		font-size: 22px;
	}

	.aprotech-robot-delivery-sec__arrows .slick-arrow {
		width: 48px;
		height: 48px;
	}

	.aprotech-robot-offering-card__media {
		aspect-ratio: 1 / 1;
	}

	.aprotech-robot-offering-card .pricing-header .plan {
		font-size: 24px;
	}
}

.aprotech-overview-hero .hero-wrapper {
	padding: 220px 0 118px;
	background-position: center top;
	overflow: hidden;
}

.aprotech-overview-hero .hero-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(42, 48, 255, 0.18), transparent 32%),
		radial-gradient(circle at 82% 24%, rgba(91, 116, 255, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(5, 10, 28, 0.14), rgba(5, 10, 28, 0.32));
	z-index: 0;
}

.aprotech-overview-hero .hero-wrapper .container-fluid {
	position: relative;
	z-index: 2;
	max-width: 1680px;
}

.aprotech-overview-hero__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.aprotech-overview-hero__intro {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin: 0 auto;
}

.aprotech-overview-hero__intro h1 {
	max-width: 1160px;
	margin: 0 auto;
	color: #ffffff;
	font-size: clamp(40px, 4.45vw, 74px);
	line-height: 1.03;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.aprotech-overview-board-wrap {
	position: relative;
	z-index: 2;
	max-width: 1600px;
	margin: 0 auto;
}

.aprotech-overview-board {
	position: relative;
	display: grid;
	grid-template-columns:
		minmax(148px, 1.02fr)
		52px
		minmax(168px, 0.96fr)
		52px
		minmax(238px, 1.22fr)
		52px
		minmax(168px, 0.96fr)
		52px
		minmax(148px, 1.02fr);
	align-items: center;
	padding: clamp(28px, 3.3vw, 44px);
	border-radius: 36px;
	border: 1px solid rgba(164, 192, 255, 0.14);
	background: linear-gradient(180deg, rgba(244, 248, 255, 0.14), rgba(203, 220, 255, 0.08));
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 20px 58px rgba(3, 9, 28, 0.28);
	overflow: hidden;
	isolation: isolate;
}

.aprotech-overview-board::before {
	content: '';
	position: absolute;
	inset: 1px;
	border-radius: 35px;
	background:
		radial-gradient(circle at 50% 34%, rgba(67, 126, 255, 0.22), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	pointer-events: none;
	z-index: -1;
}

.aprotech-overview-board::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -18%;
	width: 38%;
	height: 136%;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(78, 123, 255, 0.18), transparent 68%);
	pointer-events: none;
	z-index: -1;
}

.aprotech-overview-lane {
	position: relative;
	z-index: 1;
}

.aprotech-overview-lane__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	height: 100%;
	min-height: 292px;
	padding: 28px 22px;
	border-radius: 30px;
	border: 1px solid rgba(129, 164, 255, 0.16);
	background:
		linear-gradient(180deg, rgba(11, 23, 50, 0.96), rgba(6, 12, 28, 0.98));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 14px 34px rgba(1, 6, 18, 0.2);
	text-align: center;
}

.aprotech-overview-lane__title,
.aprotech-overview-lane__item {
	color: #ffffff;
}

.aprotech-overview-lane__title {
	margin: 0;
	font-size: clamp(26px, 1.85vw, 36px);
	line-height: 1.14;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.aprotech-overview-lane__list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.aprotech-overview-lane__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 12px 14px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: clamp(18px, 1.25vw, 24px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.aprotech-overview-lane__item--signal {
	position: relative;
	border-color: rgba(138, 171, 255, 0.26);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 rgba(83, 132, 255, 0);
	will-change: transform, box-shadow, border-color;
	animation: aprotech-lane-signal 3.6s ease-in-out infinite;
}

.aprotech-overview-lane__item--signal-wms {
	animation-delay: 0.92s;
}

.aprotech-overview-lane__item--signal-amr {
	animation-delay: 2.72s;
}

@keyframes aprotech-lane-signal {
	0%,
	100% {
		transform: translateY(0);
		border-color: rgba(138, 171, 255, 0.22);
		box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.08),
			0 0 0 rgba(83, 132, 255, 0);
	}

	50% {
		transform: translateY(-4px);
		border-color: rgba(154, 186, 255, 0.44);
		box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.12),
			0 10px 24px rgba(62, 108, 255, 0.18),
			0 0 24px rgba(62, 108, 255, 0.12);
	}
}

.aprotech-overview-lane--terminal .aprotech-overview-lane__panel {
	min-height: 340px;
	padding: 32px 22px;
	justify-content: center;
}

.aprotech-overview-lane--stack .aprotech-overview-lane__panel {
	padding-top: 18px;
	padding-bottom: 18px;
}

.aprotech-overview-lane--core {
	transform: translateY(-18px);
}

.aprotech-overview-lane--core .aprotech-overview-lane__panel {
	min-height: 380px;
	padding: 34px 28px;
	border-color: rgba(255, 255, 255, 0.26);
	background:
		linear-gradient(155deg, rgba(108, 145, 255, 0.95), rgba(42, 48, 255, 0.96) 48%, rgba(14, 127, 255, 0.92));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 22px 56px rgba(42, 48, 255, 0.28);
}

.aprotech-overview-lane--core .aprotech-overview-lane__title {
	font-size: clamp(30px, 2.2vw, 44px);
	line-height: 1.08;
}

.aprotech-overview-connector {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 120px;
}

.aprotech-overview-connector__line {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(98, 150, 255, 0), rgba(98, 150, 255, 0.96), rgba(98, 150, 255, 0));
	box-shadow: 0 0 18px rgba(67, 126, 255, 0.22);
}

.aprotech-overview-connector__pulse {
	position: absolute;
	left: 2px;
	top: 50%;
	width: 28px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(125, 182, 255, 0), rgba(171, 210, 255, 0.98), rgba(125, 182, 255, 0));
	box-shadow:
		0 0 18px rgba(132, 186, 255, 0.44),
		0 0 32px rgba(71, 121, 255, 0.26);
	opacity: 0;
	transform: translate(-10px, -50%);
	pointer-events: none;
	will-change: transform, opacity;
	animation: aprotech-connector-signal 3.6s linear infinite;
}

.aprotech-overview-connector__line::before,
.aprotech-overview-connector__line::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.aprotech-overview-connector__line::before {
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(132, 173, 255, 0.95);
	box-shadow: 0 0 14px rgba(67, 126, 255, 0.46);
}

.aprotech-overview-connector__line::after {
	right: 1px;
	width: 12px;
	height: 12px;
	border-top: 2px solid rgba(132, 173, 255, 0.95);
	border-right: 2px solid rgba(132, 173, 255, 0.95);
	transform: translateY(-50%) rotate(45deg);
}

.aprotech-overview-connector--1 .aprotech-overview-connector__pulse {
	animation-delay: 0s;
}

.aprotech-overview-connector--2 .aprotech-overview-connector__pulse {
	animation-delay: 0.9s;
}

.aprotech-overview-connector--3 .aprotech-overview-connector__pulse {
	animation-delay: 1.8s;
}

.aprotech-overview-connector--4 .aprotech-overview-connector__pulse {
	animation-delay: 2.7s;
}

@keyframes aprotech-connector-signal {
	0% {
		opacity: 0;
		transform: translate(-10px, -50%) scaleX(0.72);
	}

	8% {
		opacity: 1;
	}

	48% {
		opacity: 1;
		transform: translate(calc(100% - 14px), -50%) scaleX(1);
	}

	60%,
	100% {
		opacity: 0;
		transform: translate(calc(100% + 8px), -50%) scaleX(0.84);
	}
}

@media (max-width: 1399px) {
	.aprotech-strategy-feature {
		min-height: 332px;
	}

	.aprotech-strategy-feature .content .title {
		font-size: 28px;
	}

	.aprotech-overview-hero .hero-wrapper {
		padding-top: 208px;
		padding-bottom: 108px;
	}

	.aprotech-ai-native-content .section-title h2 {
		font-size: clamp(32px, 3vw, 48px);
	}

	.aprotech-ai-native-media img {
		min-height: 520px;
	}

	.aprotech-overview-board {
		grid-template-columns:
			minmax(132px, 0.98fr)
			40px
			minmax(150px, 0.92fr)
			40px
			minmax(214px, 1.16fr)
			40px
			minmax(150px, 0.92fr)
			40px
			minmax(132px, 0.98fr);
		padding: 32px;
	}

	.aprotech-overview-lane__panel {
		min-height: 272px;
		padding: 24px 18px;
	}

	.aprotech-overview-lane--terminal .aprotech-overview-lane__panel {
		min-height: 320px;
	}

	.aprotech-overview-lane--core .aprotech-overview-lane__panel {
		min-height: 356px;
		padding: 30px 22px;
	}
}

@media (max-width: 1199px) {
	.aprotech-strategy-sec__header {
		max-width: 680px;
	}

	.aprotech-strategy-sec__header h2 {
		font-size: clamp(28px, 2.6vw, 38px);
	}

	.aprotech-strategy-sec__intro {
		max-width: 380px;
	}

	.aprotech-strategy-sec__intro p {
		font-size: 17px;
	}

	.aprotech-strategy-board {
		margin-top: 44px;
	}

	.aprotech-strategy-feature {
		min-height: 320px;
		padding: 34px 32px;
	}

	.aprotech-strategy-feature .content .title {
		font-size: 26px;
	}

	.aprotech-ai-native-content .section-title {
		max-width: 560px;
	}

	.aprotech-ai-native-content .section-title h2 {
		font-size: clamp(30px, 3vw, 42px);
	}

	.aprotech-ai-native-content .section-title p {
		font-size: 17px;
	}

	.aprotech-ai-native-steps .orbia-content-item.style-three {
		padding: 22px 24px 24px;
	}

	.aprotech-ai-native-steps .orbia-content-item.style-three .content .title {
		font-size: 23px;
	}

	.aprotech-ai-native-media img {
		min-height: 460px;
	}

	.aprotech-overview-hero__content {
		gap: 30px;
	}

	.aprotech-overview-hero__intro h1 {
		max-width: 980px;
		font-size: clamp(38px, 4vw, 62px);
	}

	.aprotech-overview-board {
		grid-template-columns:
			minmax(114px, 0.98fr)
			28px
			minmax(126px, 0.9fr)
			28px
			minmax(176px, 1.12fr)
			28px
			minmax(126px, 0.9fr)
			28px
			minmax(114px, 0.98fr);
		padding: 24px;
		border-radius: 30px;
	}

	.aprotech-overview-lane__panel {
		min-height: 250px;
		padding: 22px 14px;
		border-radius: 24px;
	}

	.aprotech-overview-lane__title {
		font-size: clamp(21px, 2vw, 28px);
	}

	.aprotech-overview-lane__item {
		min-height: 54px;
		padding: 10px 12px;
		font-size: 18px;
	}

	.aprotech-overview-lane--terminal .aprotech-overview-lane__panel {
		min-height: 290px;
	}

	.aprotech-overview-lane--core {
		transform: translateY(-10px);
	}

	.aprotech-overview-lane--core .aprotech-overview-lane__panel {
		min-height: 314px;
		padding: 26px 16px;
	}

	.aprotech-overview-lane--core .aprotech-overview-lane__title {
		font-size: clamp(24px, 2.3vw, 32px);
	}

	.aprotech-overview-connector {
		min-height: 92px;
	}
}

@media (max-width: 991px) {
	.aprotech-header-actions .aprotech-lang-switch,
	.aprotech-header-actions .theme-nav-button {
		display: none;
	}

	.aprotech-strategy-sec {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.aprotech-strategy-sec__header {
		max-width: 720px;
	}

	.aprotech-strategy-sec__header h2 {
		margin: 0 auto;
		max-width: 640px;
		font-size: clamp(26px, 5vw, 34px);
		text-align: center;
	}

	.aprotech-strategy-sec__intro {
		margin: 14px auto 0;
		max-width: 560px;
	}

	.aprotech-strategy-sec__intro p {
		text-align: center;
	}

	.aprotech-strategy-board {
		margin-top: 36px;
	}

	.aprotech-strategy-feature {
		min-height: 300px;
		padding: 30px 26px;
	}

	.aprotech-strategy-feature .content .title {
		font-size: 24px;
	}

	.aprotech-strategy-feature .content p {
		max-width: 100%;
	}

	.aprotech-ai-native-sec {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.aprotech-ai-native-content .section-title {
		max-width: 680px;
		margin: 0 auto;
		text-align: center;
	}

	.aprotech-ai-native-content .section-title p {
		margin-left: auto;
		margin-right: auto;
	}

	.aprotech-ai-native-media {
		max-width: 680px;
		margin: 12px auto 0 !important;
	}

	.aprotech-ai-native-media img {
		min-height: 400px;
	}

	.aprotech-overview-hero .hero-wrapper {
		padding-top: 178px;
		padding-bottom: 88px;
	}

	.aprotech-overview-hero__content {
		gap: 28px;
	}

	.aprotech-overview-hero__intro {
		max-width: 100%;
	}

	.aprotech-overview-hero__intro h1 {
		font-size: clamp(34px, 9vw, 52px);
		line-height: 1.06;
	}

	.aprotech-overview-board {
		grid-template-columns: 1fr;
		gap: 20px;
		max-width: 680px;
		margin: 0 auto;
		padding: 24px 18px;
		border-radius: 28px;
	}

	.aprotech-overview-board::after {
		width: 70%;
		height: 74%;
		top: 10%;
	}

	.aprotech-overview-lane__panel,
	.aprotech-overview-lane--terminal .aprotech-overview-lane__panel,
	.aprotech-overview-lane--core .aprotech-overview-lane__panel {
		min-height: auto;
	}

	.aprotech-overview-lane__panel {
		padding: 24px 18px;
	}

	.aprotech-overview-lane--core {
		transform: none;
	}

	.aprotech-overview-lane--core .aprotech-overview-lane__panel {
		padding: 28px 20px;
	}

	.aprotech-overview-connector {
		min-height: 46px;
	}

	.aprotech-overview-connector__line {
		width: 2px;
		height: 100%;
		min-height: 46px;
		background: linear-gradient(180deg, rgba(98, 150, 255, 0), rgba(98, 150, 255, 0.96), rgba(98, 150, 255, 0));
	}

	.aprotech-overview-connector__pulse {
		left: 50%;
		top: 2px;
		width: 8px;
		height: 28px;
		transform: translate(-50%, -10px);
		background: linear-gradient(180deg, rgba(125, 182, 255, 0), rgba(171, 210, 255, 0.98), rgba(125, 182, 255, 0));
	}

	.aprotech-overview-connector__line::before {
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);
	}

	.aprotech-overview-connector__line::after {
		left: 50%;
		right: auto;
		top: auto;
		bottom: 2px;
		transform: translateX(-50%) rotate(135deg);
	}

	@keyframes aprotech-connector-signal {
		0% {
			opacity: 0;
			transform: translate(-50%, -10px) scaleY(0.72);
		}

		8% {
			opacity: 1;
		}

		48% {
			opacity: 1;
			transform: translate(-50%, calc(100% - 14px)) scaleY(1);
		}

		60%,
		100% {
			opacity: 0;
			transform: translate(-50%, calc(100% + 8px)) scaleY(0.84);
		}
	}

	.aprotech-robot-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aprotech-detail-image-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.aprotech-strategy-sec {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.aprotech-strategy-sec__header h2 {
		font-size: 22px;
		line-height: 1.28;
	}

	.aprotech-strategy-sec__intro p {
		font-size: 16px;
		line-height: 1.65;
	}

	.aprotech-strategy-board {
		margin-top: 28px;
	}

	.aprotech-strategy-feature {
		min-height: auto;
		padding: 28px 22px;
		border-radius: 24px;
	}

	.aprotech-strategy-feature .icon {
		width: 66px;
		height: 66px;
		border-radius: 18px;
		margin-bottom: 22px;
	}

	.aprotech-strategy-feature .content .title {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.aprotech-ai-native-sec {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.aprotech-ai-native-content .section-title .sub-title {
		margin-bottom: 14px;
	}

	.aprotech-ai-native-content .section-title h2 {
		font-size: 28px;
		line-height: 1.14;
	}

	.aprotech-ai-native-content .section-title p {
		font-size: 16px;
		line-height: 1.68;
	}

	.aprotech-ai-native-steps .orbia-content-item.style-three {
		padding: 20px 20px 22px;
		border-radius: 24px;
	}

	.aprotech-ai-native-steps .orbia-content-item.style-three .sn-number {
		margin-bottom: 12px;
	}

	.aprotech-ai-native-steps .orbia-content-item.style-three .content .title {
		font-size: 20px;
	}

	.aprotech-ai-native-media {
		border-radius: 24px;
	}

	.aprotech-ai-native-media img {
		min-height: 320px;
	}

	.aprotech-overview-hero .hero-wrapper {
		padding-top: 162px;
		padding-bottom: 74px;
	}

	.aprotech-overview-hero__intro h1 {
		font-size: 32px;
	}

	.aprotech-overview-board {
		padding: 18px 14px;
		border-radius: 22px;
	}

	.aprotech-overview-lane__panel {
		padding: 22px 16px;
		border-radius: 22px;
	}

	.aprotech-overview-lane__title {
		font-size: 24px;
	}

	.aprotech-overview-lane__item {
		font-size: 17px;
	}

	.aprotech-overview-layer,
	.aprotech-methodology-card,
	.aprotech-contact-visual,
	.aprotech-sidebar-block {
		padding: 22px;
	}

	.aprotech-robot-card-grid {
		grid-template-columns: 1fr;
	}
}
