/* ============================================================
   KOVEIRA MARKETPLACE — Kit de Operaciones / Portal Vendedores
   Дизайн-система лендинга: #B84520 (акцент) / #FBF7F0 (фон)
   ============================================================ */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background:#FBF7F0; color:#1A1A1A; line-height:1.6; }
.container { max-width:1100px; margin:0 auto; padding:0 24px; }

/* ---------- Шапка комплекта ---------- */
.kit-top { background:#FBF7F0; border-bottom:1px solid rgba(184,69,32,0.12); position:sticky; top:0; z-index:50; }
.kit-top-inner { max-width:1100px; margin:0 auto; padding:14px 24px; display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.kit-brand { display:flex; align-items:center; gap:10px; text-decoration:none; color:#1A1A1A; }
.kit-brand svg { flex:none; }
.kit-brand b { font-size:17px; letter-spacing:-0.01em; }
.kit-nav { display:flex; gap:6px; flex-wrap:wrap; margin-left:auto; }
.kit-nav a { font-size:13px; font-weight:600; color:#B84520; text-decoration:none; padding:7px 14px; border-radius:8px; border:1.5px solid rgba(184,69,32,0.25); }
.kit-nav a:hover { background:#FDF1E8; }
.kit-nav a.on { background:#B84520; color:#fff; border-color:#B84520; }
.kit-back { font-size:13px; color:rgba(26,26,26,0.55); text-decoration:none; }
.kit-back:hover { color:#B84520; }

/* ---------- Герой страницы ---------- */
.kit-hero { padding:56px 0 40px; text-align:center; background:linear-gradient(135deg,#FBF7F0 0%,#F5EDE0 100%); }
.kit-hero .tag { font-size:13px; color:#B84520; text-transform:uppercase; letter-spacing:0.15em; font-weight:600; margin-bottom:12px; }
.kit-hero h1 { font-size:40px; font-weight:800; letter-spacing:-0.02em; margin-bottom:12px; }
.kit-hero h1 span { color:#B84520; }
.kit-hero p { font-size:17px; color:rgba(26,26,26,0.6); max-width:720px; margin:0 auto; }

/* ---------- Секции ---------- */
.kit-sec { padding:48px 0; }
.kit-sec:nth-of-type(even) { background:#FFFCF8; }
h2 { font-size:28px; font-weight:700; letter-spacing:-0.015em; margin-bottom:10px; }
h2 span { color:#B84520; }
h3 { font-size:19px; font-weight:600; margin-bottom:8px; }
.sec-label { font-size:12px; color:#B84520; text-transform:uppercase; letter-spacing:0.12em; font-weight:600; margin-bottom:8px; }
.sec-sub { font-size:15px; color:rgba(26,26,26,0.55); margin-bottom:28px; max-width:640px; }

/* ---------- Карточки ---------- */
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:16px; }
.card { background:#fff; border:1px solid rgba(184,69,32,0.12); border-radius:12px; padding:22px; box-shadow:0 2px 20px rgba(184,69,32,0.07); }
.card h3 { display:flex; align-items:center; gap:8px; }
.card p { font-size:14px; color:rgba(26,26,26,0.62); }
.card .num { font-size:30px; font-weight:800; color:#B84520; }
.card .lbl { font-size:13px; color:rgba(26,26,26,0.55); margin-top:2px; }

/* ---------- Списки / чек-листы ---------- */
.checklist { list-style:none; margin:12px 0; }
.checklist li { position:relative; padding:10px 12px 10px 40px; background:#fff; border:1px solid rgba(184,69,32,0.12); border-radius:10px; margin-bottom:8px; font-size:14px; }
.checklist li::before { content:"✓"; position:absolute; left:14px; top:9px; color:#B84520; font-weight:800; }
.checklist li b { color:#1A1A1A; }
.checklist li small { display:block; color:rgba(26,26,26,0.5); }

.steps { list-style:none; counter-reset:st; }
.steps li { counter-increment:st; position:relative; padding:14px 16px 14px 58px; background:#fff; border:1px solid rgba(184,69,32,0.12); border-radius:10px; margin-bottom:10px; }
.steps li::before { content:counter(st); position:absolute; left:14px; top:12px; width:30px; height:30px; border-radius:8px; background:#B84520; color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; font-size:15px; }
.steps li b { font-size:15px; }
.steps li p { font-size:14px; color:rgba(26,26,26,0.6); margin-top:2px; }

/* ---------- Таблицы ---------- */
table { width:100%; border-collapse:collapse; margin:16px 0; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 2px 20px rgba(184,69,32,0.07); }
th { background:#B84520; color:#fff; padding:12px 16px; text-align:left; font-size:13px; }
td { padding:11px 16px; border-bottom:1px solid rgba(184,69,32,0.08); font-size:14px; }
tr:last-child td { border-bottom:none; }
tr:nth-child(even) td { background:rgba(184,69,32,0.03); }

/* ---------- Скрипты ---------- */
.script-box { background:#27221D; color:#F5EDE0; border-radius:12px; padding:18px; font-size:14px; line-height:1.7; margin:12px 0; box-shadow:0 2px 20px rgba(26,26,26,0.12); }
.script-box .lbl { color:#E8A87C; font-weight:700; font-size:12px; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:8px; }
.script-box .alt { color:#9AA; margin-top:10px; font-size:13px; }

/* ---------- Кнопки ---------- */
.btn { display:inline-block; padding:11px 24px; border-radius:8px; font-weight:600; text-decoration:none; font-size:15px; border:none; cursor:pointer; }
.btn-primary { background:#B84520; color:#fff; }
.btn-primary:hover { background:#9E3A1A; }
.btn-outline { border:2px solid #B84520; color:#B84520; background:transparent; }
.btn-outline:hover { background:#FDF1E8; }

/* ---------- Поиск ---------- */
.search-wrap { max-width:560px; margin:0 auto 24px; }
.search-wrap input { width:100%; padding:14px 18px; border-radius:10px; border:1.5px solid rgba(184,69,32,0.25); font-size:16px; font-family:inherit; background:#fff; }
.search-wrap input:focus { outline:none; border-color:#B84520; }
.search-meta { text-align:center; font-size:13px; color:rgba(26,26,26,0.5); margin-bottom:12px; }

/* ---------- Таблица вендоров ---------- */
table.vend { width:100%; }
table.vend td, table.vend th { font-size:13px; }
table.vend .city { color:#B84520; font-weight:600; white-space:nowrap; }
.pill { display:inline-block; padding:3px 10px; border-radius:999px; font-size:12px; font-weight:600; background:#FDF1E8; color:#B84520; }

/* ---------- Подвал ---------- */
footer { text-align:center; padding:24px; color:rgba(26,26,26,0.4); font-size:13px; border-top:1px solid rgba(184,69,32,0.1); background:#FBF7F0; }

/* ---------- Адаптив ---------- */
@media (max-width:768px) {
  .kit-hero h1 { font-size:30px; }
  h2 { font-size:23px; }
  .kit-nav { width:100%; justify-content:flex-start; }
  .grid { grid-template-columns:1fr; }
  table.vend { font-size:12px; }
}