
:root{ --bg:#f3f4f6; --card:#ffffff; --text:#0b0d0f; --muted:#6b7280; --border:#e5e7eb; --container:1100px; --radius:16px; --shadow:0 10px 25px rgba(0,0,0,.06); --accent:#111827; }
*{box-sizing:border-box}
body{margin:0;font-family:Inter, system-ui, Segoe UI, Roboto, Arial, sans-serif;background:var(--bg);color:var(--text);line-height:1.62}
a{text-decoration:none;color:var(--accent)}
.container{width:min(100% - 2rem, var(--container)); margin-inline:auto}
header.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;gap:1rem}
.brand{display:flex;align-items:center;gap:.8rem}
.avatar{width:42px;height:42px;border-radius:999px;border:1px solid var(--border);overflow:hidden}
.who{display:flex;flex-direction:column;line-height:1.1}
.who .name{font-weight:800;letter-spacing:.2px}
.who .role{font-size:.9rem;color:#4b5563}
nav ul{list-style:none;display:flex;gap:.5rem;padding:0;margin:0}
nav a{display:block;padding:.5rem .9rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);transition:transform .15s ease, box-shadow .15s ease}
nav a:hover{background:#f9fafb; transform:translateY(-1px); box-shadow:0 4px 10px rgba(0,0,0,.06)}
.contacts{display:flex;align-items:center;gap:.6rem}
.icon{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;display:inline-grid;place-items:center;background:#fff}
.contacts .mail{color:var(--text);border:none;background:none;padding:0}
.clients{padding:.3rem 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.clients .rack{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.35rem;align-items:center}
.clients .logo{height:17px;border:1px dashed var(--border);border-radius:6px;background:#fafafa;display:grid;place-items:center;color:#9ca3af;font-size:.7rem}
.clients .title{ text-align:center;margin-bottom:.2rem;font-size:.75rem;color:#cbd5e1;font-weight:600}
footer{padding:3rem 0;border-top:1px solid var(--border);text-align:center;color:#6b7280}
@media (max-width:760px){ .header-inner{flex-wrap:wrap;justify-content:center} .contacts{order:3;width:100%;justify-content:center} }
#map{height:380px;border-radius:12px;border:1px solid var(--border);}
