/**
 * ARKON Core
 * Limited, reversible CSS utilities for accessibility and interaction consistency.
 */

.wp-site-blocks .wp-block-button__link,
.wp-site-blocks .elementor-button,
.elementor-location-footer .elementor-button,
.elementor-location-header .elementor-button {
	border-radius: 999px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wp-site-blocks .wp-block-button__link:focus-visible,
.wp-site-blocks .elementor-button:focus-visible,
.elementor-location-footer a:focus-visible,
.elementor-location-header a:focus-visible,
.site-footer a:focus-visible,
.site-header a:focus-visible {
	outline: 3px solid #0878e8;
	outline-offset: 3px;
}

.wp-site-blocks .wp-block-button__link:hover,
.wp-site-blocks .elementor-button:hover {
	transform: translateY(-1px);
}

.arkon-system-detail-render {
	margin: 64px auto;
	padding: 0 24px;
}

.arkon-system-detail__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.arkon-system-detail__figure {
	margin: 0 0 48px;
	padding: 18px;
	background: #ffffff;
	border: 1px solid rgba(7, 29, 58, 0.12);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(7, 29, 58, 0.10);
}

.arkon-system-detail__image-link {
	display: block;
}

.arkon-system-detail__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 16px;
}

.arkon-system-detail__caption {
	margin-top: 12px;
	color: #526173;
	font-size: 14px;
	text-align: center;
}

.arkon-system-detail__content {
	max-width: 920px;
	margin: 0 auto;
	color: #172033;
	font-size: 18px;
	line-height: 1.75;
}

.arkon-system-detail__content h1,
.arkon-system-detail__content h2,
.arkon-system-detail__content h3 {
	color: #071d3a;
	line-height: 1.18;
}

.arkon-system-detail__content h1 {
	font-size: clamp(34px, 4vw, 52px);
	margin: 0 0 24px;
}

.arkon-system-detail__content h2 {
	font-size: clamp(28px, 3vw, 38px);
	margin: 48px 0 18px;
}

.arkon-system-detail__content h3 {
	font-size: clamp(22px, 2.4vw, 28px);
	margin: 32px 0 14px;
}

.arkon-system-detail__content p {
	margin: 0 0 18px;
}

.arkon-system-detail__content a {
	color: #0878e8;
}

@media (max-width: 767px) {
	.arkon-system-detail-render {
		margin: 40px auto;
		padding: 0 16px;
	}

	.arkon-system-detail__figure {
		margin-bottom: 32px;
		padding: 10px;
		border-radius: 18px;
	}

	.arkon-system-detail__image {
		border-radius: 12px;
	}

	.arkon-system-detail__content {
		font-size: 16px;
		line-height: 1.68;
	}
}

/* Advance header logo visibility fix - 20260729 */
.advance-header .advance-brand--logo {
	gap: 4px;
	min-width: 180px;
}

.advance-header .advance-brand__logo,
.advance-header .advance-brand__logo a {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.advance-header .advance-brand__logo img,
.advance-header .custom-logo {
	display: block;
	width: auto;
	max-width: 196px;
	height: auto;
}

.advance-header .advance-brand__sub {
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #60708a;
}

@media (max-width: 768px) {
	.advance-header .advance-brand__logo img,
	.advance-header .custom-logo {
		max-width: 164px;
	}
}
body.page .arkon-references-page {
	max-width: 100vw;
	overflow-x: hidden;
}

.arkon-references-page {
	--navy: #071d3a;
	--blue: #0878e8;
	--bg: #f4f8fc;
	--text: #172033;
	width: 100%;
	max-width: 100vw;
	font-family: Inter, Arial, sans-serif;
	color: var(--text);
	background: #fff;
	overflow-x: hidden;
}

.arkon-references-page *,
.arkon-references-page *::before,
.arkon-references-page *::after {
	box-sizing: border-box;
	min-width: 0;
}

.arkon-references-shell {
	width: min(1180px, calc(100vw - 40px));
	margin-inline: auto;
}

.arkon-references-hero {
	padding: 76px 0 64px;
	text-align: center;
	background: radial-gradient(circle at 12% 10%, rgba(8, 120, 232, .14), transparent 34%), linear-gradient(135deg, #f8fbff, #edf5fc);
}

.arkon-references-breadcrumb {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
	color: #60708a;
	font-size: 14px;
}

.arkon-references-breadcrumb a {
	color: var(--navy);
	text-decoration: none;
}

.arkon-references-eyebrow {
	margin: 0 0 14px;
	color: var(--blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.arkon-references-title {
	margin: 0 auto 20px;
	color: var(--navy);
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.045em;
}

.arkon-references-hero p {
	max-width: 840px;
	margin: 0 auto;
	color: #43516a;
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.75;
}

.arkon-references-section {
	padding: 72px 0 96px;
}

.arkon-references-section h2 {
	margin: 0 0 34px;
	color: var(--navy);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	text-align: center;
}

.arkon-reference-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.arkon-reference-card {
	display: flex;
	min-height: 190px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 28px;
	border: 1px solid rgba(7, 29, 58, .08);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(7, 29, 58, .08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.arkon-reference-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 76px rgba(7, 29, 58, .13);
	border-color: rgba(8, 120, 232, .18);
}

.arkon-reference-card__image {
	display: flex;
	width: 100%;
	height: 112px;
	align-items: center;
	justify-content: center;
}

.arkon-reference-card img {
	display: block;
	max-width: min(100%, 210px);
	max-height: 110px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.arkon-reference-card span {
	color: #526073;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.arkon-references-note {
	margin: 28px 0 0;
	color: #687790;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 1024px) {
	.arkon-reference-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.arkon-references-shell {
		width: calc(100vw - 28px);
	}

	.arkon-references-hero {
		padding: 52px 0 44px;
	}

	.arkon-reference-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.arkon-reference-card {
		min-height: 160px;
		padding: 20px;
		border-radius: 22px;
	}

	.arkon-reference-card__image {
		height: 86px;
	}

	.arkon-reference-card img {
		max-width: 140px;
		max-height: 84px;
	}

	.arkon-reference-card span {
		font-size: 13px;
	}
}

@media (max-width: 360px) {
	.arkon-reference-grid {
		grid-template-columns: 1fr;
	}

	.arkon-reference-card img {
		max-width: 170px;
	}
}
