:root {
	--bg: #f3f3f3;
	--text: #111111;
	--muted: #646464;
	--primary-dark: #041229;
	--primary-dark-soft: #071a38;
	--brand-gold: #cfa74a;
	--brand-gold-rgb: 207, 167, 74;
	--brand-gold-hover: #b98d2f;
	--brand-gold-muted: #8d6a24;
	--brand-gold-highlight: #f1dd7a;
	--dark: var(--primary-dark);
	--dark-2: var(--primary-dark-soft);
	--accent: var(--brand-gold);
	--card: #ffffff;
	--border: #e5e5e5;
	--radius: 8px;
	--shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	--container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: var(--bg);
	color: var(--text);
	line-height: 1.5;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	width: min(var(--container), calc(100% - 32px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(0, 0, 0, 0.92);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	gap: 24px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	font-weight: 700;
}

.brand-mark {
	width: 46px;
	height: 46px;
	border-radius: var(--radius);
	background: linear-gradient(180deg, #1b2436, #0a0f18);
	border: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	place-items: center;
	color: var(--accent);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
}

.brand-text {
	display: grid;
	gap: 2px;
	color: #ffffff;
}

.brand strong {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.15;
}

.brand small {
	display: block;
	color: var(--accent);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.brand-logo img {
	max-width: 180px;
	max-height: 58px;
}

.nav-toggle {
	display: none;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	border-radius: var(--radius);
	min-height: 42px;
	padding: 0 14px;
	font-weight: 700;
}

.nav .menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav .menu > li {
	position: relative;
}

.nav a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.nav .menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 26px 0;
}

.nav a:hover,
.nav .current-menu-item > a {
	color: #ffffff;
}

.nav .menu-item-has-mega-menu > a {
	position: relative;
}

.ab4s-mega-menu__trigger {
	display: inline-flex;
	width: 14px;
	height: 14px;
	color: var(--accent);
	transition: transform 0.2s ease;
}

.ab4s-mega-menu__trigger svg {
	width: 100%;
	height: 100%;
}

.ab4s-mega-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	z-index: 70;
	width: min(1120px, calc(100vw - 32px));
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(10px);
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.menu-item-has-mega-menu:hover > .ab4s-mega-menu,
.menu-item-has-mega-menu:focus-within > .ab4s-mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}

.menu-item-has-mega-menu:hover > a,
.menu-item-has-mega-menu:focus-within > a,
.menu-item-has-mega-menu.current-menu-item > a {
	color: #ffffff;
}

.menu-item-has-mega-menu:hover .ab4s-mega-menu__trigger,
.menu-item-has-mega-menu:focus-within .ab4s-mega-menu__trigger {
	transform: rotate(180deg);
}

.ab4s-mega-menu__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	gap: 18px;
	padding: 20px 22px;
	border: 1px solid rgba(4, 18, 41, 0.12);
	border-radius: 0 0 16px 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 251, 0.98)),
		#ffffff;
	box-shadow: 0 24px 48px rgba(4, 18, 41, 0.16);
}

.ab4s-mega-menu__main {
	display: grid;
	gap: 12px;
}

.ab4s-mega-menu__eyebrow,
.ab4s-mega-menu__aside-label {
	margin: 0;
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.ab4s-mega-menu__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
}

.ab4s-mega-menu__service {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 12px;
	border: 1px solid rgba(4, 18, 41, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	color: #111827;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.ab4s-mega-menu__service:hover,
.ab4s-mega-menu__service:focus {
	background: rgba(var(--brand-gold-rgb), 0.11);
	border-color: rgba(var(--brand-gold-rgb), 0.4);
	box-shadow: 0 10px 18px rgba(4, 18, 41, 0.08);
	transform: translateY(-1px);
	outline: none;
}

.ab4s-mega-menu__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 10px;
	background: rgba(var(--brand-gold-rgb), 0.14);
	color: var(--brand-gold-muted);
}

.ab4s-mega-menu__icon svg {
	width: 18px;
	height: 18px;
}

.ab4s-mega-menu__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.ab4s-mega-menu__title,
.ab4s-mega-menu__quick-title {
	display: block;
	color: #111827;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
}

.ab4s-mega-menu__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: calc(2 * 1.15em);
	text-wrap: balance;
}

.ab4s-mega-menu__description,
.ab4s-mega-menu__quick-description {
	display: block;
	color: #5b6472;
	font-size: 12px;
	line-height: 1.35;
}

.ab4s-mega-menu__aside {
	display: grid;
	align-content: start;
	gap: 8px;
	padding: 16px;
	border-radius: 14px;
	background: linear-gradient(180deg, #262626 0%, #1e1e1e 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ab4s-mega-menu__quick-link {
	display: grid;
	gap: 4px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ab4s-mega-menu__quick-link:hover,
.ab4s-mega-menu__quick-link:focus {
	background: rgba(var(--brand-gold-rgb), 0.14);
	border-color: rgba(var(--brand-gold-rgb), 0.34);
	transform: translateY(-1px);
	outline: none;
}

.ab4s-mega-menu__quick-title {
	color: #ffffff;
}

.ab4s-mega-menu__quick-description {
	color: rgba(255, 255, 255, 0.74);
}

.hero {
	position: relative;
	min-height: 620px;
	color: #ffffff;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(3, 10, 22, 0.9) 0%, rgba(3, 10, 22, 0.76) 46%, rgba(3, 10, 22, 0.42) 100%),
		radial-gradient(circle at 75% 35%, rgba(var(--brand-gold-rgb), 0.22), transparent 28%),
		linear-gradient(135deg, #061226 0%, #0a172f 50%, #111111 100%);
	overflow: hidden;
}

.hero-slider {
	background: #1e1e1e;
}

.hero-slider__track {
	position: relative;
	width: 100%;
	min-height: 620px;
}

.hero-slider__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.62) 44%, rgba(0, 0, 0, 0.46) 100%),
		radial-gradient(circle at 76% 24%, rgba(var(--brand-gold-rgb), 0.18), transparent 24%),
		var(--ab4s-hero-image) center/cover no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-slider__slide::after {
	content: "";
	position: absolute;
	inset: 90px 0 0 auto;
	width: min(42vw, 560px);
	background:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 42px 42px;
	opacity: 0.24;
	transform: skewX(-10deg);
}

.hero-slider__slide.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.hero-slider__slide .container,
.hero-slider__slide .hero-inner {
	position: relative;
	z-index: 1;
}

.hero-slider__title {
	margin: 0 0 18px;
	font-size: clamp(36px, 6vw, 66px);
	line-height: 1.02;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.hero-slider__dots {
	position: absolute;
	left: 50%;
	bottom: 34px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
}

.hero-slider__dot {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.34);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-slider__dot.is-active {
	background: var(--accent);
	box-shadow: 0 0 0 4px rgba(var(--brand-gold-rgb), 0.16);
	transform: scale(1.05);
}

.hero-slider__dot:hover,
.hero-slider__dot:focus {
	background: rgba(var(--brand-gold-rgb), 0.8);
	outline: none;
}

.hero--control-room {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.62) 44%, rgba(0, 0, 0, 0.46) 100%),
		radial-gradient(circle at 76% 24%, rgba(var(--brand-gold-rgb), 0.18), transparent 24%),
		var(--ab4s-hero-image) center/cover no-repeat;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 90px 0 0 auto;
	width: min(42vw, 560px);
	background:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 42px 42px;
	opacity: 0.28;
	transform: skewX(-10deg);
}

.hero-inner {
	position: relative;
	z-index: 1;
	padding: 84px 0 72px;
	max-width: 670px;
}

.eyebrow {
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 11px;
	font-weight: 800;
	margin: 0 0 12px;
}

.hero h1,
.page-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(36px, 6vw, 66px);
	line-height: 1.02;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.hero p,
.page-hero p {
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	max-width: 620px;
	overflow-wrap: anywhere;
}

.hero-actions,
.cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border-radius: var(--radius);
	border: 1px solid transparent;
	font-weight: 800;
	font-size: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	background: linear-gradient(135deg, var(--brand-gold-highlight) 0%, var(--brand-gold) 58%, var(--brand-gold-hover) 100%);
	border-color: rgba(var(--brand-gold-rgb), 0.78);
	color: #171108;
	box-shadow: 0 12px 24px rgba(var(--brand-gold-rgb), 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
	background: linear-gradient(135deg, #ebd067 0%, var(--brand-gold-hover) 100%);
	box-shadow: 0 16px 28px rgba(var(--brand-gold-rgb), 0.34);
}

.btn-secondary {
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.04);
}

.btn-secondary:hover,
.btn-secondary:focus {
	border-color: rgba(var(--brand-gold-rgb), 0.56);
	background: rgba(var(--brand-gold-rgb), 0.12);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.service-card a:focus-visible {
	outline: 2px solid rgba(var(--brand-gold-rgb), 0.88);
	outline-offset: 3px;
}

.info-strip {
	background: linear-gradient(90deg, var(--brand-gold-hover) 0%, var(--brand-gold) 50%, var(--brand-gold-highlight) 100%);
	color: #16110a;
	font-weight: 800;
	font-size: 14px;
}

.info-strip .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	padding: 14px 0;
	text-align: center;
}

.trust-strip {
	padding: 18px 0 8px;
	background: #f4f5f7;
}

.trust-strip__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.trust-strip__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	padding: 10px 16px;
	border-radius: 14px;
	border: 1px solid rgba(var(--brand-gold-rgb), 0.18);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 10px 18px rgba(4, 18, 41, 0.04);
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	opacity: 0.92;
	transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.trust-strip__item:hover {
	opacity: 1;
	filter: grayscale(0);
	transform: translateY(-1px);
	border-color: rgba(var(--brand-gold-rgb), 0.36);
	box-shadow: 0 14px 24px rgba(4, 18, 41, 0.08);
}

.trust-strip__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	min-height: 34px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(var(--brand-gold-rgb), 0.16);
	color: var(--brand-gold-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

section {
	padding: 62px 0;
}

.section-head {
	max-width: 780px;
	margin-bottom: 26px;
}

.section-head h2,
.dark-copy h2,
.cta-box h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.1;
	text-wrap: balance;
}

.section-head h2,
.event-highlight__copy h2,
.why-ab4s__copy h2,
.cta-box h2 {
	position: relative;
	padding-bottom: 14px;
}

.section-head h2::after,
.event-highlight__copy h2::after,
.why-ab4s__copy h2::after,
.cta-box h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--brand-gold-hover), var(--brand-gold-highlight));
}

.section-head p,
.feature-card p,
.service-card p {
	color: var(--muted);
}

.featured-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 16px;
}

.feature-card {
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--card);
	box-shadow: var(--shadow);
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.feature-card-top {
	min-height: 210px;
	background:
		linear-gradient(180deg, rgba(7, 26, 56, 0.96), rgba(6, 18, 38, 0.96)),
		linear-gradient(135deg, rgba(var(--brand-gold-rgb), 0.24), transparent);
	color: var(--accent);
	padding: 20px;
	display: flex;
	align-items: flex-start;
	font-size: 12px;
	font-weight: 800;
	position: relative;
}

.feature-card-top span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(var(--brand-gold-rgb), 0.46);
	background: rgba(var(--brand-gold-rgb), 0.12);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.feature-card-top::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	border: 1px solid rgba(var(--brand-gold-rgb), 0.4);
	border-radius: 50%;
}

.feature-card-body {
	padding: 22px;
}

.feature-card h3,
.service-card h3 {
	margin: 0 0 10px;
	font-size: 23px;
	line-height: 1.12;
	font-weight: 800;
	text-wrap: balance;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.service-card {
	position: relative;
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 24px 22px 22px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 22px;
	width: 56px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--brand-gold-hover), var(--brand-gold-highlight));
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
	border-color: rgba(var(--brand-gold-rgb), 0.34);
}

.service-card a {
	font-weight: 800;
	color: var(--brand-gold-muted);
}

.service-card a:hover {
	color: var(--brand-gold-hover);
}

.dark-section {
	background:
		linear-gradient(180deg, rgba(3, 13, 28, 0.96), rgba(4, 18, 41, 0.96)),
		linear-gradient(135deg, #071a38, #04090f);
	color: #ffffff;
}

.event-highlight {
	padding-top: 20px;
}

.event-highlight__grid,
.why-ab4s__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	align-items: center;
}

.event-highlight__image,
.why-ab4s__image {
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(4, 18, 41, 0.08);
	box-shadow: 0 18px 36px rgba(4, 18, 41, 0.1);
	background: #e8ebef;
	min-height: 360px;
}

.event-highlight__image img,
.why-ab4s__image img,
.cta-box__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-highlight__copy,
.why-ab4s__copy {
	display: grid;
	gap: 14px;
}

.event-highlight__copy p,
.why-ab4s__copy p {
	margin: 0;
	color: var(--muted);
}

.event-highlight__copy h2,
.why-ab4s__copy h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.08;
	text-wrap: balance;
}

.why-ab4s {
	padding-top: 16px;
}

.why-ab4s__list {
	display: grid;
	gap: 12px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.why-ab4s__list li {
	position: relative;
	padding-left: 28px;
	color: #384152;
	line-height: 1.65;
}

.why-ab4s__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 6px rgba(var(--brand-gold-rgb), 0.12);
}

.compact-dark {
	padding: 54px 0;
}

.dark-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: center;
}

.dark-image {
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.08);
	min-height: 420px;
	background: #06152c;
}

.security-panel {
	position: relative;
	min-height: 420px;
	background:
		radial-gradient(circle at 32% 38%, rgba(var(--brand-gold-rgb), 0.18), transparent 24%),
		linear-gradient(135deg, #050b14, #0b234a 58%, #061226);
}

.panel-line,
.panel-grid,
.panel-badge {
	position: absolute;
}

.panel-line {
	left: 11%;
	right: 11%;
	top: 22%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.panel-badge {
	left: 34px;
	bottom: 34px;
	border: 1px solid rgba(var(--brand-gold-rgb), 0.52);
	color: var(--accent);
	padding: 10px 14px;
	border-radius: var(--radius);
	font-weight: 800;
}

.panel-grid {
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
	background-size: 36px 36px;
	opacity: 0.28;
}

.dark-copy p {
	color: rgba(255, 255, 255, 0.82);
}

.dark-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.dark-list-item {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	padding: 16px 18px;
}

.dark-list-item strong {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}

.trust-logos,
.region-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0;
}

.trust-logos span,
.region-list span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: var(--radius);
	border: 1px solid rgba(var(--brand-gold-rgb), 0.38);
	color: var(--accent);
	background: rgba(255, 255, 255, 0.05);
	font-weight: 800;
	font-size: 13px;
}

.stats {
	background: #06152c;
	color: #ffffff;
	padding: 24px 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	text-align: center;
}

.stat strong {
	display: block;
	font-size: clamp(28px, 5vw, 44px);
	line-height: 1;
	color: var(--accent);
	margin-bottom: 8px;
	letter-spacing: -0.03em;
	text-shadow: 0 0 18px rgba(var(--brand-gold-rgb), 0.16);
}

.stat span {
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
}

.cta-band {
	padding-top: 18px;
}

.cta-box {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #071a38, #041229);
	color: #ffffff;
	border-radius: var(--radius);
	padding: 34px;
	border: 1px solid rgba(var(--brand-gold-rgb), 0.18);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
}

.cta-box > * {
	position: relative;
	z-index: 1;
}

.cta-box__image {
	position: absolute;
	right: -18px;
	bottom: -12px;
	width: min(220px, 24vw);
	height: calc(100% + 28px);
	opacity: 0.18;
	pointer-events: none;
}

.cta-box p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	max-width: 700px;
}

.page-hero {
	background:
		linear-gradient(90deg, rgba(3, 10, 22, 0.9), rgba(3, 10, 22, 0.66)),
		linear-gradient(135deg, #071a38, #04090f);
	color: #ffffff;
	padding: 86px 0;
}

.page-hero--location {
	background:
		linear-gradient(90deg, rgba(30, 30, 30, 0.92), rgba(30, 30, 30, 0.72)),
		radial-gradient(circle at 78% 24%, rgba(var(--brand-gold-rgb), 0.2), transparent 24%),
		var(--ab4s-location-image) center/cover no-repeat;
}

.page-hero-inner {
	max-width: 820px;
}

.location-intro,
.location-services,
.location-trust,
.location-cta {
	padding-top: 36px;
}

.location-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 30px;
	align-items: start;
}

.location-intro__copy {
	display: grid;
	gap: 16px;
	padding: 32px;
	border-radius: 16px;
	border: 1px solid rgba(4, 18, 41, 0.08);
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(4, 18, 41, 0.06);
}

.location-intro__copy h2,
.location-trust__box h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.08;
}

.location-intro__copy p,
.location-trust__box p,
.location-intro__aside p {
	margin: 0;
	color: #5b6472;
}

.location-intro__aside {
	display: grid;
	gap: 12px;
	padding: 24px;
	border-radius: 16px;
	background: linear-gradient(180deg, #262626 0%, #1e1e1e 100%);
	box-shadow: 0 16px 28px rgba(4, 18, 41, 0.12);
}

.location-intro__aside h2 {
	margin: 0 0 4px;
	color: #ffffff;
	font-size: 20px;
}

.location-intro__aside a {
	color: var(--accent);
	font-weight: 800;
}

.location-intro__aside p {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.6;
}

.location-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.location-service-card {
	display: grid;
	gap: 12px;
	padding: 22px;
	border-radius: 14px;
	border: 1px solid rgba(4, 18, 41, 0.08);
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(4, 18, 41, 0.05);
}

.location-service-card h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.15;
}

.location-service-card p {
	margin: 0;
	color: #5b6472;
	line-height: 1.6;
}

.location-service-card a {
	color: #111111;
	font-weight: 800;
}

.location-trust__box {
	padding: 30px 32px;
	border-radius: 16px;
	background: linear-gradient(135deg, #fbfbfc, #f1f3f6);
	border: 1px solid rgba(4, 18, 41, 0.08);
	box-shadow: 0 12px 24px rgba(4, 18, 41, 0.04);
}

.service-hero {
	background:
		radial-gradient(circle at 76% 24%, rgba(var(--brand-gold-rgb), 0.22), transparent 24%),
		linear-gradient(135deg, #041229, #071a38 58%, #04090f);
}

.two-column {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 34px;
	align-items: start;
}

.prose {
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 30px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.prose h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.12;
}

.prose h2:not(:first-child) {
	margin-top: 28px;
}

.prose p {
	color: var(--muted);
}

.check-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 26px;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--accent);
}

.side-panel {
	background: #071a38;
	color: #ffffff;
	border-radius: var(--radius);
	padding: 24px;
	display: grid;
	gap: 12px;
}

.side-panel h2 {
	margin: 10px 0 0;
	font-size: 20px;
}

.side-panel h2:first-child {
	margin-top: 0;
}

.side-panel p {
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
}

.side-panel a:not(.btn) {
	color: var(--accent);
	font-weight: 800;
}

.form-placeholder {
	display: grid;
	gap: 6px;
	margin-top: 18px;
	border: 1px dashed rgba(4, 18, 41, 0.32);
	border-radius: var(--radius);
	padding: 18px;
	background: #f7f7f7;
	color: var(--muted);
}

.form-placeholder strong {
	color: var(--text);
}

.jcw-contact-form.jcw-request-form {
	width: min(100%, 760px);
	margin-top: 22px;
	padding: 32px;
	border: 1px solid #d9dde3;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(4, 18, 41, 0.08);
}

.jcw-contact-form__variant-header {
	display: grid;
	gap: 10px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7ebf0;
}

.jcw-contact-form__variant-title {
	margin: 0;
	color: #111827;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.1;
}

.jcw-contact-form__variant-intro {
	margin: 0;
	color: #5b6472;
	font-size: 15px;
	line-height: 1.65;
}

.jcw-contact-form .form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.jcw-contact-form .form-grid > label {
	display: grid;
	gap: 8px;
	align-content: start;
	color: #111827;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.jcw-contact-form .form-grid > label.full,
.jcw-contact-form .form-grid > .full {
	grid-column: 1 / -1;
}

.jcw-contact-form input:not([type="hidden"]):not([type="checkbox"]),
.jcw-contact-form select,
.jcw-contact-form textarea {
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #d9dde3;
	border-radius: 10px;
	background: #ffffff;
	color: #111827;
	font: inherit;
	font-size: 15px;
	line-height: 1.45;
	appearance: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.jcw-contact-form input:not([type="hidden"]):not([type="checkbox"]),
.jcw-contact-form select {
	min-height: 48px;
}

.jcw-contact-form textarea {
	min-height: 148px;
	resize: vertical;
}

.jcw-contact-form input::placeholder,
.jcw-contact-form textarea::placeholder {
	color: #7a8596;
}

.jcw-contact-form input:not([type="hidden"]):not([type="checkbox"]):focus,
.jcw-contact-form select:focus,
.jcw-contact-form textarea:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 4px rgba(var(--brand-gold-rgb), 0.18);
}

.jcw-contact-form select {
	padding-right: 42px;
	background-image:
		linear-gradient(45deg, transparent 50%, #475467 50%),
		linear-gradient(135deg, #475467 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(50% - 3px),
		calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.jcw-contact-form .jcw-contact-form__consent {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 4px 0 0;
	color: #5b6472;
	font-size: 14px;
	font-weight: 500;
}

.jcw-contact-form .jcw-contact-form__consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--accent);
}

.jcw-contact-form .jcw-contact-form__consent span {
	display: block;
	line-height: 1.55;
}

.jcw-contact-form input[name="jcw_contact_captcha_answer"] {
	max-width: 180px;
}

.jcw-contact-form .form-actions {
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.jcw-contact-form .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 24px;
	border: 0;
	border-radius: 10px;
	background: #f5c400;
	color: #1e1e1e;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(245, 196, 0, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.jcw-contact-form .button:hover,
.jcw-contact-form .button:focus {
	background: #e0b400;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(224, 180, 0, 0.26);
	outline: none;
}

.jcw-contact-form__notice {
	margin: 0 0 20px;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.jcw-contact-form__notice--success {
	background: #edf8f0;
	border-color: #b9e2c3;
	color: #175c2e;
}

.jcw-contact-form__notice--error {
	background: #fdf0f0;
	border-color: #efc2c2;
	color: #8c2525;
}

.site-footer {
	background: #04090f;
	color: rgba(255, 255, 255, 0.88);
	padding: 56px 0 18px;
	margin-top: 40px;
}

.footer-top {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1fr;
	gap: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top h2 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 16px;
}

.footer-top p,
.footer-top li,
.footer-top a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.footer-top ul,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.footer-trust {
	margin-top: 18px;
}

.footer-bottom {
	padding-top: 18px;
	text-align: center;
	color: rgba(255, 255, 255, 0.56);
	font-size: 13px;
}

@media (max-width: 980px) {
	.featured-services,
	.service-grid,
	.dark-grid,
	.event-highlight__grid,
	.why-ab4s__grid,
	.location-services__grid,
	.footer-top,
	.stats-grid,
	.info-strip .container,
	.two-column {
		grid-template-columns: 1fr;
	}

	.location-intro__grid {
		grid-template-columns: 1fr;
	}

	.cta-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.nav-wrap {
		flex-wrap: wrap;
		padding: 14px 0;
	}

	.nav-toggle {
		display: inline-flex;
		align-items: center;
	}

	.nav {
		display: none;
		width: 100%;
	}

	.nav.is-open {
		display: block;
	}

	.nav .menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 12px 0 4px;
	}

	.nav .menu > li {
		width: 100%;
	}

	.nav .menu > li > a {
		width: 100%;
		padding: 0;
	}

	.ab4s-mega-menu {
		position: static;
		width: 100%;
		padding-top: 12px;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		display: none;
	}

	.menu-item-has-mega-menu:hover > .ab4s-mega-menu,
	.menu-item-has-mega-menu:focus-within > .ab4s-mega-menu {
		display: block;
	}

	.ab4s-mega-menu__inner {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px;
		border-radius: 16px;
	}

	.ab4s-mega-menu__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.event-highlight__image,
	.why-ab4s__image {
		min-height: 300px;
	}

	.cta-box__image {
		width: 180px;
		opacity: 0.14;
	}

	.side-panel {
		order: -1;
	}

	.jcw-contact-form.jcw-request-form {
		width: 100%;
		padding: 28px;
	}
}

@media (max-width: 640px) {
	.hero {
		min-height: 540px;
	}

	.hero-slider__track {
		min-height: 540px;
	}

	.hero-inner {
		padding: 62px 0 54px;
	}

	.hero h1,
	.page-hero h1 {
		font-size: 36px;
	}

	.hero-slider__title {
		font-size: 36px;
	}

	.brand {
		align-items: flex-start;
	}

	.brand strong {
		font-size: 14px;
	}

	.brand small {
		font-size: 10px;
		max-width: 210px;
	}

	.trust-strip {
		padding-top: 18px;
	}

	.trust-strip__row {
		justify-content: flex-start;
	}

	.trust-strip__item {
		width: 100%;
		justify-content: center;
	}

	.prose,
	.cta-box {
		padding: 22px;
	}

	.location-intro__copy,
	.location-trust__box,
	.location-intro__aside {
		padding: 24px 22px;
	}

	.event-highlight__image,
	.why-ab4s__image {
		min-height: 240px;
	}

	.cta-box__image {
		display: none;
	}

	.hero-slider__dots {
		bottom: 24px;
	}

	.jcw-contact-form.jcw-request-form {
		padding: 22px 18px;
		border-radius: 12px;
	}

	.jcw-contact-form .form-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.jcw-contact-form input[name="jcw_contact_captcha_answer"] {
		max-width: 100%;
	}

	.jcw-contact-form .button {
		width: 100%;
	}

	.ab4s-mega-menu__grid {
		grid-template-columns: 1fr;
	}

	.ab4s-mega-menu__service,
	.ab4s-mega-menu__quick-link {
		padding: 12px;
	}
}
