:root {
	--protect-bg: #f3f4f6;
	--protect-bg-2: #e8eaee;
	--protect-ink: #14161a;
	--protect-ink-soft: #5c6370;
	--protect-line: rgba(20, 22, 26, 0.08);
	--protect-blue: #1e5aa8;
	--protect-blue-deep: #163f7a;
	--protect-blue-soft: #3eb4e8;
	--protect-glass-dark: rgba(15, 18, 22, 0.55);
	--protect-glass-light: rgba(255, 255, 255, 0.5);
	--protect-radius: 8px;
	--protect-radius-sm: 6px;
	--protect-font: "Avenir Next", "Segoe UI Variable Display", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
	--protect-display: "Avenir Next Condensed", "Avenir Next", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(1200px 480px at 10% -10%, rgba(30, 90, 168, 0.10), transparent 50%),
		linear-gradient(180deg, var(--protect-bg) 0%, var(--protect-bg-2) 100%);
	color: var(--protect-ink);
	font-family: var(--protect-font);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: var(--protect-blue);
	text-decoration: none;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	width: auto;
	margin: 12px;
	padding: 8px 14px;
	background: #fff;
	z-index: 100000;
}

.protect-main {
	overflow: visible;
}

.protect-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.protect-eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--protect-blue);
}

.protect-title {
	margin: 0 0 16px;
	font-family: var(--protect-display);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 650;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.protect-lead {
	margin: 0;
	color: var(--protect-ink-soft);
	max-width: 42rem;
}

.protect-muted {
	margin: 12px 0 0;
	color: var(--protect-ink-soft);
	font-size: 0.9rem;
}

.protect-glass {
	background: var(--protect-glass-light);
	backdrop-filter: blur(18px) saturate(170%);
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 50px rgba(20, 22, 26, 0.08);
	border-radius: var(--protect-radius);
}

.protect-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	background: var(--protect-blue);
	color: #fff;
	font-weight: 650;
	letter-spacing: 0.01em;
	box-shadow: 0 10px 24px rgba(30, 90, 168, 0.32);
	transition: transform 0.2s ease, background 0.2s ease;
}

.protect-btn:hover,
.protect-btn:focus-visible {
	background: var(--protect-blue-deep);
	color: #fff;
	transform: translateY(-1px);
}

.protect-icon-btn {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(20, 22, 26, 0.78);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.protect-icon-btn:hover,
.protect-icon-btn:focus-visible {
	background: var(--protect-blue);
}

/* Nav — floating laminated glass */
.protect-nav {
	position: fixed;
	top: 14px;
	left: 16px;
	right: 16px;
	z-index: 1000;
	pointer-events: none;
}

.protect-nav__glass {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: min(1120px, 100%);
	margin: 0 auto;
	padding: 10px 12px 10px 20px;
	background: var(--protect-glass-dark);
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.protect-nav__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-weight: 750;
	letter-spacing: 0.02em;
	font-size: 15px;
	white-space: nowrap;
	max-width: none;
	overflow: visible;
}

.protect-nav__logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
	flex-shrink: 0;
	padding: 2px;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.protect-nav__menu,
.protect-nav__list {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.protect-nav__list > li {
	margin: 0;
}

.protect-chrome-note {
	margin: 12px;
	padding: 16px 20px;
	border-radius: 14px;
	background: rgba(30, 90, 168, 0.12);
	color: #14161a;
	font-size: 14px;
}

.protect-nav__link {
	color: rgba(255, 255, 255, 0.78);
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	transition: color 0.2s ease, background 0.2s ease;
}

.protect-nav__link:hover,
.protect-nav__link.is-active {
	color: #fff;
	background: rgba(30, 90, 168, 0.95);
}

.protect-nav__toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
}

.protect-nav__toggle-bar,
.protect-nav__toggle-bar::before,
.protect-nav__toggle-bar::after {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	position: relative;
	margin: 0 auto;
}

.protect-nav__toggle-bar::before,
.protect-nav__toggle-bar::after {
	content: "";
	position: absolute;
	left: 0;
}

.protect-nav__toggle-bar::before {
	top: -6px;
}

.protect-nav__toggle-bar::after {
	top: 6px;
}

.elementor-widget-protect-nav {
	position: relative;
	height: 0;
	margin: 0 !important;
}

.elementor-element[data-widget_type^="protect-"] {
	width: 100%;
}

.elementor-widget-protect-nav .elementor-widget-container {
	padding: 0 !important;
}

/* Hero */
.protect-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
}

.protect-hero__bg {
	position: absolute;
	inset: -12% 0;
	background-color: #1a1f2a;
	background-size: cover;
	background-position: center;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.protect-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(10, 12, 16, 0.72) 0%, rgba(10, 12, 16, 0.28) 52%, rgba(10, 12, 16, 0.12) 100%),
		linear-gradient(180deg, rgba(10, 12, 16, 0.18) 0%, rgba(10, 12, 16, 0.45) 100%);
}

.protect-hero__content {
	position: relative;
	z-index: 1;
	width: min(720px, calc(100% - 48px));
	margin-left: clamp(24px, 14vw, 160px);
	margin-right: auto;
	padding: 120px 0 80px;
}

.protect-hero__slogan {
	margin: 0 0 28px;
	font-family: var(--protect-display);
	font-size: clamp(2.4rem, 5.6vw, 4.6rem);
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.02;
	max-width: 14ch;
	text-wrap: balance;
}

.protect-hero .protect-eyebrow {
	color: var(--protect-blue-soft);
}

/* Sections */
.protect-section {
	padding: 88px 0;
}

.protect-section__intro {
	margin-bottom: 36px;
}

.protect-about__grid,
.protect-contact__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 24px;
	align-items: stretch;
}

.protect-about__copy,
.protect-contact__card,
.protect-contact__form {
	padding: 36px;
}

.protect-about__figure {
	margin: 0;
	overflow: hidden;
	border-radius: var(--protect-radius);
	min-height: 280px;
}

.protect-about__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 280px;
	filter: saturate(0.85) contrast(1.05);
}

.protect-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.protect-service {
	padding: 28px 26px 32px;
	height: 100%;
}

.protect-service__title {
	margin: 0 0 10px;
	font-size: 1.15rem;
	letter-spacing: -0.03em;
}

.protect-highlights {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.protect-highlight strong {
	display: block;
	margin-bottom: 4px;
}

.protect-highlight p {
	margin: 0;
	color: var(--protect-ink-soft);
	font-size: 0.95rem;
}

.protect-service__list {
	margin: 0;
	padding: 0 0 0 1.1em;
	color: var(--protect-ink-soft);
}

.protect-service__list li + li {
	margin-top: 6px;
}

.protect-quote {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px;
	height: 100%;
	padding: 28px 26px 24px;
	margin: 0;
}

.protect-quote__name {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.protect-quote__addr {
	margin: 0;
	color: var(--protect-ink-soft);
	font-size: 0.95rem;
}

.protect-quote__type {
	margin: 8px 0 0;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--protect-blue);
}

.protect-refs-swiper .swiper-slide {
	height: auto;
}

.protect-refs__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 28px;
}

.protect-refs-pagination.swiper-pagination-horizontal {
	position: static;
	width: auto;
}

.protect-refs-pagination .swiper-pagination-bullet {
	background: rgba(20, 22, 26, 0.25);
	opacity: 1;
}

.protect-refs-pagination .swiper-pagination-bullet-active {
	background: var(--protect-blue);
}

.protect-map-frame {
	padding: 10px;
	overflow: hidden;
}

.protect-map {
	height: 460px;
	border-radius: 16px;
	background: #dce3ee;
}

.protect-map .leaflet-popup-content-wrapper {
	border-radius: 8px;
	font-family: var(--protect-font);
}

.protect-map .leaflet-marker-icon,
.protect-map .leaflet-marker-shadow {
	max-width: none !important;
}

.protect-pin-wrap {
	background: transparent !important;
	border: 0 !important;
	overflow: visible !important;
}

.protect-pin-wrap svg {
	display: block;
	overflow: visible;
}

.protect-contact__list {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.protect-contact__list li {
	display: grid;
	gap: 2px;
	padding: 12px 0;
	border-top: 1px solid var(--protect-line);
}

.protect-contact__list span {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--protect-ink-soft);
}

.protect-contact__list strong {
	display: block;
}

.protect-contact__list a {
	color: var(--protect-ink);
	font-weight: 650;
}

.protect-contact__form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.protect-contact__form-label {
	margin: 0 0 18px;
	font-weight: 650;
}

.protect-footer {
	padding: 28px 0 40px;
}

.protect-footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 24px;
	background: var(--protect-glass-dark);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	color: rgba(255, 255, 255, 0.78);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.protect-footer__inner p {
	margin: 0;
}

.protect-footer .protect-muted {
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.protect-article,
.protect-404 {
	padding: 120px 0 80px;
}

.protect-archive-item {
	padding: 24px;
	margin: 16px 0;
}

.protect-prose > *:first-child {
	margin-top: 0;
}

@media (max-width: 1100px) {
	.protect-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 860px) {
	.protect-nav__toggle {
		display: block;
	}

	.protect-nav__glass {
		flex-wrap: wrap;
		border-radius: 10px;
		padding-right: 10px;
	}

	.protect-nav__menu {
		display: none;
		flex-direction: column;
		width: 100%;
		padding: 8px 8px 12px;
	}

	.protect-nav.is-open .protect-nav__menu,
	.protect-nav.is-open .protect-nav__list {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.protect-hero__content {
		margin-left: 24px;
	}

	.protect-about__grid,
	.protect-contact__grid,
	.protect-services__grid {
		grid-template-columns: 1fr;
	}

	.protect-footer__inner {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.protect-hero__bg.is-parallax {
		transform: none !important;
	}
}
