:root {
	--utb-ink: #111216;
	--utb-surface: #191a20;
	--utb-surface-2: #22232a;
	--utb-wine: #7f1832;
	--utb-wine-dark: #531020;
	--utb-wine-bright: #a42144;
	--utb-ivory: #fbf7f2;
	--utb-paper: #f2ebe4;
	--utb-sand: #edc878;
	--utb-teal: #176c67;
	--utb-muted: #6f6b68;
	--utb-line: rgba(17, 18, 22, 0.12);
	--utb-radius-sm: 14px;
	--utb-radius: 22px;
	--utb-radius-lg: 32px;
	--utb-shadow: 0 24px 70px rgba(22, 16, 18, 0.12);
}

body {
	background: var(--utb-ivory);
	color: var(--utb-ink);
	font-family: Alexandria, "IBM Plex Sans Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, sans-serif;
}

body.page-id-583 .entry-header,
body.page-id-61 .entry-header,
body.page-id-69 .entry-header,
body.page-id-84 .entry-header,
body.page-id-88 .entry-header,
body.page-id-597 .entry-header {
	display: none;
}

:is(.page-id-583, .page-id-61, .page-id-69, .page-id-84, .page-id-88, .page-id-597) .hero-section {
	display: none;
	margin: 0;
}

body.page-id-583 .site-main,
body.page-id-61 .site-main,
body.page-id-69 .site-main,
body.page-id-84 .site-main,
body.page-id-88 .site-main,
body.page-id-597 .site-main,
body.page-id-583 .entry-content,
body.page-id-61 .entry-content,
body.page-id-69 .entry-content,
body.page-id-84 .entry-content,
body.page-id-88 .entry-content,
body.page-id-597 .entry-content {
	margin: 0;
	padding-block: 0;
}

:is(.page-id-583, .page-id-61, .page-id-69, .page-id-84, .page-id-88, .page-id-597) .content-area {
	margin-top: 0;
	padding-top: 0;
}

:is(.page-id-583, .page-id-61, .page-id-69, .page-id-84, .page-id-88, .page-id-597) .ct-container-full {
	padding-block: 0;
}

body.page-id-583 [data-vertical-spacing="top"],
body.page-id-61 [data-vertical-spacing="top"],
body.page-id-69 [data-vertical-spacing="top"],
body.page-id-84 [data-vertical-spacing="top"],
body.page-id-88 [data-vertical-spacing="top"],
body.page-id-597 [data-vertical-spacing="top"] {
	padding-top: 0;
}

.utb-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.utb-section {
	padding-block: clamp(76px, 8vw, 128px);
}

.utb-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--utb-wine-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.utb-kicker > span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 14%, transparent);
}

.utb-btn {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 16px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.utb-btn:focus-visible {
	outline: 3px solid var(--utb-sand);
	outline-offset: 3px;
}

.utb-btn--primary {
	background: var(--utb-wine-bright);
	color: #fff;
	box-shadow: 0 14px 36px rgba(164, 33, 68, 0.32);
}

.utb-btn--primary:hover {
	background: #bd2c53;
	color: #fff;
}

.utb-btn--ghost {
	border-color: rgba(255, 255, 255, 0.24);
	color: #fff;
	background: rgba(255, 255, 255, 0.04);
}

.utb-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.utb-btn--ghost-dark {
	border-color: var(--utb-line);
	color: var(--utb-ink);
	background: transparent;
}

.utb-btn--ghost-dark:hover {
	border-color: var(--utb-wine);
	color: var(--utb-wine);
}

.utb-btn--sand {
	background: var(--utb-sand);
	color: #261d12;
	box-shadow: 0 14px 34px rgba(237, 200, 120, 0.2);
}

.utb-btn--sand:hover {
	background: #f6d993;
	color: #261d12;
}

/* Blocksy header */
#header.ct-header,
#header [data-row="middle"] {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(17, 18, 22, 0.08);
	background: rgba(251, 247, 242, 0.96);
	box-shadow: 0 8px 28px rgba(17, 18, 22, 0.045);
	backdrop-filter: blur(14px);
}

#header [data-row="middle"] {
	min-height: 76px;
}

#header [data-row="middle"] > div,
#header [data-row="middle"] .ct-container {
	min-height: 76px;
}

#header .ct-container {
	width: min(1180px, calc(100% - 48px));
}

#header .site-branding {
	gap: 0;
}

#header .site-title-container,
#header [data-id="logo"]:has(.custom-logo-link) .site-title-container,
#header .site-branding:has(.custom-logo-link) .site-title-container,
#header .site-logo-container + .site-title-container {
	display: none;
}

#header .site-logo-container img,
#header .custom-logo-link img {
	width: auto;
	max-width: 170px;
	max-height: 48px;
	object-fit: contain;
}

#header-menu-1 .menu {
	gap: 2px;
}

#header-menu-1 .ct-menu-link,
#header .menu > li > a {
	min-height: 42px;
	padding-inline: 11px;
	border-radius: 11px;
	color: #373238;
	font-size: 13px;
	font-weight: 700;
	transition: background 160ms ease, color 160ms ease;
}

#header-menu-1 .ct-menu-link:hover,
#header-menu-1 .current-menu-item > .ct-menu-link,
#header .menu > li > a:hover,
#header .menu > li.current-menu-item > a {
	background: rgba(127, 24, 50, 0.08);
	color: var(--utb-wine);
}

#header-menu-1 #menu-item-625 > .ct-menu-link,
#header .menu-item-625 > a {
	margin-inline-start: 8px;
	padding-inline: 18px;
	background: var(--utb-ink);
	color: #fff;
}

#header-menu-1 #menu-item-625 > .ct-menu-link:hover,
#header-menu-1 #menu-item-625.current-menu-item > .ct-menu-link,
#header .menu-item-625 > a:hover,
#header .menu-item-625.current-menu-item > a {
	background: var(--utb-wine);
	color: #fff;
}

#header .ct-header-search {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(17, 18, 22, 0.05);
}

#header .ct-header-trigger {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--utb-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--utb-ink);
}

/* Home */
.utb-home {
	overflow: clip;
	background: var(--utb-ivory);
}

.utb-hero {
	position: relative;
	isolation: isolate;
	min-height: 700px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 16% 18%, rgba(164, 33, 68, 0.27), transparent 32%),
		radial-gradient(circle at 88% 75%, rgba(23, 108, 103, 0.16), transparent 29%),
		linear-gradient(135deg, #111216 0%, #17171d 62%, #201216 100%);
	color: #f8f5f1;
}

.utb-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, #000 15%, transparent 96%);
}

.utb-hero::after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	left: -200px;
	bottom: -230px;
	z-index: -1;
	border: 70px solid rgba(237, 200, 120, 0.06);
	border-radius: 50%;
}

.utb-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
	gap: clamp(38px, 4.5vw, 64px);
	align-items: center;
	padding-block: clamp(62px, 6vw, 84px);
}

.utb-hero .utb-kicker {
	color: #e77a96;
}

.utb-hero h1 {
	max-width: 760px;
	margin: 24px 0;
	color: #fff;
	font-size: clamp(48px, 5.4vw, 76px);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.utb-hero h1 em {
	color: var(--utb-sand);
	font-style: normal;
}

.utb-hero__content > p {
	max-width: 690px;
	margin: 0;
	color: rgba(248, 245, 241, 0.72);
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.9;
}

.utb-hero__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.utb-hero__proof {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	color: rgba(248, 245, 241, 0.68);
	font-size: 13px;
}

.utb-hero__proof li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.utb-hero__proof span {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 50%;
	background: rgba(23, 108, 103, 0.34);
	color: #8ee0d8;
	font-size: 11px;
}

.utb-hero__configurator,
.utb-service-hero__configurator {
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.utb-hero__configurator > .utbo-quick-order,
.utb-service-hero__configurator > .utbo-quick-order {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(20px, 3vw, 28px);
}

.utb-hero__configurator .utbo-quick-order__head,
.utb-service-hero__configurator .utbo-quick-order__head {
	margin-bottom: 20px;
}

.utb-hero__configurator .utbo-quick-order__head h2,
.utb-service-hero__configurator .utbo-quick-order__head h2 {
	font-size: clamp(25px, 2.6vw, 34px);
}

.utb-hero__configurator .utbo-quick-order__body,
.utb-service-hero__configurator .utbo-quick-order__body {
	grid-template-columns: minmax(0, 1fr) 210px;
	gap: 16px;
}

.utb-hero__configurator .utbo-quick-order__builder,
.utb-service-hero__configurator .utbo-quick-order__builder {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.utb-hero__configurator .utbo-quick-services > div,
.utb-service-hero__configurator .utbo-quick-services > div {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.utb-hero__configurator .utbo-quick-total,
.utb-service-hero__configurator .utbo-quick-total {
	display: flex;
	gap: 0;
}

.utb-hero__configurator .utbo-quick-total > strong,
.utb-service-hero__configurator .utbo-quick-total > strong {
	margin: 5px 0 14px;
}

.utb-hero__configurator .utbo-quick-total > div,
.utb-service-hero__configurator .utbo-quick-total > div {
	align-self: auto;
}

.utb-hero__configurator .utbo-quick-total > small,
.utb-service-hero__configurator .utbo-quick-total > small,
.utb-hero__configurator .utbo-quick-total .utbo-button,
.utb-service-hero__configurator .utbo-quick-total .utbo-button {
	margin: 0;
}

:is(.utb-home, .utb-service-page) :is(a, button, input, summary):focus-visible,
#header :is(a, button):focus-visible,
#footer a:focus-visible,
.site-footer a:focus-visible {
	outline: 3px solid var(--utb-sand);
	outline-offset: 3px;
}
.utb-trust-strip {
	background: var(--utb-wine-dark);
	color: #fff;
}

.utb-trust-strip .utb-shell {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.utb-trust-strip .utb-shell > div {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px 12px;
	padding: 25px 22px;
	border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
}

.utb-trust-strip .utb-shell > div:last-child {
	border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
}

.utb-trust-strip span {
	grid-row: span 2;
	color: #df6c8b;
	font-size: 12px;
	font-weight: 900;
}

.utb-trust-strip strong,
.utb-trust-strip small {
	display: block;
}

.utb-trust-strip strong {
	font-size: 14px;
}

.utb-trust-strip small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

.utb-section-heading {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 36px;
	align-items: start;
	margin-bottom: 48px;
}

.utb-section-heading h2 {
	max-width: 780px;
	margin: 0;
	color: var(--utb-ink);
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.25;
	letter-spacing: -0.035em;
}

.utb-section-heading p {
	max-width: 740px;
	margin: 18px 0 0;
	color: var(--utb-muted);
	font-size: 17px;
	line-height: 1.9;
}

.utb-services {
	padding-inline: 24px;
}

.utb-services .utbo-public-catalog--home {
	width: 100%;
	margin: 0;
	padding: 0;
}

.utb-services .utbo-public-catalog--home .utbo-public-catalog__head,
.utb-services .utbo-public-catalog--home .utbo-catalog-trust {
	display: none;
}

.utb-services .utbo-public-catalog--home .utbo-catalog-grid {
	--utbo-catalog-columns: 2;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.utb-services .utbo-public-catalog--home .utbo-catalog-card {
	min-height: 350px;
}

.utb-services .utbo-public-catalog--home .utbo-catalog-card__description {
	min-height: 0;
}

.utb-process {
	position: relative;
	overflow: hidden;
	background: var(--utb-ink);
	color: #fff;
}

.utb-process::before {
	content: "";
	position: absolute;
	inset: auto -10% -60% 45%;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(127, 24, 50, 0.32), transparent 62%);
}

.utb-section-heading--light h2 {
	color: #fff;
}

.utb-section-heading--light p {
	color: rgba(255, 255, 255, 0.6);
}

.utb-process .utb-kicker {
	color: #e77a96;
}

.utb-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.utb-steps::before {
	content: "";
	position: absolute;
	top: 37px;
	right: 12%;
	left: 12%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.utb-steps li {
	position: relative;
	z-index: 1;
	min-height: 230px;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--utb-radius);
	background: rgba(255, 255, 255, 0.035);
}

.utb-steps li > span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	margin-bottom: 42px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: var(--utb-ink);
	color: var(--utb-sand);
	font-size: 12px;
	font-weight: 900;
}

.utb-steps strong {
	display: block;
	font-size: 20px;
}

.utb-steps p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	line-height: 1.8;
}

.utb-why {
	background: var(--utb-paper);
}

.utb-bento {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.utb-bento article {
	position: relative;
	min-height: 260px;
	padding: 32px;
	border: 1px solid var(--utb-line);
	border-radius: var(--utb-radius);
	background: rgba(255, 255, 255, 0.54);
}

.utb-bento h3 {
	max-width: 460px;
	margin: 42px 0 12px;
	font-size: 25px;
	line-height: 1.45;
}

.utb-bento p {
	max-width: 560px;
	margin: 0;
	color: var(--utb-muted);
	line-height: 1.85;
}

.utb-bento__wide {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 32px;
	align-items: center;
}

.utb-bento__wide h3 {
	margin-top: 42px;
}

.utb-bento__num {
	position: absolute;
	top: 26px;
	right: 28px;
	color: var(--utb-wine);
	font-size: 12px;
	font-weight: 900;
}

.utb-price-stack {
	display: grid;
	gap: 5px;
	padding: 24px;
	border-radius: 18px;
	background: var(--utb-ink);
	color: #fff;
}

.utb-price-stack span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

.utb-price-stack strong {
	font-size: 26px;
}

.utb-price-stack strong:last-child {
	color: var(--utb-sand);
}

.utb-price-stack i {
	height: 1px;
	margin-block: 10px;
	background: rgba(255, 255, 255, 0.12);
}

.utb-bento__accent {
	background: var(--utb-wine) !important;
	color: #fff;
}

.utb-bento__accent .utb-bento__num,
.utb-bento__accent p {
	color: rgba(255, 255, 255, 0.64);
}

.utb-bento__accent a {
	display: inline-flex;
	gap: 8px;
	margin-top: 20px;
	color: var(--utb-sand);
	font-weight: 800;
}

.utb-guides {
	background: var(--utb-ivory);
}

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

.utb-guide-grid > a {
	position: relative;
	display: flex;
	min-height: 260px;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px;
	border: 1px solid var(--utb-line);
	border-radius: var(--utb-radius);
	background: #fff;
	color: var(--utb-ink);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.utb-guide-grid > a:hover {
	transform: translateY(-5px);
	border-color: rgba(127, 24, 50, 0.26);
	box-shadow: var(--utb-shadow);
}

.utb-guide-grid span {
	color: var(--utb-wine);
	font-size: 12px;
	font-weight: 850;
}

.utb-guide-grid strong {
	max-width: 330px;
	font-size: 21px;
	line-height: 1.65;
}

.utb-guide-grid i {
	position: absolute;
	left: 26px;
	top: 22px;
	font-style: normal;
	font-size: 22px;
}

.utb-faq {
	background: #fff;
}

.utb-faq__grid {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: clamp(48px, 8vw, 120px);
	align-items: start;
}

.utb-faq h2 {
	margin: 20px 0 14px;
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.25;
}

.utb-faq__grid > div:first-child > p {
	margin: 0 0 26px;
	color: var(--utb-muted);
}

.utb-accordion details {
	border-top: 1px solid var(--utb-line);
}

.utb-accordion details:last-child {
	border-bottom: 1px solid var(--utb-line);
}

.utb-accordion summary {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	cursor: pointer;
	font-size: 17px;
	font-weight: 800;
	list-style: none;
}

.utb-accordion summary::-webkit-details-marker {
	display: none;
}

.utb-accordion summary span {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid var(--utb-line);
	border-radius: 50%;
	font-size: 20px;
	transition: transform 180ms ease;
}

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

.utb-accordion details p {
	max-width: 700px;
	margin: -4px 0 25px;
	color: var(--utb-muted);
	line-height: 1.85;
}

.utb-final-cta {
	position: relative;
	overflow: hidden;
	padding-block: clamp(84px, 9vw, 140px);
	background: var(--utb-wine-dark);
	color: #fff;
	text-align: center;
}

.utb-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0, rgba(237, 200, 120, 0.13), transparent 46%);
}

.utb-final-cta .utb-shell {
	position: relative;
}

.utb-final-cta .utb-kicker {
	color: #e77a96;
}

.utb-final-cta h2 {
	max-width: 900px;
	margin: 24px auto 18px;
	color: #fff;
	font-size: clamp(42px, 5vw, 70px);
	line-height: 1.2;
}

.utb-final-cta p {
	max-width: 680px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.62);
	font-size: 17px;
}

.utb-final-cta .utb-shell > div:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-top: 32px;
}

.utb-final-cta .utb-shell > div:last-child > a:not(.utb-btn) {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
}

/* Service landing pages */
.utb-service-page {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	background: var(--utb-ivory);
}

.utb-service-hero {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-block: clamp(68px, 8vw, 116px);
	background:
		radial-gradient(circle at 15% 20%, rgba(127, 24, 50, 0.22), transparent 34%),
		linear-gradient(135deg, var(--utb-ink), #1d171c);
	color: #fff;
}

.utb-service-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.8fr);
	gap: clamp(40px, 7vw, 96px);
	align-items: center;
}

.utb-service-hero h1 {
	max-width: 750px;
	margin: 22px 0;
	color: #fff;
	font-size: clamp(43px, 5vw, 68px);
	line-height: 1.18;
	letter-spacing: -0.04em;
}

.utb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #ef8da6 !important;
	font-size: 13px !important;
	font-weight: 800;
}

.utb-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(239, 141, 166, 0.12);
}

.utb-service-hero__copy > p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 18px;
	line-height: 1.9;
}

.utb-service-proof {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
}

.utb-service-proof .utb-proof-item {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 14px 15px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.045);
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
}

.utb-service-proof .utb-proof-item strong,
.utb-service-proof .utb-proof-item span {
	display: block;
}

.utb-service-proof .utb-proof-item strong {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
}

.utb-service-proof .utb-proof-item span {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.utb-service-hero .utb-quick-order,
.utb-service-hero .utbo-quick-order {
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.utb-section--muted {
	background: var(--utb-paper);
}

.utb-service-page .utb-shell > h2 {
	max-width: 850px;
	margin: 0 0 34px;
	font-size: clamp(32px, 4vw, 50px);
	line-height: 1.35;
}

.utb-service-page .utb-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.utb-service-page .utb-steps::before {
	display: none;
}

.utb-step-card {
	min-height: 218px;
	padding: 26px;
	border: 1px solid var(--utb-line);
	border-radius: var(--utb-radius);
	background: rgba(255, 255, 255, 0.72);
}

.utb-step-number {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin: 0 0 30px;
	border: 1px solid rgba(127, 24, 50, 0.2);
	border-radius: 50%;
	color: var(--utb-wine);
	font-size: 12px;
	font-weight: 900;
}

.utb-step-card h3 {
	margin: 0 0 10px;
	font-size: 20px;
}

.utb-step-card > p:last-child {
	margin: 0;
	color: var(--utb-muted);
	font-size: 14px;
	line-height: 1.85;
}

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

.utb-facts-grid article,
.utb-fact-card {
	min-height: 220px;
	padding: 28px;
	border: 1px solid var(--utb-line);
	border-radius: var(--utb-radius);
	background: #fff;
}

.utb-facts-grid h3 {
	margin: 16px 0 10px;
	font-size: 21px;
}

.utb-facts-grid p {
	margin: 0;
	color: var(--utb-muted);
	font-size: 14px;
	line-height: 1.85;
}

.utb-facts-grid .utb-fact-icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 13px;
	background: rgba(127, 24, 50, 0.08);
	color: var(--utb-wine);
}

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

.utb-related-grid a {
	display: flex;
	min-height: 116px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--utb-line);
	border-radius: 18px;
	background: #fff;
	color: var(--utb-ink);
	font-weight: 800;
	text-decoration: none;
}

.utb-related-grid a:hover {
	border-color: rgba(127, 24, 50, 0.35);
	color: var(--utb-wine);
}

.utb-faq-list {
	border-bottom: 1px solid var(--utb-line);
}

.utb-faq-list details {
	border-top: 1px solid var(--utb-line);
}

.utb-faq-list summary {
	min-height: 74px;
	padding: 20px 2px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
}

.utb-faq-list details p {
	max-width: 800px;
	margin: -4px 0 24px;
	color: var(--utb-muted);
	line-height: 1.85;
}

.utb-related-services {
	padding-block: 56px;
	background: var(--utb-ink);
	color: rgba(255, 255, 255, 0.68);
}

.utb-related-services h2 {
	margin-bottom: 14px !important;
	color: #fff;
	font-size: clamp(28px, 3vw, 40px) !important;
}

.utb-related-services p {
	margin: 0;
	font-size: 15px;
	line-height: 2;
}

.utb-related-services a {
	color: var(--utb-sand);
	font-weight: 800;
}

/* Footer */
#footer,
.site-footer {
	background: var(--utb-ink);
	color: rgba(255, 255, 255, 0.62);
}

#footer [data-row],
.site-footer [data-row] {
	border-color: rgba(255, 255, 255, 0.1);
}

#footer.ct-footer [data-row="bottom"] {
	background: var(--utb-ink);
	color: rgba(255, 255, 255, 0.62);
}

#footer.ct-footer .ct-container {
	width: min(1180px, calc(100% - 48px));
	min-height: 92px;
}

#footer.ct-footer a,
.site-footer a {
	color: rgba(255, 255, 255, 0.78);
}

#footer.ct-footer a:hover,
.site-footer a:hover {
	color: var(--utb-sand);
}

#footer .ct-footer-copyright,
.site-footer .ct-footer-copyright {
	font-size: 14px;
	letter-spacing: 0.01em;
}

@media (max-width: 1100px) {
	#header-menu-1 .ct-menu-link {
		padding-inline: 8px;
		font-size: 12px;
	}

	.utb-hero__grid,
	.utb-service-hero__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.utb-hero__content,
	.utb-service-hero__copy {
		text-align: center;
	}

	.utb-hero h1,
	.utb-service-hero h1,
	.utb-hero__content > p,
	.utb-service-hero__copy > p {
		margin-inline: auto;
	}

	.utb-hero__actions,
	.utb-hero__proof {
		justify-content: center;
	}

	.utb-hero__configurator,
	.utb-service-hero__configurator {
		width: min(100%, 760px);
		margin-inline: auto;
	}
}

@media (max-width: 999px) {
	.utb-shell {
		width: min(100% - 36px, 760px);
	}

	.utb-hero__grid,
	.utb-service-hero__grid {
		grid-template-columns: 1fr;
	}

	.utb-hero__configurator .utbo-quick-order__body,
	.utb-service-hero__configurator .utbo-quick-order__body {
		grid-template-columns: 1fr;
	}

	.utb-hero__configurator .utbo-quick-total,
	.utb-service-hero__configurator .utbo-quick-total {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(150px, 0.8fr);
		gap: 10px 16px;
	}

	.utb-hero__configurator .utbo-quick-total > strong,
	.utb-service-hero__configurator .utbo-quick-total > strong {
		grid-column: 1;
		margin: 0;
	}

	.utb-hero__configurator .utbo-quick-total > div,
	.utb-service-hero__configurator .utbo-quick-total > div {
		grid-column: 2;
		grid-row: 1 / 3;
		align-self: stretch;
	}

	.utb-hero__configurator .utbo-quick-total > small,
	.utb-service-hero__configurator .utbo-quick-total > small,
	.utb-hero__configurator .utbo-quick-total .utbo-button,
	.utb-service-hero__configurator .utbo-quick-total .utbo-button {
		grid-column: 1 / -1;
	}

	.utb-hero {
		min-height: auto;
	}

	.utb-hero__content {
		text-align: center;
	}

	.utb-hero h1,
	.utb-hero__content > p {
		margin-inline: auto;
	}

	.utb-hero__actions,
	.utb-hero__proof {
		justify-content: center;
	}

	.utb-trust-strip .utb-shell {
		grid-template-columns: repeat(2, 1fr);
	}

	.utb-trust-strip .utb-shell > div:nth-child(3),
	.utb-trust-strip .utb-shell > div:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.utb-section-heading {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.utb-steps,
	.utb-guide-grid,
	.utb-facts-grid,
	.utb-related-grid {
		grid-template-columns: 1fr;
	}

	.utb-service-page .utb-steps {
		grid-template-columns: 1fr;
	}

	.utb-steps::before {
		display: none;
	}

	.utb-steps li {
		min-height: 0;
	}

	.utb-bento__wide {
		grid-template-columns: 1fr;
	}

	.utb-price-stack {
		max-width: 360px;
	}

	.utb-faq__grid {
		grid-template-columns: 1fr;
	}

	.utb-service-hero__copy {
		text-align: center;
	}

	.utb-service-hero h1,
	.utb-service-hero__copy > p {
		margin-inline: auto;
	}

	.utb-service-proof {
		width: min(100%, 580px);
		margin-inline: auto;
	}
}

@media (max-width: 689px) {
	.utb-shell,
	#header .ct-container,
	#footer.ct-footer .ct-container {
		width: calc(100% - 32px);
	}

	#header [data-row="middle"] {
		min-height: 66px;
	}

	#header .site-logo-container img {
		max-width: 142px;
		max-height: 40px;
	}

	#header .ct-header-trigger {
		display: grid;
		width: 44px;
		height: 44px;
		place-items: center;
		border-radius: 12px;
		background: rgba(17, 18, 22, 0.06);
	}

	.utb-section {
		padding-block: 72px;
	}

	.utb-hero__grid {
		gap: 38px;
		padding-block: 62px 50px;
	}

	.utb-hero__content {
		text-align: right;
	}

	.utb-hero h1 {
		margin-block: 18px;
		font-size: clamp(39px, 12vw, 52px);
	}

	.utb-hero__content > p {
		font-size: 16px;
		line-height: 1.8;
	}

	.utb-hero__actions,
	.utb-hero__proof {
		justify-content: flex-start;
	}

	.utb-hero__actions .utb-btn--primary {
		width: 100%;
	}

	.utb-hero__actions .utb-btn--ghost {
		min-height: 42px;
		padding: 6px 2px;
		border: 0;
		background: transparent;
	}

	.utb-hero__proof {
		display: grid;
		gap: 10px;
	}

	.utb-trust-strip .utb-shell {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utb-trust-strip .utb-shell > div {
		padding: 18px 15px;
		border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.utb-trust-strip strong {
		font-size: 13px;
	}

	.utb-trust-strip small {
		font-size: 11px;
		line-height: 1.6;
	}

	.utb-section-heading {
		margin-bottom: 32px;
	}

	.utb-section-heading h2 {
		font-size: 36px;
	}

	.utb-section-heading p {
		font-size: 15px;
	}

	.utb-services {
		padding-inline: 16px;
	}

	.utb-services .utbo-public-catalog--home .utbo-catalog-grid {
		grid-template-columns: 1fr;
	}

	.utb-services .utbo-public-catalog--home .utbo-catalog-card {
		min-height: 0;
	}

	.utb-steps li {
		display: grid;
		grid-template-columns: 48px 1fr;
		gap: 14px;
		padding: 22px;
	}

	.utb-steps li > span {
		width: 42px;
		height: 42px;
		margin: 0;
	}

	.utb-bento {
		grid-template-columns: 1fr;
	}

	.utb-bento__wide {
		grid-column: auto;
	}

	.utb-bento article {
		min-height: 0;
		padding: 26px;
	}

	.utb-bento h3 {
		margin-top: 38px;
		font-size: 22px;
	}

	.utb-guide-grid > a {
		min-height: 190px;
	}

	.utb-faq h2 {
		font-size: 38px;
	}

	.utb-accordion summary {
		min-height: 72px;
		font-size: 15px;
	}

	.utb-final-cta h2 {
		font-size: 40px;
	}

	.utb-final-cta .utb-shell > div:last-child {
		align-items: stretch;
		flex-direction: column;
	}

	.utb-service-hero {
		padding-block: 58px 48px;
	}

	.utb-service-hero__copy {
		text-align: right;
	}

	.utb-service-hero h1 {
		font-size: 40px;
	}

	.utb-service-hero__copy > p {
		font-size: 16px;
	}

	.utb-service-proof {
		grid-template-columns: 1fr;
	}

	.utb-hero__configurator .utbo-quick-order,
	.utb-service-hero__configurator .utbo-quick-order {
		padding: 18px 14px;
	}

	.utb-step-card {
		min-height: 0;
	}

	#footer.ct-footer .ct-container {
		min-height: 112px;
	}

	#footer.ct-footer .ct-footer-copyright {
		font-size: 12px;
		line-height: 1.9;
	}
}

@media (max-width: 390px) {
	.utb-shell,
	#header .ct-container,
	#footer.ct-footer .ct-container {
		width: calc(100% - 24px);
	}

	.utb-section {
		padding-block: 60px;
	}

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

	.utb-hero__configurator > .utbo-quick-order,
	.utb-service-hero__configurator > .utbo-quick-order {
		padding: 16px 12px;
		border-radius: 20px;
	}

	.utb-hero__configurator .utbo-quick-order__body,
	.utb-service-hero__configurator .utbo-quick-order__body {
		gap: 16px;
	}

	.utb-hero__configurator .utbo-quick-order__head p,
	.utb-service-hero__configurator .utbo-quick-order__head p {
		display: none;
	}

	.utb-hero__configurator .utbo-quick-total,
	.utb-service-hero__configurator .utbo-quick-total {
		padding: 18px;
	}

	.utb-service-proof {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.utb-service-proof .utb-proof-item {
		padding: 10px 8px;
	}

	.utb-service-proof .utb-proof-item span {
		font-size: 11px;
	}

	.utb-services {
		padding-inline: 12px;
	}

	.utb-step-card,
	.utb-fact-card {
		padding: 22px;
	}

	.utb-faq-list summary {
		min-height: 66px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.utb-btn,
	.utb-guide-grid > a,
	.utb-accordion summary span {
		transition: none;
	}
}
