@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --primary: #9A6A2E;
    --primary-dark: #76501F;
    --primary-light: #B98A4A;
    --dark-bg: #2A2018;
    --light-bg: #FAF7F1;
    --accent: #F7EFE1;
    --text: #1A2332;
    --muted: #64748B;
    --border: #E6DCC9;
    --success: #2E7D32;
    --white: #fff;
    --footer-bg: #FAF7F1;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 2px 16px rgba(0,0,0,0.08);
    --shadow-hover: 0 6px 24px rgba(0,0,0,0.13);
    --header-h: 70px;
    --topbar-h: 48px;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--text);
    line-height: 1.65;
    font-size: 17px;
    background: #fff;
    padding-top: calc(var(--header-h) + var(--topbar-h));
}

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }

/* ─── HERO ANIMATIONS ─────────────────────────── */
.hero-aurora {
    position:absolute; inset:0; z-index:1;
    opacity: 0.15;
    background:
        radial-gradient(ellipse 80% 60% at 20% 50%, rgba(154,106,46,.25) 0%, transparent 65%),
        radial-gradient(ellipse 60% 80% at 80% 20%, rgba(118,80,31,.2) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 60% 80%, rgba(154,106,46,.15) 0%, transparent 55%);
    animation: aurora 12s ease-in-out infinite alternate;
}
@keyframes aurora {
    0%  { opacity:1; transform:scale(1) translateX(0); }
    33% { opacity:.85; transform:scale(1.04) translateX(20px); }
    66% { opacity:.95; transform:scale(.97) translateX(-15px); }
    100%{ opacity:1; transform:scale(1.02) translateX(8px); }
}
.hero-grid-bg {
    position:absolute; inset:0; z-index:2; pointer-events:none;
    background-image: linear-gradient(rgba(154,106,46,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(154,106,46,.07) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridShift 20s linear infinite;
}
@keyframes gridShift { from{background-position:0 0} to{background-position:50px 50px} }
/* ─── STEEL FRAME SHAPES (Стальной каркас здания) ─── */
.hero-shapes { position:absolute; inset:0; z-index:2; pointer-events:none; overflow:hidden; }

/* === SKYLINE: городской силуэт со стройкой === */
.shape { position:absolute; border:none; }

/* Здания — прямоугольники разной высоты внизу hero */
.shape--bld1 { width:60px; height:180px; bottom:0; left:3%;  background:linear-gradient(180deg, rgba(154,106,46,.12), rgba(154,106,46,.06)); border-radius:2px 2px 0 0; }
.shape--bld2 { width:45px; height:260px; bottom:0; left:8%;  background:linear-gradient(180deg, rgba(154,106,46,.15), rgba(154,106,46,.07)); border-radius:2px 2px 0 0; }
.shape--bld3 { width:70px; height:140px; bottom:0; left:14%; background:linear-gradient(180deg, rgba(154,106,46,.1), rgba(154,106,46,.05)); border-radius:2px 2px 0 0; }
.shape--bld4 { width:35px; height:320px; bottom:0; left:22%; background:linear-gradient(180deg, rgba(154,106,46,.14), rgba(154,106,46,.06)); border-radius:2px 2px 0 0; }
.shape--bld5 { width:55px; height:200px; bottom:0; left:27%; background:linear-gradient(180deg, rgba(154,106,46,.11), rgba(154,106,46,.05)); border-radius:2px 2px 0 0; }
.shape--bld6 { width:40px; height:280px; bottom:0; left:60%; background:linear-gradient(180deg, rgba(154,106,46,.13), rgba(154,106,46,.06)); border-radius:2px 2px 0 0; }
.shape--bld7 { width:80px; height:160px; bottom:0; left:66%; background:linear-gradient(180deg, rgba(154,106,46,.09), rgba(154,106,46,.04)); border-radius:2px 2px 0 0; }
.shape--bld8 { width:50px; height:220px; bottom:0; left:76%; background:linear-gradient(180deg, rgba(154,106,46,.12), rgba(154,106,46,.05)); border-radius:2px 2px 0 0; }
.shape--bld9 { width:65px; height:190px; bottom:0; left:84%; background:linear-gradient(180deg, rgba(154,106,46,.1), rgba(154,106,46,.04)); border-radius:2px 2px 0 0; }
.shape--bld10{ width:40px; height:150px; bottom:0; left:93%; background:linear-gradient(180deg, rgba(154,106,46,.08), rgba(154,106,46,.03)); border-radius:2px 2px 0 0; }

/* Окна зданий — мелкие точки-квадратики */
.shape--bld2::before, .shape--bld4::before, .shape--bld6::before, .shape--bld8::before {
    content:''; position:absolute; inset:15px 8px 20px;
    background-image: radial-gradient(rgba(154,106,46,.2) 1.5px, transparent 1.5px);
    background-size: 10px 14px;
}

/* Строящееся здание (незаконченное — с арматурой наверху) */
.shape--construction { width:55px; height:300px; bottom:0; left:44%; background:linear-gradient(180deg, transparent 0%, rgba(154,106,46,.06) 15%, rgba(154,106,46,.14) 100%); border-radius:2px 2px 0 0; border-top:2px dashed rgba(154,106,46,.2); }
.shape--construction::before { content:''; position:absolute; top:-20px; left:10px; width:2px; height:25px; background:rgba(154,106,46,.25); }
.shape--construction::after  { content:''; position:absolute; top:-15px; left:25px; width:2px; height:18px; background:rgba(154,106,46,.2); }

/* Башенный кран 1 (большой, справа) */
.shape--crane1-mast   { width:4px; height:340px; bottom:0; left:52%; background:linear-gradient(180deg, rgba(154,106,46,.3), rgba(154,106,46,.15)); }
.shape--crane1-boom   { width:200px; height:3px; bottom:340px; left:36%; background:linear-gradient(90deg, rgba(154,106,46,.1), rgba(154,106,46,.3), rgba(154,106,46,.08)); }
.shape--crane1-counter{ width:60px; height:3px; bottom:340px; left:53%; background:linear-gradient(90deg, rgba(154,106,46,.25), rgba(154,106,46,.08)); }
.shape--crane1-cable  { width:1px; height:80px; bottom:260px; left:38%; background:linear-gradient(180deg, rgba(154,106,46,.25), rgba(154,106,46,.1)); animation: cableSway 6s ease-in-out infinite; }
.shape--crane1-hook   { width:8px; height:8px; bottom:252px; left:37%; border:2px solid rgba(154,106,46,.3); border-radius:0 0 50% 50%; background:none; animation: cableSway 6s ease-in-out infinite; }
.shape--crane1-cab    { width:12px; height:14px; bottom:326px; left:51%; background:rgba(154,106,46,.2); border-radius:2px; }

/* Башенный кран 2 (маленький, слева, на фоне) */
.shape--crane2-mast   { width:3px; height:200px; bottom:0; left:18%; background:linear-gradient(180deg, rgba(154,106,46,.15), rgba(154,106,46,.08)); }
.shape--crane2-boom   { width:120px; height:2px; bottom:200px; left:10%; background:linear-gradient(90deg, rgba(154,106,46,.06), rgba(154,106,46,.15), rgba(154,106,46,.04)); }
.shape--crane2-cable  { width:1px; height:50px; bottom:150px; left:12%; background:rgba(154,106,46,.1); animation: cableSway 8s ease-in-out infinite; animation-delay:-3s; }

/* Горизонт (линия земли) */
.shape--horizon { width:100%; height:1px; bottom:0; left:0; background:linear-gradient(90deg, transparent, rgba(154,106,46,.15), rgba(154,106,46,.15), transparent); }

@keyframes cableSway {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(6px); }
}
/* Интерактивность: translate не конфликтует с transform-анимацией */
.hero-shapes > * {
    translate: var(--px, 0px) var(--py, 0px);
    transition: translate 0.8s cubic-bezier(.25,.46,.45,.94);
}
.hero-glow {
    position:absolute; top:-120px; right:-120px; z-index:1;
    width:600px; height:600px; border-radius:50%;
    background:radial-gradient(circle, rgba(154,106,46,.1) 0%, rgba(154,106,46,.04) 40%, transparent 70%);
    animation: glowPulse 8s ease-in-out infinite;
}
@keyframes glowPulse { 0%,100%{transform:scale(1); opacity:.8} 50%{transform:scale(1.2); opacity:1} }
@keyframes floatShape {
    0%  { transform:translate(0,0) rotate(0deg);    opacity:.5 }
    25% { transform:translate(15px,-22px) rotate(6deg);  opacity:.8 }
    50% { transform:translate(-10px,-35px) rotate(-4deg); opacity:.55 }
    75% { transform:translate(20px,-18px) rotate(8deg);  opacity:.75 }
    100%{ transform:translate(0,0) rotate(0deg);    opacity:.5 }
}
.hero-badge-dot { width:7px; height:7px; background:#4ADE80; border-radius:50%; display:inline-block; animation:blink 2s ease-in-out infinite; box-shadow: 0 0 6px #4ADE80; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

/* ─── TABLER ICONS HELPERS ─────────────────────── */
.card-icon-wrap { width:72px; height:72px; border-radius:18px; background:linear-gradient(145deg, #F7EFE1 0%, #E6DCC9 100%); border:1px solid rgba(154,106,46,0.1); display:flex; align-items:center; justify-content:center; margin-bottom:20px; box-shadow: 0 4px 12px rgba(154,106,46,0.08), inset 0 1px 0 rgba(255,255,255,0.8); }
.card-icon-wrap i { font-size:2rem; color:var(--primary); filter:drop-shadow(0 1px 2px rgba(154,106,46,0.15)); }
.card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:var(--primary); transform:scaleX(0); transform-origin:left; transition:transform .28s ease; border-radius:2px 2px 0 0; }
.card { position:relative; overflow:hidden; }
.card:hover::before { transform:scaleX(1); }
.feature { display:flex; gap:16px; align-items:flex-start; background:var(--light-bg); border:1px solid var(--border); border-radius:12px; padding:18px 20px; transition:all .2s; margin-bottom:14px; }
.feature:last-child { margin-bottom:0; }
.feature:hover { border-color:#FFD180; box-shadow:0 4px 16px rgba(154,106,46,.07); }
.feature-icon-wrap { width:44px; height:44px; border-radius:12px; background:linear-gradient(145deg, #F7EFE1 0%, #E6DCC9 100%); border:1px solid rgba(154,106,46,0.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow: 0 2px 8px rgba(154,106,46,0.06), inset 0 1px 0 rgba(255,255,255,0.7); }
.feature-icon-wrap i { font-size:20px; color:var(--primary); filter:drop-shadow(0 1px 1px rgba(154,106,46,0.12)); }
.feature-title { font-size:16px; font-weight:700; margin-bottom:3px; }
.feature-text  { font-size:14px; color:var(--muted); line-height:1.55; }
.feature-list { display: flex; flex-direction: column; gap: 14px; }
/* Сетка преимуществ на главной — все карточки одной высоты, равные отступы */
.about-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; gap: 16px; margin-top: 40px; }
.about-feature-grid .feature { margin: 0; }
@media (max-width: 768px) { .about-feature-grid { grid-template-columns: 1fr; } }
.section-label { display:inline-flex; align-items:center; gap:6px; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:var(--primary); background:var(--accent); padding:4px 12px; border-radius:20px; margin-bottom:12px; }
.section--dark .section-label { background:rgba(154,106,46,.3); color:#C9BCA6; }
.stat-icon { font-size:22px; color:var(--primary); margin-bottom:10px; display:block; }

/* ─── TOP SWITCHER BAR ─────────────────────────── */
.sro-switcher {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--topbar-h);
    background: linear-gradient(135deg, #1A0E06 0%, #2D1B0E 40%, #3D1E0D 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
}

.sro-switcher__label {
    color: rgba(255,255,255,0.45);
    margin-right: 6px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.sro-switcher__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s;
    border: 1.5px solid transparent;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

/* Строители — стальной (активный на этом сайте) */
.sro-switcher__link--builders {
    color: #C9BCA6;
    border-color: rgba(144, 164, 174, 0.4);
}
.sro-switcher__link--builders:hover {
    background: rgba(55, 71, 79, 0.15);
    border-color: rgba(55, 71, 79, 0.5);
    color: #E6DCC9;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(55, 71, 79, 0.15);
}

/* Проектировщики — синий (активный) */
.sro-switcher__link--designers {
    color: #FFCC80;
    border-color: rgba(21, 101, 192, 0.4);
}
.sro-switcher__link--designers:hover { text-decoration: none; }
.sro-switcher__link--designers.active {
    color: #fff;
    background: linear-gradient(135deg, #9A6A2E, #B98A4A);
    border-color: #FFB74D;
    box-shadow: 0 0 16px rgba(21, 101, 192, 0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}

/* Изыскатели — зелёный */
.sro-switcher__link--surveyors {
    color: #A5D6A7;
    border-color: rgba(76, 175, 80, 0.25);
}
.sro-switcher__link--surveyors:hover {
    background: rgba(76, 175, 80, 0.15);
    border-color: rgba(76, 175, 80, 0.5);
    color: #C8E6C9;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(76, 175, 80, 0.15);
}

.sro-switcher__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 6px currentColor;
}
.sro-switcher--hidden { display: none; }
.sro-switcher__link--builders .sro-switcher__dot { background: #B98A4A; box-shadow: 0 0 8px rgba(154,106,46,0.5); }
.sro-switcher__link--designers .sro-switcher__dot { background: #FFB74D; box-shadow: 0 0 8px rgba(255,152,0,0.5); }
.sro-switcher__link--surveyors .sro-switcher__dot { background: #66BB6A; box-shadow: 0 0 8px rgba(102,187,106,0.5); }
/* МООС — 4-й СРО (строители МО), временный бирюзовый, статус «скоро» */
.sro-switcher__link--builders-mo { color: #4DD0E1; border-color: rgba(38,198,218,0.22); opacity: .75; }
.sro-switcher__link--builders-mo:hover { background: rgba(38,198,218,0.12); border-color: rgba(38,198,218,0.45); color: #80DEEA; text-decoration: none; box-shadow: 0 0 12px rgba(38,198,218,0.15); }
.sro-switcher__link--builders-mo .sro-switcher__dot { background: #26C6DA; box-shadow: 0 0 8px rgba(38,198,218,0.5); }

/* ─── HEADER ───────────────────────────────────── */
.site-header {
    position: fixed;
    top: var(--topbar-h);
    left: 0;
    right: 0;
    z-index: 999;
    height: var(--header-h);
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}
.logo:hover { text-decoration: none; }

.logo__img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: contain;
}

.logo__text {
    display: flex;
    flex-direction: column;
}

.logo__name {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.1;
}

.logo__desc {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.3;
    max-width: 160px;
}

/* ─── NAVIGATION ───────────────────────────────── */
.main-nav {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    border-radius: var(--radius-sm);
    transition: all 0.2s;
    text-decoration: none;
    white-space: nowrap;
}

.nav-link:hover {
    background: var(--light-bg);
    color: var(--primary);
    text-decoration: none;
}

.nav-link.active {
    color: var(--primary);
    background: var(--accent);
}

.nav-link__arrow {
    font-size: 10px;
    opacity: 0.5;
    transition: transform 0.2s;
}

.nav-item:hover .nav-link__arrow { transform: rotate(180deg); }

/* Dropdown */
.nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-hover);
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 100;
}

.nav-item:hover .nav-dropdown { display: block; }

.nav-dropdown__item {
    display: block;
    padding: 9px 14px;
    font-size: 14px;
    color: var(--text);
    border-radius: var(--radius-sm);
    transition: all 0.2s;
    text-decoration: none;
}

.nav-dropdown__item:hover {
    background: var(--light-bg);
    color: var(--primary);
    text-decoration: none;
}

.nav-dropdown__item.active {
    color: var(--primary);
    font-weight: 500;
}

/* Header CTA */
.header-cta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.header-phone {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    white-space: nowrap;
}
.header-phone:hover { color: var(--primary); text-decoration: none; }

/* ─── BUTTONS ──────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    text-decoration: none;
    white-space: nowrap;
}

.btn:hover { text-decoration: none; }

.btn--primary {
    background: var(--primary);
    color: #fff;
}
.btn--primary:hover {
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(154,106,46,0.3);
}

.btn--outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}
.btn--outline:hover { background: var(--accent); }

.btn--sm {
    padding: 8px 16px;
    font-size: 13px;
}

.btn--white {
    background: #fff;
    color: var(--primary);
}
.btn--white:hover { background: var(--accent); }

/* ─── MOBILE MENU ──────────────────────────────── */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    background: none;
    border: none;
}
.burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s;
}
.burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu-cta { display: none !important; }

/* ─── PAGE HERO ────────────────────────────────── */
.page-hero {
    background: linear-gradient(135deg, rgba(42,32,24,0.85) 0%, rgba(154,106,46,0.8) 100%), url('/assets/img/photos/moscow-panorama.webp') center / cover no-repeat;
    padding: 52px 0 44px;
    color: #fff;
}

.page-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-hero__breadcrumb {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.page-hero__breadcrumb a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
}
.page-hero__breadcrumb a:hover { color: rgba(255,255,255,0.85); }

.page-hero__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 700px;
}

.page-hero__subtitle {
    font-size: 17px;
    color: rgba(255,255,255,0.75);
    margin-top: 10px;
    max-width: 600px;
}

/* ─── CONTAINER ────────────────────────────────── */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.container--narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ─── SECTION ──────────────────────────────────── */
.section {
    padding: 56px 0;
}

.section--gray { background: var(--light-bg); }
.section--dark {
    background: var(--dark-bg);
    color: #fff;
}

.section__title {
    font-size: 26px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.section--dark .section__title { color: #fff; }

.section__subtitle {
    font-size: 16px;
    color: var(--muted);
    margin-bottom: 36px;
}

.section--dark .section__subtitle { color: rgba(255,255,255,0.65); }

/* ─── CARDS ────────────────────────────────────── */
.cards {
    display: grid;
    gap: 20px;
}

.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }

.card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

.card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.14);
    border-color: #FFD180;
    transform: translateY(-4px);
}

.card__icon {
    font-size: 32px;
    margin-bottom: 14px;
    display: block;
}

.card__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.card__text {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}

/* ─── STATS ────────────────────────────────────── */
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.stat {
    background: #fff;
    padding: 28px 20px;
    text-align: center;
}

.stat__number {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 8px;
}

.stat__label {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.4;
}

/* ─── CONTENT PAGE ─────────────────────────────── */
.content-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    padding: 48px 0;
}

.sidebar {
    flex-shrink: 0;
}

.sidebar__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    margin-bottom: 12px;
    padding: 0 12px;
}

.sidebar__nav {
    list-style: none;
}

.sidebar__link {
    display: block;
    padding: 9px 12px;
    font-size: 14px;
    color: var(--text);
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: all 0.2s;
    border-left: 3px solid transparent;
    line-height: 1.4;
}

.sidebar__link:hover {
    background: var(--light-bg);
    color: var(--primary);
    text-decoration: none;
}

.sidebar__link.active {
    color: var(--primary);
    border-left-color: var(--primary);
    background: var(--accent);
    font-weight: 500;
}

.content-main h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.content-main h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    margin: 32px 0 12px;
}

.content-main h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--text);
    margin: 24px 0 8px;
}

.content-main p {
    color: var(--text);
    margin-bottom: 14px;
    line-height: 1.7;
}

.content-main ul, .content-main ol {
    margin: 0 0 16px 20px;
    line-height: 1.8;
}

.content-main table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 14px;
}

.content-main th {
    background: var(--light-bg);
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 2px solid var(--border);
}

.content-main td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

.content-main tr:last-child td { border-bottom: none; }
.content-main tr:hover td { background: var(--light-bg); }

/* ─── DOCUMENTS LIST ───────────────────────────── */
.doc-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--border);
    padding-bottom: 0;
}

.doc-tab {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--muted);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.doc-tab:hover { color: var(--primary); text-decoration: none; }
.doc-tab.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.doc-list {
    list-style: none;
}

.doc-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
}

.doc-item:last-child { border-bottom: none; }

.doc-item:hover { background: var(--light-bg); margin: 0 -16px; padding: 14px 16px; border-radius: var(--radius-sm); }

.doc-icon {
    width: 38px;
    height: 38px;
    background: var(--light-bg);
    color: var(--muted);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.doc-icon i { font-size: 21px; line-height: 1; }
/* Цвета по типу файла (плоские, узнаваемые) */
.doc-icon--pdf   { background: #FDECEC; color: #D32F2F; }
.doc-icon--word  { background: #E9F0FA; color: #2B579A; }
.doc-icon--excel { background: #E7F4EC; color: #217346; }
.join-doc-dl__icon { font-size: 22px; color: #2B579A; line-height: 1; }

.doc-info { flex: 1; }

.doc-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: 3px;
}

.doc-meta {
    font-size: 12px;
    color: var(--muted);
}

.doc-download {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid var(--primary);
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s;
}

.doc-download:hover {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
}


.doc-name a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s;
}
.doc-name a:hover { color: #76501F; text-decoration: underline; }

/* Nested accordion inside accordion-body */
.accordion-body .accordion {
    margin-top: 16px;
    margin-bottom: 0;
    background: var(--light-bg);
    border-radius: var(--radius);
    padding: 12px;
}
.accordion-body .accordion details {
    background: #fff;
}
.accordion-body .accordion summary {
    font-size: 15px;
    padding: 12px 16px;
}

/* Document date */
.doc-date {
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
}

.doc-section {
    margin-bottom: 40px;
}

.doc-section__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ─── REGISTRY IFRAME ──────────────────────────── */
.registry-wrap {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 600px;
}

.registry-wrap iframe {
    width: 100%;
    min-height: 650px;
    border: none;
    display: block;
}

/* ─── ALERT / NOTICE ───────────────────────────── */
.notice {
    padding: 16px 24px 16px 24px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    margin-bottom: 20px;
}

.notice--info {
    background: var(--accent);
    border-left: 4px solid var(--primary);
    color: var(--primary-dark);
}
.notice .ti {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.notice--success {
    background: #E8F5E9;
    border-left: 4px solid var(--success);
    color: #1B5E20;
}

/* ─── STEPS ────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: 16px; }

.step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step__number {
    width: 36px;
    height: 36px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.step__content { flex: 1; padding-top: 6px; }
.step__title { font-weight: 600; font-size: 16px; margin-bottom: 4px; }
.step__text { font-size: 14px; color: var(--muted); }

/* ─── FORM ─────────────────────────────────────── */
.form-group { margin-bottom: 18px; }

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--text);
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-family: inherit;
    color: var(--text);
    background: #fff;
    transition: border-color 0.2s;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(154,106,46,0.1);
}

.form-textarea { resize: vertical; min-height: 100px; }

/* ─── TAGS ─────────────────────────────────────── */
.tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.tag--blue { background: var(--accent); color: var(--primary); }
.tag--green { background: #E8F5E9; color: var(--success); }

/* ─── FOOTER ───────────────────────────────────── */
.site-footer {
    background: var(--footer-bg);
    color: var(--muted);
    padding: 52px 0 28px;
    margin-top: 0;
    border-top: 1px solid var(--border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand__name {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.footer-brand__desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.65;
}

.footer-contacts { display: flex; flex-direction: column; gap: 8px; }

.footer-contact {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
}

.footer-contact a {
    color: var(--muted);
    text-decoration: none;
}
.footer-contact a:hover { color: var(--primary); }

.footer-col__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text);
    margin-bottom: 16px;
}

.footer-nav { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.footer-nav a {
    font-size: 14px;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-nav a:hover { color: var(--primary); }

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #A89A82;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom a { color: #A89A82; text-decoration: none; }
.footer-bottom a:hover { color: var(--primary); }

/* ─── FLOATING BUTTONS ─────────────────────────── */
.float-buttons {
    position: fixed;
    right: 24px;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 900;
}

.float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    transition: transform 0.2s;
    font-size: 22px;
}

.float-btn:hover { transform: scale(1.1); text-decoration: none; }
.float-btn--wa { background: #25D366; }
.float-btn--tg { background: #229ED9; }

/* ─── ADMIN ────────────────────────────────────── */
.admin-header {
    background: var(--dark-bg);
    color: #fff;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
}

.admin-wrap {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 24px;
}

.admin-section {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    margin-bottom: 28px;
}

.admin-section h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.admin-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table th {
    background: var(--light-bg);
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--muted);
}
.admin-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }

.delete-btn {
    background: #FFEBEE;
    color: #C62828;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
}
.delete-btn:hover { background: #FFCDD2; }

/* ─── RESPONSIVE ───────────────────────────────── */
@media (max-width: 1024px) {
    .cards--4 { grid-template-columns: repeat(2, 1fr); }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .content-layout { grid-template-columns: 200px 1fr; gap: 28px; }
}

@media (max-width: 768px) {
    :root { --header-h: 60px; --topbar-h: 42px; }
    body { font-size: 15px; }

    .main-nav { display: none; }
    .main-nav.open {
        display: flex; flex-direction: column;
        position: fixed; top: calc(var(--header-h) + var(--topbar-h)); left: 0; right: 0;
        bottom: 0; z-index: 999;
        background: var(--dark-bg);
        padding: 0; overflow-y: auto; -webkit-overflow-scrolling: touch;
        animation: mobileMenuIn 0.25s ease;
    }
    @keyframes mobileMenuIn { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }

    .main-nav.open .nav-list {
        flex-direction: column; gap: 0; padding: 12px 16px;
    }
    .main-nav.open .nav-link {
        padding: 14px 12px; color: #fff; font-size: 16px; font-weight: 500;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .main-nav.open .nav-link:hover,
    .main-nav.open .nav-link.active { color: var(--accent); background: rgba(255,255,255,0.05); border-radius: 8px; }
    .main-nav.open .nav-link__arrow { color: rgba(255,255,255,0.4); }

    .main-nav.open .nav-dropdown {
        display: block; position: static; box-shadow: none; border: none;
        background: rgba(255,255,255,0.05); margin: 0 0 4px 0; padding: 4px 0;
        border-radius: 8px;
    }
    .main-nav.open .nav-dropdown__item {
        color: rgba(255,255,255,0.7); padding: 10px 16px 10px 24px; font-size: 14px;
    }
    .main-nav.open .nav-dropdown__item:hover,
    .main-nav.open .nav-dropdown__item.active {
        color: #fff; background: rgba(255,255,255,0.08);
    }

    /* Мобильные CTA внизу меню */
    .main-nav.open .mobile-menu-cta {
        display: flex !important; flex-direction: column; gap: 10px;
        padding: 20px 16px; margin-top: auto;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .mobile-menu-cta .btn { justify-content: center; width: 100%; }
    .mobile-menu-cta__phone {
        display: flex; align-items: center; justify-content: center; gap: 8px;
        color: rgba(255,255,255,0.6); font-size: 14px; text-decoration: none;
    }
    .mobile-menu-cta__phone:hover { color: #fff; }

    .nav-list { flex-direction: column; gap: 0; }
    .nav-link { padding: 12px; }

    .header-cta { display: none; }
    .burger { display: flex; }

    .sro-switcher { padding: 0 12px; gap: 4px; overflow-x: auto; justify-content: flex-start; }
    .sro-switcher__label { display: none; }
    .sro-switcher__link { padding: 4px 10px; font-size: 12px; }

    .page-hero__title { font-size: 24px; }
    .cards--3 { grid-template-columns: 1fr; }
    .cards--4 { grid-template-columns: repeat(2, 1fr); }
    .cards--2 { grid-template-columns: 1fr; }
    .stats { grid-template-columns: repeat(2, 1fr); }

    .content-layout { grid-template-columns: 1fr; }
    .sidebar { display: none; }

    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; text-align: center; }

    .float-buttons { right: 16px; bottom: 20px; }
    .float-btn { width: 46px; height: 46px; font-size: 20px; }
}

/* ─── HERO (MAIN) ──────────────────────────────── */
.hero {
    position: relative;
    background: linear-gradient(160deg, #F8FAFB 0%, #F7EFE1 30%, #FAF7F1 60%, #fff 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    color: var(--text);
}
.hero-bg-photo {
    position: absolute;
    top: 0; right: 0;
    width: 55%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    mask-image: linear-gradient(to left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 60%, transparent 90%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 60%, transparent 90%);
    pointer-events: none;
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 24px 16px;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: center;
}

.hero h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 20px;
}

.hero h1 span {
    color: var(--primary);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    border: 1px solid rgba(154,106,46,0.15);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 24px;
}

.hero-desc {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 580px;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.btn--outline-white {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}
.btn--outline-white:hover {
    background: var(--accent);
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    text-decoration: none;
}

.hero-checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.hero-check {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--text);
    font-weight: 500;
    background: #fff;
    border: 1px solid var(--border);
    border-left: 3px solid var(--success);
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

.hero-check:hover {
    background: var(--light-bg);
    border-left-color: #1B5E20;
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.hero-check i {
    color: var(--success);
    font-size: 20px;
    flex-shrink: 0;
}

/* ─── HERO FORM ────────────────────────────────── */
.hero-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}

.hero-form-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
}

.hero-form-sub {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 24px;
}

.hf-input-wrap {
    position: relative;
    margin-bottom: 14px;
}

.hf-input-wrap > i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: var(--muted);
    pointer-events: none;
    z-index: 1;
}

.hf-input-wrap:has(.hf-textarea) > i {
    top: 14px;
    transform: none;
}

.hf-input {
    width: 100%;
    padding: 13px 14px 13px 42px;
    background: var(--light-bg);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s, background 0.2s;
}

.hf-input::placeholder { color: #A89A82; }

.hf-input:focus {
    outline: none;
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(154,106,46,0.1);
}

.hf-textarea {
    width: 100%;
    padding: 13px 14px 13px 42px;
    background: var(--light-bg);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
    min-height: 90px;
    transition: border-color 0.2s, background 0.2s;
}

.hf-textarea::placeholder { color: #A89A82; }

.hf-textarea:focus {
    outline: none;
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(154,106,46,0.1);
}

.hf-privacy {
    font-size: 11px;
    color: var(--muted);
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}

.hf-privacy a {
    color: var(--primary);
    text-decoration: underline;
}

/* ─── HERO SRO TILES ─────────────────────────── */
.hero-sro-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 12px 24px 36px;
    margin: 0 auto;
    max-width: 900px;
}
.hero-sro-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.hero-sro-label::before,
.hero-sro-label::after {
    content: '';
    height: 1px;
    width: 60px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}
.hero-sro-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 980px;
    margin: 0 auto;
}
/* Планшет: 4 плитки тесно → 2 колонки */
@media (max-width: 1024px) {
    .hero-sro-tiles { grid-template-columns: repeat(2, 1fr); max-width: 640px; }
}
.hero-sro-tile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    color: var(--text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.hero-sro-tile::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 14px 0 0 14px;
    transition: width 0.3s ease;
}
.hero-sro-tile i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.hero-sro-tile__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.hero-sro-tile__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
    color: var(--text);
}
.hero-sro-tile__activity {
    font-size: 12px;
    line-height: 1.2;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.hero-sro-tile:hover {
    text-decoration: none;
    color: var(--text);
    transform: translateY(-3px);
    border-color: rgba(154,106,46,0.2);
}
.hero-sro-tile:hover::before {
    width: 4px;
}

/* Строители — оранжевый */
.hero-sro-tile--builders::before { background: linear-gradient(180deg, #9A6A2E, #8C7E68); }
.hero-sro-tile--builders .hero-sro-tile__activity { color: #9A6A2E; }
.hero-sro-tile--builders:hover { background: #F7EFE1; box-shadow: 0 4px 20px rgba(154,106,46,0.15); border-color: rgba(154,106,46,0.3); }

/* Проектировщики — синий */
.hero-sro-tile--designers::before { background: linear-gradient(180deg, #9A6A2E, #A89A82); }
.hero-sro-tile--designers .hero-sro-tile__activity { color: var(--primary); }
.hero-sro-tile--designers:hover { background: #E3F2FD; box-shadow: 0 4px 20px rgba(154,106,46,0.15); border-color: rgba(154,106,46,0.3); }

/* Изыскатели — зелёный */
.hero-sro-tile--surveyors::before { background: linear-gradient(180deg, #388E3C, #66BB6A); }
.hero-sro-tile--surveyors .hero-sro-tile__activity { color: #2E7D32; }
.hero-sro-tile--surveyors:hover { background: #E8F5E9; box-shadow: 0 4px 20px rgba(76,175,80,0.15); border-color: rgba(76,175,80,0.3); }

/* МООС — 4-й СРО (строители МО), временный бирюзовый, статус «скоро» */
.hero-sro-tile--builders-mo::before { background: linear-gradient(180deg, #0891B2, #22D3EE); }
.hero-sro-tile--builders-mo .hero-sro-tile__activity { color: #0E7490; }
.hero-sro-tile--builders-mo { opacity: .82; }
.hero-sro-tile--builders-mo:hover { background: #ECFEFF; box-shadow: 0 4px 20px rgba(8,145,178,0.12); border-color: rgba(8,145,178,0.25); }

/* Активная плитка */
.hero-sro-tile--active {
    background: var(--accent);
    border-color: rgba(154,106,46,0.25);
    color: var(--text);
    cursor: default;
    box-shadow: 0 4px 16px rgba(154,106,46,0.1);
}
.hero-sro-tile--active::before { width: 4px; }
.hero-sro-tile--active:hover {
    transform: none;
}

/* SRO tile logo */
.hero-sro-tile__logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: contain;
    flex-shrink: 0;
    background: #fff;
    padding: 2px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* Shimmer/glare effect on SRO block */
.hero-sro-wrap {
    position: relative;
}
.hero-sro-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
}
@keyframes shimmer {
    0% { left: -100%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

/* ─── STATS BAR ────────────────────────────────── */
.stats-bar {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 0;
}

.stats-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
}

.stat-item {
    background: #fff;
    padding: 24px 20px;
    text-align: center;
    position: relative;
    transition: background 0.2s;
}
.stat-item:not(:last-child) {
    border-right: 1px solid var(--border);
}
.stat-item:hover {
    background: var(--light-bg);
}
.stat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--primary);
    border-radius: 3px;
    transition: width 0.3s;
}
.stat-item:hover::after {
    width: 60%;
}

.stat-num {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.4;
}

/* ─── SECTION TYPOGRAPHY ───────────────────────── */
.section-title {
    font-size: clamp(1.3rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    line-height: 1.25;
}

.section--dark .section-title { color: #fff; }

.section-sub {
    font-size: 17px;
    color: var(--muted);
    margin-bottom: 36px;
    line-height: 1.6;
}

.section--dark .section-sub { color: rgba(255,255,255,0.6); }

/* ─── CARD TYPOGRAPHY ──────────────────────────── */
.card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.card-text {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.6;
}

/* ─── ABOUT GRID ───────────────────────────────── */
.about-photo-wrap {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    position: sticky;
    top: 140px;
}
.about-photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.about-text p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 14px;
}

.about-text p:last-of-type { margin-bottom: 0; }

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
    max-width: 1280px;
    margin: 0 auto;
}

/* ─── STEPS SECTION PATTERN BG ────────────────── */
.section--steps {
    background: var(--light-bg) url('/assets/img/photos/pattern-blueprint.webp') center / cover no-repeat;
    background-blend-mode: overlay;
    position: relative;
}
.section--steps::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(248,250,255,0.82);
    pointer-events: none;
}
.section--steps > .container {
    position: relative;
    z-index: 1;
}

/* ─── STEP CARDS ───────────────────────────────── */
.step-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    position: relative;
    transition: all 0.2s;
}

.step-card:hover {
    box-shadow: var(--shadow-hover);
    border-color: #FFD180;
    transform: translateY(-2px);
}

.step-num {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: var(--accent);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
}

.step-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(145deg, #F7EFE1 0%, #E6DCC9 100%);
    border: 1px solid rgba(154,106,46,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 3px 10px rgba(154,106,46,0.08), inset 0 1px 0 rgba(255,255,255,0.7);
}

.step-icon-wrap i {
    font-size: 26px;
    color: var(--primary);
    filter: drop-shadow(0 1px 2px rgba(154,106,46,0.15));
}

.step-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 10px;
}

.step-text {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.65;
}

/* ─── DOCS BANNER ──────────────────────────────── */
.docs-banner {
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 32px;
    max-height: 220px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border: 1px solid var(--border);
}
.docs-banner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* ─── DOCS SECTION GRID ────────────────────────── */
.docs-section-grid {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 40px;
    align-items: start;
}
.docs-section-photo {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border: 1px solid var(--border);
    position: sticky;
    top: 140px;
}
.docs-section-photo img {
    width: 100%;
    display: block;
}

/* ─── CONTACTS LAYOUT (content left + photo right full height) ── */
.contacts-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: stretch;
}
.contacts-photo-col {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    min-height: 500px;
}
.contacts-photo-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.contacts-info-row {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.contacts-info-row .contact-item {
    margin-bottom: 0;
    flex: 1;
    min-width: 180px;
}
.contacts-form-horizontal {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.contacts-form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
.contacts-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
}
.contacts-form-bottom .btn { white-space: nowrap; }

/* ─── PRIVACY CHECKBOX ─────────────────────────── */
.privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
    cursor: pointer;
    margin-top: 8px;
}
.privacy-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
    flex-shrink: 0;
    margin-top: 1px;
    cursor: pointer;
}
.privacy-check a {
    color: var(--primary);
}
.privacy-check--light {
    color: var(--muted);
}

/* ─── CONTACTS REQUISITES (table on main page) ──── */
.contacts-requisites {
    margin-top: 20px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.contacts-req-title {
    font-size: 15px; font-weight: 700; color: var(--text);
    display: flex; align-items: center; gap: 6px;
    margin-bottom: 14px;
}
.contacts-req-title i { font-size: 18px; color: var(--primary); }
.contacts-req-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 14px;
}
.contacts-req-table td {
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}
.contacts-req-table tr:last-child td { border-bottom: none; }
.contacts-req-label {
    font-size: 13px; font-weight: 600;
    color: var(--muted);
    white-space: nowrap;
    padding-right: 24px;
    width: 140px;
    min-width: 140px;
}
.contacts-req-val {
    font-size: 14px; font-weight: 600; color: var(--text);
}
.contacts-req-link {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 13px; font-weight: 600; color: var(--primary);
    text-decoration: none;
}
.contacts-req-link:hover { text-decoration: underline; }

/* ─── CONTACTS SECTION (LIGHT) ─────────────────── */
.section--contacts {
    background: var(--light-bg);
}

/* ─── CONTACTS GRID ────────────────────────────── */
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.contact-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.contact-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--accent);
    border: 1px solid rgba(154,106,46,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon-wrap i {
    font-size: 20px;
    color: var(--primary);
}

.contact-label {
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 3px;
}

.contact-val {
    font-size: 17px;
    font-weight: 500;
    color: var(--text);
    line-height: 1.3;
}

.contact-sub {
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
}

/* ─── CONTACT FORM (LIGHT) ─────────────────────── */
.dark-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.dark-form-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 24px;
}

.form-input-wrap {
    position: relative;
}

.form-input-wrap > i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: var(--muted);
    pointer-events: none;
    z-index: 1;
}

/* Generic form input with icon (fi = form-input) */
.fi {
    width: 100%;
    padding: 13px 14px 13px 42px;
    background: var(--light-bg);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-family: inherit;
    color: var(--text);
    transition: border-color 0.2s, background 0.2s;
}

.fi--dark {
    color: var(--text);
}

.fi--dark::placeholder { color: #A89A82; }

/* Fix select dropdown options */
select.fi--dark option {
    background: #fff;
    color: var(--text);
}
select.fi--dark option:checked {
    background: var(--primary);
    color: #fff;
}

.fi--dark:focus {
    outline: none;
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(154,106,46,0.1);
}

textarea.fi {
    resize: vertical;
    min-height: 100px;
}

/* ─── VISUAL ENRICHMENT ───────────────────────── */

/* --- Text selection --- */
::selection {
    background: var(--primary);
    color: #fff;
}

/* --- Focus visible for accessibility --- */
:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* --- Smooth transitions on all interactive elements --- */
a, button, input, textarea, select, .card, .step-card, .feature, .stat-item, .btn {
    transition: all 0.25s ease;
}

/* --- Buttons: subtle gradient instead of flat --- */
.btn--primary {
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 50%, var(--primary-dark) 100%);
    box-shadow: 0 2px 8px rgba(154,106,46,0.25);
}
.btn--primary:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    box-shadow: 0 6px 20px rgba(154,106,46,0.35);
}

/* --- Stats bar: gradient background --- */
.stats-bar {
    background: linear-gradient(135deg, #f8faff 0%, #eef3fb 50%, #f0f6ff 100%);
    border-bottom: 1px solid rgba(154,106,46,0.08);
}
.stat-item {
    background: transparent;
}
.stat-item:not(:last-child) {
    border-right: 1px solid rgba(154,106,46,0.1);
}
.stat-icon {
    width: 40px;
    height: 40px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 2px 8px rgba(154,106,46,0.1);
}
.stat-item:hover .stat-icon {
    box-shadow: 0 3px 12px rgba(154,106,46,0.2);
}
.stats-grid {
    background: transparent;
}

/* --- Cards: gradient top border on hover + better shadow --- */
.card::before {
    background: linear-gradient(90deg, var(--primary-light), var(--primary), var(--primary-dark));
}
.card:hover {
    box-shadow: 0 12px 40px rgba(154,106,46,0.12), 0 4px 12px rgba(0,0,0,0.06);
    border-color: rgba(154,106,46,0.2);
}

/* --- Card icon wrap: subtle glow on hover --- */
.card:hover .card-icon-wrap {
    background: linear-gradient(135deg, var(--accent), #F7EFE1);
    box-shadow: 0 4px 16px rgba(154,106,46,0.12);
}

/* --- Section title: accent line --- */
.section-title {
    position: relative;
    padding-bottom: 16px;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--primary-light));
    border-radius: 3px;
}
.section--dark .section-title::after {
    background: linear-gradient(90deg, #A89A82, #C9BCA6);
}
/* Center aligned titles */
.section-title[style*="text-align: center"]::after,
.section-title[style*="text-align:center"]::after,
.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* --- Section label: more interesting --- */
.section-label {
    background: linear-gradient(135deg, var(--accent), #F7EFE1);
    border: 1px solid rgba(154,106,46,0.12);
    font-size: 11px;
    letter-spacing: .12em;
}
.section--dark .section-label {
    background: linear-gradient(135deg, rgba(154,106,46,.35), rgba(154,106,46,.25));
    border: 1px solid rgba(154,106,46,0.2);
}

/* --- Step cards: connector line --- */
.step-cards {
    position: relative;
}
@media (min-width: 901px) {
    .step-card:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 48px;
        right: -12px;
        width: 24px;
        height: 2px;
        background: linear-gradient(90deg, var(--primary), rgba(154,106,46,0.2));
        z-index: 1;
    }
}

/* --- Step number: gradient background --- */
.step-num {
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    color: #fff;
    box-shadow: 0 3px 10px rgba(154,106,46,0.25);
}

/* --- Step icon wrap: gradient on hover --- */
.step-card:hover .step-icon-wrap {
    background: linear-gradient(135deg, var(--accent), #F7EFE1);
    box-shadow: 0 3px 10px rgba(154,106,46,0.1);
}

/* --- Feature cards: enhanced hover --- */
.feature:hover {
    border-color: var(--primary-light);
    box-shadow: 0 6px 24px rgba(154,106,46,0.1);
    transform: translateX(4px);
}
.feature:hover .feature-icon-wrap {
    background: linear-gradient(135deg, var(--accent), #F7EFE1);
    box-shadow: 0 2px 8px rgba(154,106,46,0.12);
}
.feature-icon-wrap i {
    transition: transform 0.3s ease;
}
.feature:hover .feature-icon-wrap i {
    transform: scale(1.15);
}

/* --- Dark section (contacts): subtle pattern + gradient overlay --- */
.section--dark {
    background:
        radial-gradient(ellipse 80% 60% at 10% 90%, rgba(154,106,46,0.15) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 90% 10%, rgba(154,106,46,0.1) 0%, transparent 50%),
        linear-gradient(180deg, var(--dark-bg) 0%, #1a0f06 100%);
    position: relative;
}
.section--dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(154,106,46,0.03) 1px, transparent 1px),
        radial-gradient(circle at 80% 20%, rgba(154,106,46,0.03) 1px, transparent 1px);
    background-size: 60px 60px, 45px 45px;
    pointer-events: none;
}

/* --- Contact icons: hover glow --- */
.contact-icon-wrap {
    transition: all 0.3s ease;
}
.contact-item:hover .contact-icon-wrap {
    background: var(--primary);
    box-shadow: 0 4px 12px rgba(154,106,46,0.2);
}
.contact-item:hover .contact-icon-wrap i {
    color: #fff;
}

/* --- Footer: subtle top accent --- */

/* --- Footer links: better hover --- */
.footer-nav a {
    position: relative;
    padding-bottom: 2px;
}
.footer-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: width 0.3s ease;
}
.footer-nav a:hover::after {
    width: 100%;
}
.footer-nav a:hover {
    color: var(--primary);
    text-decoration: none;
}

/* --- Notice blocks: enhanced styling --- */
.notice {
    position: relative;
    overflow: hidden;
}
.notice--info {
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%);
    border-left: 4px solid var(--primary);
    box-shadow: 0 2px 8px rgba(154,106,46,0.06);
}
.notice--success {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-left: 4px solid var(--success);
    box-shadow: 0 2px 8px rgba(46,125,50,0.06);
}

/* --- Accordion (details/summary) --- */
details {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
    overflow: hidden;
    transition: border-color 0.25s ease;
}
details[open] {
    border-color: rgba(154,106,46,0.2);
    box-shadow: 0 2px 12px rgba(154,106,46,0.06);
}
details summary {
    padding: 14px 20px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s, color 0.2s;
    user-select: none;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--muted);
    border-bottom: 2px solid var(--muted);
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 12px;
}
details[open] summary::after {
    transform: rotate(45deg);
}
details summary:hover {
    background: var(--light-bg);
    color: var(--primary);
}
details[open] summary {
    background: var(--light-bg);
    border-bottom: 1px solid var(--border);
}
details > :not(summary) {
    animation: accordionOpen 0.3s ease;
}
@keyframes accordionOpen {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Hero form: subtle shadow --- */
.hero-form {
    box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 0 0 1px rgba(154,106,46,0.05);
}

/* --- Page hero: gradient enhancement --- */
.page-hero {
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 80% 20%, rgba(154,106,46,0.12) 0%, transparent 60%);
    pointer-events: none;
}

/* --- Card icon wrap: smooth transition --- */
.card-icon-wrap {
    transition: all 0.3s ease;
}
.step-icon-wrap {
    transition: all 0.3s ease;
}

/* ─── RESPONSIVE — NEW BLOCKS ──────────────────── */
@media (max-width: 900px) {
    .hero-layout { grid-template-columns: 1fr; gap: 40px; }
    .about-grid { grid-template-columns: 1fr; gap: 32px; }
    .contacts-grid { grid-template-columns: 1fr; gap: 40px; }
    .step-cards { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .docs-section-grid { grid-template-columns: 1fr; gap: 32px; }
    .docs-section-photo { position: static; max-width: 300px; margin: 0 auto; }
    .hero-bg-photo { display: none; }
    .about-photo-wrap { position: static; }
    .contacts-photo-wrap { max-width: 100%; }
    .contacts-layout { grid-template-columns: 1fr; }
    .contacts-photo-col { min-height: 280px; }
    .contacts-form-fields { grid-template-columns: 1fr 1fr; }
    .contacts-form-bottom { flex-direction: column; align-items: stretch; }
}

@media (max-width: 768px) {
    .hero { min-height: auto; }
    .hero-inner { padding: 48px 16px 40px; }
    .hero h1 { font-size: 1.75rem; margin-bottom: 14px; }
    .hero-desc { font-size: 15px; margin-bottom: 20px; }
    .hero-badge { font-size: 11px; padding: 5px 12px; }
    .hero-btns { flex-direction: column; }
    .hero-btns .btn { width: 100%; justify-content: center; min-height: 48px; }
    .hero-form { padding: 24px 18px; }
    .hero-checks { gap: 8px; margin-top: 16px; }
    .hero-check { padding: 10px 14px; font-size: 13px; gap: 10px; }
    .hero-check i { font-size: 18px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-num { font-size: 22px; }
    .stat-icon { width: 36px; height: 36px; }
    .cards--4 { grid-template-columns: 1fr; }
    .step-cards { grid-template-columns: 1fr; }
    .dark-form { padding: 24px 18px; }
    .about-text p { font-size: 15px; }
    .section-title { font-size: 1.3rem; padding-bottom: 12px; }
    .section-sub { font-size: 14px; margin-bottom: 24px; }
    .section-label { font-size: 12px; }
    .registry-wrap { min-height: 400px; }
    .registry-wrap iframe { min-height: 500px; }
    .page-hero { padding: 40px 0 32px; }
    .page-hero__title { font-size: 22px; }
    .page-hero__subtitle { font-size: 15px; }
    .contact-item { gap: 12px; margin-bottom: 20px; }
    .contact-icon-wrap { width: 40px; height: 40px; }
    .contact-val { font-size: 15px; }
    .float-buttons { right: 12px; bottom: 16px; }
    .float-btn { width: 44px; height: 44px; font-size: 20px; }
    .card { padding: 20px; }
    .card-icon-wrap { width: 56px; height: 56px; border-radius: 14px; }
    .card-icon-wrap i { font-size: 1.6rem; }
    .step-card { padding: 24px 20px; }
    .feature { padding: 14px 16px; }
    .feature-icon-wrap { width: 38px; height: 38px; }
    .feature:hover { transform: none; }
    .btn--outline { padding: 10px 20px; font-size: 14px; }
    .btn--primary { min-height: 44px; }
    .notice { padding: 14px 16px; font-size: 13px; }
    .hero-sro-wrap { padding: 16px 16px 28px; }
    .hero-sro-tiles { grid-template-columns: 1fr; gap: 8px; max-width: 360px; }
    .hero-sro-tile { justify-content: flex-start; }
    /* Контакты: info в 1 колонку */
    .contacts-info-row { flex-direction: column; gap: 20px; }
    .contacts-form-fields { grid-template-columns: 1fr 1fr; }
    /* Реквизиты на главной */
    .contacts-requisites { margin-top: 16px; padding: 18px 20px; }
    .contacts-req-full { padding-top: 10px; margin-bottom: 10px; }
    /* Docs banner */
    .docs-banner { max-height: 160px; margin-bottom: 24px; }
    .docs-banner img { height: 160px; }
    /* Doc item — компактнее на планшете */
    .doc-item { gap: 10px; }
    .doc-item:hover { margin: 0; padding: 14px 0; }
}

@media (max-width: 480px) {
    .hero-layout { gap: 28px; }
    .hero h1 { font-size: 1.5rem; }
    .hero-badge { font-size: 12px; padding: 5px 10px; flex-wrap: wrap; }
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 0; }
    .stat-item { padding: 16px 12px; }
    .stat-num { font-size: 20px; }
    .stat-label { font-size: 13px; }
    .footer-contact { font-size: 13px; }
    .hf-input, .hf-textarea { font-size: 14px; padding: 11px 12px 11px 38px; }
    .fi { font-size: 14px; padding: 11px 12px 11px 38px; }
    /* Контакты: форма в 1 колонку */
    .contacts-form-fields { grid-template-columns: 1fr; }
    /* Контакты: реквизиты */
    .contacts-requisites { padding: 16px 18px; }
    .contacts-req-label { white-space: normal; }
    /* Контакты: фото меньше на маленьких экранах */
    .contacts-photo-col { min-height: 200px; }
    /* Контакты: info row в колонку */
    .contacts-info-row { flex-direction: column; gap: 16px; }
    /* Документы: список */
    .doc-item { flex-direction: column; align-items: flex-start; gap: 8px; }
    .doc-download { align-self: flex-start; }
    /* Footer: навигация */
    .footer-grid { gap: 20px; }
    .footer-brand__desc { font-size: 13px; }
    /* Hero SRO tiles */
    .hero-sro-tiles { max-width: 100%; }
    .hero-sro-tile__name { font-size: 13px; }
    .hero-sro-tile__logo { width: 40px; height: 40px; border-radius: 8px; }
    .hero-sro-tile__activity { font-size: 11px; }
    /* Section padding */
    .section { padding: 40px 0; }
    .container { padding: 0 16px; }
}
