/**
 * Abannet Quantum Navigation — v6.18.1
 * Frosted Ice-White Glass + Deep Navy — Tesla/Apple minimal.
 * Destructive override of main.css, modern.css, compact.css legacy header rules.
 */

/* ── 1. Nav glass — همه صفحات: روشن، آبی آسمان + سرمه‌ای، شیشه خیلی کم ── */
.site-header--quantum,
.site-header.site-header--quantum,
.site-quantum-header,
.site-quantum-header.site-header,
.site-quantum-header.site-header--quantum,
body.abannet-front-page .site-quantum-header,
body.abannet-front-page .site-quantum-header.site-header,
body.abannet-inner-page .site-quantum-header,
body.abannet-inner-page .site-quantum-header.site-header {
	background: linear-gradient(
		125deg,
		color-mix(in srgb, var(--abannet-nav-glass-1, #fcfdff) 93%, transparent) 0%,
		color-mix(in srgb, var(--abannet-nav-glass-2, #e2ecff) 90%, transparent) 42%,
		color-mix(in srgb, var(--abannet-nav-glass-3, #f1f5fc) 92%, transparent) 100%
	) !important;
	backdrop-filter: blur(10px) saturate(135%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(135%) !important;
	border-bottom: 1px solid rgba(var(--abannet-nav-text-rgb, 6, 11, 24), 0.06) !important;
	box-shadow: 0 2px 14px rgba(var(--abannet-nav-text-rgb, 6, 11, 24), 0.04) !important;
}

.site-quantum-header.site-header.nav-scrolled,
.site-quantum-header.site-header.scrolled {
	background: linear-gradient(
		125deg,
		rgba(255, 255, 255, 0.97) 0%,
		rgba(219, 234, 254, 0.95) 38%,
		rgba(236, 242, 252, 0.96) 100%
	) !important;
	backdrop-filter: blur(12px) saturate(140%) !important;
	-webkit-backdrop-filter: blur(12px) saturate(140%) !important;
	border-bottom-color: rgba(6, 11, 24, 0.08) !important;
	box-shadow: 0 4px 18px rgba(6, 11, 24, 0.06) !important;
}

.site-quantum-header .header-inner,
.site-quantum-header.site-header .header-inner,
.site-header.site-quantum-header .header-inner,
.site-header.site-quantum-header.scrolled .header-inner,
.site-quantum-header.site-header.scrolled .header-inner,
.site-quantum-header.nav-scrolled .header-inner {
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border: none !important;
	box-shadow: none !important;
}

.site-quantum-header .header-tech-bg,
.site-quantum-header .header-bottom-line {
	display: none !important;
}

/* ── 2. Shell & smart-sticky ── */
.site-quantum-header.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	min-height: var(--header-height);
	padding: 8px 0 0;
	width: 100%;
	overflow-x: clip;
	will-change: transform;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease !important;
}

.site-quantum-header.site-header.nav-hidden {
	transform: translateY(-110%);
	pointer-events: none;
}

.site-quantum-header .header-shell {
	position: relative;
	z-index: 2;
	max-width: min(var(--container-width, 1200px), calc(100% - 24px));
	margin: 0 auto;
}

.site-quantum-header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	height: auto;
	padding: 6px 14px;
	border-radius: 0;
}

.site-quantum-header.nav-scrolled .header-inner {
	min-height: 48px;
	padding: 4px 12px;
}

/* ── 3. Logo — pristine, no filters or blend modes ── */
.site-quantum-header .site-branding,
.site-quantum-header .site-branding.logo {
	flex-shrink: 0;
	max-width: min(200px, 42vw);
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.site-quantum-header .site-branding .brand-link,
.site-quantum-header .site-branding .site-logo,
.site-quantum-header .logo .brand-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.site-quantum-header .site-branding img,
.site-quantum-header .logo img,
.site-quantum-header .brand-link img {
	display: block;
	max-height: 44px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: right center;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	mix-blend-mode: normal !important;
	filter: none !important;
}

/* ── 4. Primary nav — deep navy, SEO contrast ── */
.site-quantum-header .main-nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	min-width: 0;
	max-width: 100%;
}

.site-quantum-header .nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 901px) {
	.site-quantum-header .header-inner {
		flex-wrap: nowrap;
	}

	.site-quantum-header .site-branding {
		flex: 0 0 auto;
	}

	.site-quantum-header .header-actions {
		flex: 0 0 auto;
	}

	.site-quantum-header .nav-menu li a {
		padding: 7px 11px;
		font-size: 13px !important;
		white-space: nowrap;
	}
}

@media (min-width: 1101px) {
	.site-quantum-header .nav-menu li a {
		padding: 8px 13px;
		font-size: 14px !important;
	}
}

/* Nav links — naked on frosted bar; magnetic pill handles highlight (v6.18) */
.site-quantum-header nav a:not(.subscriber-portal-btn):not(.smart-consultant-btn):not(.header-portal-btn):not(.header-cta):not(.header-cta--wizard),
.site-quantum-header .nav-menu li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 8px 14px;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--abannet-nav-text, #060b18) !important;
	opacity: 0.92;
	text-shadow: none !important;
	text-decoration: none !important;
	border-radius: 20px;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none;
	transition: color 0.25s ease, opacity 0.25s ease;
}

.site-quantum-header .nav-menu li a::after {
	display: none !important;
	content: none !important;
}

.site-quantum-header nav a:not(.subscriber-portal-btn):not(.smart-consultant-btn):not(.header-portal-btn):not(.header-cta):not(.header-cta--wizard):hover,
.site-quantum-header nav a:not(.subscriber-portal-btn):not(.smart-consultant-btn):not(.header-portal-btn):not(.header-cta):not(.header-cta--wizard):focus-visible,
.site-quantum-header .nav-menu li a:hover,
.site-quantum-header .nav-menu li a:focus-visible {
	color: var(--abannet-nav-accent, #0052ff) !important;
	opacity: 1;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	transform: none;
	text-shadow: none;
}

.site-quantum-header nav a:not(.subscriber-portal-btn):not(.smart-consultant-btn):not(.header-portal-btn):not(.header-cta):not(.header-cta--wizard):active,
.site-quantum-header .nav-menu li a:active {
	transform: none;
}

.site-quantum-header .nav-menu li.current-menu-item a,
.site-quantum-header .nav-menu li.current_page_item a,
.site-quantum-header nav .nav-menu a.active {
	color: var(--abannet-nav-accent, #0052ff) !important;
	opacity: 1;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	transform: none;
}

/* Contrast lock — all pages */
.site-quantum-header.nav-scrolled nav a:not(.subscriber-portal-btn):not(.smart-consultant-btn):not(.header-portal-btn):not(.header-cta):not(.header-cta--wizard),
.site-quantum-header.scrolled nav a:not(.subscriber-portal-btn):not(.smart-consultant-btn):not(.header-portal-btn):not(.header-cta):not(.header-cta--wizard),
.site-quantum-header.nav-hidden .nav-menu li a,
.site-quantum-header .nav-menu li a {
	color: var(--abannet-nav-text, #060b18) !important;
	opacity: 0.92;
}

.site-quantum-header.nav-scrolled .nav-menu li a:hover,
.site-quantum-header.nav-scrolled .nav-menu li.current-menu-item a,
.site-quantum-header.nav-scrolled .nav-menu li.current_page_item a {
	color: var(--abannet-nav-accent, #0052ff) !important;
	opacity: 1;
}

/* ── 5. Header actions ── */
.site-quantum-header .header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

@media (min-width: 901px) {
	.site-quantum-header .header-actions {
		gap: 14px;
	}
}

.site-quantum-header .header-mobile-ctas {
	display: none;
}

/* Phone dropdown — light glass */
.site-quantum-header .phone-dropdown {
	position: relative;
	z-index: 50;
}

.site-quantum-header .phone-dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	background: rgba(255, 255, 255, 0.45) !important;
	border: 1px solid rgba(0, 82, 255, 0.12) !important;
	border-radius: 999px;
	color: var(--abannet-nav-text, #060b18) !important;
	cursor: pointer;
	transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-quantum-header .phone-dropdown-toggle:hover,
.site-quantum-header .phone-dropdown.is-open .phone-dropdown-toggle {
	border-color: rgba(0, 82, 255, 0.28) !important;
	background: rgba(255, 255, 255, 0.72) !important;
	box-shadow: 0 4px 16px rgba(0, 82, 255, 0.08);
}

.site-quantum-header .phone-dropdown-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(0, 82, 255, 0.1);
	color: #0052ff;
}

.site-quantum-header .phone-dropdown-icon svg {
	width: 14px;
	height: 14px;
}

.site-quantum-header .phone-dropdown-label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
	text-align: right;
}

.site-quantum-header .phone-dropdown-label small {
	font-size: 0.5625rem;
	font-weight: 600;
	color: rgba(6, 11, 24, 0.55) !important;
}

.site-quantum-header .phone-dropdown-label strong {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--abannet-nav-text, #060b18) !important;
}

.site-quantum-header .phone-dropdown-chevron {
	color: rgba(6, 11, 24, 0.45);
}

.site-quantum-header .phone-dropdown-chevron svg {
	width: 14px;
	height: 14px;
}

.site-quantum-header .phone-dropdown-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 200px;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: rgba(245, 249, 255, 0.96) !important;
	border: 1px solid rgba(255, 255, 255, 0.7) !important;
	border-radius: 12px;
	backdrop-filter: blur(20px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(180%) !important;
	box-shadow: 0 12px 40px rgba(6, 11, 24, 0.1);
	z-index: 1100;
}

.site-quantum-header .phone-dropdown-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 8px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--abannet-nav-text, #060b18) !important;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.site-quantum-header .phone-dropdown-menu a:hover {
	background: rgba(0, 82, 255, 0.08) !important;
	color: var(--abannet-nav-accent, #0052ff) !important;
}

.site-quantum-header .phone-dropdown-menu a svg {
	width: 14px;
	height: 14px;
	color: #0052ff;
}

/* ── 6. Subscriber portal — soft online green on hover ── */
.site-quantum-header .header-portal-btn,
.site-quantum-header .subscriber-portal-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	font-size: 0.75rem;
	font-weight: 700 !important;
	font-family: inherit;
	color: var(--abannet-nav-accent, #0052ff) !important;
	text-decoration: none !important;
	background: rgba(0, 82, 255, 0.02) !important;
	border: 1px solid rgba(0, 82, 255, 0.28) !important;
	border-radius: 999px;
	white-space: nowrap;
	transition:
		color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
		background 0.3s cubic-bezier(0.25, 1, 0.5, 1),
		border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
		box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1),
		transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.site-quantum-header .header-portal-btn:hover,
.site-quantum-header .subscriber-portal-btn:hover,
.site-quantum-header .header-portal-btn:focus-visible,
.site-quantum-header .subscriber-portal-btn:focus-visible {
	background: linear-gradient(
		135deg,
		rgba(16, 185, 129, 0.14) 0%,
		rgba(52, 211, 153, 0.08) 100%
	) !important;
	border-color: rgba(16, 185, 129, 0.42) !important;
	color: #047857 !important;
	opacity: 1 !important;
	box-shadow: 0 4px 18px rgba(16, 185, 129, 0.18);
	transform: translateY(-1px);
}

.site-quantum-header .header-portal-btn:hover .header-portal-btn__text,
.site-quantum-header .subscriber-portal-btn:hover .header-portal-btn__text,
.site-quantum-header .header-portal-btn:focus-visible .header-portal-btn__text,
.site-quantum-header .subscriber-portal-btn:focus-visible .header-portal-btn__text {
	color: #047857 !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #047857 !important;
}

.site-quantum-header .header-portal-btn__dot {
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #10b981 !important;
	box-shadow: 0 0 8px rgba(16, 185, 129, 0.65);
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-quantum-header .header-portal-btn:hover .header-portal-btn__dot,
.site-quantum-header .subscriber-portal-btn:hover .header-portal-btn__dot,
.site-quantum-header .header-portal-btn:focus-visible .header-portal-btn__dot,
.site-quantum-header .subscriber-portal-btn:focus-visible .header-portal-btn__dot {
	background: #34d399 !important;
	box-shadow: 0 0 12px rgba(52, 211, 153, 0.9);
}

@keyframes live-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.75);
	}
	70% {
		box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
	}
}

.site-quantum-header .header-portal-btn__dot {
	animation: live-pulse 2s ease-out infinite;
}

/* ── 7. Smart consultant — royal blue, hover text lock ── */
.site-quantum-header .header-cta--wizard,
.site-quantum-header .smart-consultant-btn,
.site-quantum-header .btn.btn-primary.header-cta--wizard,
.site-quantum-header .btn.btn-primary.btn-sm.header-cta--wizard,
.site-quantum-header .btn.btn-primary.smart-consultant-btn,
.site-quantum-header .btn.btn-primary.header-cta--wizard.smart-consultant-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px !important;
	font-size: 0.75rem;
	font-weight: 700 !important;
	border-radius: 999px;
	white-space: nowrap;
	background: var(--abannet-nav-cta, #0052ff) !important;
	border: none !important;
	color: #ffffff !important;
	box-shadow: 0 4px 16px rgba(0, 82, 255, 0.2) !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.site-quantum-header .header-cta--wizard:hover,
.site-quantum-header .smart-consultant-btn:hover,
.site-quantum-header .btn.btn-primary.header-cta--wizard:hover,
.site-quantum-header .btn.btn-primary.smart-consultant-btn:hover,
.site-quantum-header .btn.btn-primary.header-cta--wizard.smart-consultant-btn:hover,
.site-quantum-header .btn.btn-primary.btn-sm.header-cta--wizard:hover,
.site-quantum-header .btn.btn-primary.btn-sm.smart-consultant-btn:hover {
	background: #003cb3 !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 8px 24px rgba(0, 82, 255, 0.25) !important;
	transform: translateY(-1px);
}

.site-quantum-header .header-cta--wizard:focus-visible,
.site-quantum-header .smart-consultant-btn:focus-visible,
.site-quantum-header .btn.btn-primary.smart-consultant-btn:focus-visible {
	background: #003cb3 !important;
	color: #ffffff !important;
	outline: 2px solid rgba(0, 82, 255, 0.4);
	outline-offset: 2px;
}

.site-quantum-header .header-cta--wizard::after,
.site-quantum-header .smart-consultant-btn::after,
.site-quantum-header .btn.btn-primary.smart-consultant-btn::after {
	display: none !important;
}

/* Beat modern.css .btn-primary:hover color bleed */
.site-quantum-header .btn.btn-primary.smart-consultant-btn,
.site-quantum-header .btn.btn-primary.smart-consultant-btn:hover,
.site-quantum-header .btn.btn-primary.smart-consultant-btn:focus,
.site-quantum-header .btn.btn-primary.smart-consultant-btn:active {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

/* ── 8. Mobile hamburger ── */
.site-quantum-header .menu-toggle--quantum {
	display: none;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.5) !important;
	border: 1px solid rgba(0, 82, 255, 0.15) !important;
	border-radius: 10px;
	color: var(--abannet-nav-text, #060b18) !important;
	cursor: pointer;
	transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.site-quantum-header .menu-toggle--quantum:hover,
.site-quantum-header .menu-toggle--quantum.active {
	border-color: rgba(0, 82, 255, 0.35) !important;
	background: rgba(255, 255, 255, 0.85) !important;
	color: var(--abannet-nav-accent, #0052ff) !important;
}

.site-quantum-header .menu-icon-close {
	display: none;
}

.site-quantum-header .menu-toggle.active .menu-icon-open {
	display: none;
}

.site-quantum-header .menu-toggle.active .menu-icon-close {
	display: block;
}

/* Front page hero offset */
body.abannet-front-page .site-main {
	padding-top: 0 !important;
}

body.abannet-front-page .hero-content {
	padding-top: calc(var(--header-height) + 10px);
}

/* ── Inner pages — محتوا زیر منوی fixed نرود ── */
body.abannet-inner-page {
	--nav-clearance: calc(var(--header-height, 72px) + 8px);
	scroll-padding-top: var(--nav-clearance);
}

body.abannet-inner-page .site-main,
body.abannet-inner-page #main-content.site-main {
	padding-top: var(--nav-clearance) !important;
}

/* هیروهای تیره: پس‌زمینه زیر منوی شفاف، محتوا پایین‌تر از نوار */
body.abannet-inner-page .site-main > .about-page,
body.abannet-inner-page .site-main > .services-detail {
	margin-top: calc(-1 * var(--nav-clearance));
}

body.abannet-inner-page .about-page__hero,
body.abannet-inner-page .services-detail__hero {
	padding-top: calc(44px + var(--nav-clearance));
}

/* page-hero مستقیم (تماس و …) — فقط offset اصلی site-main کافی است */
body.abannet-inner-page .site-main > .page-hero:first-child {
	margin-top: calc(-1 * var(--nav-clearance));
	padding-top: calc(80px + var(--nav-clearance));
}

/* ── 9. Responsive — frosted mobile drawer ── */
@media (max-width: 1100px) {
	.site-quantum-header .nav-menu li a {
		padding: 6px 9px;
		font-size: 13px !important;
	}

	.site-quantum-header .phone-dropdown-label {
		display: none;
	}

	.site-quantum-header .phone-dropdown-chevron {
		display: none;
	}
}

@media (max-width: 900px) {
	.site-quantum-header .header-portal-btn:not(.header-portal-btn--mobile),
	.site-quantum-header .subscriber-portal-btn:not(.header-portal-btn--mobile),
	.site-quantum-header .header-cta--wizard:not(.header-cta--mobile),
	.site-quantum-header .smart-consultant-btn:not(.header-cta--mobile) {
		display: none !important;
	}

	.site-quantum-header .menu-toggle--quantum {
		display: flex !important;
	}

	.site-quantum-header .main-nav {
		position: fixed !important;
		top: calc(var(--header-height) + 4px) !important;
		right: 12px !important;
		left: 12px !important;
		bottom: auto !important;
		max-height: calc(100vh - var(--header-height) - 24px);
		flex: none !important;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: 16px !important;
		background: linear-gradient(
			125deg,
			rgba(255, 255, 255, 0.97) 0%,
			rgba(226, 236, 255, 0.95) 50%,
			rgba(241, 245, 252, 0.96) 100%
		) !important;
		border: 1px solid rgba(6, 11, 24, 0.07) !important;
		border-radius: 16px;
		backdrop-filter: blur(12px) saturate(140%) !important;
		-webkit-backdrop-filter: blur(12px) saturate(140%) !important;
		box-shadow: 0 8px 28px rgba(6, 11, 24, 0.07) !important;
		transform: translate3d(0, -12px, 0) !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
	}

	.site-quantum-header .main-nav.active {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.site-quantum-header .nav-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		width: 100%;
	}

	.site-quantum-header .nav-menu li a {
		padding: 12px 16px;
		font-size: 15px !important;
		border-radius: 12px;
		color: var(--abannet-nav-text, #060b18) !important;
	}

	.site-quantum-header .nav-menu li a:hover,
	.site-quantum-header .nav-menu li a:focus-visible {
		color: var(--abannet-nav-accent, #0052ff) !important;
		background: rgba(var(--abannet-nav-accent-rgb, 0, 82, 255), 0.06) !important;
	}

	.site-quantum-header .header-mobile-ctas {
		display: flex !important;
		flex-direction: column;
		gap: 8px;
		margin-top: 14px;
		padding-top: 14px;
		border-top: 1px solid rgba(0, 82, 255, 0.1);
	}

	.site-quantum-header .header-mobile-ctas .subscriber-portal-btn,
	.site-quantum-header .header-mobile-ctas .smart-consultant-btn,
	.site-quantum-header .header-portal-btn--mobile,
	.site-quantum-header .header-cta--mobile {
		display: flex !important;
		justify-content: center;
		width: 100%;
		padding: 12px 16px !important;
		font-size: 0.875rem !important;
	}
}

@media (max-width: 768px) {
	.site-quantum-header .header-cta--mobile,
	.site-quantum-header .smart-consultant-btn.header-cta--mobile {
		display: flex !important;
	}

	.site-quantum-header .main-nav {
		top: calc(var(--header-height) + 2px) !important;
		right: 10px !important;
		left: 10px !important;
	}
}

@media (max-width: 520px) {
	.site-quantum-header .header-inner {
		padding: 6px 10px;
		gap: 8px;
	}

	.site-quantum-header .site-branding {
		max-width: min(148px, 36vw);
	}

	.site-quantum-header .site-branding img,
	.site-quantum-header .logo img {
		max-height: 38px;
	}

	.site-quantum-header .phone-dropdown-toggle {
		padding: 6px 8px;
	}

	.site-quantum-header .menu-toggle--quantum {
		width: 36px;
		height: 36px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-quantum-header .header-portal-btn__dot {
		animation: none;
	}

	.site-quantum-header.site-header {
		transition: transform 0.2s ease !important;
	}

	.site-quantum-header .smart-consultant-btn:hover,
	.site-quantum-header .header-portal-btn:hover,
	.site-quantum-header .subscriber-portal-btn:hover,
	.site-quantum-header .nav-menu li a,
	.site-quantum-header .nav-menu li a:hover,
	.site-quantum-header .nav-menu li a:focus-visible,
	.site-quantum-header .nav-menu li.current-menu-item a {
		transform: none !important;
		text-shadow: none !important;
	}
}

/* ── Network Workbench — v6.51.0 above-the-fold compaction ── */
body.abannet-network-tools-page.abannet-inner-page #main-content.site-main {
	padding-top: calc(var(--header-height, 72px) + 24px) !important;
	padding-bottom: 0 !important;
}

body.abannet-network-tools-page .site-quantum-header.site-header {
	margin-bottom: 0 !important;
}
