/*
Theme Name: UaPtoTech GeneratePress
Theme URI: https://uaprotech.com/
Description: Lightweight GeneratePress child theme for UaPtoTech commercial low-voltage services.
Author: UaPtoTech
Template: generatepress
Version: 2.1.0
Text Domain: uaprotech-generatepress
*/

@font-face {
	font-family: "Space Grotesk";
	src: url("assets/fonts/SpaceGrotesk-Latin-Variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
}

@font-face {
	font-family: "Oxanium";
	src: url("assets/fonts/Oxanium-Latin-Variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
}

:root {
	--ua-white: #ffffff;
	--ua-paper: #f8fafb;
	--ua-wash: #edf5f7;
	--ua-ink: #17212b;
	--ua-ink-soft: #354451;
	--ua-muted: #5f6d79;
	--ua-faint: #7c8993;
	--ua-line: #dde5e9;
	--ua-line-strong: #c9d4da;
	--ua-cyan: #20c7dc;
	--ua-yellow: #f3dd24;
	--ua-danger: #a7392f;
	--ua-success: #206a52;
	--ua-container: 1440px;
	--ua-gutter: clamp(24px, 4vw, 56px);
	--ua-display: "Oxanium", "Trebuchet MS", sans-serif;
	--ua-body: "Space Grotesk", "Trebuchet MS", sans-serif;
	--ua-radius: 10px;
	--ua-header-height: 74px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--ua-header-height) + 18px);
	background: var(--ua-white);
}

body.ua-gp-site {
	margin: 0;
	min-width: 320px;
	overflow-x: clip;
	background: var(--ua-white);
	color: var(--ua-ink);
	font-family: var(--ua-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.ua-gp-site :where(h1, h2, h3, p, ul, ol, figure) {
	margin-top: 0;
}

body.ua-gp-site :where(a) {
	color: inherit;
	text-decoration: none;
}

body.ua-gp-site :where(img, svg) {
	display: block;
	max-width: 100%;
}

body.ua-gp-site :where(button, input, select, textarea) {
	font: inherit;
}

body.ua-gp-site :focus-visible {
	outline: 3px solid color-mix(in srgb, var(--ua-cyan) 58%, transparent);
	outline-offset: 4px;
}

.ua-container {
	width: min(var(--ua-container), calc(100% - (var(--ua-gutter) * 2)));
	margin-inline: auto;
}

.ua-section {
	padding-block: clamp(88px, 9vw, 148px);
}

.ua-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	padding: 11px 16px;
	transform: translateY(-160%);
	background: var(--ua-ink);
	color: var(--ua-white);
	border-radius: 5px;
	font-weight: 600;
}

.ua-skip-link:focus {
	transform: translateY(0);
}

.ua-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: var(--ua-header-height);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid transparent;
	transition: border-color 180ms ease, box-shadow 180ms ease;
	backdrop-filter: blur(14px);
}

.ua-site-header.is-scrolled {
	border-bottom-color: var(--ua-line);
	box-shadow: 0 8px 28px rgba(23, 33, 43, 0.045);
}

.ua-site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: clamp(28px, 4vw, 72px);
	height: 100%;
}

.ua-brand {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: clamp(232px, 19vw, 294px);
	min-width: 0;
	padding-bottom: 6px;
}

.ua-brand::after,
.ua-site-footer__brand > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	transform-origin: left;
	background: linear-gradient(90deg, var(--ua-yellow) 0 15%, var(--ua-cyan) 15% 100%);
	animation: ua-route-draw 920ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ua-brand img {
	width: 100%;
	height: auto;
	animation: ua-logo-arrive 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ua-site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 3vw, 48px);
}

.ua-site-nav a,
.ua-header-call {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.ua-site-nav a:not(.ua-site-nav__mobile-call)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -9px;
	height: 1px;
	background: var(--ua-cyan);
	transition: right 180ms ease;
}

.ua-site-nav a:hover::after,
.ua-site-nav a:focus-visible::after {
	right: 0;
}

.ua-header-call {
	font-weight: 650;
}

.ua-header-call::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-radius: 999px;
	background: var(--ua-yellow);
}

.ua-site-nav__mobile-call,
.ua-menu-toggle {
	display: none;
}

.ua-hero {
	position: relative;
	border-bottom: 1px solid var(--ua-line);
	background:
		linear-gradient(rgba(23, 33, 43, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 33, 43, 0.028) 1px, transparent 1px),
		var(--ua-white);
	background-size: 72px 72px;
}

.ua-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
	align-items: stretch;
	min-height: min(670px, calc(100svh - var(--ua-header-height) - 88px));
}

.ua-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 128px clamp(42px, 5vw, 88px) 72px 0;
}

.ua-route--hero {
	position: absolute;
	top: 42px;
	left: -10px;
	width: min(760px, 110%);
	height: 190px;
	pointer-events: none;
}

.ua-hero h1,
.ua-display,
.ua-section-heading h2,
.ua-quality h2,
.ua-coverage h2,
.ua-faq h2,
.ua-contact h2,
.ua-page-hero h1 {
	margin-bottom: 0;
	font-family: var(--ua-display);
	font-weight: 520;
	letter-spacing: -0.046em;
	line-height: 1.03;
	text-wrap: balance;
}

.ua-hero h1 {
	max-width: 780px;
	font-size: clamp(54px, 5.25vw, 86px);
}

.ua-hero__lead {
	max-width: 650px;
	margin: 28px 0 0;
	color: var(--ua-ink-soft);
	font-size: clamp(18px, 1.45vw, 23px);
	line-height: 1.48;
}

.ua-actions {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-top: 34px;
}

.ua-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.ua-gp-site .ua-button--primary {
	background: var(--ua-ink);
	color: var(--ua-white);
	box-shadow: 0 12px 30px rgba(23, 33, 43, 0.12);
}

body.ua-gp-site .ua-button--primary:hover,
body.ua-gp-site .ua-button--primary:focus-visible {
	transform: translateY(-2px);
	background: #0f1821;
	box-shadow: 0 16px 36px rgba(23, 33, 43, 0.18);
}

.ua-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: fit-content;
	padding-block: 8px;
	border-bottom: 1px solid currentColor;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.ua-text-link span {
	transition: transform 180ms ease;
}

.ua-text-link:hover span,
.ua-text-link:focus-visible span {
	transform: translateX(4px);
}

.ua-text-link--small {
	font-size: 14px;
}

.ua-hero__media {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: var(--ua-ink);
}

.ua-hero__slides {
	height: 100%;
}

.ua-hero__slide {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(190px, 15vw, 226px);
	height: 100%;
	min-height: 590px;
}

.ua-hero__slide[hidden] {
	display: none;
}

.ua-hero__slide.is-active {
	animation: ua-carousel-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ua-hero__photo {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: #d9d5ca;
}

.ua-hero__photo img {
	width: 100%;
	height: 100%;
	min-height: 590px;
	object-fit: cover;
	object-position: 50% 48%;
}

.ua-hero__photo--camera {
	display: grid;
	place-items: center;
	background: #d7dbdc;
}

.ua-hero__photo--camera img {
	width: min(72%, 360px);
	height: auto;
	min-height: 0;
	aspect-ratio: 1;
	border: 8px solid rgba(255, 255, 255, 0.78);
	border-radius: 5px;
	box-shadow: 0 20px 48px rgba(23, 33, 43, 0.2);
	object-fit: cover;
}

.ua-hero__marker {
	position: absolute;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(23, 33, 43, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 24px rgba(23, 33, 43, 0.16);
	color: var(--ua-ink);
	font-family: var(--ua-display);
	font-size: 11px;
	font-weight: 650;
	line-height: 1;
}

.ua-hero__marker--one {
	top: 22%;
	left: 57%;
}

.ua-hero__marker--two {
	top: 49%;
	left: 37%;
}

.ua-hero__marker--three {
	top: 72%;
	left: 54%;
}

.ua-hero__slide--access .ua-hero__marker--one {
	top: 36%;
	left: 53%;
}

.ua-hero__slide--access .ua-hero__marker--two {
	top: 53%;
	left: 38%;
}

.ua-hero__slide--access .ua-hero__marker--three {
	top: 69%;
	left: 60%;
}

.ua-hero__slide--camera .ua-hero__marker--one {
	top: 45%;
	left: 53%;
}

.ua-hero__slide--camera .ua-hero__marker--two {
	top: 37%;
	left: 38%;
}

.ua-hero__slide--camera .ua-hero__marker--three {
	top: 58%;
	left: 61%;
}

.ua-hero__carousel-controls {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 5px;
	border: 1px solid rgba(23, 33, 43, 0.14);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 28px rgba(23, 33, 43, 0.14);
}

body.ua-gp-site .ua-hero__carousel-controls button {
	display: grid;
	place-items: center;
	min-width: 30px;
	height: 28px;
	min-height: 0;
	padding: 0 8px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: transparent;
	box-shadow: none;
	color: var(--ua-muted);
	font-family: var(--ua-display);
	font-size: 10px;
	font-weight: 650;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

body.ua-gp-site .ua-hero__carousel-controls button:hover,
body.ua-gp-site .ua-hero__carousel-controls button:focus-visible {
	border-color: rgba(23, 33, 43, 0.18);
	background: var(--ua-panel);
	color: var(--ua-ink);
}

body.ua-gp-site .ua-hero__carousel-controls button.is-active {
	border-color: var(--ua-ink);
	background: var(--ua-ink);
	color: var(--ua-white);
}

body.ua-gp-site .ua-hero__carousel-controls .ua-hero__carousel-toggle {
	min-width: 46px;
	border-left-color: var(--ua-line);
	color: var(--ua-ink);
}

.ua-hero__photo-caption {
	position: absolute;
	left: 22px;
	bottom: 22px;
	display: grid;
	gap: 4px;
	max-width: calc(100% - 44px);
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 6px;
	background: rgba(23, 33, 43, 0.9);
	box-shadow: 0 14px 34px rgba(23, 33, 43, 0.2);
	color: var(--ua-white);
}

.ua-hero__photo-caption span {
	color: var(--ua-cyan);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.ua-hero__photo-caption strong {
	font-size: 14px;
	font-weight: 550;
	line-height: 1.25;
}

.ua-hero__legend {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 34px 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	background: var(--ua-ink);
	color: var(--ua-white);
}

.ua-hero__legend-kicker {
	margin: 0 0 22px;
	color: var(--ua-cyan);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ua-hero__legend-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ua-hero__legend-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 10px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ua-hero__legend-index {
	padding-top: 2px;
	color: var(--ua-yellow);
	font-family: var(--ua-display);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.2;
}

.ua-hero__legend-item strong,
.ua-hero__legend-item small {
	display: block;
}

.ua-hero__legend-item strong {
	font-size: 13px;
	font-weight: 550;
	line-height: 1.3;
}

.ua-hero__legend-item small {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	line-height: 1.4;
}

.ua-proof {
	border-bottom: 1px solid var(--ua-line);
	background: var(--ua-white);
}

.ua-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 92px;
}

.ua-proof__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 20px 26px;
	border-right: 1px solid var(--ua-line);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
}

.ua-proof__item:last-child {
	border-right: 0;
}

.ua-proof__item svg {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	fill: none;
	stroke: var(--ua-ink);
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ua-proof__item .ua-icon-accent {
	stroke: var(--ua-cyan);
}

.ua-intro {
	border-bottom: 1px solid var(--ua-line);
}

.ua-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
	align-items: end;
	gap: clamp(56px, 8vw, 150px);
}

.ua-intro h2 {
	font-size: clamp(48px, 5.1vw, 80px);
}

.ua-intro__copy > p {
	max-width: 690px;
	margin-bottom: 32px;
	color: var(--ua-ink-soft);
	font-size: clamp(18px, 1.4vw, 22px);
	line-height: 1.56;
}

.ua-intro__notes {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-top: 1px solid var(--ua-line);
	border-bottom: 1px solid var(--ua-line);
}

.ua-intro__notes span {
	padding: 13px 20px;
	border-right: 1px solid var(--ua-line);
	color: var(--ua-muted);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.ua-intro__notes span:first-child {
	padding-left: 0;
}

.ua-intro__notes span:last-child {
	border-right: 0;
}

.ua-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
	align-items: end;
	gap: clamp(40px, 7vw, 120px);
	margin-bottom: clamp(58px, 6vw, 96px);
}

.ua-section-heading h2 {
	font-size: clamp(46px, 4.45vw, 72px);
}

.ua-section-heading p {
	margin-bottom: 2px;
	color: var(--ua-muted);
	font-size: 17px;
	line-height: 1.58;
}

.ua-section-heading--wide {
	display: block;
	margin-bottom: 32px;
}

.ua-section-heading--wide h2 {
	max-width: 1120px;
}

.ua-services {
	background: var(--ua-white);
}

.ua-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(34px, 4vw, 72px);
}

.ua-service {
	display: grid;
	grid-template-columns: minmax(240px, 0.92fr) minmax(260px, 1.08fr);
	align-items: stretch;
	gap: 28px;
	padding-block: 24px;
	border-top: 1px solid var(--ua-line);
}

.ua-service:nth-last-child(-n + 2) {
	border-bottom: 1px solid var(--ua-line);
}

.ua-service__copy {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 16px;
	align-content: start;
	padding-block: 10px;
}

.ua-service__number {
	font-family: var(--ua-display);
	color: var(--ua-faint);
	font-size: 54px;
	font-weight: 300;
	letter-spacing: -0.05em;
	line-height: 0.95;
}

.ua-service h3 {
	margin-bottom: 12px;
	font-size: clamp(21px, 1.65vw, 28px);
	font-weight: 600;
	line-height: 1.15;
}

.ua-service p {
	margin-bottom: 24px;
	color: var(--ua-muted);
	font-size: 15px;
	line-height: 1.55;
}

.ua-service > img {
	width: 100%;
	height: 100%;
	min-height: 228px;
	max-height: 270px;
	border-radius: var(--ua-radius);
	object-fit: cover;
	transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ua-service:hover > img {
	transform: scale(1.012);
}

.ua-process {
	padding-top: 46px;
	background: var(--ua-paper);
	border-top: 1px solid var(--ua-line);
	border-bottom: 1px solid var(--ua-line);
}

.ua-process__line {
	position: relative;
	height: 2px;
	margin-bottom: 28px;
	background: linear-gradient(90deg, var(--ua-yellow) 0 27%, var(--ua-cyan) 27% 100%);
}

.ua-process__line::before,
.ua-process__line::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: translateY(-50%);
	border-radius: 999px;
}

.ua-process__line::before {
	left: 0;
	background: var(--ua-yellow);
}

.ua-process__line::after {
	right: 0;
	background: var(--ua-cyan);
}

.ua-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(28px, 5vw, 88px);
}

.ua-process__grid article > span {
	display: block;
	margin-bottom: 4px;
	font-family: var(--ua-display);
	color: var(--ua-faint);
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
}

.ua-process h3 {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 600;
}

.ua-process p {
	margin-bottom: 0;
	color: var(--ua-muted);
	font-size: 15px;
	line-height: 1.55;
}

.ua-quality__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(360px, 0.78fr);
	align-items: center;
	gap: clamp(52px, 6.5vw, 112px);
}

.ua-quality__media {
	margin: 0;
	overflow: hidden;
	border-radius: var(--ua-radius);
	box-shadow: 0 20px 54px rgba(23, 33, 43, 0.09);
}

.ua-quality__media img {
	width: 100%;
	aspect-ratio: 1.53 / 1;
	object-fit: cover;
}

.ua-quality h2 {
	font-size: clamp(43px, 4.15vw, 68px);
}

.ua-quality__copy > p,
.ua-faq__intro > p,
.ua-contact__intro > p {
	max-width: 600px;
	margin: 28px 0 30px;
	color: var(--ua-muted);
	font-size: 18px;
	line-height: 1.58;
}

.ua-mini-route {
	position: relative;
	height: 2px;
	margin-top: 28px;
	background: linear-gradient(90deg, var(--ua-yellow) 0 42%, var(--ua-cyan) 42% 100%);
}

.ua-mini-route::before,
.ua-mini-route::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.ua-mini-route::before {
	left: 0;
	background: var(--ua-yellow);
}

.ua-mini-route::after {
	right: 0;
	background: var(--ua-cyan);
}

.ua-quality ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--ua-line);
}

.ua-quality li {
	position: relative;
	padding: 16px 42px 16px 0;
	border-bottom: 1px solid var(--ua-line);
	font-size: 15px;
	font-weight: 500;
}

.ua-quality li::after {
	content: "\2192";
	position: absolute;
	right: 3px;
	color: var(--ua-cyan);
}

.ua-coverage {
	padding-block: clamp(64px, 6vw, 96px);
	background: var(--ua-wash);
	border-top: 1px solid var(--ua-line);
	border-bottom: 1px solid var(--ua-line);
}

.ua-coverage__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.68fr) auto;
	align-items: center;
	gap: clamp(36px, 6vw, 96px);
}

.ua-coverage h2 {
	font-size: clamp(40px, 4vw, 64px);
}

.ua-coverage p {
	max-width: 660px;
	margin: 24px 0 0;
	color: var(--ua-muted);
}

.ua-coverage__visual {
	width: min(440px, 100%);
	margin: 0;
	justify-self: center;
}

.ua-coverage__visual img {
	width: 100%;
	height: auto;
}

.ua-coverage__link {
	align-self: center;
	white-space: nowrap;
}

.ua-faq__grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
	align-items: start;
	gap: clamp(72px, 10vw, 180px);
}

.ua-faq h2,
.ua-contact h2 {
	font-size: clamp(45px, 4.5vw, 72px);
}

.ua-faq__items {
	border-top: 1px solid var(--ua-line-strong);
}

.ua-faq details {
	border-bottom: 1px solid var(--ua-line-strong);
}

.ua-faq summary {
	position: relative;
	padding: 25px 54px 25px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.ua-faq summary::-webkit-details-marker {
	display: none;
}

.ua-faq summary::before,
.ua-faq summary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 17px;
	height: 1px;
	background: var(--ua-ink);
	transition: transform 180ms ease;
}

.ua-faq summary::after {
	transform: rotate(90deg);
}

.ua-faq details[open] summary::after {
	transform: rotate(0);
}

.ua-faq details > p {
	max-width: 740px;
	margin: -4px 54px 24px 0;
	color: var(--ua-muted);
	font-size: 16px;
}

.ua-contact {
	padding-block: clamp(84px, 8vw, 130px);
	background: var(--ua-wash);
	border-top: 1px solid var(--ua-line);
}

.ua-contact__grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
	gap: clamp(64px, 9vw, 160px);
}

.ua-contact__links {
	display: grid;
	gap: 14px;
	margin-top: 38px;
}

.ua-contact__links a {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	width: fit-content;
	font-size: 17px;
	font-weight: 500;
}

.ua-contact__links a span {
	border-bottom: 1px solid transparent;
	transition: border-color 180ms ease;
}

.ua-contact__links a:hover span,
.ua-contact__links a:focus-visible span {
	border-bottom-color: currentColor;
}

.ua-contact__links svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: var(--ua-ink);
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ua-form-card {
	padding: clamp(26px, 3vw, 42px);
	background: var(--ua-white);
	border: 1px solid var(--ua-line-strong);
	border-radius: 12px;
}

.ua-form {
	display: grid;
	gap: 22px;
}

.ua-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ua-field {
	display: grid;
	gap: 8px;
}

.ua-field label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.ua-field :where(input, select, textarea) {
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	background: var(--ua-white);
	border: 1px solid var(--ua-line-strong);
	border-radius: 5px;
	color: var(--ua-ink);
	font-size: 15px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ua-field :where(input, select, textarea):focus {
	border-color: var(--ua-cyan);
	box-shadow: 0 0 0 3px rgba(32, 199, 220, 0.12);
	outline: none;
}

.ua-field textarea {
	min-height: 112px;
	resize: vertical;
}

.ua-field textarea::placeholder {
	color: #8b98a2;
}

.ua-form .ua-button {
	justify-self: start;
}

.ua-form__notice {
	margin-bottom: 22px;
	padding: 13px 15px;
	border-radius: 5px;
	font-size: 14px;
}

.ua-form__notice--success {
	background: #e9f7f1;
	border: 1px solid #b7dfd0;
	color: var(--ua-success);
}

.ua-form__notice--error {
	background: #fff1ef;
	border: 1px solid #efc3bc;
	color: var(--ua-danger);
}

.ua-site-footer {
	padding-block: 48px;
	background: var(--ua-white);
	border-top: 1px solid var(--ua-line);
}

.ua-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) minmax(340px, 0.9fr) minmax(220px, 0.65fr);
	align-items: start;
	gap: clamp(44px, 7vw, 110px);
}

.ua-site-footer__brand img {
	width: 210px;
	height: auto;
}

.ua-site-footer__brand > a {
	position: relative;
	display: inline-flex;
	width: 210px;
	padding-bottom: 6px;
}

.ua-site-footer__brand p {
	max-width: 500px;
	margin: 18px 0 0;
	color: var(--ua-muted);
	font-size: 13px;
	line-height: 1.5;
}

.ua-site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	padding-top: 2px;
}

.ua-site-footer__nav a,
.ua-site-footer__meta {
	font-size: 13px;
	font-weight: 500;
}

.ua-site-footer__nav a:hover,
.ua-site-footer__meta a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ua-site-footer__meta {
	display: grid;
	justify-items: start;
	gap: 8px;
	color: var(--ua-muted);
}

.ua-site-footer__meta a:first-child {
	color: var(--ua-ink);
	font-weight: 650;
	white-space: nowrap;
}

.ua-page-hero {
	padding-block: clamp(90px, 10vw, 160px);
	background:
		linear-gradient(rgba(23, 33, 43, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 33, 43, 0.028) 1px, transparent 1px),
		var(--ua-white);
	background-size: 72px 72px;
	border-bottom: 1px solid var(--ua-line);
}

.ua-page-hero h1 {
	max-width: 1000px;
	font-size: clamp(52px, 6vw, 92px);
}

.ua-page-hero p {
	max-width: 760px;
	margin: 28px 0 0;
	color: var(--ua-muted);
	font-size: 20px;
}

.ua-page-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: 30px;
	color: var(--ua-faint);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ua-page-breadcrumb a {
	color: var(--ua-ink-soft);
	text-decoration: none;
}

.ua-page-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
	align-items: start;
	gap: clamp(60px, 8vw, 130px);
}

.ua-page-content {
	min-width: 0;
	font-size: 18px;
}

.ua-page-content :where(h2, h3, h4) {
	margin: 1.6em 0 0.55em;
	font-family: var(--ua-display);
	font-weight: 520;
	line-height: 1.12;
}

.ua-page-content h2 {
	font-size: clamp(34px, 3.2vw, 52px);
}

.ua-page-content a {
	color: #087f92;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ua-page-content img {
	border-radius: var(--ua-radius);
}

.ua-content-stack {
	display: grid;
	gap: clamp(54px, 7vw, 94px);
}

.ua-content-stack > p {
	max-width: 880px;
	margin-bottom: -28px;
	color: var(--ua-ink-soft);
}

.ua-quality__copy .ua-text-link {
	margin-top: 26px;
}

.ua-content-stack > .ua-content-lede {
	margin-bottom: -38px;
	color: var(--ua-ink);
	font-family: var(--ua-display);
	font-size: clamp(27px, 2.6vw, 42px);
	font-weight: 480;
	line-height: 1.22;
}

.ua-page-feature {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: var(--ua-paper);
	border: 1px solid var(--ua-line);
	border-radius: var(--ua-radius);
}

.ua-page-feature img {
	display: block;
	width: 100%;
	max-height: 560px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 0;
}

.ua-page-feature figcaption {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	color: var(--ua-muted);
	font-size: 13px;
}

.ua-page-feature figcaption span {
	color: var(--ua-ink);
	font-family: var(--ua-display);
	font-size: 19px;
	font-weight: 650;
}

.ua-content-section {
	display: grid;
	gap: 34px;
}

.ua-content-heading {
	display: grid;
	max-width: 820px;
	gap: 12px;
}

.ua-content-heading > span,
.ua-content-kicker,
.ua-content-band > span,
.ua-business-facts > div > span {
	color: #087f92;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ua-page-content .ua-content-heading h2,
.ua-page-content .ua-content-split h2,
.ua-page-content .ua-content-band h2,
.ua-page-content .ua-business-facts h2,
.ua-page-content .ua-related-services h2 {
	margin: 0;
}

.ua-content-heading p {
	margin: 0;
	color: var(--ua-muted);
}

.ua-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ua-content-card {
	position: relative;
	min-height: 260px;
	padding: 28px 24px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(32, 199, 220, 0.06), transparent 52%),
		var(--ua-paper);
	border: 1px solid var(--ua-line);
	border-radius: var(--ua-radius);
}

.ua-content-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: 2px;
	background: linear-gradient(90deg, var(--ua-yellow) 0 32%, var(--ua-cyan) 32% 100%);
}

.ua-content-card > span {
	display: block;
	margin-bottom: 52px;
	color: var(--ua-faint);
	font-family: var(--ua-display);
	font-size: 15px;
	font-weight: 650;
}

.ua-page-content .ua-content-card h3 {
	margin: 0 0 12px;
	font-size: 22px;
}

.ua-content-card p {
	margin: 0;
	color: var(--ua-muted);
	font-size: 14px;
	line-height: 1.58;
}

.ua-content-split {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(40px, 7vw, 92px);
	align-items: start;
	padding-block: clamp(36px, 5vw, 62px);
	border-block: 1px solid var(--ua-line);
}

.ua-content-split > div {
	display: grid;
	gap: 13px;
}

.ua-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ua-check-list li {
	position: relative;
	padding: 17px 18px 17px 29px;
	border-bottom: 1px solid var(--ua-line);
	color: var(--ua-ink-soft);
	font-size: 14px;
}

.ua-check-list li::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 7px;
	width: 7px;
	height: 7px;
	background: var(--ua-cyan);
	border-radius: 50%;
	box-shadow: -4px 0 0 var(--ua-yellow);
}

.ua-content-band {
	position: relative;
	display: grid;
	gap: 14px;
	padding: clamp(36px, 5vw, 66px);
	overflow: hidden;
	background:
		linear-gradient(100deg, rgba(243, 221, 36, 0.13), transparent 42%),
		linear-gradient(145deg, var(--ua-wash), var(--ua-white));
	border: 1px solid var(--ua-line);
	border-radius: var(--ua-radius);
}

.ua-content-band::after {
	content: "";
	position: absolute;
	right: -48px;
	bottom: 32px;
	width: 220px;
	height: 72px;
	border-right: 2px solid var(--ua-cyan);
	border-bottom: 2px solid var(--ua-cyan);
	border-radius: 0 0 42px;
	opacity: 0.65;
}

.ua-content-band p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0;
	color: var(--ua-ink-soft);
}

.ua-page-faq {
	display: grid;
	gap: 0;
}

.ua-page-faq .ua-content-heading {
	margin-bottom: 26px;
}

.ua-page-faq details {
	border-top: 1px solid var(--ua-line-strong);
}

.ua-page-faq details:last-child {
	border-bottom: 1px solid var(--ua-line-strong);
}

.ua-page-faq summary {
	padding: 22px 40px 22px 0;
	cursor: pointer;
	color: var(--ua-ink);
	font-family: var(--ua-display);
	font-size: 18px;
	font-weight: 540;
}

.ua-page-faq details p {
	max-width: 780px;
	margin: -4px 0 24px;
	color: var(--ua-muted);
	font-size: 15px;
}

.ua-related-services {
	display: grid;
	gap: 26px;
}

.ua-related-services > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ua-page-content .ua-related-services a {
	display: grid;
	gap: 30px;
	min-height: 150px;
	padding: 22px;
	background: var(--ua-white);
	border: 1px solid var(--ua-line);
	border-radius: var(--ua-radius);
	color: var(--ua-ink);
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

.ua-page-content .ua-related-services a:hover {
	transform: translateY(-2px);
	border-color: var(--ua-cyan);
}

.ua-related-services a span {
	color: var(--ua-faint);
	font-family: var(--ua-display);
	font-size: 14px;
}

.ua-related-services a strong {
	font-family: var(--ua-display);
	font-size: 18px;
	font-weight: 540;
}

.ua-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ua-project-card {
	margin: 0;
	overflow: hidden;
	background: var(--ua-paper);
	border: 1px solid var(--ua-line);
	border-radius: var(--ua-radius);
}

.ua-project-card > div {
	overflow: hidden;
	background: var(--ua-wash);
}

.ua-project-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 0;
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ua-project-card:hover img {
	transform: scale(1.025);
}

.ua-project-card figcaption {
	padding: 24px 22px 28px;
}

.ua-project-card figcaption > span {
	color: #087f92;
	font-family: var(--ua-display);
	font-size: 13px;
	font-weight: 650;
}

.ua-page-content .ua-project-card h2 {
	margin: 20px 0 12px;
	font-size: 23px;
}

.ua-project-card p {
	margin: 0;
	color: var(--ua-muted);
	font-size: 14px;
}

.ua-business-facts {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(44px, 7vw, 90px);
	padding: clamp(34px, 5vw, 62px);
	background: var(--ua-paper);
	border: 1px solid var(--ua-line);
	border-radius: var(--ua-radius);
}

.ua-business-facts > div {
	display: grid;
	align-content: start;
	gap: 14px;
}

.ua-business-facts > div p {
	margin: 0;
	color: var(--ua-muted);
}

.ua-business-facts dl {
	display: grid;
	margin: 0;
}

.ua-business-facts dl div {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 24px;
	padding-block: 16px;
	border-bottom: 1px solid var(--ua-line);
}

.ua-business-facts dt {
	color: var(--ua-faint);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ua-business-facts dd {
	margin: 0;
	color: var(--ua-ink-soft);
	font-size: 15px;
}

.ua-page-content .ua-business-facts a {
	color: inherit;
}

.ua-page-cta {
	position: sticky;
	top: calc(var(--ua-header-height) + 28px);
	padding: 32px;
	background: var(--ua-wash);
	border: 1px solid var(--ua-line);
	border-radius: var(--ua-radius);
}

.ua-page-cta h2 {
	margin-bottom: 14px;
	font-family: var(--ua-display);
	font-size: 30px;
	font-weight: 520;
	line-height: 1.1;
}

.ua-page-cta p {
	margin-bottom: 24px;
	color: var(--ua-muted);
	font-size: 15px;
}

.ua-page-cta .ua-text-link {
	margin-top: 18px;
	font-size: 15px;
}

.ua-post-list {
	display: grid;
	gap: 0;
}

.ua-post-list__item {
	padding-block: 36px;
	border-top: 1px solid var(--ua-line);
}

.ua-post-list__item:last-of-type {
	border-bottom: 1px solid var(--ua-line);
}

.ua-post-list__item h2 {
	font-family: var(--ua-display);
	font-size: 36px;
	font-weight: 520;
}

.ua-motion .ua-reveal.is-visible {
	animation: ua-reveal-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ua-logo-arrive {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes ua-route-draw {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

@keyframes ua-reveal-in {
	from {
		opacity: 0.72;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes ua-carousel-in {
	from {
		opacity: 0.58;
		transform: translateX(8px) scale(0.996);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1220px) {
	:root {
		--ua-gutter: 30px;
	}

	.ua-site-header__inner {
		gap: 30px;
	}

	.ua-site-nav {
		gap: 24px;
	}

	.ua-hero__grid {
		grid-template-columns: minmax(0, 0.94fr) minmax(470px, 1.06fr);
	}

	.ua-hero__slide {
		grid-template-columns: minmax(0, 1fr) 176px;
	}

	.ua-hero__legend {
		padding-inline: 18px;
	}

	.ua-services__grid {
		grid-template-columns: 1fr;
	}

	.ua-service {
		grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
	}

	.ua-service:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.ua-service:last-child {
		border-bottom: 1px solid var(--ua-line);
	}

	.ua-service > img {
		max-height: 300px;
	}

	.ua-quality__grid {
		grid-template-columns: minmax(0, 1.4fr) minmax(330px, 0.8fr);
	}
}

@media (max-width: 980px) {
	.ua-site-nav {
		gap: 18px;
	}

	.ua-site-nav a {
		font-size: 14px;
	}

	.ua-header-call {
		font-size: 14px;
	}

	.ua-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(410px, 0.95fr);
	}

	.ua-hero__content {
		padding-right: 36px;
	}

	.ua-hero h1 {
		font-size: clamp(48px, 5.8vw, 62px);
	}

	.ua-hero__slide {
		display: block;
	}

	.ua-hero__photo {
		height: 100%;
	}

	.ua-hero__legend {
		position: absolute;
		right: 18px;
		bottom: 18px;
		width: 190px;
		padding: 20px 18px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 8px;
		background: rgba(23, 33, 43, 0.95);
		box-shadow: 0 18px 42px rgba(23, 33, 43, 0.24);
	}

	.ua-hero__legend-kicker {
		margin-bottom: 10px;
	}

	.ua-hero__legend-item {
		padding: 10px 0;
	}

	.ua-hero__legend-item small {
		display: none;
	}

	.ua-proof__item {
		gap: 12px;
		padding-inline: 14px;
		font-size: 13px;
	}

	.ua-intro__grid,
	.ua-quality__grid,
	.ua-faq__grid,
	.ua-contact__grid {
		grid-template-columns: 1fr;
	}

	.ua-intro__grid,
	.ua-quality__grid,
	.ua-faq__grid,
	.ua-contact__grid {
		gap: 58px;
	}

	.ua-intro__copy {
		max-width: 760px;
	}

	.ua-quality__media {
		max-width: 900px;
	}

	.ua-quality__copy,
	.ua-faq__intro,
	.ua-contact__intro {
		max-width: 760px;
	}

	.ua-coverage__grid {
		grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
	}

	.ua-coverage__link {
		grid-column: 1 / -1;
	}

	.ua-site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.ua-site-footer__meta {
		grid-column: 1 / -1;
		grid-template-columns: repeat(4, auto);
		align-items: center;
		justify-content: start;
		column-gap: 24px;
	}

	.ua-page-layout {
		grid-template-columns: 1fr;
	}

	.ua-page-cta {
		position: static;
	}
}

@media (max-width: 860px) {
	:root {
		--ua-header-height: 68px;
		--ua-gutter: 22px;
	}

	body.ua-menu-open {
		overflow: hidden;
	}

	.ua-site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 20px;
	}

	.ua-brand {
		width: min(248px, 70vw);
	}

	.ua-menu-toggle {
		display: grid;
		place-content: center;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 0;
		background: transparent;
		border: 0;
		color: var(--ua-ink);
		cursor: pointer;
	}

	body.ua-gp-site .ua-menu-toggle,
	body.ua-gp-site .ua-menu-toggle:hover,
	body.ua-gp-site .ua-menu-toggle:focus,
	body.ua-gp-site .ua-menu-toggle[aria-expanded="true"] {
		background: transparent;
		border: 0;
		color: var(--ua-ink);
	}

	.ua-menu-toggle span {
		display: block;
		width: 27px;
		height: 2px;
		background: currentColor;
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.ua-menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.ua-menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.ua-menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.ua-site-nav {
		position: fixed;
		top: var(--ua-header-height);
		left: 0;
		right: 0;
		display: grid;
		align-content: start;
		gap: 0;
		max-height: calc(100svh - var(--ua-header-height));
		padding: 16px var(--ua-gutter) 28px;
		transform: translateY(-12px);
		opacity: 0;
		visibility: hidden;
		background: var(--ua-white);
		border-bottom: 1px solid var(--ua-line);
		box-shadow: 0 18px 44px rgba(23, 33, 43, 0.1);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	body.ua-menu-open .ua-site-nav {
		transform: none;
		opacity: 1;
		visibility: visible;
	}

	.ua-site-nav a {
		padding: 16px 0;
		border-bottom: 1px solid var(--ua-line);
		font-size: 17px;
	}

	.ua-site-nav a::after {
		display: none;
	}

	.ua-site-nav__mobile-call {
		display: block;
		margin-top: 12px;
		padding: 16px 18px !important;
		background: var(--ua-ink);
		border: 0 !important;
		border-radius: 6px;
		color: var(--ua-white);
		text-align: center;
		font-weight: 650 !important;
	}

	body.ua-gp-site .ua-site-nav__mobile-call {
		color: var(--ua-white);
	}

	.ua-header-call {
		display: none;
	}

	.ua-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ua-hero__content {
		padding: 150px 0 44px;
	}

	.ua-route--hero {
		top: 28px;
		left: 0;
		width: 100%;
		height: 122px;
	}

	.ua-hero h1 {
		max-width: 720px;
		font-size: clamp(48px, 9.2vw, 70px);
	}

	.ua-hero__lead {
		max-width: 720px;
	}

	.ua-hero__media {
		border-radius: var(--ua-radius) var(--ua-radius) 0 0;
	}

	.ua-hero__slides {
		height: auto;
	}

	.ua-hero__slide {
		display: grid;
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	.ua-hero__photo {
		height: auto;
		aspect-ratio: 4 / 5;
	}

	.ua-hero__photo img {
		min-height: 0;
		object-position: 50% 48%;
	}

	.ua-hero__legend {
		position: static;
		width: auto;
		padding: 20px 22px 22px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.ua-hero__legend-kicker {
		margin-bottom: 14px;
	}

	.ua-hero__legend-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ua-hero__legend-item {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 8px;
		padding: 12px 14px;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}

	.ua-hero__legend-item:first-child {
		padding-left: 0;
		border-left: 0;
	}

	.ua-hero__legend-item small {
		display: block;
	}

	.ua-proof__grid {
		min-height: 0;
	}

	.ua-proof__item {
		flex-direction: column;
		gap: 8px;
		min-width: 0;
		padding: 18px 8px;
		text-align: center;
	}

	.ua-proof__item svg {
		width: 29px;
		height: 29px;
		flex-basis: 29px;
	}

	.ua-section-heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ua-service {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
	}

	.ua-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 48px;
	}

	.ua-coverage__grid {
		grid-template-columns: 1fr;
	}

	.ua-coverage__visual {
		width: min(480px, 100%);
		margin-inline: auto;
	}

	.ua-coverage__link {
		grid-column: auto;
	}

	.ua-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.ua-site-footer__meta {
		grid-column: auto;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	:root {
		--ua-gutter: 18px;
	}

	body.ua-gp-site {
		font-size: 16px;
	}

	.ua-section {
		padding-block: 78px;
	}

	.ua-brand {
		width: min(238px, 72vw);
	}

	.ua-hero {
		background-size: 52px 52px;
	}

	.ua-hero__content {
		padding-top: 76px;
	}

	.ua-route--hero {
		top: 10px;
		height: 72px;
	}

	.ua-hero h1 {
		font-size: clamp(40px, 11.5vw, 56px);
		line-height: 1.08;
	}

	.ua-hero__lead {
		margin-top: 22px;
		font-size: 18px;
		line-height: 1.52;
	}

	.ua-actions {
		gap: 24px;
		margin-top: 26px;
	}

	.ua-button {
		min-height: 52px;
		padding-inline: 20px;
		font-size: 15px;
	}

	.ua-text-link {
		font-size: 15px;
	}

	.ua-hero__media {
		border-radius: 8px 8px 0 0;
	}

	.ua-hero__carousel-controls {
		top: 8px;
		left: 8px;
		gap: 3px;
		padding: 4px;
	}

	body.ua-gp-site .ua-hero__carousel-controls button {
		min-width: 26px;
		height: 26px;
		padding-inline: 6px;
	}

	body.ua-gp-site .ua-hero__carousel-controls .ua-hero__carousel-toggle {
		min-width: 42px;
	}

	.ua-hero__marker {
		width: 29px;
		height: 29px;
		font-size: 10px;
	}

	.ua-hero__photo-caption {
		left: 12px;
		bottom: 12px;
		max-width: calc(100% - 24px);
		padding: 11px 12px;
	}

	.ua-hero__photo-caption strong {
		font-size: 13px;
	}

	.ua-hero__legend {
		padding: 17px 14px 18px;
	}

	.ua-hero__legend-kicker {
		margin-bottom: 10px;
	}

	.ua-hero__legend-item {
		display: block;
		padding: 10px;
	}

	.ua-hero__legend-index {
		display: block;
		margin-bottom: 6px;
		padding: 0;
	}

	.ua-hero__legend-item strong {
		font-size: 11px;
		line-height: 1.25;
	}

	.ua-hero__legend-item small {
		display: none;
	}

	.ua-proof__item {
		font-size: 12px;
	}

	.ua-intro h2,
	.ua-section-heading h2,
	.ua-quality h2,
	.ua-coverage h2,
	.ua-faq h2,
	.ua-contact h2 {
		font-size: clamp(37px, 10.3vw, 48px);
		line-height: 1.08;
	}

	.ua-intro__notes {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ua-intro__notes span,
	.ua-intro__notes span:first-child {
		padding: 11px 0;
		border-right: 0;
		border-bottom: 1px solid var(--ua-line);
	}

	.ua-intro__notes span:last-child {
		border-bottom: 0;
	}

	.ua-services__grid {
		gap: 0;
	}

	.ua-service {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-block: 28px;
	}

	.ua-service__copy {
		grid-template-columns: 66px minmax(0, 1fr);
		gap: 12px;
	}

	.ua-service__number {
		font-size: 48px;
	}

	.ua-service h3 {
		font-size: 23px;
	}

	.ua-service > img {
		min-height: 0;
		max-height: none;
		aspect-ratio: 2 / 1;
	}

	.ua-process {
		padding-top: 32px;
	}

	.ua-process__grid {
		gap: 38px 26px;
	}

	.ua-process__grid article > span {
		font-size: 32px;
	}

	.ua-process h3 {
		font-size: 20px;
	}

	.ua-process p {
		font-size: 14px;
	}

	.ua-quality__grid,
	.ua-faq__grid,
	.ua-contact__grid {
		gap: 46px;
	}

	.ua-quality__media img {
		aspect-ratio: 4 / 3;
		object-position: 53% 50%;
	}

	.ua-coverage {
		padding-block: 66px;
	}

	.ua-coverage__visual {
		width: min(390px, 100%);
	}

	.ua-faq summary {
		padding-block: 21px;
		font-size: 16px;
	}

	.ua-contact__links a {
		width: 100%;
		font-size: 15px;
	}

	.ua-contact__links a span {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.ua-form-card {
		padding: 22px 18px;
		border-radius: 9px;
	}

	.ua-form__row {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ua-form {
		gap: 18px;
	}

	.ua-form .ua-button {
		width: 100%;
	}

	.ua-site-footer__nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ua-page-hero {
		padding-block: 82px;
		background-size: 52px 52px;
	}

	.ua-page-hero h1 {
		font-size: clamp(44px, 12vw, 62px);
	}

	.ua-page-hero p {
		font-size: 18px;
	}

	.ua-page-content {
		font-size: 16px;
	}

	.ua-content-stack {
		gap: 58px;
	}

	.ua-content-stack > p {
		margin-bottom: -20px;
	}

	.ua-content-stack > .ua-content-lede {
		margin-bottom: -28px;
		font-size: 27px;
	}

	.ua-page-feature img {
		aspect-ratio: 4 / 3;
	}

	.ua-page-feature figcaption {
		align-items: flex-start;
		padding: 16px;
	}

	.ua-content-grid,
	.ua-related-services > div,
	.ua-project-grid {
		grid-template-columns: 1fr;
	}

	.ua-content-card {
		min-height: 0;
		padding: 24px 20px;
	}

	.ua-content-card > span {
		margin-bottom: 34px;
	}

	.ua-content-split,
	.ua-business-facts {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.ua-check-list {
		grid-template-columns: 1fr;
	}

	.ua-content-band,
	.ua-business-facts {
		padding: 28px 22px;
	}

	.ua-business-facts dl div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.ua-project-card img {
		aspect-ratio: 6 / 5;
	}

	.ua-page-cta {
		padding: 26px 22px;
	}
}

@media (max-width: 380px) {
	.ua-brand {
		width: min(218px, 69vw);
	}

	.ua-proof__item {
		padding-inline: 5px;
		font-size: 11px;
	}

	.ua-proof__item svg {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
	}

	.ua-actions {
		gap: 18px;
	}

	.ua-button {
		padding-inline: 16px;
	}

	.ua-process__grid {
		grid-template-columns: 1fr;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.ua-motion .ua-reveal.is-visible {
		animation: none !important;
	}
}
