@charset "utf-8";

.bv-page {
  background: #fff7f0;
  color: #3f3833;
}

.bv-wrap {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}

.bv-main {
  padding: 0 0 64px;
}

.bv-article-col {
  max-width: 820px;
  margin: 0 auto;
}

.bv-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 8px 0 18px;
  font-size: 13px;
  color: #7a6f66;
}
.bv-crumb a {
  color: #7a6f66;
  text-decoration: none;
}
.bv-crumb a:hover { color: #ea580c; }
.bv-crumb span { opacity: .45; }

.bv-article {
  background: #fff;
  border: 1px solid #f5d0b5;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(63, 56, 51, 0.08);
  padding: 34px 40px 36px;
}

.bv-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ffedd5;
  color: #c2410c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.bv-title {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: -0.04em;
  color: #2a2420;
  word-break: keep-all;
}

.bv-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f5d0b5;
  font-size: 13.5px;
  color: #7a6f66;
}
.bv-meta time { color: #7a6f66; }
.bv-dot { width: 3px; height: 3px; border-radius: 50%; background: #d6b49a; }

.bv-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}
.bv-tools a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #f5d0b5;
  border-radius: 999px;
  background: #fff7f0;
  color: #7c2d12;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
}
.bv-tools a:hover { background: #ffedd5; }

.bv-article .board-cta {
  margin: 0 0 26px;
}

.bv-body {
  font-size: 17px;
  line-height: 1.9;
  color: #3f3833;
  word-break: keep-all;
}
.bv-body p {
  margin: 0 0 1.15em;
}
.bv-body .content-heading,
.bv-body h2,
.bv-body h3 {
  margin: 1.7em 0 0.7em;
  padding-left: 14px;
  border-left: 4px solid #f97316;
  color: #7c2d12;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.45;
}
.bv-body ul,
.bv-body ol {
  margin: 0 0 1.2em;
  padding-left: 1.2em;
}
.bv-body li { margin: 0.35em 0; }
.bv-body a { color: #c2410c; }

.bv-figure {
  margin: 28px 0;
}
.bv-figure img,
.bv-body img,
.bv-html img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #f5d0b5;
  background: #fff7f0;
}

.bv-html { margin: 22px 0; overflow-x: auto; }
.bv-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.55;
  background: #fff;
}
.bv-body table th {
  padding: 11px 12px !important;
  background: #c2410c !important;
  color: #fff !important;
  border: 1px solid #e7b48a !important;
  text-align: left !important;
  font-weight: 800;
}
.bv-body table td {
  padding: 11px 12px !important;
  border: 1px solid #f5d0b5 !important;
  color: #3f3833 !important;
}
.bv-body table tr:nth-child(even) td {
  background: #fff7ed !important;
}

.bv-empty {
  padding: 70px 20px;
  text-align: center;
}
.bv-empty h1 {
  margin: 0 0 12px;
  font-size: 1.6rem;
  color: #2a2420;
}
.bv-empty p { margin: 0 0 22px; color: #7a6f66; }
.bv-empty a {
  display: inline-flex;
  padding: 12px 20px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.bv-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #f5d0b5;
}
.bv-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff7f0;
  border: 1px solid #f5d0b5;
  color: #7c2d12;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.bv-nav a:hover { background: #ffedd5; }
.bv-nav .bv-home {
  margin-left: auto;
  background: #2a2420;
  border-color: #2a2420;
  color: #fff;
}

.bv-related {
  margin-top: 42px;
}
.bv-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
}
.bv-related-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #2a2420;
  letter-spacing: -0.03em;
}
.bv-related-head a {
  color: #c2410c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.bv-related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.bv-related-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 12px;
  background: #fff;
  border: 1px solid #f5d0b5;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 22px rgba(63, 56, 51, 0.05);
  transition: transform .15s ease, box-shadow .15s ease;
}
.bv-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(63, 56, 51, 0.1);
}
.bv-related-card.no-thumb {
  grid-template-columns: 1fr;
  padding: 16px 18px;
}
.bv-related-thumb {
  width: 112px;
  height: 88px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff1e6;
}
.bv-related-card strong {
  display: block;
  margin: 0 0 6px;
  font-size: 15.5px;
  line-height: 1.45;
  color: #2a2420;
  letter-spacing: -0.03em;
}
.bv-related-card span {
  display: block;
  font-size: 12.5px;
  color: #7a6f66;
}

.bv-consult {
  margin: 0 0 8px;
  padding: 16px 0 20px;
  background: linear-gradient(180deg, #fff1e6 0%, #fff7f0 100%);
  border-bottom: 1px solid #f5d0b5;
}
.bv-consult-head {
  max-width: 820px;
  margin: 0 auto 18px;
  text-align: center;
}
.bv-consult-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 800;
  color: #7c2d12;
  letter-spacing: -0.03em;
}
.bv-consult-head p {
  margin: 0;
  color: #7a6f66;
  font-size: 15px;
  line-height: 1.65;
}
.bv-consult .board-db {
  margin: 0;
}
.bv-bottom-cta {
  max-width: 820px;
  margin: 28px auto 0;
}
.bv-insu-logos {
  padding: 8px 0 2px;
  background: #fff7f0;
  height: auto !important;
  max-height: 72px;
  overflow: hidden;
}
.bv-insu-logos .bohumSwiper,
.bv-insu-logos .swiper {
  height: 52px !important;
  max-height: 52px !important;
  padding: 0 !important;
}
.bv-insu-logos .swiper-wrapper {
  height: 52px !important;
  max-height: 52px !important;
}
.bv-consult .board-db .logo_box {
  width: 100%;
  height: auto;
  margin: 0 0 12px;
  overflow: visible;
}
.bv-consult .board-db .archzone {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  overflow: visible;
}
.bv-consult .board-db .archzone-main { overflow: visible; }
.bv-consult .sidechips { display: none !important; }

.board-lead-fab {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 80;
  background: #f97316;
  color: #fff;
  text-decoration: none;
  padding: 13px 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(249, 115, 22, .35);
}
@media (max-width: 860px) {
  .board-lead-fab {
    right: 12px;
    bottom: 12px;
    padding: 11px 13px;
    font-size: 13px;
  }
}

.bottom_wrap .inner,
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 860px) {
  .bv-wrap { width: calc(100% - 24px); }
  .bv-main { padding: 0 0 48px; }
  .bv-consult { padding: 12px 0 16px; }
  .bv-article { padding: 22px 18px 24px; border-radius: 18px; }
  .bv-body { font-size: 16px; line-height: 1.85; }
  .bv-related-grid { grid-template-columns: 1fr; }
  .bv-nav .bv-home { margin-left: 0; width: 100%; justify-content: center; }
  .bv-tools { margin-left: 0; width: 100%; }
}

@media (min-width: 921px) {
  .bv-consult .board-db .archzone { padding: 0; box-sizing: border-box; }
}
