/* Нейтральна основа до плану дизайну: читабельно, без фірмового стилю. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 17px/1.55 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: #1c1f1d; background: #fbfbf8; }
a { color: #1f6b3a; }
.site-header, main, .site-footer { max-width: 960px; margin: 0 auto; padding: 16px; }
.site-header { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; border-bottom: 1px solid #dcdcd4; }
.brand { font-weight: 700; text-decoration: none; color: inherit; }
.site-nav { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.site-tel { font-weight: 700; margin-left: auto; }
.breadcrumbs { font-size: 14px; margin: 8px 0 0; }
h1 { font-size: clamp(28px, 5vw, 40px); line-height: 1.15; margin: 16px 0; }
.lead { font-size: 19px; max-width: 60ch; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; min-width: 480px; }
th, td { text-align: left; padding: 8px 12px; border-bottom: 1px solid #dcdcd4; }
[data-draft] { outline: 2px dashed #c77c02; outline-offset: 6px; }
.callback-section { margin: 32px 0; padding: 16px; background: #eef3ec; }
.site-footer { border-top: 1px solid #dcdcd4; font-size: 15px; }
.callback { display: grid; gap: 6px; max-width: 360px; }
.callback input, .callback select, .callback button { font: inherit; padding: 10px 12px; }
.callback button { margin-top: 8px; cursor: pointer; }
.callback__msg[data-state="error"] { color: #a4262c; }
.callback__msg[data-state="ok"] { color: #1f6b3a; }
/* Пастка для ботів: поза екраном, а не display:none — частина ботів це перевіряє. */
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
