/*
 * Ultreia et Suseia — Landing Page
 * All selectors are scoped to avoid altering other OceanWP or Elementor pages.
 */

.ultreia-landing-page {
	margin: 0;
	background: #071522;
}

.ultreia-landing-page #site-header,
.ultreia-landing-page #top-bar-wrap,
.ultreia-landing-page #footer-widgets,
.ultreia-landing-page #footer-bottom,
.ultreia-landing-page .page-header,
.ultreia-landing-page .elementor-location-header,
.ultreia-landing-page .elementor-location-footer {
	display: none !important;
}

.ultreia-landing-page #main,
.ultreia-landing-page #content-wrap,
.ultreia-landing-page #primary,
.ultreia-landing-page .content-area,
.ultreia-landing-page .site-main,
.ultreia-landing-page .elementor,
.ultreia-landing-page .elementor-section-wrap {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ultreia-landing {
	--ul-ink: #071522;
	--ul-ink-soft: #101d28;
	--ul-cream: #f1ebdd;
	--ul-paper: #e7e0d2;
	--ul-brick: #b44435;
	--ul-muted: #a7adb0;
	--ul-gold: #cbb697;
	--ul-line: rgba(241, 235, 221, 0.22);
	position: relative;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 calc(50% - 50vw);
	overflow: hidden;
	background: var(--ul-ink);
	color: var(--ul-cream);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	text-rendering: optimizeLegibility;
}

.ultreia-landing,
.ultreia-landing * {
	box-sizing: border-box;
}

.ultreia-landing a {
	color: inherit;
	text-decoration: none;
}

.ultreia-landing button,
.ultreia-landing input,
.ultreia-landing textarea,
.ultreia-landing select {
	font: inherit;
}

.ultreia-landing h1,
.ultreia-landing h2,
.ultreia-landing h3,
.ultreia-landing p,
.ultreia-landing blockquote {
	padding: 0;
	border: 0;
}

.ultreia-landing h1,
.ultreia-landing h2,
.ultreia-landing h3 {
	color: inherit;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	text-transform: none;
}

.ultreia-landing ::selection {
	background: var(--ul-brick);
	color: var(--ul-cream);
}

.ultreia-landing :focus-visible {
	outline: 2px solid var(--ul-brick);
	outline-offset: 5px;
}

.ultreia-landing .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.ul-header {
	position: absolute;
	z-index: 20;
	inset: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 108px;
	padding: 0 clamp(24px, 4.7vw, 76px);
}

.ul-wordmark {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--ul-cream) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 1.7vw, 27px);
	letter-spacing: 0.25em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ul-wordmark i {
	font-size: 0.65em;
	font-weight: 400;
}

.ul-wordmark__symbol {
	display: none;
}

.ul-nav {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 15px;
}

.ul-nav > span {
	color: var(--ul-brick);
}

.ul-nav a {
	position: relative;
	padding: 10px 0;
	color: rgba(241, 235, 221, 0.9);
}

.ul-nav a::after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 4px;
	left: 0;
	height: 1px;
	background: var(--ul-brick);
	transition: right 0.25s ease;
}

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

.ul-menu-button,
.ul-mobile-nav {
	display: none;
}

.ul-mobile-nav[hidden] {
	display: none !important;
}

.ul-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 55%) minmax(0, 45%);
	align-items: center;
	min-height: min(900px, 100svh);
	padding: 128px clamp(24px, 5.3vw, 86px) 104px;
	overflow: hidden;
	background:
		radial-gradient(circle at 25% 42%, rgba(25, 49, 66, 0.35), transparent 42%),
		linear-gradient(135deg, #071522 0%, #07131f 65%, #06111c 100%);
}

.ul-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 4%, var(--ul-line) 18%, var(--ul-line) 62%, transparent);
}

.ul-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 750px;
}

.ul-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 clamp(34px, 5vh, 58px);
	color: var(--ul-paper);
	font-size: 12px;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ul-eyebrow::before {
	content: "";
	width: 1px;
	height: 32px;
	margin-right: 12px;
	background: var(--ul-brick);
}

.ul-eyebrow span {
	color: #e24c3c;
}

.ul-hero h1 {
	margin: 0;
	font-size: clamp(54px, 6.4vw, 102px);
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.ul-hero__intro {
	position: relative;
	max-width: 560px;
	margin: 34px 0 38px;
	padding-left: 34px !important;
	color: rgba(241, 235, 221, 0.92);
	font-size: clamp(18px, 1.55vw, 24px);
	line-height: 1.75;
}

.ul-hero__intro::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 2px;
	background: var(--ul-brick);
}

.ul-button {
	display: inline-flex;
	align-items: center;
	gap: 34px;
	min-height: 70px;
	padding: 0 28px 0 32px;
	font-size: 17px;
	transition: background 0.25s, color 0.25s;
}

.ul-button--outline {
	border: 1px solid var(--ul-cream);
}

.ul-button span {
	color: #e24c3c;
	font-size: 29px;
	transition: transform 0.25s;
}

.ul-button--outline:hover,
.ul-button--outline:focus-visible {
	background: var(--ul-cream);
	color: var(--ul-ink);
}

.ul-button:hover span,
.ul-button:focus-visible span {
	transform: translateX(7px);
}

.ul-hero__symbol {
	position: absolute;
	top: 12%;
	right: 2.5%;
	width: 51%;
	height: 76%;
	opacity: 0.95;
}

.ul-mark {
	position: absolute;
	inset: 0;
	display: block;
}

.ul-mark__circle,
.ul-mark__axis,
.ul-mark__point {
	position: absolute;
	display: block;
}

.ul-mark__circle {
	border: 1px solid var(--ul-gold);
	border-radius: 50%;
}

.ul-mark__circle--one {
	top: 21%;
	left: 17%;
	width: 54%;
	aspect-ratio: 1;
}

.ul-mark__circle--two {
	top: 43%;
	left: 25%;
	width: 40%;
	aspect-ratio: 1;
	opacity: 0.65;
}

.ul-mark__circle--one::after {
	content: "";
	position: absolute;
	top: -39%;
	left: 39%;
	width: 75%;
	aspect-ratio: 1;
	border: 1px dashed var(--ul-gold);
	border-radius: 50%;
	opacity: 0.8;
}

.ul-mark__axis {
	height: 1px;
	background: var(--ul-gold);
	transform-origin: center;
}

.ul-mark__axis--v {
	top: 52%;
	left: 8%;
	width: 88%;
	transform: rotate(90deg);
}

.ul-mark__axis--h {
	top: 61%;
	left: 0;
	width: 100%;
}

.ul-mark__axis--d {
	top: 61%;
	left: 12%;
	width: 87%;
	transform: rotate(-43deg);
}

.ul-mark__point {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ul-cream);
}

.ul-mark__point--top {
	top: 0;
	left: 50%;
}

.ul-mark__point--right {
	top: 22%;
	right: 2%;
}

.ul-mark__point--bottom {
	bottom: 0;
	left: 50%;
}

.ul-mark--compact {
	position: relative;
	width: 28px;
	height: 28px;
}

.ul-mark--compact .ul-mark__axis,
.ul-mark--compact .ul-mark__point {
	display: none;
}

.ul-mark--compact .ul-mark__circle--one {
	top: 3px;
	left: 2px;
	width: 21px;
}

.ul-mark--compact .ul-mark__circle--one::after {
	display: none;
}

.ul-mark--compact .ul-mark__circle--two {
	top: 12px;
	left: 11px;
	width: 13px;
}

.ul-towns {
	position: absolute;
	z-index: 3;
	bottom: 32px;
	left: clamp(24px, 5.3vw, 86px);
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	color: var(--ul-muted);
	font-size: 14px;
}

.ul-towns::before {
	content: "";
	width: 1px;
	height: 27px;
	margin: -5px 14px 0 0;
	background: var(--ul-brick);
}

.ul-towns i {
	margin-left: 10px;
	color: var(--ul-brick);
	font-style: normal;
}

.ul-section {
	padding: clamp(78px, 10vw, 150px) clamp(24px, 7.2vw, 116px);
}

.ul-statement,
.ul-path {
	display: grid;
	grid-template-columns: 26% 74%;
	background: var(--ul-paper);
	color: var(--ul-ink);
}

.ul-section-index {
	display: grid;
	grid-template-columns: auto 38px 1fr;
	align-content: start;
	gap: 12px;
	padding-top: 12px;
	color: #626b71;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.ul-section-index > span:first-child {
	color: var(--ul-brick);
}

.ul-section-index__line {
	height: 1px;
	margin-top: 6px;
	background: #8b9296;
}

.ul-statement__body {
	max-width: 940px;
}

.ul-kicker {
	margin: 0 0 20px;
	color: var(--ul-brick);
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.ul-statement h2,
.ul-understand h2,
.ul-path h2,
.ul-faq h2,
.ul-contact h2 {
	margin: 0;
	font-size: clamp(46px, 5.5vw, 83px);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ul-statement__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 58px;
	max-width: 820px;
	margin-top: 58px;
}

.ul-statement__grid p {
	margin: 0;
	color: #34414a;
	font-size: 17px;
	line-height: 1.85;
}

.ul-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	padding-top: 0;
	background: var(--ul-cream);
	color: var(--ul-ink);
}

.ul-pillars article {
	margin-right: 48px;
	padding: 36px 50px 10px 0;
	border-top: 1px solid rgba(7, 21, 34, 0.35);
}

.ul-pillars article:last-child {
	margin-right: 0;
}

.ul-pillars article > span,
.ul-myths article > span {
	color: var(--ul-brick);
	font-size: 12px;
	letter-spacing: 0.18em;
}

.ul-pillars h3 {
	margin: 58px 0 20px;
	font-size: 32px;
}

.ul-pillars p {
	margin: 0;
	color: #47525a;
	font-size: 15px;
	line-height: 1.75;
}

.ul-understand {
	position: relative;
	min-height: 620px;
	overflow: hidden;
}

.ul-understand::after {
	content: "";
	position: absolute;
	top: 125px;
	right: -10%;
	width: 430px;
	height: 430px;
	border: 1px solid var(--ul-gold);
	border-radius: 50%;
	opacity: 0.2;
}

.ul-understand__intro {
	max-width: 650px;
	margin: 38px 0 80px;
	color: #b8bec1;
	font-size: 18px;
	line-height: 1.8;
}

.ul-myths {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid var(--ul-line);
	border-left: 1px solid var(--ul-line);
}

.ul-myths article {
	min-height: 265px;
	padding: 32px 36px;
	border-right: 1px solid var(--ul-line);
	border-bottom: 1px solid var(--ul-line);
}

.ul-myths h3 {
	margin: 52px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}

.ul-myths p {
	max-width: 480px;
	margin: 0;
	color: var(--ul-muted);
	font-size: 15px;
	line-height: 1.75;
}

.ul-path__content h2 {
	margin: 0;
}

.ul-path ol {
	margin: 76px 0 0;
	padding: 0;
	border-top: 1px solid rgba(7, 21, 34, 0.3);
	list-style: none;
}

.ul-path li {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 30px;
	padding: 32px 0;
	border-bottom: 1px solid rgba(7, 21, 34, 0.22);
}

.ul-path li > span {
	padding-top: 6px;
	color: var(--ul-brick);
	font-size: 12px;
	letter-spacing: 0.2em;
}

.ul-path h3 {
	margin: 0 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.ul-path li p {
	margin: 0;
	color: #4f5960;
	line-height: 1.7;
}

.ul-voice {
	position: relative;
	display: grid;
	align-content: center;
	min-height: 720px;
	overflow: hidden;
	background: var(--ul-brick);
}

.ul-voice::before {
	content: "“";
	position: absolute;
	top: -220px;
	right: 4%;
	color: rgba(241, 235, 221, 0.07);
	font-family: Georgia, serif;
	font-size: 720px;
	line-height: 1;
}

.ul-voice .ul-eyebrow,
.ul-voice .ul-eyebrow span {
	color: var(--ul-cream);
}

.ul-voice .ul-eyebrow::before {
	background: var(--ul-cream);
}

.ul-voice blockquote {
	position: relative;
	z-index: 2;
	max-width: 1160px;
	margin: 0;
}

.ul-voice blockquote > p {
	margin: 0;
	color: var(--ul-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 5vw, 74px);
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.ul-voice blockquote footer {
	margin-top: 48px;
	font-size: 13px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ul-voice blockquote footer span {
	margin: 0 12px;
}

.ul-faq {
	display: grid;
	grid-template-columns: 39% 61%;
	gap: 80px;
	background: var(--ul-cream);
	color: var(--ul-ink);
}

.ul-faq__intro {
	max-width: 370px;
	margin: 38px 0 0;
	color: #586168;
	font-size: 16px;
	line-height: 1.8;
}

.ul-faq__list {
	border-top: 1px solid rgba(7, 21, 34, 0.4);
}

.ul-faq details {
	border-bottom: 1px solid rgba(7, 21, 34, 0.3);
}

.ul-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 27px 0;
	color: var(--ul-ink);
	font-size: 17px;
	list-style: none;
	cursor: pointer;
}

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

.ul-faq summary span {
	color: var(--ul-brick);
	font-size: 25px;
	font-weight: 300;
	transition: transform 0.2s;
}

.ul-faq details[open] summary span {
	transform: rotate(45deg);
}

.ul-faq details p {
	max-width: 620px;
	margin: -4px 0 28px;
	color: #525d64;
	line-height: 1.75;
}

.ul-contact {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 900px;
	padding: clamp(100px, 12vw, 170px) clamp(24px, 7.2vw, 116px);
	overflow: hidden;
}

.ul-contact__copy {
	position: relative;
	z-index: 2;
	max-width: 870px;
}

.ul-contact__copy > p:not(.ul-eyebrow) {
	max-width: 670px;
	margin: 38px 0;
	color: #b8bec1;
	font-size: 18px;
	line-height: 1.8;
}

.ul-contact__orbit {
	position: absolute;
	top: 10%;
	right: -14%;
	width: 58%;
	height: 80%;
	opacity: 0.24;
}

.ul-contact-form {
	max-width: 760px;
	margin-top: 56px;
}

.ul-contact-form .wpforms-container {
	margin: 0;
}

.ul-contact-form .wpforms-field {
	padding: 0 0 24px;
}

.ul-contact-form .wpforms-field-label,
.ul-contact-form .wpforms-field-sublabel,
.ul-contact-form .wpforms-field-description,
.ul-contact-form .wpforms-field-label-inline {
	color: var(--ul-cream) !important;
}

.ul-contact-form .wpforms-field-label {
	margin-bottom: 9px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ul-contact-form input:not([type="checkbox"]):not([type="radio"]),
.ul-contact-form textarea,
.ul-contact-form select {
	width: 100% !important;
	max-width: none !important;
	min-height: 54px !important;
	padding: 13px 16px !important;
	border: 1px solid rgba(241, 235, 221, 0.45) !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.035) !important;
	box-shadow: none !important;
	color: var(--ul-cream) !important;
}

.ul-contact-form textarea {
	min-height: 140px !important;
}

.ul-contact-form input:focus,
.ul-contact-form textarea:focus,
.ul-contact-form select:focus {
	border-color: var(--ul-brick) !important;
	outline: 1px solid var(--ul-brick) !important;
}

.ul-contact-form input::placeholder,
.ul-contact-form textarea::placeholder {
	color: #849097 !important;
	opacity: 1;
}

.ul-contact-form .wpforms-submit {
	min-height: 62px !important;
	padding: 0 30px !important;
	border: 1px solid var(--ul-cream) !important;
	border-radius: 0 !important;
	background: var(--ul-cream) !important;
	color: var(--ul-ink) !important;
	font-weight: 500 !important;
	transition: background 0.25s, color 0.25s !important;
}

.ul-contact-form .wpforms-submit:hover,
.ul-contact-form .wpforms-submit:focus {
	background: transparent !important;
	color: var(--ul-cream) !important;
}

.ul-contact-form .wpforms-confirmation-container-full {
	border: 1px solid rgba(241, 235, 221, 0.4);
	background: rgba(255, 255, 255, 0.05);
	color: var(--ul-cream);
}

.ul-contact-form .wpforms-error,
.ul-contact-form label.wpforms-error {
	color: #ff9a8c !important;
}

.ul-contact small {
	display: block;
	margin-top: 19px;
	color: #7f898f;
}

.ul-admin-notice {
	padding: 22px;
	border-left: 3px solid var(--ul-brick);
	background: rgba(255, 255, 255, 0.06);
	color: var(--ul-cream);
}

.ul-admin-notice code {
	color: var(--ul-cream);
	background: rgba(0, 0, 0, 0.25);
}

.ul-footer {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 70px;
	padding: 70px clamp(24px, 5.3vw, 86px);
	border-top: 1px solid var(--ul-line);
	background: #050f18;
	color: #8f989d;
	font-size: 12px;
	line-height: 1.8;
}

.ul-footer .ul-wordmark {
	font-size: 18px;
}

.ul-footer p {
	margin: 14px 0 0;
}

.ul-footer__towns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px 18px;
}

.ul-footer__end {
	text-align: right;
}

@media (max-width: 900px) {
	.ul-nav {
		display: none;
	}

	.ul-menu-button {
		position: relative;
		z-index: 22;
		display: block;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.ul-menu-button i {
		position: absolute;
		left: 10px;
		display: block;
		width: 24px;
		height: 1px;
		background: var(--ul-cream);
		transition: transform 0.2s, top 0.2s;
	}

	.ul-menu-button i:first-of-type {
		top: 17px;
	}

	.ul-menu-button i:last-of-type {
		top: 26px;
	}

	.ul-menu-button[aria-expanded="true"] i:first-of-type {
		top: 22px;
		transform: rotate(45deg);
	}

	.ul-menu-button[aria-expanded="true"] i:last-of-type {
		top: 22px;
		transform: rotate(-45deg);
	}

	.ul-mobile-nav:not([hidden]) {
		position: absolute;
		z-index: 21;
		top: 78px;
		right: 22px;
		display: grid;
		min-width: 250px;
		padding: 14px;
		border: 1px solid var(--ul-line);
		background: #0d1b27;
		box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	}

	.ul-mobile-nav a {
		padding: 14px;
		border-bottom: 1px solid var(--ul-line);
	}

	.ul-mobile-nav a:last-child {
		border-bottom: 0;
	}

	.ul-header {
		min-height: 86px;
	}

	.ul-wordmark {
		letter-spacing: 0.16em;
	}

	.ul-hero {
		grid-template-columns: 1fr;
		align-items: center;
		min-height: 850px;
		padding-top: 112px;
		padding-bottom: 120px;
	}

	.ul-hero__copy {
		max-width: 680px;
	}

	.ul-hero__symbol {
		top: 16%;
		right: -28%;
		width: 75%;
		height: 65%;
		opacity: 0.22;
	}

	.ul-statement,
	.ul-path {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.ul-section-index {
		max-width: 260px;
	}

	.ul-pillars {
		grid-template-columns: 1fr;
	}

	.ul-pillars article {
		margin: 0;
		padding: 34px 0 50px;
	}

	.ul-pillars h3 {
		margin-top: 28px;
	}

	.ul-myths {
		grid-template-columns: 1fr;
	}

	.ul-faq {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.ul-contact__orbit {
		right: -35%;
		width: 80%;
	}

	.ul-footer {
		grid-template-columns: 1fr 1fr;
	}

	.ul-footer__end {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.ul-header {
		padding-inline: 20px;
	}

	.ul-wordmark {
		max-width: 250px;
		font-size: 17px;
		line-height: 1.4;
	}

	.ul-hero {
		min-height: 760px;
		padding-inline: 20px;
	}

	.ul-hero h1 br,
	.ul-statement h2 br,
	.ul-understand h2 br,
	.ul-contact h2 br {
		display: none;
	}

	.ul-eyebrow {
		margin-bottom: 34px;
	}

	.ul-hero__intro {
		padding-left: 20px !important;
		line-height: 1.55;
	}

	.ul-button {
		min-height: 62px;
		padding-inline: 20px;
		gap: 20px;
	}

	.ul-towns {
		right: 20px;
		bottom: 22px;
		left: 20px;
		gap: 5px;
		font-size: 11px;
	}

	.ul-towns::before {
		display: none;
	}

	.ul-towns i {
		margin-left: 5px;
	}

	.ul-section {
		padding-inline: 22px;
	}

	.ul-statement__grid {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 40px;
	}

	.ul-understand {
		min-height: 520px;
	}

	.ul-understand__intro {
		margin-bottom: 46px;
	}

	.ul-myths article {
		min-height: 230px;
		padding: 26px 24px;
	}

	.ul-myths h3 {
		margin-top: 35px;
	}

	.ul-path li {
		grid-template-columns: 46px 1fr;
		gap: 12px;
	}

	.ul-voice {
		min-height: 620px;
	}

	.ul-faq {
		gap: 46px;
	}

	.ul-contact {
		min-height: 760px;
		padding-inline: 22px;
	}

	.ul-contact-form {
		margin-top: 42px;
	}

	.ul-contact-form .wpforms-field-row {
		display: block !important;
	}

	.ul-contact-form .wpforms-one-half {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.ul-footer {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-inline: 22px;
	}

	.ul-footer__towns {
		grid-template-columns: 1fr 1fr;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.ul-hero__copy > * {
		animation: ul-rise 0.7s both;
	}

	.ul-hero__copy > *:nth-child(2) {
		animation-delay: 0.08s;
	}

	.ul-hero__copy > *:nth-child(3) {
		animation-delay: 0.16s;
	}

	.ul-hero__copy > *:nth-child(4) {
		animation-delay: 0.24s;
	}

	.ul-hero__symbol {
		animation: ul-reveal 1.4s 0.15s both;
	}

	@keyframes ul-rise {
		from {
			opacity: 0;
			transform: translateY(14px);
		}
	}

	@keyframes ul-reveal {
		from {
			opacity: 0;
			transform: scale(0.97);
		}
	}
}
