/*
Theme Name: Приоритет
Theme URI: https://docdiff.ru/
Author: Artur
Description: Тема Atom для сервиса «Приоритет»: ремонт бытовой и промышленной холодильной техники в Уфе.
Version: 2.0.0
Text Domain: ufa-fridge-service
*/

@font-face {
	font-family: "Site Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/400.woff2") format("woff2");
}

@font-face {
	font-family: "Site Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/500.woff2") format("woff2");
}

@font-face {
	font-family: "Site Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/600.woff2") format("woff2");
}

@font-face {
	font-family: "Site Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/700.woff2") format("woff2");
}

:root {
	--page: #f4f6f3;
	--surface: #ffffff;
	--surface-soft: #e9efeb;
	--surface-dark: #14231f;
	--text: #17231f;
	--muted: #64716c;
	--line: #d8dfdb;
	--green: #176b5b;
	--green-dark: #0d5448;
	--green-soft: #d8eee7;
	--orange: #f1613c;
	--orange-dark: #d84a28;
	--orange-soft: #fff0eb;
	--yellow: #f4c95d;
	--shadow: 0 24px 60px rgba(18, 40, 33, .1);
	--radius-small: 12px;
	--radius: 22px;
	--radius-large: 34px;
	--container: 1240px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	background: var(--page);
	color: var(--text);
	font-family: "Site Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

body.menu-open {
	overflow: hidden;
}

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

button,
input,
textarea,
select {
	color: inherit;
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
dl,
dd,
blockquote {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

.container {
	width: min(calc(100% - 48px), var(--container));
	margin-right: auto;
	margin-left: auto;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.skip-link {
	z-index: 10000;
	position: fixed;
	top: 12px;
	left: 12px;
	background: var(--surface);
	color: var(--text);
	border-radius: 8px;
	transform: translateY(-150%);
	padding: 10px 14px;
}

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

.button {
	background: var(--orange);
	color: #ffffff;
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1.1;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(241, 97, 60, .24);
	cursor: pointer;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
	padding: 16px 25px;
}

.button:hover {
	background: var(--orange-dark);
	box-shadow: 0 15px 32px rgba(216, 74, 40, .28);
	transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(23, 107, 91, .3);
	outline-offset: 3px;
}

.button--ghost {
	background: transparent;
	color: var(--text);
	border: 1px solid var(--line);
	box-shadow: none;
}

.button--ghost:hover {
	background: var(--surface);
	color: var(--green-dark);
	box-shadow: none;
}

.button--compact {
	min-height: 44px;
	font-size: 14px;
	padding: 12px 18px;
}

.status-dot {
	width: 8px;
	height: 8px;
	background: #32b768;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(50, 183, 104, .12);
	margin-right: 10px;
}

.eyebrow {
	color: var(--green);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.section {
	padding-top: 104px;
	padding-bottom: 104px;
}

.section--soft {
	background: var(--surface-soft);
}

.section-heading {
	max-width: 780px;
	margin-bottom: 46px;
}

.section-heading h2,
.faq-layout h2,
.area-card h2,
.request-card h2 {
	max-width: 780px;
	font-size: clamp(34px, 4.4vw, 60px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -.045em;
	margin-bottom: 20px;
}

.section-heading > p:last-child {
	max-width: 680px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.65;
}

.text-link {
	color: var(--green);
	display: inline-flex;
	gap: 10px;
	align-items: center;
	font-weight: 700;
}

.text-link span {
	font-size: 20px;
	transition: transform .2s ease;
}

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

.header-top {
	background: var(--surface-dark);
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
}

.header-top__inner {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.header-top p {
	margin-bottom: 0;
}

.site-header {
	z-index: 900;
	position: relative;
	background: rgba(244, 246, 243, .96);
	border-bottom: 1px solid rgba(216, 223, 219, .9);
}

.header-main {
	min-height: 84px;
	display: flex;
	align-items: center;
	gap: 34px;
}

.brand {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	line-height: 1.05;
}

.brand__mark {
	width: 42px;
	height: 42px;
	background: var(--green);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -.12em;
	border-radius: 13px;
}

.brand strong,
.brand small {
	display: block;
}

.brand strong {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.02em;
}

.brand small {
	color: var(--muted);
	font-size: 10px;
	letter-spacing: .02em;
	margin-top: 5px;
}

.site-nav {
	margin-right: auto;
	margin-left: auto;
}

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

.site-nav a {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.site-nav a::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 2px;
	background: var(--orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .2s ease;
}

.site-nav a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header-contacts {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-phone {
	line-height: 1.15;
	text-align: right;
}

.header-phone small,
.header-phone strong {
	display: block;
}

.header-phone small {
	color: var(--muted);
	font-size: 11px;
	margin-bottom: 5px;
}

.header-phone strong {
	font-size: 16px;
	white-space: nowrap;
}

.messengers {
	display: flex;
	gap: 6px;
}

.messenger {
	width: 34px;
	height: 34px;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-size: 9px;
	font-weight: 800;
	text-indent: -9999px;
	border-radius: 50%;
}

.messenger--tg {
	background-color: #278dcc;
	background-image: url("assets/images/icons/social/telegram.png");
	background-image: image-set(
		url("assets/images/icons/social/telegram.png") 1x,
		url("assets/images/icons/social/telegram@2x.png") 2x
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.messenger--wa {
	background-color: #25a866;
	background-image: url("assets/images/icons/social/whatsapp.png");
	background-image: image-set(
		url("assets/images/icons/social/whatsapp.png") 1x,
		url("assets/images/icons/social/whatsapp@2x.png") 2x
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.messenger--max {
	background-color: #7158e2;
	background-image: url("assets/images/icons/social/max-official.png");
	background-image: image-set(
		url("assets/images/icons/social/max-official.png") 1x,
		url("assets/images/icons/social/max-official@2x.png") 2x
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.messenger.is-placeholder {
	opacity: .62;
}

.menu-toggle {
	width: 44px;
	height: 44px;
	background: transparent;
	display: none;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	border: 1px solid var(--line);
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
}

.menu-toggle > span:not(.visually-hidden) {
	width: 18px;
	height: 2px;
	background: var(--text);
	display: block;
	transition: transform .2s ease, opacity .2s ease;
}

.hero {
	position: relative;
	overflow: hidden;
	padding-top: 72px;
}

.hero::before {
	position: absolute;
	top: -220px;
	left: -180px;
	width: 500px;
	height: 500px;
	background: var(--green-soft);
	border-radius: 50%;
	content: "";
	opacity: .7;
	filter: blur(4px);
}

.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, .85fr);
	gap: 70px;
	align-items: center;
}

.hero__content {
	z-index: 2;
	position: relative;
	padding-bottom: 54px;
}

.hero h1 {
	max-width: 780px;
	font-size: clamp(48px, 6.7vw, 88px);
	font-weight: 600;
	line-height: .96;
	letter-spacing: -.06em;
	margin-bottom: 28px;
}

.hero h1 span {
	color: var(--green);
	display: block;
}

.hero__lead {
	max-width: 650px;
	color: #4f5d58;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
}

.hero__microcopy {
	color: var(--muted);
	font-size: 13px;
	margin-bottom: 34px;
}

.hero__facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.hero__facts li {
	border-left: 2px solid var(--green-soft);
	padding-left: 15px;
}

.hero__facts strong,
.hero__facts span {
	display: block;
}

.hero__facts strong {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 3px;
}

.hero__facts span {
	color: var(--muted);
	font-size: 12px;
}

.hero__visual {
	position: relative;
	min-height: 660px;
	background: #dce8e2;
	overflow: hidden;
	border-radius: var(--radius-large);
	box-shadow: var(--shadow);
}

.hero__visual::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 34%;
	background: rgba(10, 29, 24, .26);
	content: "";
	pointer-events: none;
}

.hero__visual > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__reviews {
	z-index: 2;
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	background: rgba(251, 250, 246, .94);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
	color: var(--text);
	border: 1px solid rgba(16, 37, 31, .12);
	border-radius: 12px;
	backdrop-filter: blur(12px);
	padding: 15px 18px;
}

.hero-review {
	min-width: 92px;
	display: grid;
	flex: 1 1 112px;
	gap: 5px;
	color: var(--text);
	text-decoration: none;
	transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.hero-review:hover {
	color: var(--text);
	transform: translateY(-2px);
}

.hero-review:focus-visible {
	outline: 2px solid var(--orange);
	outline-offset: 4px;
}

.hero-review__line {
	display: flex;
	align-items: center;
	gap: 4px;
}

.hero-review__logo,
.hero-review__star {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}

.hero-review__logo {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
}

.hero-review--yandex .hero-review__logo {
	background-image: url(assets/images/reviews/yandex.png);
	background-image: image-set(
		url(assets/images/reviews/yandex.png) 1x,
		url(assets/images/reviews/yandex@2x.png) 2x
	);
}

.hero-review--2gis .hero-review__logo {
	background-image: url(assets/images/reviews/2gis.png);
	background-image: image-set(
		url(assets/images/reviews/2gis.png) 1x,
		url(assets/images/reviews/2gis@2x.png) 2x
	);
}

.hero-review--avito .hero-review__logo {
	background-image: url(assets/images/reviews/avito.png);
	background-image: image-set(
		url(assets/images/reviews/avito.png) 1x,
		url(assets/images/reviews/avito@2x.png) 2x
	);
}

.hero-review__star {
	background-image: url(assets/images/reviews/star.png);
	background-image: image-set(
		url(assets/images/reviews/star.png) 1x,
		url(assets/images/reviews/star@2x.png) 2x
	);
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-left: 2px;
}

.hero-review strong {
	color: var(--text);
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
}

.hero-review__count {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.15;
	white-space: nowrap;
}

.trust-line {
	position: relative;
	background: var(--surface);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 18px 45px rgba(22, 44, 37, .06);
}

.trust-line p {
	min-height: 78px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	border-right: 1px solid var(--line);
	margin-bottom: 0;
	padding: 14px 22px;
}

.trust-line p:last-child {
	border-right: 0;
}

.trust-line strong,
.trust-line span {
	display: block;
}

.trust-line strong {
	font-size: 15px;
	line-height: 1.25;
}

.trust-line span {
	color: #50615a;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.diagnostics {
	padding-top: 88px;
}

.diagnostics__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
	gap: 24px;
	align-items: stretch;
}

.fault-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.fault-card {
	position: relative;
	background: var(--surface);
	min-height: 166px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
	padding: 24px 28px 23px 72px;
}

.fault-card:hover,
.fault-card.is-active {
	border-color: var(--green);
	box-shadow: 0 15px 35px rgba(22, 63, 51, .08);
	transform: translateY(-2px);
}

.fault-card__number {
	position: absolute;
	top: 26px;
	left: 25px;
	color: var(--green);
	font-size: 12px;
	font-weight: 700;
}

.fault-card strong {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.fault-card small {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
}

.diagnostic-result {
	background: var(--surface-dark);
	color: #ffffff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: var(--radius);
	padding: 40px;
}

.diagnostic-result__label {
	color: #83cab8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.diagnostic-result h3 {
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: -.03em;
	margin-bottom: 16px;
}

.diagnostic-result > p:not(.diagnostic-result__label) {
	color: rgba(255, 255, 255, .68);
	font-size: 15px;
}

.diagnostic-result__steps {
	border-top: 1px solid rgba(255, 255, 255, .14);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	margin-top: 12px;
	margin-bottom: 24px;
	padding-top: 19px;
	padding-bottom: 12px;
}

.diagnostic-result__steps p {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: 13px;
	margin-bottom: 11px;
}

.diagnostic-result__steps span {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, .1);
	color: #8cd2c1;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	border-radius: 50%;
}

.diagnostic-result .text-link {
	color: #ffffff;
}

.prices-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 80px;
	align-items: end;
}

.price-promise {
	background: var(--surface-dark);
	color: #ffffff;
	border-radius: var(--radius);
	margin-bottom: 46px;
	padding: 24px 26px;
}

.price-promise span,
.price-promise strong {
	display: block;
}

.price-promise span {
	color: #8dd3c0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.price-promise strong {
	font-size: 17px;
	line-height: 1.35;
}

.price-table {
	background: var(--surface);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.price-table__head,
.price-table__row {
	display: grid;
	grid-template-columns: 1.1fr 1.3fr 150px;
	gap: 30px;
	align-items: center;
	padding-right: 28px;
	padding-left: 28px;
}

.price-table__head {
	min-height: 50px;
	background: var(--surface-dark);
	color: rgba(255, 255, 255, .64);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.price-table__row {
	min-height: 76px;
	border-bottom: 1px solid var(--line);
}

.price-table__row:last-child {
	border-bottom: 0;
}

.price-table__row strong {
	font-size: 16px;
}

.price-table__row > span {
	color: var(--muted);
	font-size: 14px;
}

.price-table__row b {
	color: var(--green);
	font-size: 17px;
	text-align: right;
}

.price-note {
	color: var(--muted);
	font-size: 12px;
	margin-top: 18px;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	list-style: none;
	counter-reset: process;
	padding: 0;
	margin: 0;
}

.process-grid li {
position: relative;
	background: var(--surface);
	min-height: 280px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 30px;
}

.process-grid li::after {
	position: absolute;
	top: 47px;
	right: -9px;
	width: 16px;
	height: 16px;
	background: var(--orange);
	border: 4px solid var(--page);
	border-radius: 50%;
	content: "";
}

.process-grid li:last-child::after {
	display: none;
}

.process-grid li > span {
	color: var(--green);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 60px;
}

.process-grid h3 {
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.process-grid p {
	color: var(--muted);
	font-size: 14px;
	margin-bottom: 0;
}

.team-section {
	background: var(--surface-dark);
	color: #ffffff;
}

.team-section .eyebrow {
	color: #8dd3c0;
}

.team-section .section-heading > p:last-child {
	color: rgba(255, 255, 255, .62);
}

.section-topline {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
}

.section-note {
	max-width: 280px;
	color: rgba(255, 255, 255, .48);
	font-size: 12px;
	margin-bottom: 50px;
}

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

.master-card {
	background: #20322d;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--radius);
}

.master-card__photo {
	position: relative;
	background: #d9e1dc;
	height: auto;
	aspect-ratio: 7 / 8;
	overflow: hidden;
}

.master-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.master-card__photo > span {
	position: absolute;
	bottom: 16px;
	left: 16px;
	background: rgba(20, 35, 31, .84);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	backdrop-filter: blur(8px);
	padding: 8px 12px;
}

.master-card__photo i,
.master-chat__head i {
	width: 7px;
	height: 7px;
	background: #41c875;
	display: inline-block;
	border-radius: 50%;
}

.master-card__body {
	padding: 27px;
}

.master-card h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.master-card__body > p {
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
}

.master-card dl {
	border-top: 1px solid rgba(255, 255, 255, .12);
	margin-bottom: 0;
	padding-top: 17px;
}

.master-card dl div {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 12px;
	font-size: 12px;
	margin-bottom: 9px;
}

.master-card dt {
	color: rgba(255, 255, 255, .45);
}

.master-card dd {
	margin-bottom: 0;
}

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

.case-card {
	background: var(--surface);
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px;
}

.case-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	color: var(--green);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.case-card h3 {
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: -.02em;
	margin-bottom: 24px;
}

.case-card__problem,
.case-card__solution {
	border-top: 1px solid var(--line);
	padding-top: 17px;
}

.case-card small {
	color: var(--muted);
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.case-card p {
	font-size: 13px;
}

.case-card__solution {
	margin-bottom: auto;
}

.case-card__result {
	background: var(--surface-soft);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	border-radius: 14px;
	margin-top: 12px;
	padding: 15px;
}

.case-card__result strong {
	font-size: 15px;
}

.brand-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.brand-grid span {
	min-height: 94px;
	background: var(--surface);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.area-section {
	padding-top: 0;
}

.area-card {
	background: var(--green);
	color: #ffffff;
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 70px;
	align-items: center;
	overflow: hidden;
	border-radius: var(--radius-large);
	padding: 64px 70px;
}

.area-card .eyebrow {
	color: #b5e7da;
}

.area-card > div:first-child > p:not(.eyebrow) {
	max-width: 660px;
	color: rgba(255, 255, 255, .68);
	font-size: 16px;
}

.area-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.area-list span {
	background: rgba(255, 255, 255, .1);
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	padding: 8px 13px;
}

.area-card__map {
	position: relative;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.area-card__map strong {
	z-index: 2;
	position: relative;
	font-size: 24px;
	letter-spacing: .08em;
}

.area-card__map i {
	z-index: 2;
	position: relative;
	width: 13px;
	height: 13px;
	background: var(--orange);
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(241, 97, 60, .3);
	margin-top: 12px;
}

.area-card__map small {
	z-index: 2;
	position: relative;
	color: rgba(255, 255, 255, .55);
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-top: 22px;
}

.map-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.map-ring--one {
	width: 230px;
	height: 230px;
}

.map-ring--two {
	width: 340px;
	height: 340px;
}

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

.review-grid blockquote {
	background: var(--surface);
	min-height: 310px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px;
}

.review-grid blockquote > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.review-grid blockquote > div span {
	color: var(--green);
	font-size: 24px;
	font-weight: 700;
}

.review-grid blockquote small {
	background: var(--orange-soft);
	color: var(--orange-dark);
	font-size: 10px;
	font-weight: 700;
	border-radius: 999px;
	padding: 6px 9px;
}

.review-grid blockquote > p {
	font-size: 17px;
	line-height: 1.55;
}

.review-grid blockquote footer {
	color: var(--muted);
	font-size: 12px;
	margin-top: auto;
}

.faq-section {
	background: var(--surface-soft);
}

.faq-layout {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 90px;
	align-items: start;
}

.faq-layout > div:first-child {
	position: sticky;
	top: 30px;
}

.faq-layout > div:first-child > p:not(.eyebrow) {
	color: var(--muted);
	font-size: 16px;
	margin-bottom: 24px;
}

.faq-list {
	border-top: 1px solid #c8d2cc;
}

.faq-list details {
	border-bottom: 1px solid #c8d2cc;
}

.faq-list summary {
	position: relative;
	font-size: 19px;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
	padding: 26px 52px 26px 0;
}

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

.faq-list summary::after {
	position: absolute;
	top: 23px;
	right: 2px;
	width: 31px;
	height: 31px;
	background: var(--surface);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	font-weight: 400;
	border-radius: 50%;
	content: "+";
}

.faq-list details[open] summary::after {
	content: "−";
}

.faq-list details p {
	max-width: 690px;
	color: var(--muted);
	font-size: 15px;
	padding-bottom: 25px;
}

.request-section {
	background: var(--surface-dark);
	padding-top: 80px;
	padding-bottom: 80px;
}

.request-card {
display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 80px;
	align-items: center;
	color: #ffffff;
}

.request-card .eyebrow {
	color: #8dd3c0;
}

.request-card__content > p:not(.eyebrow) {
	max-width: 530px;
	color: rgba(255, 255, 255, .6);
}

.request-phone {
	display: block;
	font-size: clamp(26px, 3vw, 39px);
	font-weight: 700;
	letter-spacing: -.03em;
	margin-top: 36px;
}

.request-card__content > small {
	color: rgba(255, 255, 255, .5);
}

.request-form {
	background: var(--surface);
	color: var(--text);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	border-radius: var(--radius-large);
	padding: 38px;
}

.request-form label {
	color: var(--muted);
	font-size: 12px;
	font-weight: 600;
}

.request-form label:nth-of-type(4) {
	grid-column: 1 / -1;
}

.request-form input,
.request-form textarea {
	width: 100%;
	background: #f6f7f5;
	color: var(--text);
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	outline: 0;
	resize: vertical;
	margin-top: 7px;
	padding: 13px 14px;
}

.request-form input {
	min-height: 50px;
}

.request-form input:focus,
.request-form textarea:focus {
	border-color: var(--green);
}

.request-form .button {
	align-self: start;
}

.form-consent {
align-self: center;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.4;
	margin-bottom: 0;
}

.form-message {
	grid-column: 1 / -1;
	font-size: 13px;
	font-weight: 600;
	border-radius: 10px;
	margin-bottom: 0;
	padding: 11px 13px;
}

.form-message--success {
	background: var(--green-soft);
	color: var(--green-dark);
}

.form-message--error {
	background: var(--orange-soft);
	color: var(--orange-dark);
}

.honeypot {
	position: absolute;
	left: -9999px;
}

.site-footer {
	background: #0c1815;
	color: rgba(255, 255, 255, .68);
	padding-top: 70px;
	padding-bottom: 24px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr .8fr 1fr;
	gap: 50px;
	padding-bottom: 55px;
}

.brand--footer {
	color: #ffffff;
	margin-bottom: 22px;
}

.brand--footer small {
	color: rgba(255, 255, 255, .48);
}

.footer-about > p {
	max-width: 330px;
	font-size: 13px;
}

.footer-title {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 17px;
}

.footer-phone {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

.footer-grid p,
.footer-grid a:not(.brand) {
	font-size: 13px;
}

.footer-messengers {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.footer-grid a:not(.brand):hover {
	color: #ffffff;
}

.footer-bottom {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 40px;
	align-items: start;
	font-size: 10px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: 22px;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom p:nth-child(2) {
	text-align: center;
}

.master-chat {
	z-index: 1100;
	position: fixed;
	right: 24px;
	bottom: 92px;
	width: min(360px, calc(100vw - 32px));
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 24px 80px rgba(11, 35, 28, .24);
	animation: chat-in .35s ease both;
	padding: 22px;
}

.master-chat[hidden] {
	display: none;
}

.master-chat__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: transparent;
	color: var(--muted);
	font-size: 24px;
	line-height: 1;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.master-chat__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-right: 25px;
}

.master-chat__head img {
	width: 58px;
	height: 58px;
	flex: 0 0 auto;
	object-fit: cover;
	border-radius: 50%;
}

.master-chat__head strong,
.master-chat__head span {
	display: block;
}

.master-chat__head strong {
	font-size: 15px;
	margin-bottom: 4px;
}

.master-chat__head span {
	color: var(--green);
	font-size: 11px;
}

.master-chat__head i {
	margin-right: 6px;
}

.master-chat > p {
	color: var(--muted);
	font-size: 13px;
	margin-top: 17px;
}

.master-chat__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 18px;
}

.chat-launcher {
	z-index: 1090;
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 54px;
	height: 54px;
	background: var(--green);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 700;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 12px 35px rgba(23, 107, 91, .3);
	cursor: pointer;
}

.mobile-contact-dock {
	z-index: 1050;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 66px;
	background: var(--surface);
	display: none;
	grid-template-columns: 1fr 58px 58px 58px;
gap: 6px;
	align-items: center;
	border-top: 1px solid var(--line);
	box-shadow: 0 -10px 35px rgba(18, 40, 33, .1);
	padding: 7px max(8px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
}

.mobile-contact-dock > a {
	height: 48px;
	background: var(--surface-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 9px;
	font-weight: 800;
	border-radius: 12px;
}

.mobile-contact-dock__call {
	background: var(--orange) !important;
	color: #ffffff;
}

.mobile-contact-dock__call strong {
	font-size: 14px;
}

.mobile-contact-dock__call span {
	font-size: 9px;
	font-weight: 500;
}

.mobile-contact-dock .dock-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px 42px;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
}

.mobile-contact-dock .dock-icon--tg {
	background-image: url("assets/images/icons/social/telegram.png");
	background-image: image-set(
		url("assets/images/icons/social/telegram.png") 1x,
		url("assets/images/icons/social/telegram@2x.png") 2x
	);
}

.mobile-contact-dock .dock-icon--wa {
	background-image: url("assets/images/icons/social/whatsapp.png");
	background-image: image-set(
		url("assets/images/icons/social/whatsapp.png") 1x,
		url("assets/images/icons/social/whatsapp@2x.png") 2x
	);
}

.mobile-contact-dock .dock-icon--max {
	background-image: url("assets/images/icons/social/max-official.png");
	background-image: image-set(
		url("assets/images/icons/social/max-official.png") 1x,
		url("assets/images/icons/social/max-official@2x.png") 2x
	);
}

.main {
	min-height: 60vh;
	padding-top: 70px;
	padding-bottom: 90px;
}

.main > h1 {
	max-width: 900px;
	font-size: clamp(40px, 6vw, 72px);
	line-height: 1;
	letter-spacing: -.05em;
}

.text {
	max-width: 780px;
	font-size: 17px;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	color: var(--muted);
	font-size: 12px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 42px;
}

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

.breadcrumbs li + li::before {
	content: "→";
	color: #9aa59f;
	font-size: 10px;
}

.breadcrumbs a {
	color: var(--green);
}

.landing-hero {
	background: var(--surface-soft);
	padding-top: 38px;
	padding-bottom: 76px;
}

.landing-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 370px;
	gap: 80px;
	align-items: end;
}

.landing-hero__side {
	position: relative;
	align-self: end;
}

.landing-hero--with-visual .landing-hero__grid {
	grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
	gap: 60px;
	align-items: center;
}

.landing-hero--with-visual .landing-hero__side {
	width: 100%;
	max-width: 620px;
	min-height: clamp(500px, 78vw, 620px);
	align-self: center;
}

.landing-hero__visual {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	margin: 0;
}

.landing-hero__visual > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 24%;
}

.landing-hero__visual figcaption {
	z-index: 2;
	position: absolute;
	top: 18px;
	left: 18px;
	background: rgba(255, 255, 255, .92);
	max-width: 260px;
	color: var(--text);
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(17, 42, 35, .12);
	backdrop-filter: blur(12px);
	padding: 13px 16px;
}

.landing-hero__visual figcaption span,
.landing-hero__visual figcaption strong {
	display: block;
}

.landing-hero__visual figcaption span {
	color: var(--green);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.landing-hero__visual figcaption strong {
	font-size: 14px;
	line-height: 1.35;
}

.landing-hero--with-visual .landing-contact {
	z-index: 2;
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	background: rgba(20, 35, 31, .9);
	max-width: none;
	border: 1px solid rgba(255, 255, 255, .15);
	box-shadow: 0 16px 38px rgba(10, 29, 24, .22);
	backdrop-filter: blur(12px);
	padding: 22px;
}

.landing-hero h1 {
	max-width: 850px;
	font-size: clamp(46px, 6.2vw, 82px);
	font-weight: 600;
	line-height: .98;
	letter-spacing: -.055em;
	margin-bottom: 26px;
}

.landing-hero--with-visual h1 {
	max-width: 760px;
	font-size: clamp(44px, 4.8vw, 68px);
	line-height: 1.02;
}

.landing-hero__lead {
	max-width: 700px;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.landing-hero__lead p {
	margin-bottom: 0;
}

.landing-hero__microcopy {
	color: var(--muted);
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 0;
}

.landing-contact {
	background: var(--surface-dark);
	color: #ffffff;
	border-radius: var(--radius);
	padding: 28px;
}

.landing-contact > p {
	color: #8dd3c0;
	font-size: 12px;
	margin-bottom: 15px;
}

.landing-contact > a {
	display: block;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -.03em;
	margin-bottom: 24px;
}

.landing-contact ul {
	border-top: 1px solid rgba(255, 255, 255, .14);
	list-style: none;
	padding: 13px 0 0;
	margin: 0;
}

.landing-contact li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-top: 10px;
	padding-bottom: 10px;
}

.landing-contact li:last-child {
	border-bottom: 0;
}

.landing-contact li span {
	color: rgba(255, 255, 255, .48);
}

.landing-assurances {
	background: var(--surface);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.landing-assurances__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.landing-assurances__grid > div {
	min-height: 94px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid var(--line);
	padding: 18px 22px;
}

.landing-assurances__grid > div:first-child {
	border-left: 1px solid var(--line);
}

.landing-assurances strong,
.landing-assurances span {
	display: block;
}

.landing-assurances strong {
	font-size: 15px;
	line-height: 1.25;
	margin-bottom: 7px;
}

.landing-assurances span {
	color: var(--muted);
	font-size: 12px;
	line-height: 1.4;
}

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 90px;
	align-items: start;
}

.article-content {
	max-width: 790px;
}

.article-content > section {
	border-bottom: 1px solid var(--line);
	padding-bottom: 46px;
	margin-bottom: 52px;
}

.article-content > section:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.article-content h2 {
	font-size: clamp(30px, 3.5vw, 46px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.04em;
	margin-bottom: 22px;
}

.article-content h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-top: 32px;
	margin-bottom: 13px;
}

.section-intro {
	max-width: 680px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.65;
	margin-top: -5px;
	margin-bottom: 28px;
}

.article-content .text {
	color: #405049;
	line-height: 1.75;
}

.article-content .text ul,
.article-content .text ol {
	padding-left: 24px;
}

.article-content .text li {
	margin-bottom: 9px;
}

.answer-first {
	background: var(--green-soft);
	color: var(--text);
	font-size: 18px;
	line-height: 1.65;
	border-left: 4px solid var(--green);
	border-radius: 0 var(--radius-small) var(--radius-small) 0;
	padding: 22px 24px;
	margin-bottom: 30px;
}

.symptom-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 28px;
}

.symptom-grid--chooser {
	counter-reset: symptom-card;
	margin-top: 0;
}

.symptom-card {
	counter-increment: symptom-card;
	position: relative;
	background: var(--surface);
	min-height: 250px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	padding: 24px;
}

.symptom-card::before {
	content: "0" counter(symptom-card);
	position: absolute;
	top: 22px;
	right: 22px;
	color: #b6c0bb;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
}

.symptom-card__label {
	color: var(--orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.symptom-card h3 {
	color: var(--text);
	max-width: 250px;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 32px;
	margin-bottom: 10px;
}

.symptom-card > p:not(.symptom-card__label) {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 20px;
}

.symptom-card__check {
	display: block;
	color: var(--green-dark);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	border-top: 1px solid var(--line);
	padding-top: 15px;
	margin-top: auto;
}

.symptom-help {
	background: var(--surface-dark);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	color: #ffffff;
	border-radius: var(--radius-small);
	padding: 23px 24px;
	margin-top: 12px;
}

.symptom-help strong {
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
}

.symptom-help p {
	max-width: 500px;
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
}

.symptom-help .button {
	flex: 0 0 auto;
	color: #ffffff;
}

.service-note {
	background: var(--orange-soft);
	color: #71301f;
	border: 1px solid rgba(241, 97, 60, .22);
	border-radius: var(--radius-small);
	padding: 18px 20px;
	margin-top: 24px;
}

.service-note--calm {
	background: var(--surface-soft);
	color: var(--text);
	border-color: var(--line);
}

.self-check {
	list-style: none;
	counter-reset: self-check;
	padding-left: 0 !important;
	margin: 28px 0 0;
}

.self-check li {
	counter-increment: self-check;
	position: relative;
	min-height: 76px;
	border-top: 1px solid var(--line);
	padding: 19px 0 19px 58px;
	margin-bottom: 0 !important;
}

.self-check li::before {
	content: counter(self-check);
	position: absolute;
	top: 18px;
	left: 0;
	background: var(--surface-dark);
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 12px;
}

.self-check strong,
.self-check span {
	display: block;
}

.self-check strong {
	color: var(--text);
	font-size: 16px;
	margin-bottom: 3px;
}

.self-check span {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.no-frost-note {
	background: var(--green-soft);
	border: 1px solid rgba(23, 107, 91, .14);
	border-radius: var(--radius-small);
	padding: 22px 24px;
	margin-top: 22px;
}

.no-frost-note strong {
	display: block;
	color: var(--text);
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 6px;
}

.no-frost-note p {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 0;
}

.symptom-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	margin-top: 26px;
}

.symptom-table {
	width: 100%;
	border-collapse: collapse;
}

.symptom-table th {
	background: var(--surface-dark);
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: left;
	text-transform: uppercase;
	padding: 14px 16px;
}

.symptom-table td {
	background: var(--surface);
	color: var(--muted);
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
	border-bottom: 1px solid var(--line);
	padding: 16px;
}

.symptom-table tr:last-child td {
	border-bottom: 0;
}

.symptom-table td:first-child {
	color: var(--text);
	font-weight: 700;
}

.landing-price-list {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	margin: 26px 0 0;
}

.price-intro {
	max-width: 700px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
}

.price-intro strong {
	color: var(--text);
}

.landing-price-list > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 5px 24px;
	align-items: center;
	border-bottom: 1px solid var(--line);
	padding: 17px 19px;
}

.landing-price-list > div:last-child {
	border-bottom: 0;
}

.landing-price-list dt {
	color: var(--text);
	font-weight: 700;
}

.landing-price-list > div > dd:first-of-type {
	grid-column: 2;
	grid-row: 1 / span 2;
	color: var(--green);
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	margin: 0;
}

.landing-price-list span {
	color: var(--muted);
	font-size: 12px;
}

.landing-price-list__note {
	grid-column: 1;
	grid-row: 2;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.process-inline {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	list-style: none;
	counter-reset: repair-step;
	padding-left: 0 !important;
	margin: 28px 0 0;
}

.process-inline li {
	counter-increment: repair-step;
	background: var(--surface);
	min-height: 180px;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	padding: 22px;
	margin-bottom: 0 !important;
}

.process-inline li::before {
	content: "0" counter(repair-step);
	display: block;
	color: var(--orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 32px;
}

.process-inline strong,
.process-inline span {
	display: block;
}

.process-inline strong {
	color: var(--text);
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 7px;
}

.process-inline span {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.repair-decision {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 26px;
}

.repair-decision > div {
	background: var(--green-soft);
	border: 1px solid rgba(23, 107, 91, .15);
	border-radius: var(--radius-small);
	padding: 22px;
}

.repair-decision > div:last-child {
	background: var(--orange-soft);
	border-color: rgba(241, 97, 60, .18);
}

.repair-decision h3 {
	color: var(--text);
	font-size: 18px;
	margin-top: 0;
}

.repair-decision ul {
	color: var(--muted);
	font-size: 13px;
	padding-left: 19px !important;
	margin-bottom: 0;
}

.decision-promise {
	background: var(--surface);
	color: var(--muted);
	font-size: 14px;
	line-height: 1.6;
	border: 1px solid var(--line);
	border-left: 4px solid var(--green);
	border-radius: 0 var(--radius-small) var(--radius-small) 0;
	padding: 19px 21px;
	margin-top: 12px;
	margin-bottom: 0;
}

.decision-promise strong {
	color: var(--text);
}

.call-prep {
	background: var(--surface-dark);
	color: #ffffff;
	border-radius: var(--radius);
	padding: 28px;
}

.call-prep h3 {
	color: #ffffff;
	max-width: 560px;
	font-size: 23px;
	line-height: 1.3;
	margin-top: 0;
}

.call-prep ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 24px;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	padding-left: 20px !important;
	margin-bottom: 25px;
}

.call-prep .button {
	color: #ffffff;
}

.content-sidebar {
	position: sticky;
	top: 25px;
}

.content-sidebar > div {
	background: var(--green-soft);
	border-radius: var(--radius);
	padding: 27px;
}

.content-sidebar h2 {
	font-size: 27px;
	line-height: 1.12;
	letter-spacing: -.03em;
}

.content-sidebar p:not(.eyebrow) {
	color: var(--muted);
	font-size: 13px;
}

.content-sidebar__master {
	position: relative;
	width: 88px;
	height: 88px;
	margin-bottom: 24px;
}

.content-sidebar__master img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border: 4px solid rgba(255, 255, 255, .8);
	border-radius: 22px;
}

.content-sidebar__master > span {
	position: absolute;
	bottom: -9px;
	left: 8px;
	background: var(--surface);
	min-width: max-content;
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--green-dark);
	font-size: 9px;
	font-weight: 700;
	border-radius: 999px;
	box-shadow: 0 7px 20px rgba(18, 40, 33, .1);
	padding: 6px 9px;
}

.content-sidebar__master i {
	background: #32b768;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
}

.content-sidebar__role {
	color: var(--green) !important;
	font-weight: 700;
	margin-top: -7px;
	margin-bottom: 18px;
}

.content-sidebar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.content-sidebar__actions .button--ghost {
	background: rgba(255, 255, 255, .6);
}

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

.related-grid a {
	background: var(--surface);
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	transition: border-color .2s ease, transform .2s ease;
	padding: 18px 20px;
}

.related-grid a:hover {
	border-color: var(--green);
	transform: translateY(-2px);
}

.related-grid strong {
	font-size: 14px;
	line-height: 1.3;
}

.related-grid span {
	color: var(--orange);
	font-size: 20px;
}

@keyframes chat-in {
	from {
		opacity: 0;
		transform: translateY(12px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 1099px) {
	.header-main {
		gap: 20px;
	}

	.site-nav__list,
	.site-nav .menu {
		gap: 15px;
	}

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

	.header-contacts .messengers {
		display: none;
	}

	.hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(380px, .75fr);
		gap: 38px;
	}

	.hero__visual {
		min-height: 590px;
	}

	.process-grid li {
		min-height: 300px;
		padding: 25px;
	}

	.master-card__photo {
		height: auto;
	}

	.landing-hero__grid {
		gap: 45px;
	}
}

@media (max-width: 899px) {
	body {
		padding-bottom: 68px;
	}

	.container {
		width: min(calc(100% - 36px), var(--container));
	}

	.section {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.header-top__inner p:last-child {
		display: none;
	}

	.header-main {
		min-height: 72px;
		justify-content: space-between;
	}

	.site-nav {
		z-index: 1000;
		position: fixed;
		top: 108px;
		right: 0;
		bottom: 0;
		left: 0;
		background: var(--page);
		display: none;
		overflow-y: auto;
		margin: 0;
		padding: 28px 18px 110px;
	}

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

	.site-nav__list,
	.site-nav .menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.site-nav li {
		border-bottom: 1px solid var(--line);
	}

	.site-nav a {
		display: block;
		font-size: 21px;
		padding: 17px 5px;
	}

	.header-phone small {
		display: none;
	}

	.menu-toggle {
		display: flex;
	}

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

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

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

	.hero {
		padding-top: 55px;
	}

	.hero__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hero__content {
		padding-bottom: 42px;
	}

	.hero h1 {
		max-width: 720px;
	}

	.hero__visual {
		min-height: 680px;
	}

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

	.trust-line p:nth-child(2) {
		border-right: 0;
	}

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

	.diagnostics {
		padding-top: 82px;
	}

	.diagnostics__layout {
		grid-template-columns: 1fr;
	}

	.diagnostic-result {
		min-height: 480px;
	}

	.prices-intro {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.price-promise {
		max-width: 440px;
	}

	.process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.process-grid li {
		min-height: 260px;
	}

	.process-grid li:nth-child(2)::after {
		display: none;
	}

	.master-grid,
	.case-grid,
	.review-grid {
		grid-template-columns: 1fr;
	}

	.master-card {
		display: grid;
		grid-template-columns: .8fr 1.2fr;
	}

	.master-card__photo {
		height: auto;
	}

	.master-card__body {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.case-card,
	.review-grid blockquote {
		min-height: 0;
	}

	.review-grid blockquote > div {
		margin-bottom: 25px;
	}

	.brand-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.area-card {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 55px;
	}

	.area-card__map {
		height: 260px;
	}

	.faq-layout {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.faq-layout > div:first-child {
		position: static;
	}

	.request-card {
		grid-template-columns: 1fr;
		gap: 50px;
	}

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

	.footer-grid > div:last-child {
		grid-column: 2 / -1;
	}

	.footer-bottom {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.footer-bottom p:nth-child(2) {
		text-align: left;
	}

	.mobile-contact-dock {
		display: grid;
	}

	.chat-launcher {
		display: none;
	}

	.master-chat {
		right: 16px;
		bottom: 148px;
	}

	.landing-hero__grid,
	.content-layout {
		grid-template-columns: 1fr;
	}

	.landing-hero--with-visual .landing-hero__grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.landing-hero--with-visual .landing-hero__content {
		max-width: 720px;
	}

	.landing-assurances__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.landing-assurances__grid > div:nth-child(3) {
		border-left: 1px solid var(--line);
	}

	.landing-contact {
		max-width: 520px;
	}

	.content-layout {
		gap: 45px;
	}

	.content-sidebar {
		position: static;
	}

	.content-sidebar__card {
		max-width: 520px;
	}

	.related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.container {
		width: min(calc(100% - 28px), var(--container));
	}

	.section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

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

	.section-heading h2,
	.faq-layout h2,
	.area-card h2,
	.request-card h2 {
		font-size: 38px;
	}

	.section-heading > p:last-child {
		font-size: 16px;
	}

	.header-top__inner {
		min-height: 32px;
	}

	.header-top p {
		font-size: 11px;
	}

	.header-main {
		min-height: 66px;
	}

	.brand__mark {
		width: 37px;
		height: 37px;
		font-size: 20px;
		border-radius: 11px;
	}

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

	.brand small {
		display: none;
	}

	.header-phone strong {
		font-size: 14px;
	}

	.menu-toggle {
		width: 40px;
		height: 40px;
	}

	.site-nav {
		top: 98px;
	}

	.hero {
		padding-top: 38px;
	}

	.hero::before {
		top: -280px;
		left: -290px;
	}

	.hero h1 {
		font-size: 49px;
	}

	.hero__lead {
		font-size: 17px;
	}

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

	.hero__actions .button {
		width: 100%;
	}

	.hero__facts {
		gap: 10px;
	}

	.hero__facts li {
		padding-left: 10px;
	}

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

	.hero__facts span {
		font-size: 10px;
	}

	.hero__visual {
		min-height: 520px;
		border-radius: var(--radius);
	}

	.hero__reviews {
		right: 15px;
		bottom: 15px;
		left: 15px;
		gap: 14px;
		padding: 14px;
	}

	.trust-line p {
		min-height: 84px;
		padding: 13px;
	}

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

	.trust-line span {
		font-size: 10px;
	}

	.diagnostics {
		padding-top: 64px;
	}

	.fault-grid {
		grid-template-columns: 1fr;
	}

	.fault-card {
		min-height: 130px;
		padding: 20px 22px 20px 62px;
	}

	.fault-card__number {
		top: 22px;
		left: 21px;
	}

	.diagnostic-result {
		min-height: 0;
		padding: 28px;
	}

	.price-promise {
		margin-bottom: 30px;
	}

	.price-table__head {
		display: none;
	}

	.price-table__row {
		position: relative;
		min-height: 95px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		gap: 3px;
		padding: 17px 125px 17px 18px;
	}

	.price-table__row b {
		position: absolute;
		top: 50%;
		right: 18px;
		transform: translateY(-50%);
	}

	.price-table__row > span {
		font-size: 11px;
	}

	.process-grid {
		grid-template-columns: 1fr;
	}

	.process-grid li {
		min-height: 0;
	}

	.process-grid li::after {
		display: none;
	}

	.process-grid li > span {
		margin-bottom: 35px;
	}

	.section-topline {
		display: block;
	}

	.section-note {
		margin-top: -20px;
		margin-bottom: 30px;
	}

	.master-card {
		display: block;
	}

	.master-card__photo {
		height: auto;
	}

	.master-card__body {
		display: block;
	}

	.brand-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.brand-grid span {
		min-height: 76px;
		font-size: 14px;
	}

	.area-card {
		width: calc(100% - 28px);
		padding: 38px 24px;
	}

	.area-card__map {
		height: 230px;
	}

	.map-ring--one {
		width: 180px;
		height: 180px;
	}

	.map-ring--two {
		width: 270px;
		height: 270px;
	}

	.faq-list summary {
		font-size: 16px;
	}

	.request-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.request-form {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.request-form label:nth-of-type(4) {
		grid-column: auto;
	}

	.form-message {
		grid-column: auto;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px 25px;
	}

	.footer-about {
		grid-column: 1 / -1;
	}

	.footer-grid > div:last-child {
		grid-column: auto;
	}

	.master-chat {
		right: 14px;
		bottom: 145px;
	}

	.landing-hero {
		padding-top: 25px;
		padding-bottom: 55px;
	}

	.breadcrumbs {
		margin-bottom: 30px;
	}

	.landing-hero h1 {
		font-size: 44px;
	}

	.landing-hero--with-visual h1 {
		font-size: 40px;
		line-height: 1.04;
	}

	.landing-hero__lead {
		font-size: 16px;
	}

	.landing-hero--with-visual .landing-hero__side {
		min-height: 560px;
	}

	.landing-hero__visual figcaption {
		top: 14px;
		left: 14px;
		max-width: 235px;
		padding: 11px 13px;
	}

	.landing-hero--with-visual .landing-contact {
		right: 14px;
		bottom: 14px;
		left: 14px;
		padding: 19px;
	}

	.landing-contact > a {
		font-size: 23px;
	}

	.symptom-help {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}

	.symptom-help .button {
		width: 100%;
	}

	.symptom-grid,
	.process-inline,
	.repair-decision {
		grid-template-columns: 1fr;
	}

	.symptom-card,
	.process-inline li {
		min-height: auto;
	}

	.symptom-table-wrap {
		overflow: visible;
		border: 0;
	}

	.symptom-table,
	.symptom-table tbody,
	.symptom-table tr,
	.symptom-table td {
		width: 100%;
		display: block;
	}

	.symptom-table thead {
		display: none;
	}

	.symptom-table tr {
		background: var(--surface);
		border: 1px solid var(--line);
		border-radius: var(--radius-small);
		margin-bottom: 12px;
	}

	.symptom-table td {
		border-bottom: 0;
		padding: 14px 16px;
	}

	.symptom-table td::before {
		content: attr(data-label);
		display: block;
		color: var(--green);
		font-size: 9px;
		font-weight: 700;
		letter-spacing: .07em;
		text-transform: uppercase;
		margin-bottom: 4px;
	}

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

	.related-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.header-main {
		gap: 8px;
	}

	.site-header .brand strong {
		display: none;
	}

	.header-phone strong {
		font-size: 13px;
	}

	.hero h1 {
		font-size: 43px;
	}

	.hero__visual {
		min-height: 470px;
	}

	.master-card__photo {
		height: auto;
	}

	.mobile-contact-dock {
		grid-template-columns: 1fr 52px 52px 52px;
	}

	.landing-assurances__grid {
		grid-template-columns: 1fr;
	}

	.landing-assurances__grid > div,
	.landing-assurances__grid > div:nth-child(3) {
		min-height: 82px;
		border-left: 1px solid var(--line);
	}

	.landing-price-list > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.landing-price-list > div > dd:first-of-type {
		grid-column: 1;
		grid-row: auto;
		white-space: normal;
		margin-top: 6px;
	}

	.landing-price-list__note {
		grid-row: auto;
	}

	.answer-first,
	.call-prep {
		padding: 20px;
	}
}

@media (max-width: 360px) {
	.container {
		width: min(calc(100% - 24px), var(--container));
	}

	.header-phone strong {
		font-size: 12px;
	}

	.hero h1 {
		font-size: 39px;
	}

	.landing-hero--with-visual h1 {
		font-size: 37px;
	}

	.hero__facts {
		grid-template-columns: 1fr;
	}

	.hero__facts li {
		display: grid;
		grid-template-columns: 135px 1fr;
		align-items: center;
	}

	.hero__visual {
		min-height: 440px;
	}

	.trust-line {
		grid-template-columns: 1fr;
	}

	.trust-line p,
	.trust-line p:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.trust-line p:last-child {
		border-bottom: 0;
	}

	.section-heading h2,
	.faq-layout h2,
	.area-card h2,
	.request-card h2 {
		font-size: 34px;
	}

	.price-table__row {
		padding-right: 105px;
	}

	.price-table__row b {
		right: 13px;
		font-size: 14px;
	}

	.master-card__photo {
		height: auto;
	}

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

	.footer-grid > div:last-child {
		grid-column: auto;
	}
}
