.bookmakers-hero {
  min-height: 72vh;
  background:
    linear-gradient(rgba(12,14,35,.52), rgba(12,14,35,.52)),
    url("../../assets/img/backfon.webp") center center / cover fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}
.bookmakers-hero__inner { max-width: 720px; }
.bookmakers-hero h1 {
  font-family: 'Impact','Charcoal','sans-serif';
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.bookmakers-hero p {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: rgba(255,255,255,.85);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 767px) {
  .bookmakers-hero { background-attachment: scroll; min-height: 55vh; }
}
/* ── Content section ── */
.bk-content-section {
  background:
    linear-gradient(rgba(12,14,35,.52), rgba(12,14,35,.52)),
    url("../../assets/img/backfon.webp") center center / cover fixed;
  padding: 48px 24px 64px;
}
.bk-content-frame {
  display: flex;
  align-items: flex-start;
  width: min(1120px, 100%);
  margin: 0 auto;
}
.sports-rail {
  z-index: 3;
  width: 92px;
  flex: 0 0 92px;
  border-radius: 12px 0 0 12px;
  background: #fff;
  box-shadow: 0 4px 22px rgba(0,0,0,.13);
  padding: 20px 10px;
}
.sports-rail__list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sports-rail__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #3d3d40;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.sports-rail__item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}
.bk-canvas {
  background: #fff;
  border-radius: 0 12px 12px 0;
  max-width: none;
  min-width: 0;
  flex: 1;
  margin: 0;
  padding: 28px;
  box-shadow: 0 4px 32px rgba(0,0,0,.18);
}
.bcg-hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(360px, 1fr);
  gap: 28px;
  min-height: 390px;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(112deg, #f7f9fc 0%, #eef4fb 100%);
  padding: clamp(22px, 3vw, 34px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.bcg-hero-card__content {
  position: relative;
  z-index: 2;
}
.bcg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 10px 17px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.bcg-kicker__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.bcg-title {
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #101827 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(30px, 4.5vw, 31px) !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}
.bcg-feature-list {
  display: grid;
  gap: 9px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.bcg-feature-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #394557;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.25;
}
.bcg-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex: 0 0 20px;
  border-radius: 11px;
  background: rgba(238,240,243,.9);
  color: #9aa3b2;
  font-size: 13px;
  font-weight: 700;
}
.bcg-offer {
  margin-bottom: 18px;
}
.bcg-offer__main {
  margin: 0 0 7px;
  color: #050608;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.15;
  text-transform: uppercase;
}
.bcg-offer__sub {
  margin: 0;
  color: #3b3f46;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 800;
  line-height: 1.2;
}
.bcg-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bcg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 50px;
  border-radius: 8px;
  background: #06ad56;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 18px rgba(6,173,86,.24);
  transition: transform .15s ease, background-color .15s ease;
}
.bcg-btn:hover,
.bcg-btn:focus {
  background: #04984b;
  transform: translateY(-1px);
}
.bcg-code {
  display: inline-flex;
  min-width: 170px;
  min-height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px dashed #9bc7ff;
  border-radius: 8px;
  background: #e8f4ff;
  color: #0b7ee8;
  line-height: 1.05;
}
.bcg-code span {
  color: #8fa0b6;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.bcg-code strong {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 950;
}
.bcg-hero-card__visual {
  position: relative;
  z-index: 1;
  min-height: 315px;
  align-self: stretch;
}
.bcg-device-img {
  position: absolute;
  right: -2%;
  bottom: 5%;
  width: min(560px, 100%);
  max-height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(16,24,39,.22));
}
.bcg-rating {
  position: absolute;
  top: 10px;
  right: 4%;
  display: flex;
  width: 82px;
  height: 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 3px solid #94d900;
  background:
    radial-gradient(circle at 58% 58%, rgba(255,255,255,.42) 0 28%, transparent 30%),
    linear-gradient(135deg, #c6ff21 0%, #94ed00 100%);
  color: #fff;
  box-shadow: 0 16px 28px rgba(113,184,0,.22);
  text-align: center;
}
.bcg-rating strong {
  font-size: 40px;
  font-weight: 950;
  line-height: .8;
  text-shadow: 0 2px 0 rgba(92,151,0,.22);
}
.bcg-rating span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.bcg-review {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  padding: 28px 10px 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #30343b;
}
.bcg-review__main {
  min-width: 0;
}
.bcg-review__title {
  margin: 0 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #06080c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(25px, 3vw, 34px) !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}
.bcg-review__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
  color: #161a22;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.4;
}
.bcg-review__meta span {
  display: block;
  color: #3d424b;
  font-weight: 800;
}
.bcg-review__meta a {
  color: #06ad56 !important;
  text-decoration: none !important;
}
.bcg-review__main p {
  margin: 0 0 16px;
  color: #343942;
  font-size: 16px;
  line-height: 1.55;
}
.bcg-review__cta {
  display: flex;
  justify-content: center;
  margin: 8px 0 24px;
}
.bcg-visit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  border-radius: 5px;
  background: #06ad56;
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 8px 16px rgba(6,173,86,.2);
}
.bcg-visit-btn:hover,
.bcg-visit-btn:focus {
  background: #04984b;
}
.bcg-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 26px;
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  padding: 14px 18px 16px;
}
.bcg-pros-cons h3,
.bcg-toc h3,
.bcg-side-card h3 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #080b10 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none;
}
.bcg-pros-cons ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bcg-pros-cons li {
  position: relative;
  padding-left: 22px;
  color: #30343b;
  font-size: 15px;
  line-height: 1.35;
}
.bcg-pros-cons li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}
.bcg-pros li::before {
  content: "✓";
  background: #20be52;
}
.bcg-cons li::before {
  content: "×";
  background: #f03737;
}
.bcg-toc {
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  padding: 20px;
}
.bcg-toc ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
}
.bcg-toc a {
  color: #30343b !important;
  font-size: 15px;
  font-weight: 650;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.bcg-review__side {
  display: grid;
  align-content: start;
  gap: 18px;
}
.bcg-side-card {
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  background: #fff;
  padding: 14px 14px 10px;
}
.bcg-facts {
  display: block;
  margin: 0;
}
.bcg-fact-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px;
  align-items: center;
  border-top: 1px solid #9ec6ff;
  padding: 8px 0;
  color: #30343b;
  font-size: 14px;
  line-height: 1.35;
}
.bcg-fact-row:first-of-type {
  border-top: 0;
}
.bcg-fact-row dt {
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: break-word !important;
  max-width: none !important;
}
.bcg-fact-row dt::before {
  display: none !important;
  content: none !important;
}
.bcg-fact-row dd {
  align-self: center;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
}
.bcg-trust-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bcg-trust-list li {
  border-top: 1px solid #9ec6ff;
  padding: 12px 0;
  color: #30343b;
  font-size: 14px;
  line-height: 1.35;
}
.bcg-trust-list li:first-child {
  border-top: 0;
}
.bcg-standard-link {
  display: inline-block;
  margin-top: 8px;
  color: #06ad56 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}
.bcg-article-section {
  margin-top: 26px;
  scroll-margin-top: 110px;
}
.bcg-article-section h2 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #06080c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(26px, 2.8vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.bcg-article-section h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #06080c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(17px, 1.8vw, 21px) !important;
  font-weight: 780 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-transform: none;
}
.bcg-article-section h4 {
  margin: 20px 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}
.bcg-article-section ul {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
}
.bcg-article-section li {
  position: relative;
  padding-left: 30px;
  color: #343942;
  font-size: 16px;
  line-height: 1.5;
}
.bcg-article-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 18px;
  height: 18px;
  background: url("icon/oldSoccer.svg") center center / contain no-repeat;
}
.bcg-note {
  margin: 18px 0 0;
  border-left: 4px solid #06ad56;
  border-radius: 8px;
  background: #f1fbf5;
  padding: 14px 16px;
  color: #25302a;
  font-size: 15px;
  line-height: 1.5;
}
.bk-layout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.bk-col-main {
  flex: 1.6;
  min-width: 0;
}
.bk-col-side {
  flex: 1;
  min-width: 280px;
  max-width: 360px;
}
.bk-main-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.2;
}

/* ── Sidebar ── */
.bk-side-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 12px;
}
.bk-side-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
}
.bk-all-link {
  font-size: 13px;
  font-weight: 700;
  color: #00a651;
  text-decoration: none;
  white-space: nowrap;
}
.bk-all-link:hover { text-decoration: underline; }

/* ── Offer cards ── */
.bk-offers-list { display: flex; flex-direction: column; gap: 12px; }
.bk-offer-card {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 14px 14px 12px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.bk-offer-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.bk-offer-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: -.5px;
}
.bk-logo-img { width: 48px; height: 48px; object-fit: contain; border-radius: 8px; border: 1px solid #eee; }
.bk-offer-meta { flex: 1; min-width: 0; }
.bk-offer-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2px;
}
.bk-stars { display: flex; gap: 1px; }
.bk-star { font-size: 13px; line-height: 1; }
.bk-star--full  { color: #f5a623; }
.bk-star--half  { color: #f5a623; opacity: .55; }
.bk-star--empty { color: #ddd; }
.bk-get-offer {
  display: inline-block;
  background: #00a651;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s;
}
.bk-get-offer:hover { background: #008a44; }
.bk-offer-promo {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 6px;
  line-height: 1.4;
}
.bk-offer-terms {
  font-size: 11px;
  color: #888;
  margin: 0;
  line-height: 1.5;
}



/* ── Article typography (matches homepage) ── */

.bk-lobby-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 16px;
  border: 1px solid #e8e8e8;
  display: block;
}
.bk-col-main h2 {
  font-family: 'Impact', 'Charcoal', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  color: #1a1a2e;
  margin: 28px 0 10px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .01em;
}
.bk-col-main h2:first-child { margin-top: 0; }
.bk-col-main p,
.bk-col-main li {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #2f334c;
}
.bk-col-main ul {
  padding-left: 22px;
  margin: 8px 0 12px;
  list-style: disc;
}
.bk-col-main li { margin-bottom: 6px; }
.bk-col-main a { color: #202552; }
.bk-col-main .bk-verdict {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: .9rem;
}

@media (max-width: 900px) {
  .bk-layout { flex-direction: column; }
  .bk-col-side { max-width: 100%; width: 100%; order: -1; }
  .bk-col-main { order: 1; }
  .bk-canvas { padding: 24px 20px 32px; }
  .bk-content-frame {
    width: min(760px, 100%);
  }
  .sports-rail {
    width: 74px;
    flex-basis: 74px;
    padding: 16px 8px;
  }
  .sports-rail__list {
    gap: 16px;
  }
  .sports-rail__item {
    font-size: 11px;
  }
  .sports-rail__item img {
    width: 30px;
    height: 30px;
  }
  .bcg-hero-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }
  .bcg-kicker { margin-bottom: 18px; }
  .bcg-feature-list { margin-bottom: 24px; }
  .bcg-hero-card__visual {
    min-height: 230px;
    order: -1;
  }
  .bcg-device-img {
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(470px, 100%);
    transform: translateX(-50%);
  }
  .bcg-rating {
    top: 0;
    right: 0;
  }
  .bcg-review {
    grid-template-columns: 1fr;
  }
  .bcg-review__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .bk-content-section { padding: 24px 12px 40px; background-attachment: scroll; }
  .bk-content-frame {
    display: block;
  }
  .sports-rail {
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 10px;
    overflow-x: auto;
  }
  .sports-rail__list {
    display: flex;
    gap: 14px;
    min-width: max-content;
  }
  .sports-rail__item {
    min-width: 58px;
  }
  .bk-canvas { border-radius: 0 0 8px 8px; padding: 16px 12px 22px; }
  .bcg-hero-card {
    padding: 20px 16px;
  }
  .bcg-kicker {
    margin-bottom: 18px;
    padding: 9px 13px;
    font-size: 11px;
  }
  .bcg-feature-list li {
    gap: 10px;
    font-size: 15px;
  }
  .bcg-check {
    width: 24px;
    height: 24px;
    flex-basis: 34px;
    border-radius: 9px;
    font-size: 13px;
  }
  .bcg-actions {
    gap: 14px;
  }
  .bcg-btn,
  .bcg-code {
    width: 100%;
    min-width: 0;
  }
  .bcg-hero-card__visual {
    min-height: 180px;
  }
  .bcg-rating {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
  .bcg-rating strong { font-size: 31px; }
  .bcg-rating span { font-size: 11px; }
  .bcg-review {
    padding: 22px 2px 0;
  }
  .bcg-review__meta,
  .bcg-pros-cons,
  .bcg-review__side {
    grid-template-columns: 1fr;
  }
  .bcg-review__title {
    font-size: 24px !important;
  }
}

.bcg-article-banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 18px 0 24px;
  object-fit: cover;
}
