body.single-arkon_system .arkon-system-technical,
body.post-type-archive-arkon_system .arkon-system-archive {
	background: #f4f8fc;
	color: #172033;
	overflow-x: clip;
}

body.single-arkon_system .arkon-system-technical__shell,
body.post-type-archive-arkon_system .arkon-system-archive__shell {
	width: min(100% - 48px, 1280px);
	margin: 0 auto;
	padding: 44px 0 84px;
}

body.single-arkon_system .arkon-system-technical__breadcrumb,
body.post-type-archive-arkon_system .arkon-system-archive__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 30px;
	color: #526173;
	font-size: 14px;
}

body.single-arkon_system .arkon-system-technical__breadcrumb a,
body.post-type-archive-arkon_system .arkon-system-archive__breadcrumb a {
	color: #0878e8;
	text-decoration: none;
}

body.single-arkon_system .arkon-system-technical__breadcrumb a:hover,
body.post-type-archive-arkon_system .arkon-system-archive__breadcrumb a:hover {
	text-decoration: underline;
}

body.single-arkon_system .arkon-system-technical__header,
body.post-type-archive-arkon_system .arkon-system-archive__header {
	max-width: 980px;
	margin: 0 auto 34px;
	text-align: center;
}

body.single-arkon_system .arkon-system-technical__eyebrow,
body.post-type-archive-arkon_system .arkon-system-archive__eyebrow {
	display: inline-flex;
	margin-bottom: 12px;
	color: #0878e8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.single-arkon_system .arkon-system-technical h1,
body.post-type-archive-arkon_system .arkon-system-archive h1 {
	display: block !important;
	visibility: visible !important;
	margin: 0;
	color: #071d3a;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -0.035em;
	overflow-wrap: anywhere;
}

body.post-type-archive-arkon_system .arkon-system-archive__header p {
	max-width: 760px;
	margin: 16px auto 0;
	color: #526173;
	font-size: 18px;
	line-height: 1.65;
}

body.single-arkon_system .arkon-system-technical__figure {
	width: min(100%, 1180px);
	margin: 0 auto 56px;
	padding: 8px;
	background: #ffffff;
	border: 1px solid rgba(7, 29, 58, 0.12);
	border-radius: 12px;
	box-shadow: 0 18px 54px rgba(7, 29, 58, 0.10);
}

body.single-arkon_system .arkon-system-technical__image-link {
	display: block;
	border-radius: 10px;
	outline-offset: 4px;
}

body.single-arkon_system .arkon-system-technical__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
}

body.single-arkon_system .arkon-system-technical__figure figcaption {
	margin: 10px 0 2px;
	text-align: center;
	font-size: 14px;
}

body.single-arkon_system .arkon-system-technical__figure figcaption a {
	color: #0878e8;
	font-weight: 600;
	text-decoration: none;
}

body.single-arkon_system .arkon-system-technical__figure figcaption a:hover {
	text-decoration: underline;
}

body.single-arkon_system .arkon-system-technical__content {
	width: min(100%, 1120px);
	margin: 0 auto;
	color: #172033;
	font-size: 17px;
	line-height: 1.7;
}

body.single-arkon_system .arkon-system-technical__section {
	width: min(100%, 1080px);
	margin: 0 auto 68px;
}

body.single-arkon_system .arkon-system-technical__section:last-child {
	margin-bottom: 0;
}

body.single-arkon_system .arkon-system-technical__section h2,
body.single-arkon_system .arkon-system-technical__section h3 {
	color: #071d3a;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

body.single-arkon_system .arkon-system-technical__section > h2,
body.single-arkon_system .arkon-system-technical__section > h3 {
	margin: 0 0 22px;
	font-size: clamp(28px, 3vw, 36px);
}

body.single-arkon_system .arkon-system-technical__section p {
	margin: 0 0 16px;
}

body.single-arkon_system .arkon-system-technical__section ul,
body.single-arkon_system .arkon-system-technical__section ol {
	margin: 0;
	padding: 0;
}

body.single-arkon_system .arkon-system-technical__section li {
	margin: 0;
	font-size: 16px;
	line-height: 1.62;
}

body.single-arkon_system .arkon-system-technical__section--intro {
	width: min(100%, 980px);
	padding: 34px 36px;
	background: #ffffff;
	border-left: 5px solid #0878e8;
	border-radius: 18px;
	box-shadow: 0 16px 44px rgba(7, 29, 58, 0.07);
}

body.single-arkon_system .arkon-system-technical__section--intro h2 {
	margin-bottom: 18px;
	font-size: clamp(28px, 3vw, 34px);
}

body.single-arkon_system .arkon-system-technical__intro-copy {
	max-width: 920px;
	font-size: 18px;
	line-height: 1.72;
}

body.single-arkon_system .arkon-system-technical__process-lead {
	max-width: 960px;
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 1.68;
}

body.single-arkon_system .arkon-system-technical__process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body.single-arkon_system .arkon-system-technical__process-card,
body.single-arkon_system .arkon-system-technical__advantage-card {
	position: relative;
	padding: 26px;
	background: #ffffff;
	border: 1px solid rgba(7, 29, 58, 0.10);
	border-radius: 20px;
	box-shadow: 0 14px 38px rgba(7, 29, 58, 0.07);
}

body.single-arkon_system .arkon-system-technical__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #0878e8;
	color: #ffffff;
	font-weight: 700;
}

body.single-arkon_system .arkon-system-technical__process-card h3,
body.single-arkon_system .arkon-system-technical__advantage-card h3 {
	margin: 0 0 12px;
	font-size: clamp(20px, 2vw, 24px);
}

body.single-arkon_system .arkon-system-technical__card-copy {
	font-size: 16px;
	line-height: 1.66;
}

body.single-arkon_system .arkon-system-technical__card-copy p:last-child {
	margin-bottom: 0;
}

body.single-arkon_system .arkon-system-technical__advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

body.single-arkon_system .arkon-system-technical__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	border-radius: 10px;
	background: rgba(8, 120, 232, 0.10);
	color: #0878e8;
	font-weight: 800;
}

body.single-arkon_system .arkon-system-technical__advantage-card p {
	color: #526173;
	font-size: 16px;
	line-height: 1.64;
}

body.single-arkon_system .arkon-system-technical__section--technical,
body.single-arkon_system .arkon-system-technical__section--chips,
body.single-arkon_system .arkon-system-technical__section--checklist {
	padding: 30px;
	background: #ffffff;
	border: 1px solid rgba(7, 29, 58, 0.10);
	border-radius: 22px;
	box-shadow: 0 14px 40px rgba(7, 29, 58, 0.06);
}

body.single-arkon_system .arkon-system-technical__list {
	display: grid;
	gap: 10px;
	list-style: none;
}

body.single-arkon_system .arkon-system-technical__list--technical {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-arkon_system .arkon-system-technical__list--chips {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-arkon_system .arkon-system-technical__list--checklist {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-arkon_system .arkon-system-technical__list li {
	position: relative;
	padding: 12px 14px 12px 38px;
	background: #f4f8fc;
	border: 1px solid rgba(8, 120, 232, 0.10);
	border-radius: 14px;
	color: #172033;
}

body.single-arkon_system .arkon-system-technical__list li::before {
	content: "✓";
	position: absolute;
	left: 14px;
	top: 12px;
	color: #0878e8;
	font-weight: 800;
}

body.single-arkon_system .arkon-system-technical__section--flow {
	width: min(100%, 1180px);
}

body.single-arkon_system .arkon-system-technical__flow {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	padding: 26px;
	background: #ffffff;
	border: 1px solid rgba(7, 29, 58, 0.10);
	border-radius: 22px;
	box-shadow: 0 14px 40px rgba(7, 29, 58, 0.06);
}

body.single-arkon_system .arkon-system-technical__flow-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 16px;
	background: #f4f8fc;
	border-radius: 999px;
	color: #071d3a;
	font-size: 15px;
	font-weight: 700;
}

body.single-arkon_system .arkon-system-technical__flow-item:not(:last-child)::after {
	content: "→";
	margin-left: 12px;
	color: #0878e8;
	font-weight: 800;
}

body.single-arkon_system .arkon-system-technical__section--solution {
	width: min(100%, 1080px);
	padding: 36px;
	background: #071d3a;
	border-radius: 24px;
	color: #ffffff;
	box-shadow: 0 24px 70px rgba(7, 29, 58, 0.18);
}

body.single-arkon_system .arkon-system-technical__section--solution h2,
body.single-arkon_system .arkon-system-technical__section--solution h3 {
	color: #ffffff;
}

body.single-arkon_system .arkon-system-technical__section--solution p {
	color: rgba(255, 255, 255, 0.84);
}

body.single-arkon_system .arkon-system-technical__gallery {
	margin-top: 72px;
}

body.single-arkon_system .arkon-system-technical__gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: min(100%, 1180px);
	margin: 28px auto 0;
}

body.single-arkon_system .arkon-system-technical__figure--gallery {
	margin: 0;
}

body.single-arkon_system .arkon-system-technical__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	width: min(100%, 1180px);
	margin: 76px auto 0;
	padding: 38px 40px;
	background: #071d3a;
	border-radius: 26px;
	color: #ffffff;
	box-shadow: 0 24px 70px rgba(7, 29, 58, 0.18);
}

body.single-arkon_system .arkon-system-technical__cta h2 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.18;
	letter-spacing: -0.03em;
}

body.single-arkon_system .arkon-system-technical__cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.65;
}

body.single-arkon_system .arkon-system-technical__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

body.single-arkon_system .arkon-system-technical__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

body.single-arkon_system .arkon-system-technical__button:hover {
	transform: translateY(-1px);
}

body.single-arkon_system .arkon-system-technical__button--primary {
	background: #0878e8;
	color: #ffffff;
}

body.single-arkon_system .arkon-system-technical__button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
}

body.single-arkon_system .arkon-system-technical__related {
	margin-top: 72px;
}

body.single-arkon_system .arkon-system-technical__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: min(100%, 1180px);
	margin: 28px auto 0;
}

body.single-arkon_system .arkon-system-technical__related-card,
body.post-type-archive-arkon_system .arkon-system-archive__card-link {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(7, 29, 58, 0.10);
	border-radius: 20px;
	color: #071d3a;
	text-decoration: none;
	box-shadow: 0 16px 44px rgba(7, 29, 58, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.single-arkon_system .arkon-system-technical__related-card:hover,
body.post-type-archive-arkon_system .arkon-system-archive__card-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 60px rgba(7, 29, 58, 0.12);
}

body.single-arkon_system .arkon-system-technical__related-card img,
body.post-type-archive-arkon_system .arkon-system-archive__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: contain;
	background: #f8fbfe;
}

body.single-arkon_system .arkon-system-technical__related-title,
body.single-arkon_system .arkon-system-technical__related-summary,
body.single-arkon_system .arkon-system-technical__related-action {
	margin-right: 18px;
	margin-left: 18px;
}

body.single-arkon_system .arkon-system-technical__related-title {
	margin-top: 18px;
	color: #071d3a;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

body.single-arkon_system .arkon-system-technical__related-summary {
	margin-top: 8px;
	color: #526173;
	font-size: 15px;
	line-height: 1.55;
}

body.single-arkon_system .arkon-system-technical__related-action {
	margin-top: auto;
	margin-bottom: 18px;
	padding-top: 16px;
	color: #0878e8;
	font-size: 15px;
	font-weight: 800;
}

body.post-type-archive-arkon_system .arkon-system-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.post-type-archive-arkon_system .arkon-system-archive__media {
	margin: 0;
	padding: 12px;
	background: #f8fbfe;
}

body.post-type-archive-arkon_system .arkon-system-archive__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

body.post-type-archive-arkon_system .arkon-system-archive__card-body h2 {
	margin: 0 0 10px;
	color: #071d3a;
	font-size: 21px;
	line-height: 1.28;
	letter-spacing: -0.02em;
}

body.post-type-archive-arkon_system .arkon-system-archive__card-body p {
	margin: 0 0 18px;
	color: #526173;
	font-size: 15px;
	line-height: 1.58;
}

body.post-type-archive-arkon_system .arkon-system-archive__card-body span {
	margin-top: auto;
	color: #0878e8;
	font-size: 15px;
	font-weight: 800;
}

body.post-type-archive-arkon_system .arkon-system-archive__empty {
	padding: 26px;
	background: #ffffff;
	border-radius: 18px;
}

body.single-arkon_system .arkon-system-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(7, 29, 58, 0.88);
}

body.single-arkon_system .arkon-system-lightbox.is-open {
	display: flex;
}

body.single-arkon_system .arkon-system-lightbox img {
	display: block;
	max-width: min(96vw, 1600px);
	max-height: 90vh;
	width: auto;
	height: auto;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

body.single-arkon_system .arkon-system-lightbox__close {
	position: fixed;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	color: #071d3a;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 1024px) {
	body.single-arkon_system .arkon-system-technical__shell,
	body.post-type-archive-arkon_system .arkon-system-archive__shell {
		width: min(100% - 32px, 1000px);
		padding-top: 40px;
	}

	body.single-arkon_system .arkon-system-technical__process-grid,
	body.single-arkon_system .arkon-system-technical__advantage-grid,
	body.single-arkon_system .arkon-system-technical__related-grid,
	body.post-type-archive-arkon_system .arkon-system-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-arkon_system .arkon-system-technical__list--chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-arkon_system .arkon-system-technical__cta {
		grid-template-columns: 1fr;
	}

	body.single-arkon_system .arkon-system-technical__cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	body.single-arkon_system .arkon-system-technical__shell,
	body.post-type-archive-arkon_system .arkon-system-archive__shell {
		width: min(100% - 24px, 720px);
		padding: 32px 0 56px;
	}

	body.single-arkon_system .arkon-system-technical__breadcrumb,
	body.post-type-archive-arkon_system .arkon-system-archive__breadcrumb {
		margin-bottom: 24px;
		font-size: 13px;
	}

	body.single-arkon_system .arkon-system-technical__header,
	body.post-type-archive-arkon_system .arkon-system-archive__header {
		margin-bottom: 28px;
		text-align: left;
	}

	body.single-arkon_system .arkon-system-technical h1,
	body.post-type-archive-arkon_system .arkon-system-archive h1 {
		font-size: clamp(30px, 10vw, 38px);
	}

	body.single-arkon_system .arkon-system-technical__figure {
		margin-bottom: 38px;
		padding: 6px;
		border-radius: 12px;
	}

	body.single-arkon_system .arkon-system-technical__content {
		font-size: 16px;
		line-height: 1.7;
	}

	body.single-arkon_system .arkon-system-technical__section {
		margin-bottom: 52px;
	}

	body.single-arkon_system .arkon-system-technical__section--intro,
	body.single-arkon_system .arkon-system-technical__section--technical,
	body.single-arkon_system .arkon-system-technical__section--chips,
	body.single-arkon_system .arkon-system-technical__section--checklist,
	body.single-arkon_system .arkon-system-technical__section--solution {
		padding: 24px 20px;
		border-radius: 18px;
	}

	body.single-arkon_system .arkon-system-technical__intro-copy {
		font-size: 16px;
	}

	body.single-arkon_system .arkon-system-technical__process-grid,
	body.single-arkon_system .arkon-system-technical__advantage-grid,
	body.single-arkon_system .arkon-system-technical__gallery-grid,
	body.single-arkon_system .arkon-system-technical__related-grid,
	body.post-type-archive-arkon_system .arkon-system-archive__grid,
	body.single-arkon_system .arkon-system-technical__list--technical,
	body.single-arkon_system .arkon-system-technical__list--chips,
	body.single-arkon_system .arkon-system-technical__list--checklist {
		grid-template-columns: 1fr;
	}

	body.single-arkon_system .arkon-system-technical__process-card,
	body.single-arkon_system .arkon-system-technical__advantage-card {
		padding: 22px 20px;
	}

	body.single-arkon_system .arkon-system-technical__flow {
		display: grid;
		grid-template-columns: 1fr;
		padding: 20px;
	}

	body.single-arkon_system .arkon-system-technical__flow-item {
		justify-content: center;
		border-radius: 14px;
		text-align: center;
	}

	body.single-arkon_system .arkon-system-technical__flow-item:not(:last-child)::after {
		content: "↓";
		position: static;
		margin-left: 10px;
	}

	body.single-arkon_system .arkon-system-technical__cta {
		margin-top: 56px;
		padding: 26px 20px;
		border-radius: 22px;
	}

	body.single-arkon_system .arkon-system-technical__button {
		width: 100%;
	}
}
