/*
Theme Name: BYZABOR Green
Theme URI: https://zabor.local/
Author: Codex
Description: Modern green-light landing theme for BYZABOR fence installation.
Version: 1.0.0
Text Domain: byzabor-green
*/

:root {
	--bg: #f6fbf6;
	--surface: #ffffff;
	--surface-2: #eef7ee;
	--ink: #12231a;
	--muted: #5b7064;
	--green: #2f8d46;
	--green-dark: #17612d;
	--green-soft: #dff0df;
	--lime: #a7d85c;
	--line: #d9e8dc;
	--shadow: 0 22px 65px rgba(20, 72, 36, .16);
	--radius: 8px;
	--fixed-header-height: 127px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--fixed-header-height) + 18px);
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	line-height: 1.55;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.site-wrap {
	overflow: hidden;
	padding-top: var(--fixed-header-height);
}

.container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1500;
	background: transparent;
	box-shadow: 0 18px 48px rgba(18, 35, 26, .08);
}

body.admin-bar .site-header {
	top: 32px;
}

.header-top {
	background: var(--green);
	color: #fff;
}

.header-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 50px;
}

.top-contacts {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
	font-family: "Segoe UI", Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
}

.top-contacts a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	color: rgba(255, 255, 255, .96);
	text-shadow: 0 1px 1px rgba(18, 35, 26, .16);
	transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
}

.top-contacts a:hover {
	color: #fff;
	transform: translateY(-1px);
	text-shadow: 0 6px 16px rgba(18, 35, 26, .18);
}

.top-contacts svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	fill: currentColor;
}

.header-main {
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(47, 141, 70, .12);
}

.header-main-inner {
	display: grid;
	grid-template-columns: minmax(280px, auto) minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-height: 82px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 280px;
}

.logo img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 10px 28px rgba(18, 35, 26, .12);
}

.logo-text {
	display: grid;
	gap: 2px;
	line-height: 1.12;
}

.logo-title {
	color: var(--green-dark);
	font-size: 22px;
	font-weight: 900;
	white-space: nowrap;
}

.logo-subtitle {
	max-width: 230px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.22;
}

.mobile-call-link,
.mobile-menu-toggle,
.mobile-nav-extra {
	display: none;
}

.mobile-call-link {
	position: relative;
	z-index: 1301;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: var(--green);
	color: #fff;
	box-shadow: 0 12px 26px rgba(47, 141, 70, .2);
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.mobile-call-link svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.mobile-call-link:hover,
.mobile-call-link:focus-visible {
	background: var(--green-dark);
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(47, 141, 70, .28);
	outline: none;
}

.mobile-menu-toggle {
	position: relative;
	z-index: 1301;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(47, 141, 70, .18);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 26px rgba(20, 72, 36, .12);
	cursor: pointer;
}

.mobile-menu-toggle span {
	position: absolute;
	left: 13px;
	width: 22px;
	height: 2px;
	border-radius: 99px;
	background: var(--green-dark);
	transition: transform .22s ease, opacity .22s ease, top .22s ease;
}

.mobile-menu-toggle span:nth-child(1) {
	top: 16px;
}

.mobile-menu-toggle span:nth-child(2) {
	top: 23px;
}

.mobile-menu-toggle span:nth-child(3) {
	top: 30px;
}

body.mobile-nav-open .mobile-menu-toggle span:nth-child(1) {
	top: 23px;
	transform: rotate(45deg);
}

body.mobile-nav-open .mobile-menu-toggle span:nth-child(2) {
	opacity: 0;
}

body.mobile-nav-open .mobile-menu-toggle span:nth-child(3) {
	top: 23px;
	transform: rotate(-45deg);
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-weight: 700;
	font-size: 15.5px;
	color: #244b31;
}

.main-nav a,
.nav-dropdown__toggle {
	position: relative;
	padding: 12px 11px;
	border-radius: 6px;
	letter-spacing: 0;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.main-nav > a::after,
.nav-dropdown__toggle::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 8px;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left;
	background: var(--green);
	transition: transform .2s ease;
}

.main-nav a:hover,
.nav-dropdown:hover .nav-dropdown__toggle,
.nav-dropdown:focus-within .nav-dropdown__toggle {
	color: var(--green-dark);
	background: rgba(47, 141, 70, .08);
	transform: translateY(-1px);
}

.main-nav > a:hover::after,
.nav-dropdown:hover .nav-dropdown__toggle::after,
.nav-dropdown:focus-within .nav-dropdown__toggle::after {
	transform: scaleX(1);
}

.nav-dropdown {
	position: relative;
	display: inline-flex;
	align-items: stretch;
}

.nav-dropdown::after {
	content: "";
	position: absolute;
	top: 100%;
	right: -18px;
	left: -18px;
	height: 16px;
}

.nav-dropdown__toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.nav-dropdown__toggle::before {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	order: 2;
	opacity: .72;
}

.nav-dropdown__menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	z-index: 1200;
	display: grid;
	grid-template-columns: minmax(240px, 1.15fr) minmax(210px, .9fr) minmax(210px, .9fr);
	align-items: start;
	gap: 12px;
	width: min(920px, calc(100vw - 32px));
	padding: 14px;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 24px 60px rgba(18, 35, 26, .18);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity .2s ease, transform .2s ease;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.nav-dropdown__group {
	display: grid;
	align-content: start;
	gap: 6px;
}

.nav-dropdown__heading {
	padding: 10px 13px 7px;
	border-bottom: 1px solid rgba(47, 141, 70, .14);
	color: var(--green-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nav-dropdown__menu a {
	padding: 12px 13px;
	border-radius: 6px;
	color: #244b31;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.25;
	white-space: normal;
}

.nav-dropdown__menu a:hover {
	background: var(--green-soft);
	color: var(--green-dark);
	transform: none;
}

.nav-dropdown__all {
	grid-column: 1 / -1;
	background: #f4faf4;
	font-weight: 900;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.contact-stack {
	display: grid;
	gap: 3px;
	text-align: right;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
}

.contact-stack a:first-child {
	color: var(--green-dark);
}

.contact-stack a:last-child {
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
}

.socials {
	display: flex;
	gap: 10px;
}

.socials a {
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 10px 24px rgba(18, 35, 26, .16);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.socials a::after {
	content: "";
	position: absolute;
	inset: 1px;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0) 52%);
}

.socials a:hover {
	transform: translateY(-3px) scale(1.06);
	box-shadow: 0 18px 34px rgba(18, 35, 26, .24);
	filter: saturate(1.14) contrast(1.03);
}

.socials svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.socials img {
	display: block;
	object-fit: contain;
}

.header-socials a {
	width: 36px;
	height: 36px;
	box-shadow: 0 8px 20px rgba(18, 35, 26, .18);
}

.header-socials svg {
	width: 18px;
	height: 18px;
}

.socials .fb { background: #1877f2; }
.socials .x { background: #111; }
.socials .tg { background: #249bd7; }
.socials .wa { background: #25d366; }
.socials .vb { background: #7360f2; }
.socials .ig { background: #e4405f; }

.socials .vb img {
	width: 24px;
	height: 24px;
}

.header-socials .vb img {
	width: 22px;
	height: 22px;
}

.contact-page__socials .vb img {
	width: 29px;
	height: 29px;
}

.request-btn {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(47, 141, 70, .18);
	background: var(--green);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(47, 141, 70, .2);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.request-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 55%);
	opacity: .9;
	transition: opacity .22s ease;
}

.request-btn::after {
	content: "";
	position: absolute;
	right: 14px;
	bottom: 7px;
	left: 14px;
	height: 2px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .55);
	transform: scaleX(.42);
	transform-origin: left;
	transition: transform .22s ease, background .22s ease;
}

.request-btn:hover {
	border-color: rgba(23, 97, 45, .32);
	background: var(--green-dark);
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(47, 141, 70, .28);
}

.request-btn:hover::after {
	background: rgba(255, 255, 255, .82);
	transform: scaleX(1);
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 6px;
	background: var(--green);
	color: #fff;
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(47, 141, 70, .28);
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
	transform: translateY(-2px);
	background: var(--green-dark);
	box-shadow: 0 18px 38px rgba(47, 141, 70, .32);
}

.btn.secondary {
	background: #fff;
	color: var(--green-dark);
	box-shadow: inset 0 0 0 1px rgba(47, 141, 70, .25);
}

.hero {
	position: relative;
	min-height: 660px;
	background: #0d2418;
	color: #fff;
}

.hero-slider,
.hero-slide {
	position: absolute;
	inset: 0;
}

.hero-slide {
	opacity: 0;
	transition: opacity .7s ease;
}

.hero-slide.is-active {
	opacity: 1;
}

.hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 31, 18, .88) 0%, rgba(8, 31, 18, .67) 36%, rgba(8, 31, 18, .22) 74%, rgba(8, 31, 18, .38) 100%),
		linear-gradient(0deg, rgba(8, 31, 18, .32), transparent 52%);
}

.hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 670px) 1fr;
	align-items: end;
	min-height: 660px;
	padding: 92px 0 52px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}

.eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 0 6px rgba(167, 216, 92, .2);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	max-width: 660px;
	margin-bottom: 20px;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.02;
	letter-spacing: 0;
}

.hero-lead {
	max-width: 610px;
	margin-bottom: 28px;
	font-size: 18px;
	color: rgba(255, 255, 255, .86);
}

.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 38px;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 1fr));
	gap: 12px;
	max-width: 640px;
}

.stat {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(14px);
}

.stat strong {
	display: block;
	font-size: 26px;
	line-height: 1;
}

.stat span {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, .74);
	font-size: 13px;
}

.slider-panel {
	align-self: end;
	justify-self: end;
	width: min(360px, 100%);
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .13);
	backdrop-filter: blur(18px);
}

.slider-panel-title {
	margin-bottom: 12px;
	font-weight: 900;
}

.slider-dots {
	display: flex;
	gap: 8px;
}

.slider-dot {
	width: 46px;
	height: 5px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .34);
	cursor: pointer;
}

.slider-dot.is-active {
	background: var(--lime);
}

.section {
	padding: 86px 0;
}

.section.alt {
	background: #fff;
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.section-kicker {
	margin-bottom: 10px;
	color: var(--green);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	max-width: 720px;
	margin-bottom: 0;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: 0;
}

.section-head p {
	max-width: 410px;
	margin-bottom: 0;
	color: var(--muted);
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 22px;
}

.product-card {
	position: relative;
	overflow: hidden;
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	min-height: 430px;
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: 0 16px 44px rgba(20, 72, 36, .12);
}

.product-card::before {
	content: "-45%";
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	border: 3px solid rgba(255, 255, 255, .88);
	border-radius: 50%;
	background: linear-gradient(135deg, #ef2f2f, #b90f1b);
	color: #fff;
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 16px 34px rgba(185, 15, 27, .28);
}

.product-card-wide {
	grid-column: span 3;
	min-height: 470px;
}

.product-card img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}

.product-card-wide img {
	height: 300px;
}

.product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.product-body h3 {
	margin: 14px 0 10px;
	font-size: 24px;
	line-height: 1.15;
}

.product-body p {
	margin-bottom: 22px;
	color: var(--muted);
	font-size: 15px;
}

.product-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: auto;
}

.product-actions .btn {
	min-height: 42px;
	padding: 0 16px;
	font-size: 14px;
	box-shadow: none;
}

.product-more {
	border: 1px solid rgba(47, 141, 70, .22);
}

.products-more {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.products-more__btn {
	min-width: 245px;
	background: #fff;
}

.product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--green-dark);
	font-weight: 900;
	font-size: 14px;
}

.pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	align-self: flex-start;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(47, 141, 70, .18);
	border-radius: 8px;
	background: linear-gradient(135deg, #f4fbf4, #fff);
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.15;
	box-shadow: 0 12px 26px rgba(20, 72, 36, .1);
}

.pill-current {
	font-size: 22px;
	font-weight: 900;
	white-space: nowrap;
}

.pill-old {
	position: relative;
	color: rgba(83, 103, 90, .68);
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
}

.pill-old::after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	top: 50%;
	height: 2px;
	border-radius: 999px;
	background: rgba(190, 57, 57, .78);
	transform: rotate(-8deg);
}

.advantages {
	display: block;
}

.advantage-main {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 5vw, 58px);
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(245, 252, 245, .96) 0%, rgba(245, 252, 245, .88) 42%, rgba(255, 255, 255, .58) 100%),
		url("assets/img/advantages-bg.webp") center/cover;
	box-shadow: 0 28px 78px rgba(20, 72, 36, .14);
}

.advantage-main::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .28));
	pointer-events: none;
}

.advantage-main > * {
	position: relative;
	z-index: 1;
}

.advantage-main h2 {
	max-width: 760px;
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.08;
}

.advantage-main p {
	max-width: 760px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7;
}

.advantage-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.advantage-item {
	min-height: 214px;
	padding: 22px;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(8px);
	box-shadow: 0 16px 38px rgba(20, 72, 36, .1);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.advantage-item:hover {
	transform: translateY(-4px);
	border-color: rgba(47, 141, 70, .24);
	box-shadow: 0 24px 52px rgba(20, 72, 36, .13);
}

.advantage-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--green), #57b66f);
	color: #fff;
	box-shadow: 0 16px 30px rgba(47, 141, 70, .24);
}

.advantage-icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.advantage-item strong {
	display: block;
	margin-bottom: 8px;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

.advantage-item span:not(.advantage-icon) {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
}

.steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.step {
	position: relative;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
}

.step-number {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--green);
	color: #fff;
	font-weight: 900;
}

.step h3 {
	margin-bottom: 8px;
	font-size: 19px;
}

.step p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 14px;
}

.reviews-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(245, 252, 245, .96) 0%, rgba(245, 252, 245, .88) 48%, rgba(255, 255, 255, .62) 100%),
		url("assets/img/advantages-bg.webp") center/cover;
}

.reviews-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .34));
	pointer-events: none;
}

.reviews-section > .container {
	position: relative;
	z-index: 1;
}

.reviews-slider {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.reviews-track {
	position: relative;
	min-height: 320px;
}

.review-card {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(980px, 100%);
	height: 100%;
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	grid-template-areas:
		"author rating"
		"author text";
	gap: 18px 28px;
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .86);
	backdrop-filter: blur(7px);
	box-shadow: 0 24px 64px rgba(20, 72, 36, .14);
	opacity: .46;
	pointer-events: none;
	transform: translateX(-50%) scale(.88);
	transition: opacity .32s ease, transform .32s ease, box-shadow .32s ease;
}

.review-card.is-prev {
	opacity: 0;
	transform: translateX(-50%) scale(.96);
}

.review-card.is-next {
	opacity: 0;
	transform: translateX(-50%) scale(.96);
}

.review-card.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) scale(1);
	box-shadow: 0 30px 76px rgba(20, 72, 36, .18);
}

.review-card__rating {
	grid-area: rating;
	color: #f2b705;
	font-size: 24px;
	letter-spacing: 2px;
}

.review-card p {
	grid-area: text;
	margin-bottom: 0;
	color: var(--ink);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: clamp(16px, 1.8vw, 21px);
	font-weight: 650;
	line-height: 1.55;
}

.review-author {
	grid-area: author;
	display: grid;
	gap: 16px;
	justify-items: center;
	align-items: center;
	align-self: stretch;
	justify-self: stretch;
	padding: 22px 16px;
	border-radius: 8px;
	background: linear-gradient(145deg, rgba(239, 249, 239, .94), rgba(255, 255, 255, .82));
}

.review-author img {
	width: 78px;
	height: 78px;
	padding: 3px;
	border: 2px solid rgba(47, 141, 70, .18);
	border-radius: 50%;
	object-fit: cover;
	background: #fff;
	box-shadow:
		0 0 0 6px rgba(255, 255, 255, .72),
		0 14px 30px rgba(20, 72, 36, .16);
	filter: saturate(1.08) contrast(1.04);
}

.review-author strong {
	text-align: center;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 19px;
	line-height: 1.2;
}

.reviews-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 22px;
}

.reviews-arrow {
	position: relative;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(47, 141, 70, .2);
	border-radius: 50%;
	background: linear-gradient(145deg, var(--green), #58b66f);
	color: transparent;
	font-family: Arial, sans-serif;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(20, 72, 36, .18);
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.reviews-arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
}

.reviews-arrow--prev::before {
	transform: translate(-42%, -50%) rotate(135deg);
}

.reviews-arrow--next::before {
	transform: translate(-58%, -50%) rotate(-45deg);
}

.reviews-arrow:hover,
.reviews-arrow:focus-visible {
	background: linear-gradient(145deg, var(--green-dark), var(--green));
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 22px 44px rgba(20, 72, 36, .24);
}

.reviews-dots {
	display: flex;
	gap: 9px;
	align-items: center;
}

.reviews-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(47, 141, 70, .25);
	cursor: pointer;
	transition: width .2s ease, background .2s ease;
}

.reviews-dot.is-active {
	width: 30px;
	border-radius: 999px;
	background: var(--green);
}

.faq-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(239, 249, 239, .92), rgba(255, 255, 255, .96)),
		radial-gradient(circle at 12% 18%, rgba(167, 216, 92, .2), transparent 34%);
	font-family: "Nunito Sans", Manrope, Inter, "Segoe UI", Arial, sans-serif;
}

.faq-head {
	align-items: flex-start;
}

.faq-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
}

.faq-aside {
	position: relative;
	top: auto;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 24px;
	border: 1px solid rgba(47, 141, 70, .16);
	border-radius: var(--radius);
	background:
		linear-gradient(145deg, rgba(20, 58, 35, .96), rgba(47, 141, 70, .9)),
		url("assets/img/3d-fence.webp") center/cover;
	color: #fff;
	box-shadow: 0 24px 64px rgba(20, 72, 36, .18);
	overflow: hidden;
}

.faq-aside::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.faq-aside > * {
	position: relative;
	z-index: 1;
}

.faq-aside__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 0;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-weight: 900;
	box-shadow: 0 16px 36px rgba(0, 0, 0, .14);
}

.faq-aside h3 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 30px;
	line-height: 1.08;
}

.faq-aside p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .78);
}

.faq-aside .btn {
	background: #fff;
	color: var(--green-dark);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
}

.faq-item {
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 14px 36px rgba(20, 72, 36, .08);
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.faq-item[open] {
	border-color: rgba(47, 141, 70, .28);
	box-shadow: 0 20px 52px rgba(20, 72, 36, .13);
}

.faq-item:hover {
	transform: translateY(-2px);
}

.faq-item summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 17px 66px 17px 22px;
	color: var(--ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.32;
	cursor: pointer;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::before,
.faq-item summary::after {
	content: "";
	position: absolute;
	top: 50%;
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.faq-item summary::after {
	right: 18px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(47, 141, 70, .18);
	border-radius: 50%;
	background: #eef8ee;
	box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .55);
	transform: translateY(-50%);
}

.faq-item summary::before {
	right: 27px;
	z-index: 1;
	width: 16px;
	height: 16px;
	background:
		linear-gradient(var(--green-dark), var(--green-dark)) center / 16px 2px no-repeat,
		linear-gradient(var(--green-dark), var(--green-dark)) center / 2px 16px no-repeat;
	transform: translateY(-50%) rotate(0deg);
}

.faq-item[open] summary::after {
	background: var(--green);
	border-color: var(--green);
	box-shadow: 0 10px 22px rgba(47, 141, 70, .24);
	transform: translateY(-50%);
}

.faq-item[open] summary::before {
	background:
		linear-gradient(#fff, #fff) center / 16px 2px no-repeat,
		linear-gradient(transparent, transparent) center / 2px 16px no-repeat;
	transform: translateY(-50%) rotate(180deg);
}

.faq-item p {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--muted);
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.68;
}

.lead-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: grid;
	place-items: center;
	padding: 24px;
	pointer-events: none;
	opacity: 0;
	transition: opacity .22s ease;
}

.lead-modal.is-open {
	pointer-events: auto;
	opacity: 1;
}

.lead-modal-open {
	overflow: hidden;
}

.lead-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 35, 26, .58);
	backdrop-filter: blur(6px);
}

.lead-modal__dialog {
	position: relative;
	width: min(920px, 100%);
	max-height: min(720px, calc(100vh - 48px));
	overflow: auto;
	border-radius: 8px;
	background: var(--surface);
	box-shadow: 0 32px 90px rgba(18, 35, 26, .28);
	transform: translateY(18px) scale(.98);
	transition: transform .22s ease;
}

.lead-modal.is-open .lead-modal__dialog {
	transform: translateY(0) scale(1);
}

.lead-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	color: var(--green-dark);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(18, 35, 26, .12);
	transition: transform .2s ease, background .2s ease;
}

.lead-modal__close:hover {
	transform: rotate(90deg);
	background: #fff;
}

.lead-modal__content {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	min-height: 520px;
}

.lead-modal__intro {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 44px;
	background:
		linear-gradient(145deg, rgba(20, 58, 35, .92), rgba(47, 141, 70, .86)),
		url("assets/img/hero.webp") center/cover;
	color: #fff;
}

.lead-modal__intro .section-kicker {
	color: rgba(255, 255, 255, .76);
}

.lead-modal__intro h2 {
	margin-bottom: 14px;
	color: #fff;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.05;
}

.lead-modal__intro p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 17px;
}

.lead-form {
	display: grid;
	align-content: center;
	gap: 16px;
	padding: 52px 44px 42px;
}

.lead-form label {
	display: grid;
	gap: 8px;
	color: var(--green-dark);
	font-size: 14px;
	font-weight: 900;
}

.lead-form input,
.lead-form textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #f9fdf9;
	color: var(--ink);
	font: inherit;
	font-size: 16px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.lead-form input {
	min-height: 52px;
	padding: 0 15px;
}

.lead-form textarea {
	resize: vertical;
	min-height: 112px;
	padding: 14px 15px;
}

.lead-form input:focus,
.lead-form textarea:focus {
	border-color: rgba(47, 141, 70, .55);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(47, 141, 70, .12);
}

.lead-form__submit {
	width: 100%;
	margin-top: 4px;
}

.lead-form__submit:disabled {
	cursor: wait;
	opacity: .75;
	transform: none;
}

.lead-form__status {
	min-height: 22px;
	color: var(--muted);
	font-size: 14px;
	font-weight: 800;
}

.lead-form__status[data-type="success"] {
	color: var(--green-dark);
}

.lead-form__status[data-type="error"] {
	color: #b3261e;
}

.lead-form__note {
	margin: -4px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.35;
}

.order {
	position: relative;
	padding: 56px;
	border-radius: var(--radius);
	background:
		linear-gradient(120deg, rgba(20, 58, 35, .96), rgba(47, 141, 70, .9)),
		url("assets/img/hero.webp") center/cover;
	color: #fff;
	overflow: hidden;
}

.order-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
	gap: 34px;
	align-items: center;
}

.order-copy {
	display: grid;
	justify-items: start;
}

.order h2 {
	margin-bottom: 12px;
	max-width: 760px;
}

.order p {
	max-width: 690px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, .78);
}

.order-messengers {
	gap: 12px;
}

.order-messengers a {
	width: 46px;
	height: 46px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.order-messengers svg {
	width: 22px;
	height: 22px;
}

.order-panel {
	display: grid;
	gap: 20px;
	min-width: 0;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	color: var(--ink);
	box-shadow: 0 26px 70px rgba(0, 0, 0, .2);
	backdrop-filter: blur(12px);
}

.order-contacts {
	display: grid;
	gap: 11px;
	font-family: Manrope, "Segoe UI", Inter, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.order-contacts a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--green-dark);
	transition: color .2s ease, transform .2s ease;
}

.order-contacts a:hover {
	color: var(--green);
	transform: translateX(2px);
}

.order-contacts svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	fill: currentColor;
}

.order-form {
	display: grid;
	gap: 13px;
}

.order-form label {
	display: grid;
	gap: 7px;
	color: var(--green-dark);
	font-size: 14px;
	font-weight: 900;
}

.order-form input {
	width: 100%;
	min-height: 52px;
	padding: 0 15px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #f9fdf9;
	color: var(--ink);
	font: inherit;
	font-size: 16px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.order-form input:focus {
	border-color: rgba(47, 141, 70, .55);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(47, 141, 70, .12);
}

.order-form__submit {
	width: 100%;
	margin-top: 2px;
}

.order-form__submit:disabled {
	cursor: wait;
	opacity: .75;
	transform: none;
}

.order-form__status {
	min-height: 20px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
}

.order-form__status[data-type="success"] {
	color: var(--green-dark);
}

.order-form__status[data-type="error"] {
	color: #b3261e;
}

.contact-card {
	display: grid;
	gap: 12px;
	min-width: 280px;
	padding: 22px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .13);
	border: 1px solid rgba(255, 255, 255, .2);
}

.contact-card a {
	font-weight: 900;
}

.site-footer {
	padding: 28px 0;
	background:
		linear-gradient(135deg, rgba(15, 41, 26, .98), rgba(20, 58, 35, .96)),
		url("assets/img/hero.webp") center/cover;
	color: rgba(255, 255, 255, .78);
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
}

.footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: inherit;
}

.footer-brand img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
}

.footer-brand__text {
	display: grid;
	gap: 3px;
}

.footer-brand__title {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	white-space: nowrap;
}

.footer-brand__subtitle {
	max-width: 280px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.footer-dev {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 6px;
	background: #fff;
	color: var(--green-dark);
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
	transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease;
}

.footer-dev::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--lime);
	opacity: 0;
	transition: opacity .22s ease;
}

.footer-dev:hover {
	color: #12321f;
	transform: translateY(-2px);
	box-shadow: 0 22px 50px rgba(0, 0, 0, .22);
}

.footer-dev:hover::before {
	opacity: 1;
}

.page-hero {
	padding: 92px 0 54px;
	background: linear-gradient(135deg, #eaf6ea, #fff);
	border-bottom: 1px solid var(--line);
}

.page-hero .section-kicker {
	margin-bottom: 12px;
}

.page-hero h1 {
	max-width: 860px;
	margin-bottom: 14px;
	color: var(--ink);
	font-size: clamp(36px, 5vw, 60px);
}

.page-hero p {
	max-width: 680px;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 18px;
}

.contact-page {
	padding: 96px 0;
	background:
		linear-gradient(135deg, rgba(234, 246, 234, .94), rgba(255, 255, 255, .98)),
		radial-gradient(circle at 86% 18%, rgba(167, 216, 92, .22), transparent 30%);
}

.contact-page__head {
	max-width: 760px;
	margin-bottom: 34px;
}

.contact-page__head h1 {
	margin-bottom: 0;
	color: var(--ink);
	font-size: clamp(42px, 6vw, 72px);
	line-height: 1;
}

.contact-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: 24px;
	align-items: stretch;
}

.contact-page__main,
.contact-page__social {
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 22px 60px rgba(20, 72, 36, .12);
}

.contact-page__main {
	display: grid;
	gap: 14px;
	padding: 24px;
}

.contact-page__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 20px;
	border-radius: 8px;
	background: #f7fcf7;
	color: var(--green-dark);
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contact-page__item:hover {
	background: #eef8ee;
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(20, 72, 36, .1);
}

.contact-page__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--green);
	color: #fff;
}

.contact-page__icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.contact-page__label {
	display: block;
	margin-bottom: 4px;
	color: var(--muted);
	font-size: 14px;
	font-weight: 800;
}

.contact-page__item strong {
	display: block;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.15;
	word-break: break-word;
}

.contact-page__social {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 26px;
	padding: 28px;
	background:
		linear-gradient(145deg, rgba(20, 58, 35, .96), rgba(47, 141, 70, .9)),
		url("assets/img/3d-fence.webp") center/cover;
	color: #fff;
}

.contact-page__social h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.1;
}

.contact-page__socials {
	flex-wrap: wrap;
}

.contact-page__socials a {
	width: 48px;
	height: 48px;
}

.contact-page__socials svg {
	width: 23px;
	height: 23px;
}

.contact-page__btn {
	align-self: center;
	background: #fff;
	color: var(--green-dark);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.contact-page__btn:hover {
	background: var(--lime);
	color: #12321f;
	box-shadow: 0 20px 42px rgba(0, 0, 0, .22);
	transform: translateY(-2px);
}

.works-page {
	padding: 96px 0 78px;
	background:
		linear-gradient(135deg, rgba(234, 246, 234, .96), rgba(255, 255, 255, .98)),
		radial-gradient(circle at 12% 16%, rgba(167, 216, 92, .2), transparent 30%);
}

.works-page__head {
	max-width: 900px;
	margin-bottom: 34px;
}

.works-page__head h1 {
	margin-bottom: 16px;
	color: var(--ink);
	font-size: clamp(42px, 6vw, 72px);
	line-height: 1;
}

.works-page__head p {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7;
}

.works-page .works-intro {
	display: none;
}

.works-page__gallery {
	padding: 24px;
	border: 1px solid rgba(47, 141, 70, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 22px 60px rgba(20, 72, 36, .1);
}

.about-page {
	padding: 88px 0 72px;
	background:
		linear-gradient(135deg, rgba(234, 246, 234, .96), rgba(255, 255, 255, .98)),
		radial-gradient(circle at 88% 18%, rgba(167, 216, 92, .24), transparent 34%);
}

.about-hero {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
	gap: 38px;
	align-items: center;
}

.about-hero__copy h1 {
	max-width: 850px;
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(42px, 5.6vw, 72px);
	line-height: 1;
}

.about-hero__copy p {
	max-width: 680px;
	margin-bottom: 26px;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.7;
}

.about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.about-hero__media {
	overflow: hidden;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: #e9f5e9;
	box-shadow: 0 28px 72px rgba(20, 72, 36, .16);
}

.about-hero__media img {
	width: 100%;
	min-height: 460px;
	object-fit: cover;
	display: block;
	filter: saturate(1.06) contrast(1.02);
}

.about-story {
	padding: 78px 0;
	background: #fff;
}

.about-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 30px;
	align-items: start;
}

.about-story__text h2,
.about-values__head h2 {
	max-width: 800px;
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.08;
}

.about-story__text p {
	max-width: 790px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.75;
}

.about-stats {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(47, 141, 70, .12);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(239, 249, 239, .96), rgba(255, 255, 255, .98));
	box-shadow: 0 20px 54px rgba(20, 72, 36, .1);
}

.about-stats div {
	padding: 18px;
	border-radius: 8px;
	background: #fff;
}

.about-stats strong {
	display: block;
	margin-bottom: 6px;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 25px;
	line-height: 1.1;
}

.about-stats span {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.45;
}

.about-values {
	padding: 78px 0 86px;
	background:
		linear-gradient(90deg, rgba(245, 252, 245, .96), rgba(245, 252, 245, .88), rgba(255, 255, 255, .76)),
		url("assets/img/advantages-bg.webp") center/cover;
}

.about-values__head {
	max-width: 820px;
	margin-bottom: 30px;
}

.about-values__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.about-value {
	min-height: 250px;
	padding: 24px;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 46px rgba(20, 72, 36, .1);
}

.about-value span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--green);
	color: #fff;
	font-weight: 900;
}

.about-value strong {
	display: block;
	margin-bottom: 10px;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
}

.about-value p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.6;
}

.naves-page {
	padding: 78px 0 54px;
	background:
		linear-gradient(135deg, rgba(234, 246, 234, .96), rgba(255, 255, 255, .98)),
		radial-gradient(circle at 12% 18%, rgba(167, 216, 92, .22), transparent 34%);
	text-align: center;
}

.naves-hero {
	max-width: 860px;
	margin: 0 auto;
}

.naves-hero h1 {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(40px, 4.2vw, 58px);
	line-height: 1.06;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: balance;
}

.naves-hero p {
	max-width: 680px;
	margin-right: auto;
	margin-bottom: 26px;
	margin-left: auto;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.7;
}

.naves-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.naves-hero__media {
	overflow: hidden;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: #e9f5e9;
	box-shadow: 0 28px 72px rgba(20, 72, 36, .16);
}

.naves-hero__media img {
	width: 100%;
	min-height: 470px;
	object-fit: cover;
	display: block;
	filter: saturate(1.07) contrast(1.02);
}

.naves-catalog,
.naves-prices,
.naves-benefits {
	padding: 78px 0;
	background: #fff;
}

.naves-section-head {
	max-width: 830px;
	margin-bottom: 30px;
}

.naves-section-head h2 {
	margin-bottom: 0;
	color: var(--ink);
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.08;
}

.naves-price-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.naves-price-card {
	display: flex;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(20, 72, 36, .1);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.naves-price-card:hover {
	border-color: rgba(47, 141, 70, .28);
	transform: translateY(-4px);
	box-shadow: 0 26px 62px rgba(20, 72, 36, .15);
}

.naves-price-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	background: #edf7ed;
}

.naves-price-card__body {
	display: grid;
	flex: 1;
	gap: 12px;
	align-content: start;
	padding: 18px;
}

.naves-price-card strong {
	display: block;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
}

.naves-price-card span {
	color: var(--ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.naves-price-card .btn {
	justify-self: start;
	min-height: 42px;
	margin-top: 4px;
	padding: 11px 18px;
	font-size: 14px;
}

.naves-detail {
	padding: 82px 0;
	background:
		linear-gradient(90deg, rgba(245, 252, 245, .96), rgba(245, 252, 245, .88), rgba(255, 255, 255, .76)),
		url("assets/img/advantages-bg.webp") center/cover;
}

.naves-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
	gap: 32px;
	align-items: center;
}

.naves-detail__text {
	padding: 34px;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(8px);
	box-shadow: 0 20px 54px rgba(20, 72, 36, .1);
}

.naves-detail__text h2 {
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
}

.naves-detail__text p {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.75;
}

.naves-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.naves-gallery img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(20, 72, 36, .12);
}

.naves-gallery img:first-child {
	grid-row: span 2;
	height: 514px;
}

.naves-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.naves-benefit-grid div {
	min-height: 210px;
	padding: 24px;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: #f7fcf7;
	box-shadow: 0 16px 38px rgba(20, 72, 36, .08);
}

.naves-benefit-grid strong {
	display: block;
	margin-bottom: 10px;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
}

.naves-benefit-grid span {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.6;
}

.catalog-hero {
	padding: 84px 0 74px;
	background:
		linear-gradient(135deg, rgba(235, 248, 235, .96), rgba(255, 255, 255, .98)),
		radial-gradient(circle at 8% 20%, rgba(167, 216, 92, .28), transparent 32%);
	border-bottom: 1px solid rgba(47, 141, 70, .12);
}

.catalog-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, .94fr);
	gap: 52px;
	align-items: center;
}

.catalog-hero__copy {
	min-width: 0;
}

.catalog-hero__copy h1 {
	max-width: 760px;
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(36px, 3.7vw, 56px);
	line-height: 1.08;
	text-wrap: balance;
	overflow-wrap: anywhere;
}

.catalog-hero__copy p {
	max-width: 650px;
	margin-bottom: 24px;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.65;
}

.catalog-price {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	margin-bottom: 24px;
	padding: 12px 18px;
	border: 1px solid rgba(47, 141, 70, .18);
	border-radius: 8px;
	background: #fff;
	color: var(--green-dark);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 800;
	box-shadow: 0 16px 34px rgba(20, 72, 36, .1);
}

.catalog-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.catalog-actions .btn {
	min-width: 178px;
	justify-content: center;
}

.catalog-hero__media {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	border: 1px solid rgba(47, 141, 70, .14);
	border-radius: 8px;
	background: #dcefe0;
	box-shadow: 0 28px 72px rgba(20, 72, 36, .16);
}

.catalog-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 56%, rgba(19, 57, 34, .28));
	pointer-events: none;
}

.catalog-hero__media img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	display: block;
	transform: scale(1.01);
}

.catalog-detail {
	padding: 76px 0 84px;
	background: #fff;
}

.catalog-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: 28px;
	align-items: start;
}

.catalog-detail__main {
	max-width: 820px;
}

.catalog-detail__main h2 {
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
}

.catalog-detail__main p {
	max-width: 760px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.75;
}

.catalog-benefits {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid rgba(47, 141, 70, .12);
	border-radius: 8px;
	background: #f7fcf7;
	box-shadow: 0 18px 48px rgba(20, 72, 36, .1);
}

.catalog-benefit {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 14px;
	border-radius: 8px;
	background: #fff;
	color: var(--green-dark);
}

.catalog-benefit span {
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--green);
}

.catalog-benefit span::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 8px;
	width: 9px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.catalog-benefit strong {
	font-size: 16px;
	line-height: 1.25;
}

.catalog-list-page {
	padding: 92px 0 86px;
	background:
		linear-gradient(135deg, rgba(234, 246, 234, .96), rgba(255, 255, 255, .98)),
		radial-gradient(circle at 12% 18%, rgba(167, 216, 92, .24), transparent 32%);
}

.catalog-list-page__head {
	max-width: 860px;
	margin-bottom: 34px;
}

.catalog-list-page__head h1 {
	margin-bottom: 16px;
	color: var(--ink);
	font-size: clamp(42px, 6vw, 72px);
	line-height: 1;
}

.catalog-list-page__head p {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.65;
}

.catalog-list-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.catalog-list-card {
	overflow: hidden;
	border: 1px solid rgba(47, 141, 70, .12);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	box-shadow: 0 20px 52px rgba(20, 72, 36, .1);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.catalog-list-card:hover {
	transform: translateY(-4px);
	border-color: rgba(47, 141, 70, .28);
	box-shadow: 0 28px 64px rgba(20, 72, 36, .16);
}

.catalog-list-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
	background: #e6f4e7;
}

.catalog-list-card__body {
	display: grid;
	gap: 9px;
	padding: 18px;
}

.catalog-list-card__kicker {
	color: var(--green);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.catalog-list-card strong {
	color: var(--ink);
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 21px;
	line-height: 1.15;
}

.catalog-list-card em {
	color: var(--green-dark);
	font-style: normal;
	font-weight: 800;
	line-height: 1.35;
}

.page-content {
	padding: 62px 0 90px;
	background: #fff;
}

.content-shell {
	max-width: 900px;
}

.content-shell-wide {
	max-width: 1180px;
}

.content-shell h2 {
	margin: 34px 0 14px;
	font-size: clamp(26px, 3vw, 36px);
}

.content-shell h3 {
	margin: 26px 0 10px;
	font-size: 22px;
}

.content-shell p,
.content-shell li {
	color: var(--muted);
	font-size: 17px;
}

.content-shell ul {
	padding-left: 22px;
}

.page-cta {
	margin-top: 38px;
	padding: 28px;
	border-radius: var(--radius);
	background: var(--surface-2);
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.page-cta strong {
	font-size: 22px;
}

.all-offers-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.all-offer-card {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 18px 46px rgba(20, 72, 36, .1);
}

.all-offer-card h3 {
	margin: 0 0 10px;
	color: var(--green-dark);
	font-size: 22px;
	line-height: 1.15;
}

.all-offer-card p {
	margin-bottom: 18px;
	font-size: 15px;
}

.all-offer-card .btn {
	align-self: flex-start;
	margin-top: auto;
	min-height: 42px;
	padding: 0 16px;
	font-size: 14px;
	box-shadow: none;
}

.works-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-bottom: 30px;
	padding: 28px;
	border-radius: var(--radius);
	background: linear-gradient(135deg, #eff9ef, #fff);
	box-shadow: 0 18px 46px rgba(20, 72, 36, .1);
}

.works-intro p {
	margin: 0;
	max-width: 760px;
}

.works-count {
	display: grid;
	place-items: center;
	min-width: 112px;
	min-height: 86px;
	border-radius: 8px;
	background: var(--green);
	color: #fff;
	font-weight: 900;
	text-align: center;
}

.works-count strong {
	display: block;
	font-size: 34px;
	line-height: 1;
}

.work-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.work-gallery__item {
	position: relative;
	display: block;
	min-height: 330px;
	overflow: hidden;
	border-radius: 8px;
	background: #dfeee2;
	box-shadow: 0 16px 40px rgba(18, 35, 26, .12);
}

.work-gallery__item:nth-child(6n+1),
.work-gallery__item:nth-child(6n+4) {
	grid-row: span 2;
	min-height: 678px;
}

.work-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease, filter .35s ease;
}

.work-gallery__item span {
	display: none;
}

.work-gallery__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 35, 26, 0), rgba(18, 35, 26, .24));
	opacity: 0;
	transition: opacity .25s ease;
}

.work-gallery__item:hover img {
	filter: saturate(1.08);
	transform: scale(1.05);
}

.work-gallery__item:hover::after {
	opacity: 1;
}

.gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2200;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(18, 35, 26, .76);
	backdrop-filter: blur(8px);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

.gallery-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.gallery-lightbox img {
	max-width: min(1120px, 100%);
	max-height: calc(100vh - 100px);
	border-radius: 8px;
	object-fit: contain;
	box-shadow: 0 26px 80px rgba(0, 0, 0, .34);
}

.gallery-lightbox__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	background: rgba(255, 255, 255, .96);
	color: var(--green-dark);
	font-size: 30px;
	line-height: 1;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
	cursor: pointer;
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.gallery-lightbox__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border: 2px solid rgba(255, 255, 255, .68);
	border-radius: 50%;
	background: linear-gradient(135deg, var(--green), var(--green-dark));
	color: #fff;
	font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
	font-size: 46px;
	font-weight: 600;
	line-height: 1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .18);
	box-shadow: 0 18px 46px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .28);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.gallery-lightbox__arrow--prev {
	left: max(18px, calc((100vw - 1220px) / 2));
}

.gallery-lightbox__arrow--next {
	right: max(18px, calc((100vw - 1220px) / 2));
}

.gallery-lightbox__arrow:hover,
.gallery-lightbox__arrow:focus-visible,
.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible {
	background: var(--green-dark);
	color: #fff;
	box-shadow: 0 22px 58px rgba(40, 124, 67, .42);
	outline: none;
}

.gallery-lightbox__arrow:hover,
.gallery-lightbox__arrow:focus-visible {
	transform: translateY(-50%) scale(1.08);
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible {
	transform: scale(1.08);
}

@media (max-width: 1240px) {
	.catalog-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.catalog-hero__copy h1 {
		max-width: 920px;
		font-size: clamp(34px, 5vw, 50px);
	}

	.catalog-hero__media {
		min-height: 380px;
	}

	.catalog-hero__media img {
		min-height: 380px;
	}
}

@media (max-width: 1120px) {
	.header-main-inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 12px;
		padding: 10px 0;
		min-height: 74px;
	}

	.logo {
		min-width: 0;
	}

	.header-top {
		display: none;
	}

	.mobile-call-link {
		display: grid;
		justify-self: end;
	}

	.mobile-menu-toggle {
		display: block;
		justify-self: end;
	}

	.header-main-inner > .request-btn {
		display: none;
	}

	.main-nav {
		position: fixed;
		top: var(--fixed-header-height);
		right: 0;
		bottom: 0;
		z-index: 1600;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 6px;
		width: min(420px, 100vw);
		height: calc(100dvh - var(--fixed-header-height));
		padding: 18px 18px 26px;
		overflow-y: auto;
		background: rgba(255, 255, 255, .98);
		border-left: 1px solid rgba(47, 141, 70, .14);
		box-shadow: -22px 0 55px rgba(18, 35, 26, .2);
		opacity: 0;
		pointer-events: none;
		transform: translateX(100%);
		transition: transform .24s ease, opacity .24s ease;
	}

	body.mobile-nav-open {
		overflow: hidden;
	}

	body.mobile-nav-open .main-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	body.mobile-nav-open::after {
		content: "";
		position: fixed;
		inset: var(--fixed-header-height) 0 0;
		z-index: 1400;
		background: rgba(18, 35, 26, .42);
		backdrop-filter: blur(3px);
		pointer-events: none;
	}

	.main-nav a,
	.nav-dropdown__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 13px 14px;
		border-radius: 8px;
		background: #f5fbf5;
		font-size: 17px;
		line-height: 1.2;
	}

	.main-nav > a::after,
	.nav-dropdown__toggle::after {
		display: none;
	}

	.nav-dropdown {
		display: block;
		width: 100%;
	}

	.nav-dropdown::after {
		display: none;
	}

	.nav-dropdown__toggle::before {
		transition: transform .2s ease;
	}

	.nav-dropdown.is-open .nav-dropdown__toggle::before {
		transform: translateY(1px) rotate(225deg);
	}

	.nav-dropdown__menu {
		position: static;
		display: grid;
		grid-template-columns: 1fr;
		gap: 7px;
		width: 100%;
		max-height: 0;
		margin-top: 0;
		padding: 0 6px;
		overflow: hidden;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		transition: max-height .24s ease, padding .24s ease, margin .24s ease;
	}

	.nav-dropdown__group {
		gap: 7px;
	}

	.nav-dropdown__heading {
		margin: 8px 2px 2px;
		padding: 4px 10px;
		border-bottom: 0;
		color: var(--green-dark);
		font-size: 12px;
		letter-spacing: .06em;
	}

	.nav-dropdown:hover .nav-dropdown__menu,
	.nav-dropdown:focus-within .nav-dropdown__menu {
		transform: none;
	}

	.nav-dropdown.is-open .nav-dropdown__menu {
		max-height: 70vh;
		margin-top: 8px;
		padding: 4px 6px 8px;
		overflow-y: auto;
	}

	.nav-dropdown__menu a {
		padding: 11px 12px;
		background: #fff;
		border: 1px solid rgba(47, 141, 70, .1);
		font-size: 15px;
	}

	.mobile-nav-extra {
		display: grid;
		gap: 16px;
		margin-top: 12px;
		padding-top: 16px;
		border-top: 1px solid rgba(47, 141, 70, .14);
	}

	.mobile-nav-contacts {
		display: grid;
		gap: 10px;
	}

	.mobile-nav-contacts a {
		justify-content: flex-start;
		gap: 10px;
		background: #eef8ef;
		color: var(--green-dark);
		font-size: 16px;
		font-weight: 750;
	}

	.mobile-nav-contacts svg {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
		fill: currentColor;
	}

	.mobile-nav-socials {
		justify-content: center;
		gap: 12px;
	}

	.mobile-nav-socials a {
		width: 40px;
		height: 40px;
		padding: 0;
		background: var(--green);
	}

	.mobile-nav-socials svg {
		width: 19px;
		height: 19px;
	}

	.main-nav .mobile-nav-request {
		width: 100%;
		min-height: 52px;
		padding: 0 18px;
		border-color: rgba(47, 141, 70, .18);
		background: var(--green);
		color: #fff;
		font-size: 16px;
		justify-content: center;
		box-shadow: 0 14px 30px rgba(47, 141, 70, .26);
	}

	.main-nav .mobile-nav-request:hover,
	.main-nav .mobile-nav-request:focus-visible {
		background: var(--green-dark);
		color: #fff;
		transform: translateY(-2px);
	}

	.product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.all-offers-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.catalog-hero__grid,
	.about-hero,
	.naves-detail__grid,
	.catalog-detail__grid {
		grid-template-columns: 1fr;
	}

	.catalog-hero__media {
		min-height: 390px;
	}

	.catalog-hero__media img {
		min-height: 390px;
	}

	.catalog-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-story__grid {
		grid-template-columns: 1fr;
	}

	.about-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.naves-price-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.naves-price-grid,
	.naves-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.faq-layout {
		grid-template-columns: 1fr;
	}

	.faq-aside {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.faq-list {
		grid-template-columns: 1fr;
	}

	.contact-page__grid {
		grid-template-columns: 1fr;
	}

	.work-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-card,
	.product-card-wide {
		grid-column: span 1;
	}

	.hero-content,
	.advantages,
	.order-inner {
		grid-template-columns: 1fr;
	}

	.advantage-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slider-panel {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.container {
		width: min(100% - 24px, 1180px);
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.header-top-inner {
		display: grid;
		gap: 8px;
		min-height: 0;
		padding: 9px 0;
	}

	.top-contacts {
		gap: 10px 16px;
		font-size: 14.5px;
	}

	.logo img {
		width: 66px;
		height: 66px;
	}

	.logo {
		gap: 10px;
	}

	.logo-title {
		font-size: 19px;
	}

	.logo-subtitle {
		max-width: 220px;
		font-size: 12px;
	}

	.main-nav {
		top: var(--fixed-header-height);
		width: 100vw;
		padding: 16px 12px 24px;
		font-size: 16px;
		white-space: normal;
	}

	body.mobile-nav-open .main-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.main-nav a,
	.nav-dropdown__toggle {
		padding: 12px 13px;
	}

	.nav-dropdown {
		position: relative;
	}

	.nav-dropdown::after {
		display: none;
	}

	.nav-dropdown__menu {
		position: static;
		grid-template-columns: 1fr;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		transform: none;
	}

	.nav-dropdown:hover .nav-dropdown__menu,
	.nav-dropdown:focus-within .nav-dropdown__menu {
		transform: none;
	}

	.nav-dropdown.is-open .nav-dropdown__menu {
		max-height: 66vh;
		overflow-y: auto;
	}

	.socials a {
		width: 34px;
		height: 34px;
	}

	.socials svg {
		width: 17px;
		height: 17px;
	}

	.lead-modal {
		align-items: center;
		padding: 10px;
	}

	.gallery-lightbox {
		padding: 14px;
	}

	.gallery-lightbox img {
		max-height: calc(100vh - 120px);
	}

	.gallery-lightbox__arrow {
		width: 46px;
		height: 46px;
		font-size: 28px;
	}

	.gallery-lightbox__arrow--prev {
		left: 10px;
	}

	.gallery-lightbox__arrow--next {
		right: 10px;
	}

	.works-intro {
		grid-template-columns: 1fr;
	}

	.work-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.work-gallery__item,
	.work-gallery__item:nth-child(6n+1),
	.work-gallery__item:nth-child(6n+4) {
		grid-row: auto;
		min-height: 280px;
	}

	.faq-aside {
		padding: 24px;
	}

	.faq-aside__badge {
		margin-bottom: 32px;
	}

	.faq-aside h3 {
		font-size: 25px;
	}

	.faq-item summary {
		min-height: 62px;
		padding: 16px 58px 16px 18px;
		font-size: 16px;
	}

	.faq-item p {
		padding: 0 18px 18px;
		font-size: 15px;
	}

	.lead-modal__dialog {
		width: min(100%, 390px);
		max-height: calc(100dvh - 20px);
		overflow: auto;
	}

	.lead-modal__content {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.lead-modal__intro {
		min-height: 0;
		padding: 20px 58px 16px 18px;
		background:
			linear-gradient(145deg, rgba(20, 58, 35, .94), rgba(47, 141, 70, .88)),
			url("assets/img/hero.webp") center/cover;
	}

	.lead-modal__intro h2 {
		margin-bottom: 0;
		font-size: 22px;
		line-height: 1.12;
	}

	.lead-modal__intro p {
		display: none;
	}

	.lead-form {
		gap: 9px;
		padding: 16px 16px 14px;
	}

	.lead-form label {
		gap: 5px;
		font-size: 13px;
	}

	.lead-form input,
	.lead-form textarea {
		min-height: 42px;
		padding: 10px 12px;
		font-size: 15px;
	}

	.lead-form textarea {
		min-height: 74px;
	}

	.lead-form__submit {
		min-height: 44px;
	}

	.lead-form__note {
		font-size: 11px;
		line-height: 1.35;
	}

	.lead-modal__close {
		top: 8px;
		right: 8px;
		width: 36px;
		height: 36px;
		font-size: 25px;
	}

	.header-main-inner {
		gap: 10px;
		padding: 10px 0 12px;
	}

	.request-btn {
		min-height: 42px;
		padding: 0 16px;
		font-size: 14px;
	}

	.mobile-nav-socials a {
		width: 40px;
		height: 40px;
	}

	.mobile-nav-request {
		min-height: 52px;
		font-size: 16px;
	}

	.hero,
	.hero-content {
		min-height: 650px;
	}

	.hero-content {
		padding: 58px 0 40px;
	}

	h1 {
		font-size: 36px;
	}

	.naves-hero__copy h1 {
		font-size: clamp(28px, 7.2vw, 34px);
		line-height: 1.14;
	}

	.hero-lead {
		font-size: 16px;
	}

	.hero-stats,
	.product-grid,
	.all-offers-grid,
	.catalog-list-grid,
	.work-gallery,
	.advantage-list,
	.steps {
		grid-template-columns: 1fr;
	}

	.catalog-hero {
		padding: 58px 0 46px;
	}

	.catalog-hero__grid {
		gap: 24px;
	}

	.catalog-hero__copy h1 {
		font-size: clamp(30px, 8vw, 40px);
		line-height: 1.12;
	}

	.catalog-hero__copy p,
	.catalog-detail__main p {
		font-size: 16px;
	}

	.catalog-actions .btn {
		width: 100%;
	}

	.catalog-hero__media,
	.catalog-hero__media img {
		min-height: 310px;
	}

	.catalog-detail,
	.about-page,
		.about-story,
		.about-values,
		.naves-page,
		.naves-catalog,
		.naves-prices,
		.naves-detail,
		.naves-benefits,
	.catalog-list-page {
		padding: 54px 0;
	}

	.about-hero__copy p,
	.naves-hero p,
	.naves-detail__text p,
	.about-story__text p {
		font-size: 16px;
	}

	.about-hero__media img,
	.naves-hero__media img {
		min-height: 310px;
	}

	.about-values__grid,
	.naves-price-grid,
	.naves-benefit-grid {
		grid-template-columns: 1fr;
	}

	.naves-gallery {
		grid-template-columns: 1fr;
	}

	.naves-gallery img,
	.naves-gallery img:first-child {
		grid-row: auto;
		height: 280px;
	}

	.catalog-benefits {
		padding: 12px;
	}

	.reviews-slider {
		padding: 0;
	}

	.reviews-track {
		min-height: 440px;
	}

	.review-card {
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas:
			"author"
			"rating"
			"text";
		padding: 24px 20px;
	}

	.review-author {
		grid-template-columns: 58px minmax(0, 1fr);
		justify-items: start;
		align-self: auto;
		padding: 14px;
	}

	.review-author img {
		width: 58px;
		height: 58px;
	}

	.review-author strong {
		text-align: left;
	}

	.review-card.is-prev,
	.review-card.is-next {
		opacity: 0;
		transform: translateX(-50%) scale(.96);
	}

	.review-card p {
		font-size: 16px;
	}

	.reviews-arrow {
		width: 42px;
		height: 42px;
		font-size: 30px;
	}

	.product-card {
		min-height: 0;
	}

	.work-gallery__item,
	.work-gallery__item:nth-child(6n+1),
	.work-gallery__item:nth-child(6n+4) {
		min-height: 320px;
	}

	.product-card img,
	.product-card-wide img {
		height: 245px;
	}

	.product-body {
		padding: 20px;
	}

	.product-body h3 {
		font-size: 22px;
	}

	.section {
		padding: 64px 0;
	}

	.section-head {
		display: block;
	}

	.section-head p {
		margin-top: 14px;
	}

	.order {
		padding: 34px 22px;
	}

	.contact-page {
		padding: 64px 0;
	}

	.works-page {
		padding: 64px 0 54px;
	}

	.works-page__gallery {
		padding: 14px;
	}

	.contact-page__main,
	.contact-page__social {
		padding: 18px;
	}

	.contact-page__item {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
	}

	.contact-page__icon {
		width: 46px;
		height: 46px;
	}

	.contact-page__icon svg {
		width: 21px;
		height: 21px;
	}

	.contact-page__socials a {
		width: 42px;
		height: 42px;
	}

	.order-panel {
		padding: 20px;
	}

	.order-contacts {
		font-size: 17px;
	}

	.order-contacts a {
		align-items: flex-start;
		white-space: normal;
	}

	.order-messengers a {
		width: 42px;
		height: 42px;
	}

	.footer-inner {
		display: grid;
		justify-content: center;
		justify-items: center;
		text-align: center;
	}

	.footer-brand {
		justify-content: center;
	}

	.footer-brand img {
		width: 62px;
		height: 62px;
	}

	.footer-brand__title {
		font-size: 19px;
	}

	.footer-brand__subtitle {
		max-width: 230px;
		font-size: 12px;
	}

	.footer-dev {
		justify-self: center;
		text-align: center;
		min-height: 44px;
		padding: 0 16px;
		font-size: 14px;
	}
}

@media (max-width: 760px) and (max-height: 680px) {
	.lead-modal__intro {
		padding: 14px 54px 12px 16px;
	}

	.lead-modal__intro .section-kicker {
		display: none;
	}

	.lead-modal__intro h2 {
		font-size: 19px;
	}

	.lead-form {
		gap: 7px;
		padding: 12px 14px;
	}

	.lead-form input,
	.lead-form textarea {
		min-height: 38px;
		padding: 8px 10px;
	}

	.lead-form textarea {
		min-height: 58px;
	}

	.lead-form__note {
		display: none;
	}
}
