/**
 * Карта сайта Borisov24.by — уникальные b24bv-map-* / b24bv-cat-*
 */

body.site-borisov.b24bv-sitemap-page .site-content-fullwidth .entry-content > .b24bv-map {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* ——— Hero ——— */
body.site-borisov .b24bv-map-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 20px 64px;
  background: #111827;
  background-image:
    radial-gradient(circle at 100% 0%, rgba(37, 211, 102, 0.1) 0%, transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(52, 152, 219, 0.08) 0%, transparent 30%);
  color: #fff;
}

body.site-borisov .b24bv-map-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

body.site-borisov .b24bv-map-hero__glow--1 {
  width: 320px;
  height: 320px;
  background: rgba(37, 211, 102, 0.2);
  top: -80px;
  right: 5%;
}

body.site-borisov .b24bv-map-hero__glow--2 {
  width: 260px;
  height: 260px;
  background: rgba(59, 130, 246, 0.15);
  bottom: -60px;
  left: 8%;
}

body.site-borisov .b24bv-map-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

body.site-borisov .b24bv-map-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  font-weight: 700;
  color: #cbd5e1;
}

body.site-borisov .b24bv-map-hero__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

body.site-borisov .b24bv-map-hero__title span {
  background: linear-gradient(90deg, #25d366, #4ade80);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.site-borisov .b24bv-map-hero__lead {
  margin: 0 auto 22px;
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #94a3b8;
}

body.site-borisov .b24bv-map-hero__lead strong {
  color: #4ade80;
}

body.site-borisov .b24bv-map-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

body.site-borisov .b24bv-map-hero__pill {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
}

/* ——— CTA ——— */
body.site-borisov .b24bv-map-cta {
  padding: 0 20px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

body.site-borisov .b24bv-map-cta__card {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 28px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

body.site-borisov .b24bv-map-cta__text h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #111827;
}

body.site-borisov .b24bv-map-cta__text p {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.55;
  max-width: 560px;
}

body.site-borisov .b24bv-map-cta__text a {
  color: #15803d;
  font-weight: 600;
}

body.site-borisov .b24bv-map-cta__btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border-radius: 12px;
  background: #25d366;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
  transition: transform 0.2s, background 0.2s;
}

body.site-borisov .b24bv-map-cta__btn:hover {
  background: #22c55e;
  transform: translateY(-2px);
}

/* ——— Catalog (колоночная сетка как на референсе) ——— */
body.site-borisov .b24bv-map__catalog {
  padding: 28px 20px 64px;
  background: #fff;
}

body.site-borisov .b24bv-cat {
  max-width: 1300px;
  margin: 0 auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body.site-borisov .b24bv-cat--home {
  max-width: 1300px;
  margin: 28px auto 36px;
  padding: 0 20px;
}

body.site-borisov .b24bv-cat__toolbar {
  margin-bottom: 18px;
}

body.site-borisov .b24bv-cat__search-wrap {
  position: relative;
  max-width: 700px;
  margin: 0 auto 10px;
}

body.site-borisov .b24bv-cat__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #9ca3af;
  pointer-events: none;
}

body.site-borisov .b24bv-cat__search {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 44px 14px 48px;
  font-size: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

body.site-borisov .b24bv-cat__search:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

body.site-borisov .b24bv-cat__search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

body.site-borisov .b24bv-cat__count {
  text-align: center;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #6b7280;
}

body.site-borisov .b24bv-cat__alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}

body.site-borisov .b24bv-cat__alpha-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #374151;
  text-decoration: none !important;
  transition: color 0.15s, background 0.15s;
}

body.site-borisov .b24bv-cat__alpha-link:hover {
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
}

body.site-borisov .b24bv-cat__columns {
  column-count: 3;
  column-gap: 48px;
}

body.site-borisov .b24bv-cat__group {
  break-inside: avoid;
  margin-bottom: 18px;
  page-break-inside: avoid;
}

body.site-borisov .b24bv-cat__letter {
  margin: 0 0 6px;
  padding-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #22c55e;
  border-bottom: 1px solid #ececec;
}

body.site-borisov .b24bv-cat__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.site-borisov .b24bv-cat__item {
  margin: 0;
}

body.site-borisov .b24bv-cat__link {
  display: block;
  padding: 3px 0;
  font-size: 15px;
  line-height: 1.35;
  color: #374151;
  text-decoration: none !important;
  transition: color 0.15s;
}

body.site-borisov .b24bv-cat__link:hover {
  color: #15803d;
  text-decoration: underline !important;
}

body.site-borisov .b24bv-cat__empty {
  text-align: center;
  padding: 24px 16px;
  color: #6b7280;
  font-size: 0.95rem;
}

body.site-borisov .b24bv-cat__empty a {
  color: #15803d;
  font-weight: 600;
}

/* Главная — заголовки блоков в стиле карты сайта */
body.site-borisov.b24-home-page .b24-info-card .b24-card-head h3 {
  margin: 0;
  flex: 1;
  font-size: 1.15rem;
  font-weight: 800;
  color: #15803d;
  padding-bottom: 8px;
  border-bottom: 1px solid #ececec;
}

body.site-borisov.b24-home-page .b24-info-card {
  border-color: #ececec;
}

body.site-borisov.b24-home-page .b24-btn-more {
  background: #22c55e;
  border-radius: 10px;
}

body.site-borisov.b24-home-page .b24-btn-more:hover {
  background: #16a34a;
}

@media (max-width: 1024px) {
  body.site-borisov .b24bv-cat__columns {
    column-count: 2;
    column-gap: 32px;
  }
}

@media (max-width: 640px) {
  body.site-borisov .b24bv-map-hero {
    padding: 56px 16px 48px;
  }

  body.site-borisov .b24bv-map-cta__card {
    padding: 20px;
  }

  body.site-borisov .b24bv-map-cta__btn {
    width: 100%;
    justify-content: center;
  }

  body.site-borisov .b24bv-cat__columns {
    column-count: 1;
    column-gap: 0;
  }

  body.site-borisov .b24bv-cat--home {
    padding: 0 16px;
  }

  body.site-borisov .b24bv-cat__alpha-link {
    min-width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}
