/* ═══════════════════════════════════════════
   RESET — изолировано в .bn-wrap
═══════════════════════════════════════════ */
.bn-wrap, .bn-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.bn-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #f5f4f1;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.bn-hero {
  background: linear-gradient(150deg, #fff 0%, #fdf6f0 60%, #fff5ee 100%);
  border-bottom: 3px solid #c0392b;
  padding: 36px 20px 30px;
  position: relative;
  overflow: hidden;
}
.bn-hero::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192,57,43,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.bn-hero-flag {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.bn-hero-flag span {
  height: 4px; flex: 1; border-radius: 2px;
}
.bn-flag-ee { background: #0072ce; }
.bn-flag-lv { background: #9e3039; }
.bn-flag-lt { background: #006a44; }

.bn-hero-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c0392b;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bn-hero h1 {
  font-size: clamp(26px, 7vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.bn-hero h1 span { color: #c0392b; }
.bn-hero-sub {
  font-size: clamp(13px, 3.5vw, 15px);
  color: #666;
  margin-bottom: 24px;
  max-width: 580px;
  line-height: 1.7;
}
.bn-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bn-btn-red {
  background: #c0392b;
  color: #fff;
  padding: 11px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bn-btn-outline {
  background: #fff;
  color: #1a1a1a;
  padding: 11px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  border: 1.5px solid #ddd;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ═══════════════════════════════════════════
   SECTIONS
═══════════════════════════════════════════ */
.bn-section {
  padding: 28px 20px;
  border-bottom: 1px solid #e8e4de;
  background: #f5f4f1;
}
.bn-section.bn-white {
  background: #fff;
}
.bn-section-title {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c0392b;
  font-weight: 800;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bn-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8e4de;
}
.bn-section-h2 {
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 1.3;
}
.bn-section-lead {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════
   STAT CARDS
═══════════════════════════════════════════ */
.bn-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 480px) { .bn-stats { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 680px) { .bn-stats { grid-template-columns: repeat(4, 1fr); } }

.bn-stat {
  background: #fff;
  border: 1px solid #e8e4de;
  border-top: 3px solid #c0392b;
  border-radius: 8px;
  padding: 14px 12px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.bn-stat-num {
  display: block;
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 900;
  color: #c0392b;
  line-height: 1;
  margin-bottom: 5px;
}
.bn-stat-label {
  font-size: 11px;
  color: #999;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════════
   CITY TABLE
═══════════════════════════════════════════ */
.bn-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid #e8e4de;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.bn-city-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
}
.bn-city-table thead tr {
  background: #1a1a1a;
}
.bn-city-table th {
  padding: 10px 14px;
  text-align: left;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 2px solid #c0392b;
  white-space: nowrap;
}
.bn-city-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f0ece7;
  vertical-align: middle;
}
.bn-city-table tbody tr:last-child td { border-bottom: none; }
.bn-city-table tbody tr:hover td { background: #fdf9f7; }
.bn-city-name { font-weight: 700; color: #1a1a1a; white-space: nowrap; }
.bn-city-country { font-size: 10px; color: #bbb; text-transform: uppercase; letter-spacing: 1px; }

.bn-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.bn-badge-red    { background: #fdecea; color: #c0392b; }
.bn-badge-green  { background: #e8f8ee; color: #27ae60; }
.bn-badge-yellow { background: #fffbea; color: #c9830a; }
.bn-badge-gray   { background: #f0f0f0; color: #888; }

.bn-pct-bar { display: flex; align-items: center; gap: 8px; }
.bn-pct-track {
  flex: 1; height: 5px;
  background: #f0ece7;
  border-radius: 3px;
  overflow: hidden;
  min-width: 40px;
}
.bn-pct-fill { height: 100%; border-radius: 3px; background: #c0392b; }
.bn-pct-val { font-size: 12px; color: #999; white-space: nowrap; }

/* ═══════════════════════════════════════════
   DONUT CHARTS
═══════════════════════════════════════════ */
.bn-charts-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 540px) { .bn-charts-row { grid-template-columns: repeat(3, 1fr); } }

.bn-donut-wrap {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.bn-donut {
  width: clamp(68px, 17vw, 92px);
  height: clamp(68px, 17vw, 92px);
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bn-donut-inner {
  width: 58%; height: 58%;
  background: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: clamp(12px, 3vw, 15px);
  color: #1a1a1a;
}
.bn-donut-title { font-size: 12px; color: #888; line-height: 1.4; }
.bn-donut-title b { color: #1a1a1a; display: block; font-size: 13px; margin-bottom: 2px; }

/* ═══════════════════════════════════════════
   FAQ
═══════════════════════════════════════════ */
.bn-faq-item {
  background: #fff;
  border: 1px solid #e8e4de;
  border-left: 3px solid #c0392b;
  border-radius: 6px;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s;
}
.bn-faq-item[open] {
  box-shadow: 0 3px 10px rgba(192,57,43,0.10);
  border-left-color: #e74c3c;
}
.bn-faq-item summary {
  padding: 13px 44px 13px 16px;
  font-weight: 700;
  font-size: clamp(13px, 3.5vw, 14px);
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  position: relative;
  outline: none;
  word-break: break-word;
  line-height: 1.4;
}
.bn-faq-item summary::-webkit-details-marker { display: none; }
.bn-faq-item summary::after {
  content: '+';
  position: absolute; right: 14px; top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #c0392b;
  line-height: 1;
}
.bn-faq-item[open] summary::after { content: '−'; }
.bn-faq-content {
  padding: 0 16px 16px;
  font-size: clamp(13px, 3.4vw, 14px);
  color: #555;
  line-height: 1.7;
}
.bn-faq-content p { margin-top: 10px; }
.bn-faq-content ul, .bn-faq-content ol { padding-left: 20px; margin-top: 8px; }
.bn-faq-content li { margin-bottom: 5px; }
.bn-faq-content strong { color: #1a1a1a; }

.bn-highlight {
  background: #fdf3f1;
  border-left: 3px solid #c0392b;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
  margin: 12px 0;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.6;
}
.bn-tip {
  background: #f0f8f3;
  border-left: 3px solid #27ae60;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
  margin: 12px 0;
  font-size: 13px;
  color: #1a5c2f;
  line-height: 1.6;
}
.bn-warn {
  background: #fffbea;
  border-left: 3px solid #c9830a;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
  margin: 12px 0;
  font-size: 13px;
  color: #7a4f00;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════
   QUOTE
═══════════════════════════════════════════ */
.bn-quote {
  background: #f9f7f5;
  border-left: 3px solid #c0392b;
  padding: 12px 16px;
  margin: 14px 0;
  border-radius: 0 8px 8px 0;
}
.bn-quote p {
  font-size: 14px;
  color: #444;
  font-style: italic;
  line-height: 1.7;
}
.bn-quote cite {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: 6px;
  font-style: normal;
}

/* ═══════════════════════════════════════════
   SANCTION CARDS
═══════════════════════════════════════════ */
.bn-sanc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 560px) { .bn-sanc-grid { grid-template-columns: repeat(3, 1fr); } }

.bn-sanc-card {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  padding: 14px 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.bn-sanc-icon { font-size: 20px; margin-bottom: 8px; display: block; }
.bn-sanc-title {
  font-size: 12px; font-weight: 700;
  color: #c0392b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.bn-sanc-text { font-size: 12px; color: #777; line-height: 1.55; }

/* ═══════════════════════════════════════════
   FLOW
═══════════════════════════════════════════ */
.bn-flow { display: flex; flex-direction: column; margin-top: 16px; }
.bn-flow-step { display: flex; align-items: flex-start; gap: 14px; }
.bn-flow-line { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.bn-flow-dot {
  width: 30px; height: 30px; border-radius: 50%;
  background: #c0392b; color: #fff;
  font-weight: 900; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; z-index: 1;
}
.bn-flow-connector { width: 2px; flex: 1; min-height: 18px; background: #e8e4de; margin: 2px 0; }
.bn-flow-body { padding: 2px 0 18px; flex: 1; }
.bn-flow-body h4 { color: #1a1a1a; font-size: 14px; margin-bottom: 3px; }
.bn-flow-body p { font-size: 13px; color: #777; line-height: 1.55; }

/* ═══════════════════════════════════════════
   POLL
═══════════════════════════════════════════ */
.bn-poll {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.bn-poll h3 { font-size: 15px; color: #1a1a1a; margin-bottom: 18px; line-height: 1.4; }
.bn-poll-item { margin-bottom: 13px; }
.bn-poll-label {
  display: flex; justify-content: space-between;
  font-size: 12px; color: #555;
  margin-bottom: 5px; gap: 8px;
}
.bn-poll-label span:last-child { color: #c0392b; font-weight: 700; flex-shrink: 0; }
.bn-poll-track { height: 7px; background: #f0ece7; border-radius: 4px; overflow: hidden; }
.bn-poll-fill {
  height: 100%;
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  border-radius: 4px;
}

/* ═══════════════════════════════════════════
   LANG ROWS
═══════════════════════════════════════════ */
.bn-lang-grid { display: flex; flex-direction: column; gap: 8px; }
.bn-lang-row {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 6px;
  padding: 12px 14px;
  display: flex; align-items: center;
  gap: 10px; flex-wrap: wrap;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.bn-lang-city { font-weight: 700; color: #1a1a1a; font-size: 13px; min-width: 140px; flex-shrink: 0; }
.bn-lang-status { font-size: 12px; color: #777; flex: 1; }
.bn-lang-tag {
  padding: 3px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.bn-tag-free   { background: #e8f8ee; color: #1d7a3a; }
.bn-tag-ok     { background: #fffbea; color: #c9830a; }
.bn-tag-risk   { background: #fdecea; color: #c0392b; }
.bn-tag-law    { background: #f0f0f0; color: #888; }

/* ═══════════════════════════════════════════
   FEATURES
═══════════════════════════════════════════ */
.bn-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 560px) { .bn-features { grid-template-columns: repeat(3, 1fr); } }

.bn-feat {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 8px;
  padding: 16px 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.bn-feat-icon { font-size: 22px; margin-bottom: 8px; display: block; }
.bn-feat-title { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 5px; }
.bn-feat-text { font-size: 12px; color: #888; line-height: 1.55; }

/* ═══════════════════════════════════════════
   SEARCH TAGS BLOCK
═══════════════════════════════════════════ */
.bn-search-block {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.bn-search-block h3 {
  font-size: 13px; font-weight: 700;
  color: #1a1a1a; margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.bn-search-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.bn-search-tag {
  background: #f5f4f1;
  border: 1px solid #e0dbd4;
  color: #444;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.15s;
  display: inline-flex; align-items: center; gap: 4px;
}
.bn-search-tag:hover { background: #fdecea; border-color: #c0392b; color: #c0392b; }
.bn-search-tag.hot { background: #fdecea; border-color: #f0b0a8; color: #c0392b; font-weight: 600; }

/* ═══════════════════════════════════════════
   ENGAGEMENT / TRIGGER BLOCKS
═══════════════════════════════════════════ */
.bn-engage {
  background: linear-gradient(135deg, #fff 0%, #fdf6f0 100%);
  border: 1.5px solid #f0b0a8;
  border-radius: 10px;
  padding: 20px;
  margin-top: 4px;
}
.bn-engage h3 {
  font-size: 15px; font-weight: 800;
  color: #1a1a1a; margin-bottom: 8px;
}
.bn-engage p { font-size: 13px; color: #666; margin-bottom: 14px; line-height: 1.6; }
.bn-engage-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.bn-engage-btn {
  background: #c0392b; color: #fff;
  padding: 9px 18px; border-radius: 6px;
  font-weight: 700; font-size: 12px;
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px;
}
.bn-engage-btn.outline {
  background: #fff; color: #c0392b;
  border: 1.5px solid #c0392b;
}

/* Comment trigger */
.bn-comment-trigger {
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.bn-comment-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  color: #fff; font-weight: 900; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bn-comment-body { flex: 1; }
.bn-comment-name { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 3px; }
.bn-comment-text { font-size: 13px; color: #555; line-height: 1.6; margin-bottom: 8px; }
.bn-comment-reply {
  font-size: 12px; color: #c0392b; font-weight: 700; cursor: pointer;
  background: none; border: none; padding: 0;
}

/* Viral / share strip */
.bn-share-strip {
  background: #1a1a1a;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 8px;
  margin-top: 4px;
}
.bn-share-text { font-size: 13px; color: #ccc; }
.bn-share-text b { color: #fff; }
.bn-share-btns { display: flex; gap: 8px; }
.bn-share-btn {
  background: #2d2d2d; color: #fff;
  padding: 7px 14px; border-radius: 6px;
  font-size: 12px; font-weight: 600;
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px;
}

/* Breaking news strip */
.bn-breaking {
  background: #c0392b;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.bn-breaking-badge {
  background: #fff; color: #c0392b;
  padding: 2px 8px; border-radius: 3px;
  font-size: 10px; font-weight: 900;
  letter-spacing: 1px; flex-shrink: 0;
}
.bn-breaking-text { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ═══════════════════════════════════════════
   LIVE DOT
═══════════════════════════════════════════ */
.bn-live-dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: #c0392b; border-radius: 50%;
  animation: bn-pulse 1.5s infinite;
}
@keyframes bn-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.bn-cta {
  background: linear-gradient(150deg, #1a1a1a 0%, #2d1a1a 100%);
  padding: 36px 20px;
  text-align: center;
}
.bn-cta h2 {
  font-size: clamp(20px, 5.5vw, 28px);
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
}
.bn-cta p { font-size: 14px; color: #999; max-width: 500px; margin: 0 auto 22px; line-height: 1.6; }
.bn-cta-btns { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.bn-cta-cities {
  margin-top: 20px;
  font-size: 11px; color: #555;
  letter-spacing: 1px; text-transform: uppercase;
}

hr.bn-divider { border: none; border-top: 1px solid #e8e4de; }

/* ═══════════════════════════════════════════
   NARVA DEEP DIVE SPECIAL
═══════════════════════════════════════════ */
.bn-city-hero {
  background: linear-gradient(150deg, #fdf0ee 0%, #fff 100%);
  border: 1.5px solid #f0b0a8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}
.bn-city-hero::before {
  content: attr(data-city);
  position: absolute;
  right: -10px; top: -10px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(192,57,43,0.06);
  line-height: 1;
  pointer-events: none;
}
.bn-city-hero-title {
  font-size: 18px; font-weight: 900;
  color: #1a1a1a; margin-bottom: 5px;
}
.bn-city-hero-sub { font-size: 13px; color: #888; margin-bottom: 14px; }
.bn-city-stats {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.bn-city-stat-pill {
  background: #fff;
  border: 1px solid #e8e4de;
  padding: 6px 12px; border-radius: 6px;
  font-size: 12px; color: #555;
}
.bn-city-stat-pill b { color: #c0392b; }

/* number steps inside FAQ */
.bn-steps { list-style: none; padding: 0; margin-top: 10px; }
.bn-steps li {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 10px; font-size: 13px; color: #555;
}
.bn-step-n {
  width: 22px; height: 22px; border-radius: 50%;
  background: #c0392b; color: #fff;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}