/**
 * Главная Pinsk24.by — hero p24-hero-section (стили вынесены из inline)
 */

body.site-bobrujsk .p24-hero-section {
  --p24-primary: #22c55e;
  --p24-dark: #0f172a;
  --p24-muted: #64748b;
  --p24-bg: #f0fdf4;

  position: relative;
  padding: 80px 20px;
  background: radial-gradient(circle at 70% 30%, #dcfce7 0%, var(--p24-bg) 100%);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
}

body.site-bobrujsk .p24-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  z-index: 2;
}

body.site-bobrujsk .p24-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  font-weight: 600;
  color: var(--p24-primary);
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

body.site-bobrujsk .p24-badge > span:first-child {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--p24-primary);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

body.site-bobrujsk .p24-hero-section h1 {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  color: var(--p24-dark);
  margin: 0 0 24px;
}

body.site-bobrujsk .p24-hero-section h1 .accent {
  color: var(--p24-primary);
}

body.site-bobrujsk .p24-hero-section p {
  font-size: 18px;
  color: var(--p24-muted);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 500px;
}

body.site-bobrujsk .p24-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.site-bobrujsk .p24-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

body.site-bobrujsk .p24-btn-primary {
  background: var(--p24-primary);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.25);
}

body.site-bobrujsk .p24-btn-primary:hover {
  background: #16a34a;
  transform: translateY(-2px);
}

body.site-bobrujsk .p24-btn-secondary {
  background: #fff;
  color: var(--p24-dark) !important;
  border: 1px solid #e2e8f0;
}

body.site-bobrujsk .p24-btn-secondary:hover {
  border-color: var(--p24-primary);
  color: #15803d !important;
}

body.site-bobrujsk .p24-right {
  position: relative;
  height: 450px;
}

body.site-bobrujsk .p24-glass-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  width: 260px;
  animation: p24-float 6s ease-in-out infinite;
}

body.site-bobrujsk .p24-card-1 {
  top: 10%;
  right: 5%;
  animation-delay: 0s;
  z-index: 3;
}

body.site-bobrujsk .p24-card-2 {
  top: 45%;
  left: 0;
  animation-delay: -2s;
  z-index: 2;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  border: none;
}

body.site-bobrujsk .p24-card-3 {
  bottom: 0;
  right: 10%;
  animation-delay: -4s;
  z-index: 1;
}

body.site-bobrujsk .p24-card-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  display: block;
}

body.site-bobrujsk .p24-card-1 .p24-card-tag { color: var(--p24-primary); }
body.site-bobrujsk .p24-card-2 .p24-card-tag { color: #4ade80; }
body.site-bobrujsk .p24-card-3 .p24-card-tag { color: #60a5fa; }

body.site-bobrujsk .p24-card-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 6px;
}

body.site-bobrujsk .p24-rating {
  color: #fbbf24;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

body.site-bobrujsk .p24-rating span {
  color: var(--p24-muted);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

body.site-bobrujsk .p24-card-2 .p24-rating span {
  color: #94a3b8;
}

body.site-bobrujsk .p24-card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 12px;
}

body.site-bobrujsk .p24-card-2 .p24-card-info {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: #94a3b8;
}

body.site-bobrujsk .p24-status-verified {
  color: var(--p24-primary);
  font-weight: 600;
  font-size: 11px;
}

@keyframes p24-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media (max-width: 900px) {
  body.site-bobrujsk .p24-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.site-bobrujsk .p24-hero-section p {
    margin-left: auto;
    margin-right: auto;
  }

  body.site-bobrujsk .p24-btn-group {
    justify-content: center;
  }

  body.site-bobrujsk .p24-right {
    display: none;
  }
}

@media (max-width: 640px) {
  body.site-bobrujsk .p24-hero-section {
    padding: 48px 16px;
    min-height: auto;
  }

  body.site-bobrujsk .p24-btn {
    width: 100%;
  }
}

/* Блоки «Жителям / Бизнесу» — акцент как у карты сайта */
body.site-bobrujsk.b24-home-page .b24-info-card .b24-card-head h3 {
  margin: 0;
  flex: 1;
  font-size: 1.1rem;
  font-weight: 800;
  color: #15803d;
  padding-bottom: 8px;
  border-bottom: 1px solid #ececec;
}

body.site-bobrujsk.b24-home-page .b24-btn-more {
  background: #22c55e;
}

body.site-bobrujsk.p24-sitemap-page .site-content-fullwidth .entry-content > .p24-smap {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Каталог на главной — поиск по центру */
body.site-bobrujsk.b24-home-page .p24-smap--compact {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

body.site-bobrujsk.b24-home-page .p24-smap--compact .p24-smap__compact-search {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

body.site-bobrujsk.b24-home-page .p24-smap__search-inner--compact {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/* ——— Карусель блога p24pv-blog ——— */
body.site-bobrujsk .p24pv-blog {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 56px 0 64px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

body.site-bobrujsk .p24pv-blog__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

body.site-bobrujsk .p24pv-blog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  text-align: center;
}

body.site-bobrujsk .p24pv-blog__head-text {
  flex: 1 1 280px;
  margin: 0 auto;
}

body.site-bobrujsk .p24pv-blog__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.site-bobrujsk .p24pv-blog__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

body.site-bobrujsk .p24pv-blog__title span {
  color: #22c55e;
}

body.site-bobrujsk .p24pv-blog__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 auto;
}

body.site-bobrujsk .p24pv-blog__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.site-bobrujsk .p24pv-blog__arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, opacity 0.15s;
}

body.site-bobrujsk .p24pv-blog__arrow:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: #22c55e;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.15);
}

body.site-bobrujsk .p24pv-blog__arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

body.site-bobrujsk .p24pv-blog__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.28);
  transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}

body.site-bobrujsk .p24pv-blog__all:hover {
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.35);
}

body.site-bobrujsk .p24pv-blog__track-wrap {
  position: relative;
}

body.site-bobrujsk .p24pv-blog__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 4px 16px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

body.site-bobrujsk .p24pv-blog__track::-webkit-scrollbar {
  height: 6px;
}

body.site-bobrujsk .p24pv-blog__track::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

body.site-bobrujsk .p24pv-blog__card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  min-width: 0;
}

body.site-bobrujsk .p24pv-blog__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

body.site-bobrujsk .p24pv-blog__link:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

body.site-bobrujsk .p24pv-blog__thumb {
  aspect-ratio: 16 / 10;
  background: #e2e8f0;
  overflow: hidden;
}

body.site-bobrujsk .p24pv-blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.site-bobrujsk .p24pv-blog__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

body.site-bobrujsk .p24pv-blog__body {
  padding: 14px 16px 16px;
  flex: 1;
}

body.site-bobrujsk .p24pv-blog__card-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.site-bobrujsk .p24pv-blog__date {
  font-size: 12px;
  color: #94a3b8;
}

@media (min-width: 900px) {
  body.site-bobrujsk .p24pv-blog__head {
    flex-wrap: nowrap;
    text-align: left;
  }

  body.site-bobrujsk .p24pv-blog__head-text {
    margin: 0;
  }

  body.site-bobrujsk .p24pv-blog__actions {
    margin: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 640px) {
  body.site-bobrujsk .p24pv-blog {
    padding: 40px 0 48px;
  }

  body.site-bobrujsk .p24pv-blog__head {
    flex-direction: column;
    align-items: center;
  }

  body.site-bobrujsk .p24pv-blog__actions {
    width: 100%;
    justify-content: center;
  }

  body.site-bobrujsk .p24pv-blog__all {
    flex: 1;
    max-width: 200px;
  }
}
