:root{color-scheme:light;--bg: #f2f2ef;--surface: #ffffff;--text: #171717;--muted: #5a5a56;--line: #d7d3cb;--brand: #8e2323;--brand-strong: #651919;--brand-soft: #f1dfdf;--accent: #2f2a27;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-shell{max-width:1260px;margin:0 auto;padding:16px}.site-header,.site-footer,.hero,.surface,.accent-block,.card,.contact-card,.lead-form,.hero-panel,.step,.note,.category-card,.company-panel,.map-frame{border:1px solid var(--line)}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:280px 1fr auto auto;gap:16px;align-items:center;padding:14px 18px;margin-bottom:16px;background:#f2f2eff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand{display:flex;gap:12px;align-items:center;min-width:0}.brand img{width:74px;height:48px;object-fit:contain;background:#fff;padding:4px;border:1px solid var(--line)}.brand b,.brand small{display:block}.brand small{color:var(--muted);font-size:12px;margin-top:4px}.site-nav{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.site-nav a{padding:10px 12px;border-radius:10px;font-weight:600;color:var(--muted)}.site-nav a.active{background:var(--surface);color:var(--text)}.header-contacts{text-align:right}.header-contacts a{font-weight:700}.header-contacts small{display:block;color:var(--muted);margin-top:4px}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;background:var(--brand);color:#fff;border:0;border-radius:12px;font-weight:700;cursor:pointer}.button-light{background:var(--surface);color:var(--text);border:1px solid var(--line)}.section-tight{padding:28px;margin-bottom:16px}.hero{display:grid;grid-template-columns:1.22fr .9fr;gap:18px}.eyebrow{display:inline-block;margin-bottom:12px;color:var(--brand-strong);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.hero h1,.hero h2,.section-heading h2{margin:0 0 14px;line-height:1.02}.hero h1{font-size:clamp(36px,4.8vw,64px);max-width:760px}.hero p,.section-heading p,.card p,.note,.step p,.site-footer p,.lead-form small,.company-panel p,.contact-card p{color:var(--muted)}.hero-actions,.hero-stats,.socials{display:flex;gap:14px}.hero-actions{margin:20px 0;flex-wrap:wrap}.hero-stats{flex-wrap:wrap}.hero-stats div{min-width:170px;padding:14px;background:var(--bg);border:1px solid var(--line)}.hero-stats strong,.step strong{display:block;font-size:24px;margin-bottom:6px}.hero-stats span{color:var(--muted);font-size:14px}.hero-panel{padding:22px;background:var(--accent);color:#fff}.hero-panel ul{margin:14px 0 0;padding-left:18px;color:#ddd8d2}.surface{background:var(--surface)}.accent-block{background:#ece7de}.section-heading{display:grid;grid-template-columns:1fr .92fr;gap:18px;align-items:end;margin-bottom:18px}.grid{display:grid;gap:14px}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.contact-card,.lead-form,.step,.note,.category-card,.company-panel{padding:18px;background:var(--surface)}.card span{color:var(--brand-strong);font-weight:700}.card h3,.contact-card h3,.category-card h3{margin:12px 0 10px}.card small{color:var(--muted);display:block;margin-top:12px}.steps{grid-template-columns:repeat(4,minmax(0,1fr))}.notes{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card ul{margin:12px 0 0;padding-left:18px;color:var(--muted)}.company-panel,.lead-form{display:grid;gap:12px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:10px;font:inherit;background:#fff}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:14px;align-items:start}.site-footer{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:18px;padding:22px 24px;background:var(--accent);color:#fff}.site-footer p,.site-footer a{color:#ddd8d2}.map-frame{overflow:hidden;background:var(--surface)}.map-frame iframe{width:100%;min-height:380px;border:0;display:block}@media(max-width:980px){.site-header{grid-template-columns:1fr auto}.menu-toggle{display:inline-flex;min-height:42px;padding:0 14px;border:1px solid var(--line);background:var(--surface);border-radius:10px}.site-nav{display:none;grid-column:1 / -1;flex-direction:column;justify-content:start}.site-nav.open{display:flex}.header-contacts,.site-header>.button{display:none}.hero,.section-heading,.site-footer,.contact-layout{grid-template-columns:1fr}.cards,.steps,.category-grid,.notes{grid-template-columns:1fr 1fr}}@media(max-width:640px){.app-shell{padding:10px}.section-tight{padding:18px}.brand{align-items:flex-start}.brand img{width:64px;height:42px}.hero h1{font-size:33px}.cards,.steps,.category-grid,.notes{grid-template-columns:1fr}}
