/* Фортеция — базовые стили. Mobile-first, брейкпоинты: 480 / 768 / 992 / 1200 */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, li, figure, form, fieldset, legend { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
address { font-style: normal; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }

/* ---------- Design tokens ---------- */
:root {
	--brand-dark: #007092;
	--brand: #0480a5;
	--brand-mid: #0b7b9d;
	--brand-deep: #036684;
	--ink: #2b2b2b;
	--muted: #6f6f6f;
	--line: #e2e2e2;
	--bg-gray: #f5f7f8;
	--radius: 14px;
	--radius-lg: 24px;
	--shadow: 0 10px 30px rgba(4, 60, 80, 0.1);
	--font-head: 'Rubik', sans-serif;
	--font-body: 'Roboto', sans-serif;
	--wrap: 1180px;
}

body {
	font: 300 16px/1.6 var(--font-body);
	color: var(--ink);
	background: #fff;
}

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 500; line-height: 1.25; }

.wrap {
	width: 100%;
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 20px;
}

::selection { background: var(--brand); color: #fff; }

/* ---------- Icon sprite ---------- */
.icon { display: inline-block; background: url('/images/icons.png') -9999px 0 no-repeat; background-repeat: no-repeat; }

.icon--entity          { width: 57px;  height: 57px;  background-position: -450px 0; }
.icon--proprietorship  { width: 57px;  height: 57px;  background-position: -450px -59px; }
.icon--accounting      { width: 57px;  height: 57px;  background-position: -450px -118px; }

.icon--entity-1         { width: 148px; height: 148px; background-position: 0 0; }
.icon--entity-2         { width: 148px; height: 148px; background-position: -150px 0; }
.icon--entity-3         { width: 148px; height: 148px; background-position: -300px 0; }
.icon--proprietorship-1 { width: 148px; height: 148px; background-position: 0 -150px; }
.icon--proprietorship-2 { width: 148px; height: 148px; background-position: -150px -150px; }
.icon--proprietorship-3 { width: 148px; height: 148px; background-position: -300px -150px; }
.icon--accounting-1     { width: 148px; height: 148px; background-position: 0 -300px; }
.icon--accounting-2     { width: 148px; height: 148px; background-position: -150px -300px; }
.icon--accounting-3     { width: 148px; height: 148px; background-position: -300px -300px; }
.icon--accounting-4     { width: 148px; height: 148px; background-position: -450px -300px; }
.icon--advantage-1      { width: 148px; height: 148px; background-position: 0 -450px; }
.icon--advantage-2      { width: 148px; height: 148px; background-position: -150px -450px; }
.icon--advantage-3      { width: 148px; height: 148px; background-position: -300px -450px; }
.icon--advantage-4      { width: 148px; height: 148px; background-position: -450px -450px; }

.icon--present-1 { width: 101px; height: 101px; background-position: 0 -1200px; border-radius: 50%; }
.icon--present-2 { width: 101px; height: 101px; background-position: -103px -1200px; border-radius: 50%; }
.icon--present-3 { width: 101px; height: 101px; background-position: -206px -1200px; border-radius: 50%; }
.icon--present-4 { width: 101px; height: 101px; background-position: -309px -1200px; border-radius: 50%; }
.icon--present-5 { width: 101px; height: 101px; background-position: -412px -1200px; border-radius: 50%; }
.icon--present-6 { width: 101px; height: 101px; background-position: -515px -1200px; border-radius: 50%; }

.icon--price-1 { width: 56px; height: 56px; background-position: -527px 0; }
.icon--price-2 { width: 56px; height: 56px; background-position: -527px -59px; }
.icon--price-3 { width: 56px; height: 56px; background-position: -527px -118px; }
.icon--price-4 { width: 56px; height: 56px; background-position: -527px -177px; }

.icon--scroll-arrow { width: 24px; height: 52px; background-position: -450px -177px; }
.icon--price-btn { width: 31px; height: 43px; background-position: -450px -231px; }
.icon--nav-phone { width: 21px; height: 21px; background-position: -483px -177px; }
.icon--nav-mail  { width: 21px; height: 21px; background-position: -483px -246px; }

.icon--step {
	width: 28px; height: 28px; border-radius: 50%; background: var(--brand);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6 9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/60% no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6 9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/60% no-repeat;
	flex: none;
}
.icon--step::before {
	content: '';
	display: block; width: 100%; height: 100%; background: var(--brand);
}

.icon-card__badge {
	width: 118px; height: 118px; border-radius: 50%; border: 5px solid var(--brand);
	display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
	transition: transform .3s ease;
	overflow: hidden;
}
.icon-card__badge .icon { transform: scale(0.797); flex-shrink: 0; }
.icon-card__badge--light { border-color: #fff; }
.icon-card:hover .icon-card__badge, .advantage:hover .icon-card__badge { transform: scale(1.12); }

@media (min-width: 560px) {
	.icon-card__badge { width: 148px; height: 148px; }
	.icon-card__badge .icon { transform: none; }
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 28px; border-radius: 40px; font-family: var(--font-head); font-size: 16px;
	text-transform: uppercase; letter-spacing: .02em; cursor: pointer; transition: all .25s ease;
	text-align: center;
}
.btn--primary {
	background: linear-gradient(135deg, var(--brand-mid), var(--brand));
	color: #fff; box-shadow: 0 4px 0 #42afe6;
}
.btn--primary:hover { animation: btn-glow .8s ease-out 1; }
.btn--primary:active { box-shadow: none; transform: translateY(4px); }
@keyframes btn-glow {
	0% { box-shadow: 0 4px 0 #42afe6, 0 0 8px 4px var(--brand-mid), 0 0 12px 10px var(--brand-mid); }
	100% { box-shadow: 0 4px 0 #42afe6, 0 0 18px 4px rgba(11,123,157,0), 0 0 4px 30px rgba(11,123,157,0); }
}
.btn--large { padding: 16px 36px; font-size: 17px; }
.btn--block { width: 100%; }
.btn--ghost {
	background: transparent; border: 2px solid rgba(255,255,255,.6); color: #fff;
}
.btn--ghost:hover { background: rgba(255,255,255,.15); }
.btn--small { padding: 8px 18px; font-size: 12px; }
.link-button { background: none; border: 0; padding: 0; color: var(--brand); text-decoration: underline; cursor: pointer; font: inherit; }

/* ---------- Header / nav ---------- */
.site-header {
	position: sticky; top: 0; z-index: 200; background: var(--brand-dark);
	box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.logo img { height: 34px; width: auto; }

.nav-toggle {
	display: flex; flex-direction: column; justify-content: center; gap: 5px;
	width: 40px; height: 40px; z-index: 210;
}
.nav-toggle__bar { display: block; width: 24px; height: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-nav {
	position: fixed; top: 64px; left: 0; right: 0; bottom: 0;
	background: var(--brand-dark); padding: 24px 20px; overflow-y: auto;
	transform: translateX(100%); transition: transform .3s ease;
	display: flex; flex-direction: column; gap: 24px;
}
.site-nav.is-open { transform: translateX(0); }

.nav-menu { display: flex; flex-direction: column; gap: 4px; }
.nav-link {
	display: block; padding: 12px 4px; color: #fff; font-family: var(--font-head);
	font-size: 18px; border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav-link.is-active { color: #9fe3ff; }

.nav-contacts { display: flex; flex-direction: column; gap: 10px; }
.nav-phone { color: #fff; font-size: 18px; font-weight: 500; }
.nav-mail { color: rgba(255,255,255,.85); font-size: 14px; }

@media (min-width: 992px) {
	.site-header__inner { height: 76px; }
	.logo img { height: 40px; }
	.nav-toggle { display: none; }
	.site-nav {
		position: static; transform: none; background: none; padding: 0;
		flex-direction: row; align-items: center; gap: 32px; overflow: visible;
	}
	.nav-menu { flex-direction: row; gap: 8px; }
	.nav-link { border-bottom: 0; padding: 8px 12px; font-size: 15px; position: relative; }
	.nav-link::after {
		content: ''; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px;
		background: #fff; transform: scaleX(0); transition: transform .2s ease; transform-origin: left;
	}
	.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
	.nav-contacts { flex-direction: row; gap: 20px; align-items: baseline; }
	.nav-phone { font-size: 16px; }
}

/* ---------- Sections ---------- */
.section { padding: 56px 0; }
.section--white { background: #fff; }
.section--gray { background: var(--bg-gray); }
.section--dark {
	background: var(--brand-deep) url('/images/backgrounds/proprietorship_bg.jpg') 50% 50% / cover no-repeat;
	color: #fff;
	min-height: 386px;
	padding-top: 90px;
}
@media (min-width: 768px) {
	.section--dark { padding-top: 80px; }
}
.section--brand {
	background: #eceded url('/images/backgrounds/bottom_request_bg.jpg') 50% 50% / cover no-repeat;
	min-height: 367px;
}

.section-title { text-align: center; margin-bottom: 32px; font-size: 24px; text-transform: uppercase; overflow: hidden; }
.section-title span { position: relative; display: inline-block; padding: 0 24px; }
.section-title span::before, .section-title span::after {
	content: ''; position: absolute; top: 50%; width: 40vw; max-width: 480px; height: 1px; background: var(--line);
	transform: rotate(-3deg);
}
.section-title span::before { right: 100%; }
.section-title span::after { left: 100%; }
.section-title b { color: var(--brand); }
.section--dark .section-title b { color: #cdeeff; }
.section--dark .section-title span::before, .section--dark .section-title span::after { background: rgba(255,255,255,.3); }
.section-subtitle { text-align: center; margin-top: -20px; margin-bottom: 32px; color: var(--muted); }

.group-title {
	text-align: center; text-transform: uppercase; font-size: 18px;
	padding-bottom: 14px; margin-bottom: 36px; position: relative;
}
.group-title .icon { display: block; margin: 0 auto 16px; }
.group-title::after {
	content: ''; display: block; width: 50px; height: 2px; background: var(--muted);
	margin: 14px auto 0; position: absolute; left: 0; right: 0; bottom: 0;
}
.group-title--light::after { background: rgba(255,255,255,.5); }

@media (min-width: 768px) {
	.section { padding: 80px 0; }
	.section-title { font-size: 32px; }
}

/* ---------- Icon grids (home services) ---------- */
.icon-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 36px 24px; }
.icon-card { display: block; width: 190px; color: inherit; text-align: center; }
.icon-card--light { color: #fff; }
.icon-card__label { font-family: var(--font-head); font-size: 16px; }

@media (min-width: 768px) {
	.icon-grid { gap: 40px 40px; }
	.icon-card { width: 210px; }
}

.advantages-grid { display: grid; grid-template-columns: 1fr; gap: 32px; text-align: center; }
.advantage strong { display: block; font-family: var(--font-head); margin-bottom: 10px; }
.advantage p { color: var(--muted); font-size: 15px; }
@media (min-width: 560px) { .advantages-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .advantages-grid { grid-template-columns: repeat(4, 1fr); } }

.clients-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px 40px; max-width: 1040px; margin: 0 auto; }
.clients-row__logo { max-width: 100%; height: auto; opacity: .9; }

.price-cta { text-align: center; }
.price-cta__text { font-size: 18px; margin-bottom: 28px; }
.price-cta__text strong { display: block; font-family: var(--font-head); font-size: 24px; margin-bottom: 10px; color: var(--brand-mid); }
.price-cta__note { color: var(--muted); margin: 20px 0; }

.request-card { max-width: 500px; margin: 0 auto; }
.request-card__title { text-align: center; margin-bottom: 24px; font-size: 20px; }
.request-card__title strong { display: block; font-size: 26px; color: var(--brand-mid); text-transform: uppercase; margin-bottom: 8px; }
.request-card .send-form { background: #fff; border-radius: 16px; padding: 20px; box-shadow: none; }

@media (min-width: 768px) {
	.request-card { margin: 0; }
	.request-card__title { text-align: left; }
}

/* ---------- Hero (home) ---------- */
.hero {
	position: relative; overflow: hidden; color: var(--ink);
	background: #eef4f6 url('/images/backgrounds/top_screen_bg.jpg') 50% 0 / cover no-repeat;
	padding: 48px 0 60px;
	min-height: 420px;
}
.hero::after {
	content: ''; display: block; width: 100%; height: 50px;
	background: url('/images/backgrounds/top_screen_bottom_mask.png') 50% 100% / 100% 100% no-repeat;
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
}
.hero__inner { text-align: center; }
.hero__title { position: relative; z-index: 2; font-size: 24px; text-transform: uppercase; line-height: 1.3; }
.hero__tag {
	display: inline-block; vertical-align: middle; background: var(--brand-mid); padding: 8px 14px; border-radius: 4px;
	color: #fff; font-family: var(--font-head); text-transform: uppercase; font-size: 13px; letter-spacing: .02em;
	margin: 10px 4px 0; box-shadow: 0 2px 0 rgba(0,0,0,.15);
}
.hero__photo { margin: 28px auto 0; max-width: 230px; position: relative; z-index: 1; }
.hero__scroll {
	display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 32px;
	color: var(--brand-dark); font-size: 12px; text-transform: uppercase; text-align: center; position: relative; z-index: 4;
}
.hero__scroll .icon { animation: bounce 1.6s ease-in-out infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

@media (min-width: 768px) {
	.hero {
		min-height: 587px; padding: 130px 0 100px; display: flex; align-items: flex-start;
	}
	.hero::after { height: 90px; }
	.hero__inner { text-align: left; width: 100%; padding-right: 320px; }
	.hero__title { font-size: 34px; }
	.hero__tag { margin: 0 0 0 8px; color: #fff; }
	.hero__photo {
		position: absolute; right: max(10px, calc((100vw - var(--wrap)) / 2 + 10px)); bottom: -20px;
		margin: 0; max-width: 300px; z-index: 1;
	}
	.hero__scroll { position: absolute; left: 0; right: 0; bottom: 12px; align-items: center; margin-top: 0; color: var(--brand-dark); z-index: 4; }
}
@media (min-width: 1100px) {
	.hero__inner { padding-right: 380px; }
	.hero__title { font-size: 40px; }
	.hero__photo { max-width: 340px; }
}

/* ---------- Forms ---------- */
.field {
	display: block; width: 100%; background: #f0f2f3; border: 1px solid transparent; border-radius: 10px;
	padding: 13px 16px; font-size: 16px; margin-bottom: 12px; transition: border-color .2s ease, box-shadow .2s ease;
}
.field::placeholder { color: #8a8f92; }
.field:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(4,128,165,.15); }
.field--textarea { min-height: 96px; resize: vertical; }
select.field { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5 8l5 5 5-5' fill='none' stroke='%236f6f6f' stroke-width='2'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; }

.send-form { background: #fff; border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.send-form__title { font-size: 18px; margin-bottom: 16px; text-align: center; }
.send-form__title span { display: block; font-weight: 500; }
.send-form__row { display: grid; grid-template-columns: 1fr; gap: 0; }
.send-form__note { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.send-form__hint { font-size: 12px; color: var(--muted); margin: -8px 0 12px; }
.send-form__radio-group { border: 0; margin-bottom: 14px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.send-form__radio-group legend { width: 100%; margin-bottom: 8px; font-size: 14px; }
.send-form__radio-group label { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; }
.send-form__file { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f0f2f3; border-radius: 10px; padding: 12px 16px; margin-bottom: 14px; font-size: 14px; }
.send-form--card { max-width: 460px; margin: 0 auto; }

@media (min-width: 560px) {
	.send-form__row { grid-template-columns: 1fr 1fr; gap: 12px; }
	.send-form__row .field { margin-bottom: 12px; }
}

/* ---------- Modals ---------- */
.modal-overlay { position: fixed; inset: 0; background: rgba(6, 30, 40, .6); z-index: 900; }
.modal { position: fixed; inset: 0; z-index: 901; display: flex; align-items: flex-start; justify-content: center; padding: 24px 16px; overflow-y: auto; }
.modal[hidden] { display: none; }
.modal__dialog {
	position: relative; background: #fff; border-radius: var(--radius-lg); padding: 32px 24px;
	width: 100%; max-width: 460px; margin: auto 0; box-shadow: 0 30px 60px rgba(0,0,0,.3);
	transform-origin: 50% 0; animation: modal-flip-in .35s ease-out 1;
}
@keyframes modal-flip-in {
	0% { opacity: 0; transform: perspective(900px) rotateX(25deg) translateY(-10px); }
	100% { opacity: 1; transform: perspective(900px) rotateX(0) translateY(0); }
}
.modal__dialog--wide { max-width: 640px; }
.modal__dialog--small { max-width: 360px; }
.modal__dialog--center { text-align: center; }
.modal__close {
	position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%;
	font-size: 22px; line-height: 1; color: var(--muted); display: flex; align-items: center; justify-content: center;
}
.modal__close:hover { background: var(--bg-gray); color: var(--ink); }
.modal__success-title { display: block; font-family: var(--font-head); font-size: 20px; text-transform: uppercase; margin-bottom: 16px; }
.modal h2 { font-size: 22px; text-transform: uppercase; margin-bottom: 20px; }
.modal h4 { font-size: 16px; margin: 16px 0 8px; }
.modal p { margin-bottom: 10px; font-size: 15px; }
body.modal-open { overflow: hidden; }

/* ---------- Footer ---------- */
.site-footer { background: linear-gradient(135deg, var(--brand-deep), var(--brand-mid)); color: #fff; padding: 36px 0; }
.site-footer__inner { display: flex; flex-direction: column; gap: 24px; text-align: center; }
.footer-col--about strong { display: block; font-family: var(--font-head); font-size: 18px; margin-bottom: 6px; }
.footer-col--about address { font-size: 13px; opacity: .85; }
.footer-disclaimer { font-size: 11px; opacity: .7; margin-top: 10px; max-width: 420px; margin-left: auto; margin-right: auto; }
.footer-col--copy { font-size: 12px; opacity: .7; }

@media (min-width: 768px) {
	.site-footer__inner { flex-direction: row; align-items: flex-start; justify-content: space-between; text-align: left; }
	.footer-disclaimer { margin-left: 0; }
}

/* ---------- Service sidebar + list pages ---------- */
.page-title { text-align: center; text-transform: uppercase; font-size: 26px; margin-bottom: 28px; }
.page-title--left { text-align: left; }
.page-title--small { font-size: 18px; margin-bottom: 16px; }
.content-subtitle { font-size: 18px; margin: 28px 0 14px; }

.service-page { display: block; }
.service-page__content p { margin-bottom: 14px; }
.service-page__content ul, .service-page__content ol { margin: 0 0 20px; }
.service-page__content li { margin-bottom: 8px; padding-left: 24px; position: relative; }
.service-page__content ul li::before {
	content: ''; display: block; width: 5px; height: 5px; background: var(--ink); border-radius: 50%;
	position: absolute; left: 4px; top: 10px;
}
.service-page__content ol { counter-reset: list; }
.service-page__content ol li::before {
	counter-increment: list; content: counter(list) '.'; position: absolute; left: 0; top: 0; color: var(--brand-mid);
}
.service-page__content .send-form { margin-top: 28px; }

.service-sidebar { display: none; }

@media (min-width: 900px) {
	.service-page { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
	.service-sidebar {
		display: block; position: sticky; top: 96px; background: var(--brand); border-radius: var(--radius);
		padding: 20px; color: #fff;
	}
	.service-sidebar__group { margin-bottom: 18px; }
	.service-sidebar__group-title { font-family: var(--font-head); text-transform: uppercase; font-size: 13px; opacity: .85; margin-bottom: 10px; }
	.service-sidebar__link { display: block; font-size: 14px; padding: 6px 0; color: #fff; }
	.service-sidebar__link.is-active { text-decoration: underline; font-weight: 500; }
	.service-sidebar__link--disabled { opacity: .5; }
}

.services-list-group { margin-bottom: 32px; }
.services-list-group__title { font-size: 18px; text-transform: uppercase; margin-bottom: 14px; color: var(--brand-mid); }
.services-list { display: flex; flex-direction: column; gap: 8px; }
.services-list__link { font-size: 16px; border-bottom: 1px solid var(--line); display: inline-block; padding-bottom: 2px; }
.services-list__link:hover { border-color: var(--brand); color: var(--brand); }
.services-list__link--disabled { color: var(--muted); border-bottom-color: transparent; }

.price-table { border: 2px solid var(--brand-deep); border-radius: var(--radius); overflow: hidden; margin-bottom: 16px; }
.price-table__row { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.price-table__row:last-child { border-bottom: 0; }
.price-table__price { flex: 0 0 140px; background: var(--brand); color: #fff; font-family: var(--font-head); display: flex; align-items: center; justify-content: center; padding: 14px; text-align: center; }
.price-table__cells { flex: 1 1 auto; display: flex; flex-wrap: wrap; }
.price-table__cells div { flex: 1 1 160px; padding: 14px; border-left: 1px solid var(--line); }
.price-table__cells div:first-child { border-left: 0; }

/* ---------- About page ---------- */
.about-page { display: block; }
.about-page__photo { margin: 0 auto 28px; max-width: 220px; }
.about-page__content ul { margin: 0 0 20px; }
.about-page__content li { margin-bottom: 8px; padding-left: 24px; position: relative; }
.about-page__content li::before {
	content: ''; display: block; width: 5px; height: 5px; background: var(--ink); border-radius: 50%;
	position: absolute; left: 4px; top: 10px;
}
.about-page__content p { margin-bottom: 14px; }
@media (min-width: 900px) {
	.about-page { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: start; }
	.about-page__photo { margin: 0; position: sticky; top: 96px; }
}

/* ---------- Contacts page ---------- */
.contacts-page { display: grid; grid-template-columns: 1fr; gap: 36px; }
.contacts-page__row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; font-size: 16px; }
.contacts-page__row--static { align-items: flex-start; }
.contacts-page__icon { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--bg-gray); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.contacts-page__requisites { margin-top: 20px; font-size: 13px; color: var(--muted); line-height: 1.7; }
.contacts-page__map-frame { border-radius: var(--radius); overflow: hidden; height: 320px; box-shadow: var(--shadow); }
@media (min-width: 900px) {
	.contacts-page { grid-template-columns: 1fr 1fr; }
	.contacts-page__map-frame { height: 100%; min-height: 400px; }
}

/* ---------- Landing pages (registration / accounting / endv / zero) ---------- */
.landing-hero { background: linear-gradient(160deg, var(--brand-dark), var(--brand-mid) 75%); color: #fff; padding: 48px 0; }
.landing-hero__inner { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.landing-hero__text h1 { font-size: 24px; text-transform: uppercase; margin-bottom: 16px; }
.landing-hero__price-tag { color: #bdeaff; }
.landing-hero__desc { font-size: 15px; opacity: .9; }
.landing-hero__form { color: var(--ink); }
@media (min-width: 900px) {
	.landing-hero { padding: 72px 0; }
	.landing-hero__inner { grid-template-columns: 1.2fr 1fr; gap: 56px; }
	.landing-hero__text h1 { font-size: 34px; }
}

.assortment-intro { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.assortment-intro p { margin-bottom: 12px; color: var(--muted); }
.assortment-list { display: flex; flex-direction: column; gap: 36px; }
.assortment-item { display: flex; flex-direction: column; gap: 20px; align-items: center; }
.assortment-item__text strong { display: block; font-family: var(--font-head); font-size: 19px; margin-bottom: 10px; }
.assortment-item__text p { color: var(--muted); margin-bottom: 8px; }
.assortment-item__photo { border-radius: 50%; max-width: 320px; margin: 0 auto; }
@media (min-width: 768px) {
	.assortment-item { flex-direction: row; }
	.assortment-item--reverse { flex-direction: row-reverse; }
	.assortment-item__text { flex: 1 1 55%; }
	.assortment-item__photo { flex: 1 1 45%; }
}

.steps-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
.steps-grid__item { display: flex; align-items: center; gap: 14px; background: var(--bg-gray); border-radius: var(--radius); padding: 16px 18px; }
.steps-grid__num { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); }
.steps-grid__cta-label { text-align: center; margin-bottom: 16px; text-transform: uppercase; font-family: var(--font-head); }
@media (min-width: 560px) { .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .steps-grid--numbered { grid-template-columns: repeat(4, 1fr); } .steps-grid--numbered .steps-grid__item { flex-direction: column; text-align: center; } }

.price-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 24px; }
.price-grid__item { background: #fff; border: 1px solid var(--brand); border-radius: var(--radius); padding: 24px 16px; text-align: center; }
@media (min-width: 560px) { .price-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .price-grid { grid-template-columns: repeat(4, 1fr); } }

.zero-price-grid { display: grid; grid-template-columns: 1fr; gap: 24px; text-align: center; max-width: 640px; margin: 0 auto; }
.zero-price-grid__item { background: #fff; border-radius: var(--radius-lg); padding: 28px 20px; box-shadow: var(--shadow); }
.zero-price-grid__title { font-size: 22px; text-transform: uppercase; color: var(--brand-mid); margin-bottom: 4px; }
.zero-price-grid__price { font-family: var(--font-head); font-size: 30px; color: var(--brand); margin: 12px 0; }
.zero-price-grid__note { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
@media (min-width: 640px) { .zero-price-grid { grid-template-columns: 1fr 1fr; max-width: none; } }

.presents-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; text-align: center; margin-bottom: 32px; }
.presents-grid__icon { display: block; margin: 0 auto 14px; }
.presents-grid__item p { font-size: 14px; }
@media (min-width: 560px) { .presents-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .presents-grid { grid-template-columns: repeat(6, 1fr); } }

/* ---------- Scroll-reveal (replaces the legacy cre-animate plugin) ---------- */
[data-reveal] { opacity: 0; transition: opacity .6s ease, transform .6s ease; will-change: opacity, transform; }
[data-reveal="left"] { transform: translateX(-36px); }
[data-reveal="right"] { transform: translateX(36px); }
[data-reveal="up"] { transform: translateY(28px); }
[data-reveal="scale"] { transform: scale(.82); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	[data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- Cookie banner ---------- */
.cookie-banner {
	position: fixed; left: 20px; bottom: 20px; z-index: 950; max-width: 340px;
	background: #fff; border-radius: var(--radius-lg); box-shadow: 0 20px 45px rgba(4,30,45,.2);
	padding: 20px; border: 1px solid var(--line);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { font-size: 14px; line-height: 1.5; color: var(--ink); margin-bottom: 14px; }
.cookie-banner .btn { width: 100%; }

@media (max-width: 479px) {
	.cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 16px; }
}
