/*
Theme Name: Баланс.про
Theme URI: https://balanspro.local/
Author: LayerSites
Description: Швидка комерційна тема для бухгалтерської компанії.
Version: 1.2.0
Text Domain: balanspro
*/

:root {
	--ink: #10231f;
	--ink-soft: #3f5650;
	--muted: #6e7e79;
	--cream: #f6f4ed;
	--paper: #fffefa;
	--white: #fff;
	--green: #0c6b53;
	--green-deep: #084d3e;
	--mint: #dff3e9;
	--lime: #d6f572;
	--coral: #ff7d5f;
	--line: #dfe6df;
	--shadow: 0 24px 70px rgba(16, 35, 31, .1);
	--shadow-sm: 0 12px 32px rgba(16, 35, 31, .08);
	--radius: 24px;
	--radius-sm: 14px;
	--container: 1180px;
	--font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

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

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

button,
.button {
	cursor: pointer;
}

::selection {
	color: var(--ink);
	background: var(--lime);
}

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

.skip-link:focus {
	z-index: 9999;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 10px 16px;
	clip: auto;
	color: var(--white);
	background: var(--green);
	border-radius: 8px;
}

.container {
	width: min(calc(100% - 40px), var(--container));
	margin-inline: auto;
}

.narrow {
	max-width: 800px;
}

.section {
	padding: 104px 0;
}

.section--cream {
	background: var(--cream);
}

.section--dark {
	color: var(--white);
	background: var(--ink);
}

.section--compact {
	padding: 72px 0;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: var(--green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 8px;
	height: 8px;
	background: var(--coral);
	border-radius: 50%;
	content: "";
}

.section--dark .eyebrow,
.hero--dark .eyebrow {
	color: var(--lime);
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	font-weight: 750;
	letter-spacing: -.04em;
	line-height: 1.08;
	text-wrap: balance;
}

h1 {
	margin-bottom: 26px;
	font-size: clamp(42px, 6.2vw, 78px);
}

h2 {
	margin-bottom: 22px;
	font-size: clamp(34px, 4vw, 54px);
}

h3 {
	margin-bottom: 14px;
	font-size: clamp(23px, 2vw, 29px);
}

.lead {
	color: var(--ink-soft);
	font-size: clamp(19px, 2vw, 22px);
	line-height: 1.55;
}

.section--dark .lead,
.hero--dark .lead {
	color: #b9c9c4;
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 48px;
}

.section-head > div {
	max-width: 770px;
}

.section-head > p {
	max-width: 400px;
	margin-bottom: 8px;
	color: var(--ink-soft);
}

.button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 24px;
	border: 1px solid var(--green);
	color: var(--white);
	background: var(--green);
	border-radius: 12px;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.2;
	transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button:hover,
.button:focus-visible {
	background: var(--green-deep);
	border-color: var(--green-deep);
	box-shadow: 0 12px 28px rgba(12, 107, 83, .2);
	transform: translateY(-2px);
}

.button--light {
	color: var(--ink);
	background: var(--lime);
	border-color: var(--lime);
}

.button--light:hover,
.button--light:focus-visible {
	color: var(--ink);
	background: #e4fb91;
	border-color: #e4fb91;
}

.button--ghost {
	color: var(--ink);
	background: transparent;
	border-color: #b6c5bf;
}

.button--ghost:hover,
.button--ghost:focus-visible {
	color: var(--green);
	background: var(--mint);
	border-color: var(--green);
}

.button--white {
	color: var(--green-deep);
	background: var(--white);
	border-color: var(--white);
}

.button--wide {
	width: 100%;
}

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

.text-link svg {
	transition: transform .2s ease;
}

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

.site-notice {
	padding: 8px 0;
	color: #dfece8;
	background: var(--green-deep);
	font-size: 13px;
	font-weight: 650;
	text-align: center;
}

.site-notice span {
	color: var(--lime);
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid rgba(223, 230, 223, .8);
	background: rgba(255, 254, 250, .92);
	backdrop-filter: blur(16px);
}

.header-inner {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
}

.site-logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 11px;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: -.04em;
}

.logo-mark {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	color: var(--white);
	background: var(--green);
	border-radius: 11px;
	font-size: 21px;
	font-weight: 850;
	line-height: 1;
}

.site-logo em {
	color: var(--green);
	font-style: normal;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 30px;
}

.primary-nav a {
	position: relative;
	font-size: 14px;
	font-weight: 700;
}

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

.primary-nav > a:not(.button):hover::after,
.primary-nav > a[aria-current="page"]::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header-contact {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lang-switcher {
	display: inline-flex;
	flex: 0 0 auto;
	padding: 3px;
	border: 1px solid var(--line);
	background: var(--cream);
	border-radius: 999px;
}

.lang-switcher a {
	display: grid;
	min-width: 31px;
	height: 29px;
	place-items: center;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 850;
}

.lang-switcher a[aria-current="page"] {
	color: var(--white);
	background: var(--green);
}

.primary-nav .nav-phone-link {
	display: none;
}

.header-phone {
	display: grid;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-align: right;
}

.header-phone small {
	color: var(--muted);
	font-size: 11px;
	font-weight: 600;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	background: transparent;
	border-radius: 10px;
}

.menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 5px auto;
	background: var(--ink);
	transition: transform .2s ease, opacity .2s ease;
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 78px 0 94px;
	background:
		radial-gradient(circle at 8% 10%, rgba(214, 245, 114, .35), transparent 23%),
		linear-gradient(135deg, #f7f4e9 0%, #fffefa 60%);
}

.hero::after {
	position: absolute;
	right: -130px;
	bottom: -260px;
	width: 540px;
	height: 540px;
	border: 1px solid rgba(12, 107, 83, .09);
	border-radius: 50%;
	content: "";
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	gap: clamp(44px, 7vw, 92px);
	grid-template-columns: minmax(0, 1.07fr) minmax(390px, .93fr);
}

.hero-copy .lead {
	max-width: 680px;
	margin-bottom: 34px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
}

.trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 0;
	padding: 0;
	color: var(--ink-soft);
	font-size: 13px;
	font-weight: 700;
	list-style: none;
}

.trust-list li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.trust-list svg {
	color: var(--green);
}

.accounting-board {
	position: relative;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .82);
	border-radius: 28px;
	box-shadow: var(--shadow);
	transform: rotate(1.2deg);
}

.board-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.board-top strong {
	font-size: 17px;
	letter-spacing: -.02em;
}

.status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 10px;
	color: var(--green-deep);
	background: var(--mint);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
}

.status::before {
	width: 7px;
	height: 7px;
	background: #2ea775;
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 0 4px rgba(46, 167, 117, .12);
}

.board-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.summary-card {
	padding: 18px;
	background: var(--cream);
	border-radius: 16px;
}

.summary-card small {
	display: block;
	margin-bottom: 8px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
}

.summary-card strong {
	display: block;
	font-size: 22px;
	letter-spacing: -.04em;
}

.summary-card--green {
	color: var(--white);
	background: var(--green);
}

.summary-card--green small {
	color: #c5dfd7;
}

.deadline-card {
	margin-top: 10px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 16px;
}

.deadline-card > strong {
	display: block;
	margin-bottom: 14px;
	font-size: 13px;
}

.deadline-row {
	display: grid;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
	grid-template-columns: 34px 1fr auto;
}

.deadline-date {
	display: grid;
	width: 34px;
	height: 38px;
	place-items: center;
	color: var(--green-deep);
	background: var(--mint);
	border-radius: 9px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

.deadline-row p {
	margin: 0;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.3;
}

.deadline-row small {
	display: block;
	color: var(--muted);
	font-size: 10px;
}

.check-circle {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	color: var(--white);
	background: var(--green);
	border-radius: 50%;
}

.board-note {
	position: absolute;
	right: -32px;
	bottom: -28px;
	width: 188px;
	padding: 16px;
	color: var(--ink);
	background: var(--lime);
	border-radius: 14px;
	box-shadow: var(--shadow-sm);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.4;
	transform: rotate(-4deg);
}

.board-note svg {
	margin-bottom: 8px;
}

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

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

.proof-item {
	padding: 30px 24px;
	border-right: 1px solid var(--line);
}

.proof-item:first-child {
	padding-left: 0;
}

.proof-item:last-child {
	border-right: 0;
}

.proof-item strong {
	display: block;
	margin-bottom: 5px;
	font-size: clamp(25px, 3vw, 36px);
	letter-spacing: -.05em;
	line-height: 1;
}

.proof-item span {
	color: var(--muted);
	font-size: 13px;
	font-weight: 650;
}

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

.service-card,
.post-card,
.value-card {
	position: relative;
	overflow: hidden;
	padding: 30px;
	border: 1px solid var(--line);
	background: var(--white);
	border-radius: var(--radius);
	box-shadow: 0 8px 24px rgba(16, 35, 31, .035);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover,
.post-card:hover,
.value-card:hover {
	border-color: #b8cbc4;
	box-shadow: var(--shadow-sm);
	transform: translateY(-5px);
}

.card-icon {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 28px;
	place-items: center;
	color: var(--green);
	background: var(--mint);
	border-radius: 14px;
}

.service-card p,
.value-card p {
	color: var(--ink-soft);
}

.price-line {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 28px 0 20px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}

.price-line strong {
	font-size: 22px;
	letter-spacing: -.04em;
}

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

.service-card--featured {
	color: var(--white);
	background: var(--green-deep);
	border-color: var(--green-deep);
}

.service-card--featured p,
.service-card--featured .price-line span {
	color: #bed1cb;
}

.service-card--featured .card-icon {
	color: var(--ink);
	background: var(--lime);
}

.service-card--featured .price-line {
	border-color: rgba(255, 255, 255, .16);
}

.service-card--featured .text-link {
	color: var(--lime);
}

.pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	color: var(--green-deep);
	background: var(--mint);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
}

.service-card--featured .pill {
	color: var(--ink);
	background: var(--lime);
}

.split {
	display: grid;
	align-items: center;
	gap: clamp(50px, 8vw, 100px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-list,
.feature-list {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li,
.feature-list li {
	position: relative;
	margin: 13px 0;
	padding-left: 34px;
}

.check-list li::before,
.feature-list li::before {
	position: absolute;
	top: .17em;
	left: 0;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	color: var(--green);
	background: var(--mint);
	border-radius: 50%;
	content: "✓";
	font-size: 12px;
	font-weight: 900;
}

.visual-stack {
	position: relative;
	min-height: 470px;
	padding: 42px;
	background: var(--green);
	border-radius: 32px;
}

.visual-stack::before {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	content: "";
}

.case-card {
	position: relative;
	z-index: 1;
	max-width: 390px;
	padding: 30px;
	background: var(--white);
	border-radius: 20px;
	box-shadow: var(--shadow);
}

.case-card + .case-card {
	position: absolute;
	right: 28px;
	bottom: 30px;
	width: 270px;
	padding: 24px;
	background: var(--lime);
	transform: rotate(3deg);
}

.case-label {
	display: block;
	margin-bottom: 20px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.case-metric {
	display: flex;
	align-items: end;
	gap: 14px;
	margin-top: 20px;
}

.case-metric strong {
	font-size: 48px;
	letter-spacing: -.06em;
	line-height: 1;
}

.case-metric span {
	max-width: 120px;
	color: var(--ink-soft);
	font-size: 12px;
	line-height: 1.35;
}

.steps {
	display: grid;
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
}

.step {
	min-height: 260px;
	padding: 30px;
	background: var(--white);
}

.step-number {
	display: grid;
	width: 38px;
	height: 38px;
	margin-bottom: 50px;
	place-items: center;
	color: var(--green-deep);
	background: var(--mint);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 850;
}

.step p {
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 14px;
}

.testimonial-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1.15fr .85fr;
}

.quote-card {
	padding: 42px;
	border: 1px solid var(--line);
	background: var(--white);
	border-radius: var(--radius);
}

.quote-card--green {
	color: var(--white);
	background: var(--green);
	border-color: var(--green);
}

.quote-mark {
	margin-bottom: 25px;
	color: var(--coral);
	font-size: 60px;
	font-weight: 850;
	line-height: .6;
}

.quote-card blockquote {
	margin: 0 0 30px;
	font-size: clamp(20px, 2.3vw, 28px);
	font-weight: 650;
	letter-spacing: -.025em;
	line-height: 1.45;
}

.quote-card footer {
	display: flex;
	align-items: center;
	gap: 12px;
}

.avatar {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--green-deep);
	background: var(--mint);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 850;
}

.quote-card--green .avatar {
	color: var(--ink);
	background: var(--lime);
}

.quote-card footer strong,
.quote-card footer small {
	display: block;
}

.quote-card footer small {
	color: var(--muted);
	font-size: 12px;
}

.quote-card--green footer small {
	color: #c0d8d1;
}

.faq-list {
	max-width: 880px;
	margin: 0 auto;
	border-top: 1px solid var(--line);
}

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

.faq-item summary {
	position: relative;
	padding: 24px 52px 24px 0;
	cursor: pointer;
	font-size: 19px;
	font-weight: 750;
	letter-spacing: -.02em;
	list-style: none;
}

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

.faq-item summary::after {
	position: absolute;
	top: 22px;
	right: 0;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	background: var(--mint);
	border-radius: 50%;
	content: "+";
	font-size: 21px;
	font-weight: 500;
	transition: transform .2s ease;
}

.faq-item[open] summary::after {
	transform: rotate(45deg);
}

.faq-answer {
	max-width: 760px;
	padding: 0 0 26px;
	color: var(--ink-soft);
}

.cta-band {
	position: relative;
	overflow: hidden;
	padding: 68px;
	color: var(--white);
	background: var(--green-deep);
	border-radius: 32px;
}

.cta-band::before,
.cta-band::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	content: "";
}

.cta-band::before {
	top: -180px;
	right: -70px;
	width: 420px;
	height: 420px;
}

.cta-band::after {
	right: 120px;
	bottom: -260px;
	width: 360px;
	height: 360px;
}

.cta-band-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 50px;
}

.cta-band h2 {
	max-width: 720px;
	margin-bottom: 14px;
}

.cta-band p {
	max-width: 650px;
	margin-bottom: 0;
	color: #c4d6d0;
}

.page-hero {
	position: relative;
	overflow: hidden;
	padding: 78px 0;
	background: var(--cream);
}

.page-hero .lead {
	max-width: 720px;
	margin-bottom: 0;
}

.page-hero--service {
	color: var(--white);
	background: var(--green-deep);
}

.page-hero--service .lead {
	color: #c2d5cf;
}

.page-hero--service .eyebrow {
	color: var(--lime);
}

.page-hero--service::after {
	position: absolute;
	top: -250px;
	right: -100px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(214, 245, 114, .2);
	border-radius: 50%;
	content: "";
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	padding: 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
	list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
	margin-left: 8px;
	content: "/";
	opacity: .5;
}

.page-hero--service .breadcrumbs {
	color: #b8cec7;
}

.service-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: end;
	gap: 60px;
	grid-template-columns: 1fr 360px;
}

.service-hero-price {
	padding: 26px;
	color: var(--ink);
	background: var(--lime);
	border-radius: 20px;
	transform: rotate(1.5deg);
}

.service-hero-price span {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.service-hero-price strong {
	display: block;
	margin-bottom: 9px;
	font-size: 34px;
	letter-spacing: -.05em;
	line-height: 1.1;
}

.service-hero-price small {
	font-size: 12px;
}

.service-layout {
	display: grid;
	align-items: start;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.service-content h2 {
	margin-top: 70px;
	font-size: clamp(30px, 3vw, 42px);
}

.service-content h2:first-child {
	margin-top: 0;
}

.service-content p {
	color: var(--ink-soft);
}

.service-content .feature-list {
	display: grid;
	gap: 8px 24px;
	grid-template-columns: repeat(2, 1fr);
}

.service-sidebar {
	position: sticky;
	top: 110px;
	padding: 28px;
	border: 1px solid var(--line);
	background: var(--cream);
	border-radius: var(--radius);
}

.service-sidebar h3 {
	font-size: 24px;
}

.service-sidebar p {
	color: var(--ink-soft);
	font-size: 14px;
}

.mini-contact {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
	font-size: 13px;
}

.mini-contact a {
	display: block;
	color: var(--green);
	font-weight: 800;
}

.pricing-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 18px;
}

.pricing-table th,
.pricing-table td {
	padding: 18px 20px;
	border-bottom: 1px solid var(--line);
	text-align: left;
}

.pricing-table th {
	color: var(--muted);
	background: var(--cream);
	font-size: 12px;
	text-transform: uppercase;
}

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

.pricing-table td:last-child {
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.price-columns {
	display: grid;
	align-items: start;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-columns h3 {
	margin-bottom: 18px;
}

.pricing-scroll {
	overflow-x: auto;
	border-radius: 18px;
	-webkit-overflow-scrolling: touch;
}

.pricing-note {
	max-width: 760px;
	margin: 26px 0 0;
	color: var(--muted);
	font-size: 13px;
}

.blog-hero {
	padding: 76px 0 50px;
}

.blog-hero h1 {
	max-width: 900px;
}

.post-card {
	display: flex;
	min-height: 400px;
	flex-direction: column;
	padding: 0;
}

.post-visual {
	position: relative;
	display: grid;
	min-height: 190px;
	place-items: center;
	overflow: hidden;
	background: var(--mint);
}

.post-visual::before,
.post-visual::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.post-visual::before {
	width: 170px;
	height: 170px;
	background: rgba(255, 255, 255, .55);
}

.post-visual::after {
	right: -35px;
	bottom: -60px;
	width: 150px;
	height: 150px;
	border: 16px solid rgba(12, 107, 83, .1);
}

.post-visual svg {
	position: relative;
	z-index: 1;
	width: 76px;
	height: 76px;
	color: var(--green);
}

.post-card:nth-child(2n) .post-visual {
	background: #f9e6df;
}

.post-card:nth-child(3n) .post-visual {
	background: #e8edd1;
}

.post-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 14px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 750;
}

.post-card h2,
.post-card h3 {
	margin-bottom: 14px;
	font-size: 24px;
}

.post-card p {
	margin-bottom: 22px;
	color: var(--ink-soft);
	font-size: 14px;
}

.post-card .text-link {
	margin-top: auto;
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 48px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 10px;
	font-size: 13px;
	font-weight: 800;
}

.page-numbers.current {
	color: var(--white);
	background: var(--green);
	border-color: var(--green);
}

.article-hero {
	padding: 70px 0 48px;
	background: var(--cream);
}

.article-hero-inner {
	max-width: 920px;
}

.article-hero h1 {
	font-size: clamp(40px, 5vw, 68px);
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
}

.article-author {
	display: flex;
	align-items: center;
	gap: 10px;
}

.article-author .avatar {
	width: 38px;
	height: 38px;
}

.article-layout {
	display: grid;
	align-items: start;
	gap: 70px;
	grid-template-columns: 220px minmax(0, 760px);
}

.article-aside {
	position: sticky;
	top: 112px;
}

.article-aside strong {
	display: block;
	margin-bottom: 16px;
	font-size: 12px;
	text-transform: uppercase;
}

.article-aside a {
	display: block;
	margin: 10px 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
}

.article-aside a:hover {
	color: var(--green);
}

.article-content {
	font-size: 18px;
}

.article-content h2 {
	margin-top: 58px;
	font-size: clamp(30px, 3vw, 40px);
}

.article-content h3 {
	margin-top: 38px;
}

.article-content p,
.article-content li {
	color: #2d4540;
}

.article-content a {
	color: var(--green);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

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

.article-content li {
	margin: 10px 0;
}

.article-content blockquote {
	margin: 40px 0;
	padding: 28px 30px;
	border-left: 4px solid var(--coral);
	background: var(--cream);
	border-radius: 0 16px 16px 0;
	font-size: 21px;
	font-weight: 650;
}

.article-content .note {
	margin: 36px 0;
	padding: 24px;
	border: 1px solid #b9dacd;
	background: var(--mint);
	border-radius: 16px;
}

.article-content .note strong {
	display: block;
	margin-bottom: 5px;
}

.article-cta {
	margin-top: 58px;
	padding: 34px;
	color: var(--white);
	background: var(--green-deep);
	border-radius: 22px;
}

.article-cta h3 {
	margin-top: 0;
}

.article-cta p {
	color: #c4d7d1;
}

.contact-grid {
	display: grid;
	align-items: start;
	gap: 70px;
	grid-template-columns: .85fr 1.15fr;
}

.contact-list {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.contact-list li {
	display: grid;
	gap: 14px;
	margin-bottom: 26px;
	grid-template-columns: 44px 1fr;
}

.contact-list .card-icon {
	width: 44px;
	height: 44px;
	margin: 0;
}

.contact-list small,
.contact-list strong {
	display: block;
}

.contact-list small {
	margin-bottom: 2px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

.contact-list strong {
	font-size: 18px;
}

.contact-form {
	padding: 38px;
	border: 1px solid var(--line);
	background: var(--white);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}

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

.field {
	display: grid;
	gap: 7px;
}

.field--full {
	grid-column: 1 / -1;
}

.field label {
	font-size: 12px;
	font-weight: 800;
}

.field input,
.field select,
.field textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid #cbd6d2;
	color: var(--ink);
	background: var(--paper);
	border-radius: 10px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 3px rgba(12, 107, 83, .1);
}

.field-error {
	color: #b3261e;
	font-size: 11px;
}

.form-consent {
	margin: 16px 0;
	color: var(--muted);
	font-size: 11px;
}

.form-message {
	margin-bottom: 22px;
	padding: 13px 16px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
}

.form-message--success {
	color: var(--green-deep);
	background: var(--mint);
}

.form-message--error {
	color: #8a221a;
	background: #fde6e1;
}

.hp-field {
	position: absolute !important;
	left: -9999px !important;
}

.map-card {
	display: grid;
	min-height: 330px;
	place-items: center;
	padding: 40px;
	overflow: hidden;
	color: var(--white);
	background:
		linear-gradient(rgba(8, 77, 62, .86), rgba(8, 77, 62, .86)),
		repeating-linear-gradient(45deg, transparent 0 24px, rgba(255, 255, 255, .1) 24px 26px);
	border-radius: var(--radius);
	text-align: center;
}

.map-pin {
	display: grid;
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	place-items: center;
	color: var(--ink);
	background: var(--lime);
	border-radius: 50% 50% 50% 8px;
	transform: rotate(-45deg);
}

.map-pin svg {
	transform: rotate(45deg);
}

.site-footer {
	padding: 72px 0 28px;
	color: #d5e0dd;
	background: #0b1c18;
}

.footer-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: 1.3fr .7fr .7fr .9fr;
}

.site-footer .site-logo {
	margin-bottom: 20px;
	color: var(--white);
}

.site-footer p {
	max-width: 340px;
	color: #91a49f;
	font-size: 13px;
}

.footer-col h2 {
	margin-bottom: 20px;
	color: var(--white);
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.footer-col a {
	display: block;
	margin: 10px 0;
	color: #b7c7c2;
	font-size: 13px;
}

.footer-col a:hover {
	color: var(--lime);
}

.footer-contact a {
	color: var(--white);
	font-size: 16px;
	font-weight: 750;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 58px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #81938e;
	font-size: 11px;
}

.not-found {
	padding: 110px 0;
	text-align: center;
}

.not-found strong {
	display: block;
	margin-bottom: 20px;
	color: var(--mint);
	font-size: 150px;
	letter-spacing: -.08em;
	line-height: .8;
}

.not-found p {
	max-width: 560px;
	margin: 0 auto 28px;
	color: var(--ink-soft);
}

@media (max-width: 1080px) {
	.primary-nav {
		gap: 18px;
	}

	.header-phone {
		display: none;
	}

	.hero-grid {
		gap: 45px;
		grid-template-columns: 1fr 400px;
	}

	.board-note {
		right: -10px;
	}

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

	.footer-grid {
		grid-template-columns: 1.3fr repeat(2, .7fr);
	}

	.footer-col:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.section {
		padding: 76px 0;
	}

	.site-header {
		background: var(--paper);
		backdrop-filter: none;
	}

	.site-notice {
		font-size: 11px;
	}

	.menu-toggle {
		z-index: 3;
		display: block;
	}

	.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);
	}

	.primary-nav {
		position: fixed;
		z-index: 2;
		inset: 0;
		display: flex;
		min-height: 100vh;
		min-height: 100dvh;
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		overflow-y: auto;
		padding: 118px 30px 30px;
		background: var(--paper);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-15px);
		transition: opacity .2s ease, transform .2s ease;
	}

	.primary-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.primary-nav > a {
		width: 100%;
		padding: 14px 0;
		border-bottom: 1px solid var(--line);
		font-size: 20px;
	}

	.primary-nav > .button {
		margin-top: 24px;
		border: 0;
		font-size: 15px;
	}

	.primary-nav .nav-phone-link {
		display: flex;
		margin-top: 10px;
		color: var(--green);
		border-bottom: 0;
		font-size: 19px;
		font-weight: 850;
	}

	.header-contact .button {
		display: none;
	}

	.hero {
		padding-top: 58px;
	}

	.hero-grid,
	.split,
	.service-hero-grid,
	.service-layout,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.accounting-board {
		max-width: 520px;
		margin: 0 auto;
	}

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

	.proof-item:nth-child(2) {
		border-right: 0;
	}

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

	.proof-item:nth-child(3) {
		padding-left: 0;
	}

	.service-card:last-child,
	.post-card:last-child {
		grid-column: 1 / -1;
	}

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

	.service-sidebar,
	.article-aside {
		position: static;
	}

	.service-layout {
		gap: 48px;
	}

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

	.article-aside {
		display: none;
	}

	.footer-grid {
		gap: 36px;
		grid-template-columns: repeat(2, 1fr);
	}

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

@media (max-width: 620px) {
	body {
		font-size: 16px;
	}

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

	.section {
		padding: 64px 0;
	}

	.section-head {
		display: block;
		margin-bottom: 34px;
	}

	.section-head > p {
		margin-top: 18px;
	}

	.site-notice {
		padding: 6px 10px;
	}

	.header-inner {
		min-height: 68px;
	}

	.hero {
		padding: 46px 0 68px;
	}

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

	.hero-actions {
		display: grid;
	}

	.hero-actions .button {
		width: 100%;
	}

	.accounting-board {
		padding: 16px;
		transform: none;
	}

	.board-note {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		margin-top: 12px;
		transform: none;
	}

	.summary-card {
		padding: 14px;
	}

	.summary-card strong {
		font-size: 18px;
	}

	.proof-grid,
	.card-grid,
	.steps,
	.service-content .feature-list,
	.form-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.proof-item {
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.proof-item:last-child {
		border-bottom: 0;
	}

	.service-card:last-child,
	.post-card:last-child {
		grid-column: auto;
	}

	.visual-stack {
		min-height: 520px;
		padding: 24px;
	}

	.case-card + .case-card {
		right: 14px;
		bottom: 20px;
		width: calc(100% - 48px);
	}

	.step {
		min-height: 0;
	}

	.step-number {
		margin-bottom: 26px;
	}

	.quote-card {
		padding: 28px;
	}

	.cta-band {
		padding: 42px 26px;
	}

	.cta-band-inner {
		display: block;
	}

	.cta-band .button {
		width: 100%;
		margin-top: 26px;
	}

	.page-hero {
		padding: 52px 0;
	}

	.service-hero-price {
		transform: none;
	}

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

	.pricing-table {
		font-size: 13px;
	}

	.pricing-table th,
	.pricing-table td {
		padding: 14px 11px;
	}

	.article-content {
		font-size: 17px;
	}

	.contact-form {
		padding: 24px;
	}

	.field--full {
		grid-column: auto;
	}

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

	.footer-bottom {
		display: block;
	}

	.footer-bottom span {
		display: block;
		margin-top: 8px;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
