/* layout-stable */:root{--bg-dark:#0c0a14;--bg-dark-2:#15112a;--bg-card:#1e1835;--text-white:#f0f6fc;--text-muted:#8b949e;--border:#2d2252;--accent:#a855f7;}body{background:var(--bg-dark);color:var(--text-white);margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}a{text-decoration:none;color:inherit}.hero-inner,.kcdb-hero-inner,.bgxqdb-hero-inner{max-width:900px;margin:0 auto}.hero-sub,.kcdb-hero-sub,.bgxqdb-hero-sub{font-size:18px;line-height:1.7;color:var(--text-muted);max-width:620px;margin-bottom:32px;display:block}.toc-block,.kcdb-toc-block,.bgxqdb-toc-block{min-height:54px;contain:layout}header{position:sticky;top:0;z-index:50;background:var(--bg-dark)}.header-inner,.bgxqdb-header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 20px}.hero,.bgxqdb-hero{background:var(--bg-dark);color:var(--text-white);padding:40px 20px 24px}h1{font-size:clamp(26px,5vw,40px);line-height:1.2;margin:10px 0 16px}.date-badge,.bgxqdb-date-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:20px;padding:4px 14px;font-size:12px;color:var(--text-muted)}.hero-meta,.bgxqdb-hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;margin-bottom:16px}.breadcrumbs,.bgxqdb-breadcrumbs{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12.5px;color:var(--text-muted)}img[style*="aspect-ratio"]{display:block}

/* ══════════════════════════════════════════════════════════
   SHOWCASE — Витрина брендов
   ══════════════════════════════════════════════════════════ */

/* Header */
header { position: sticky; top: 0; z-index: 100; background: var(--bg-dark); padding: 0 20px; }
header .bgxqdb-header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 48px; height: 60px; }
header.bgxqdb-scrolled { backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--border-dark); }
.bgxqdb-logo { font-size: 20px; font-weight: 700; color: var(--text-white); margin-right: 24px; flex-shrink: 0; }
.bgxqdb-logo span { color: var(--accent); }
nav { display: flex; gap: 28px; align-items: center; }
nav a { color: var(--text-muted); font-size: 14px; font-weight: 500; will-change: opacity; transition: opacity 0.bgxqdb-2s; }
nav a:hover { color: var(--text-white); }
nav a.bgxqdb-mp-active { color: var(--text-white); border-bottom: 2px solid var(--accent); padding-bottom: 2px; }

/* Breadcrumbs (multipage) — fix 2026-06-10: в одну строку с датами, wrap при нехватке */
.bgxqdb-hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 16px; }
.bgxqdb-hero-meta .bgxqdb-date-badge { margin-bottom: 0; }
.bgxqdb-breadcrumbs { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 12.5px; color: var(--text-muted); }
.bgxqdb-breadcrumbs a { color: var(--text-muted); transition: color 0.bgxqdb-2s; }
.bgxqdb-breadcrumbs a:hover { color: var(--text-white); }
.bgxqdb-bc-sep { opacity: .45; user-select: none; }
.bgxqdb-bc-current { color: var(--text-white); font-weight: 500; }
@media (max-width: 640px) {
  .bgxqdb-hero-meta { gap: 4px 10px; margin-bottom: 12px; }
  .bgxqdb-date-badge { font-size: 11px; padding: 3px 10px; }
  .bgxqdb-breadcrumbs { font-size: 11.5px; }
}
.bgxqdb-burger { display: none; background: none; border: none; color: var(--text-white); font-size: 22px; cursor: pointer; }

/* Hero */
.bgxqdb-hero { background: var(--bg-dark); color: var(--text-white); padding: 40px 20px 24px; contain: layout; }
.bgxqdb-hero-inner { max-width: 900px; margin: 0 auto; }
.bgxqdb-date-badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--border-dark); border-radius: var(--radius-badge); padding: 4px 14px; font-size: 12px; color: var(--text-muted); margin-bottom: 20px; flex-wrap: wrap; }
.bgxqdb-date-sep { opacity: .4; }
.bgxqdb-hero h1 { font-size: 42px; font-weight: 900; line-height: 1.1; max-width: 700px; margin-bottom: 20px; }
.bgxqdb-hero-sub { font-size: 18px; color: var(--text-muted); line-height: 1.7; max-width: 620px; margin-bottom: 32px; }
.bgxqdb-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 32px; }
.bgxqdb-stat-card { border: 1px solid var(--border-dark); border-radius: 10px; padding: 16px 20px; background: rgba(255,255,255,0.04); }
.bgxqdb-stat-num { font-size: 28px; font-weight: 800; color: var(--text-white); }
.bgxqdb-stat-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px; }
.bgxqdb-cta-btn { display: inline-block; background: var(--accent); will-change: transform, opacity; color: white; font-weight: 600; font-size: 15px; padding: 13px 28px; border-radius: var(--radius-btn); border: none; cursor: pointer; transition: all 0.bgxqdb-2s; box-shadow: 0 4px 12px rgba(34,197,94,0.35); margin-bottom: 24px; }
.bgxqdb-cta-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }
.bgxqdb-hero-rating { color: var(--text-muted); font-size: 14px; margin-bottom: 32px; }
.bgxqdb-hero-rating .bgxqdb-stars { color: #f59e0b; font-size: 16px; }
.bgxqdb-author-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--bg-card-dark); border: 1px solid var(--border-dark); border-radius: 50px; padding: 8px 16px 8px 8px; text-decoration: none; transition: opacity .15s; }
.bgxqdb-author-badge:hover { border-color: var(--accent); }
.bgxqdb-avatar-sm { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); color: white; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }
.bgxqdb-author-badge .bgxqdb-author-name { font-weight: 600; font-size: 14px; color: var(--text-white); }
.bgxqdb-author-badge .bgxqdb-author-title { font-size: 12px; color: var(--text-muted); }

/* Content */
.bgxqdb-content-wrap { max-width: 900px; margin: 0 auto; padding: 0 20px 80px; }
.bgxqdb-content-section { padding-top: 56px; border-top: 1px solid var(--border-light); margin-top: 48px; }
.bgxqdb-content-section:first-child { border-top: none; margin-top: 0; }
.bgxqdb-content-section h2 { font-size: 28px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; }
.bgxqdb-section-img { width: 100%; height: 340px; object-fit: cover; border-radius: 10px; margin-bottom: 24px; display: block; }
.bgxqdb-content-section p { font-size: 17px; line-height: 1.8; color: var(--text-body); margin-bottom: 16px; }
.bgxqdb-content-section h3 { font-size: 20px; font-weight: 600; color: var(--text-dark); margin: 28px 0 12px; }

/* Tables */
.bgxqdb-table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid var(--border-light); margin-bottom: 24px; }
.bgxqdb-table-wrap table { width: 100%; border-collapse: collapse; font-size: 14px; }
.bgxqdb-table-wrap thead tr { background: var(--bg-dark); color: var(--text-white); }
.bgxqdb-table-wrap thead th { padding: 12px 16px; font-weight: 600; text-align: left; }
.bgxqdb-table-wrap tbody tr:nth-child(even) { background: var(--bg-section); }
.bgxqdb-table-wrap tbody tr:hover { background: #e8f4fd; }
.bgxqdb-table-wrap tbody td { padding: 11px 16px; border-bottom: 1px solid var(--border-light); }
.bgxqdb-table-wrap tbody td:first-child { font-weight: 600; }

/* Lists */
.bgxqdb-content-section ul, .bgxqdb-content-section ol { padding-left: 0; list-style: none; margin-bottom: 20px; }
.bgxqdb-content-section ul li, .bgxqdb-content-section ol li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 16px; line-height: 1.6; }
.bgxqdb-content-section ul li::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: 3px; }
/* Li с strong-термином: карточный стиль */
.bgxqdb-content-section ul li.bgxqdb-term-item { display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; }
.bgxqdb-content-section ul li.bgxqdb-term-item::before { display: none; }
.bgxqdb-content-section ul li.bgxqdb-term-item .bgxqdb-term-label { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 15px; color: var(--text-dark); margin-bottom: 4px; }
.bgxqdb-content-section ul li.bgxqdb-term-item .bgxqdb-term-label::before { content: "✓"; color: var(--accent); font-weight: 700; }
.bgxqdb-content-section ul li.bgxqdb-term-item .bgxqdb-term-desc { font-size: 15px; color: var(--text-body); line-height: 1.6; }
.bgxqdb-content-section ol { counter-reset: ol-counter; }
.bgxqdb-content-section ol li { counter-increment: ol-counter; }
.bgxqdb-content-section ol li::before { content: counter(ol-counter); background: var(--accent); color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }

/* FAQ */
.bgxqdb-faq-item { margin-bottom: 12px; }
.bgxqdb-faq-question { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: var(--bg-section); border-radius: var(--radius-card); cursor: pointer; font-weight: 600; font-size: 16px; border-left: 3px solid var(--accent); border: 1px solid var(--border-light); border-left: 3px solid var(--accent); }
.bgxqdb-faq-icon { color: var(--accent); transition: transform 0.bgxqdb-2s; }
.bgxqdb-faq-answer { padding: 0 20px 16px; border-left: 3px solid var(--accent); margin-top: -4px; background: var(--bg-section); border-radius: 0 0 8px 8px; display: none; }
.bgxqdb-faq-item.bgxqdb-open .bgxqdb-faq-answer { display: block; }
.bgxqdb-faq-item.bgxqdb-open .bgxqdb-faq-icon { transform: rotate(180deg); }

/* Author box */
.bgxqdb-author-box { background: var(--accent-light); border-left: 4px solid var(--accent); border-radius: 10px; padding: 24px; margin: 48px 0; }
.bgxqdb-author-box-inner { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 16px; }
.bgxqdb-avatar-lg { width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: white; font-weight: 700; font-size: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bgxqdb-author-box .bgxqdb-author-name { font-weight: 700; font-size: 17px; color: var(--text-dark); }
.bgxqdb-author-box .bgxqdb-author-role { font-size: 13px; color: var(--text-muted); }
.bgxqdb-author-box p { font-size: 15px; color: var(--text-body); margin-bottom: 12px; }
.bgxqdb-author-expertise { list-style: none; padding: 0; margin-bottom: 16px; }
.bgxqdb-author-expertise li { font-size: 14px; color: var(--accent-text); padding: 3px 0; }
.bgxqdb-author-expertise li::before { content: "✓ "; font-weight: 700; }
.bgxqdb-author-box a { color: var(--accent); font-weight: 600; font-size: 14px; }

/* Reviewers */
.bgxqdb-reviewers { max-width: 900px; margin: 0 auto; padding: 48px 20px; }
.bgxqdb-reviewers h2 { font-size: 22px; font-weight: 700; margin-bottom: 24px; color: var(--text-dark); }
.bgxqdb-reviewers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bgxqdb-reviewer-card { background: white; border: 1px solid var(--border-light); border-radius: 10px; padding: 20px; box-shadow: var(--shadow-card); }
.bgxqdb-reviewer-header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.bgxqdb-avatar-md { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-dark); color: white; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.bgxqdb-reviewer-name { font-weight: 700; font-size: 15px; }
.bgxqdb-reviewer-role { font-size: 13px; color: var(--text-muted); }
.bgxqdb-reviewer-stars { color: #f59e0b; margin-bottom: 4px; }
.bgxqdb-reviewer-date { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.bgxqdb-reviewer-quote { font-style: italic; font-size: 14px; color: var(--text-body); line-height: 1.6; border-left: 2px solid var(--accent-light); padding-left: 12px; }

/* Footer */
footer { background: var(--bg-dark); color: var(--text-muted); padding: 40px 20px 24px; }
.bgxqdb-footer-inner { max-width: 1100px; margin: 0 auto; }
.bgxqdb-footer-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }
.bgxqdb-footer-nav { display: flex; gap: 20px; flex-wrap: wrap; }
.bgxqdb-footer-nav a { color: var(--text-muted); font-size: 13px; transition: opacity 0.bgxqdb-2s; }
.bgxqdb-footer-nav a:hover { color: var(--text-white); }
.bgxqdb-footer-links-section { display: flex; gap: 40px; flex-wrap: wrap; border-top: 1px solid var(--border-dark); padding-top: 20px; margin-bottom: 20px; }
.bgxqdb-footer-links-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #64748b; margin-bottom: 10px; }
.bgxqdb-footer-links-col a { display: block; font-size: 12px; color: var(--text-muted); margin-bottom: 6px; transition: opacity .bgxqdb-2s; }
.bgxqdb-footer-links-col a:hover { color: var(--text-white); }
.bgxqdb-footer-contact-line { display: block; font-size: 12px; color: var(--text-muted); margin-bottom: 6px; }
.bgxqdb-footer-rg-badges { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.bgxqdb-footer-rg-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.05); border: 1px solid var(--border-dark); border-radius: var(--radius-btn); padding: 5px 10px; font-size: 11px; color: var(--text-muted); text-decoration: none; transition: opacity .15s; }
.bgxqdb-footer-rg-badge:hover { border-color: #64748b; color: var(--text-white); }
.bgxqdb-footer-rg-badge .bgxqdb-rg-icon { font-size: 14px; }
.bgxqdb-footer-age { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: #ef4444; border-radius: 50%; font-size: 10px; font-weight: 800; color: #fff; flex-shrink: 0; }
.bgxqdb-footer-bottom { border-top: 1px solid var(--border-dark); padding-top: 16px; text-align: center; }
.bgxqdb-footer-copy { font-size: 12px; margin-bottom: 6px; }
.bgxqdb-footer-disclaimer { font-size: 11px; max-width: 700px; margin: 0 auto; line-height: 1.6; color: #475569; }

/* Author page */
.bgxqdb-author-hero { background: var(--bg-dark); color: var(--text-white); padding: 64px 20px; text-align: center; }
.bgxqdb-avatar-xl { width: 96px; height: 96px; border-radius: 50%; background: var(--accent); color: white; font-size: 36px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.bgxqdb-author-hero h1 { font-size: 36px; font-weight: 800; margin-bottom: 8px; }
.bgxqdb-author-hero .bgxqdb-role { font-size: 18px; color: var(--text-muted); margin-bottom: 16px; }
.bgxqdb-author-hero .bgxqdb-bio { font-size: 16px; color: var(--text-muted); max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
.bgxqdb-author-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 600px; margin: 0 auto; }
.bgxqdb-expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; margin: 48px auto; padding: 0 20px; }
.bgxqdb-expertise-card { background: white; border: 1px solid var(--border-light); border-radius: 10px; padding: 20px; }
.bgxqdb-expertise-icon { font-size: 32px; margin-bottom: 10px; }
.bgxqdb-expertise-title { font-weight: 700; font-size: 16px; color: var(--text-dark); margin-bottom: 6px; }
.bgxqdb-expertise-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.bgxqdb-methodology { background: var(--bg-section); padding: 48px 20px; }
.bgxqdb-methodology-inner { max-width: 900px; margin: 0 auto; }
.bgxqdb-methodology h2 { font-size: 24px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; }
.bgxqdb-methodology p { font-size: 16px; color: var(--text-body); line-height: 1.8; margin-bottom: 16px; }
.bgxqdb-recent-articles { max-width: 900px; margin: 0 auto; padding: 48px 20px; }
.bgxqdb-recent-articles h2 { font-size: 22px; font-weight: 700; color: var(--text-dark); margin-bottom: 24px; }
.bgxqdb-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bgxqdb-article-card { background: white; border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-card); }
.bgxqdb-article-img { width: 100%; height: 140px; object-fit: cover; }
.bgxqdb-article-body { padding: 16px; }
.bgxqdb-article-title { font-weight: 600; font-size: 15px; color: var(--text-dark); margin-bottom: 8px; line-height: 1.4; }
.bgxqdb-article-date { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.bgxqdb-article-link { color: var(--accent); font-size: 13px; font-weight: 600; }

/* TOC */
.bgxqdb-toc-block { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; max-width: 860px; margin: 0 auto 16px; overflow: hidden; contain: layout; min-height: 54px; }
.bgxqdb-toc-toggle { width: 100%; display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: none; border: none; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--text-dark); text-align: left; }
.bgxqdb-toc-toggle:hover { background: rgba(0,0,0,.03); }
.bgxqdb-toc-toggle-icon { font-size: 16px; color: var(--accent); }
.bgxqdb-toc-arrow { margin-left: auto; font-size: 12px; color: var(--text-muted); transition: transform .25s; }
.bgxqdb-toc-block.bgxqdb-open .bgxqdb-toc-arrow { transform: rotate(180deg); }
.bgxqdb-toc-list { display: none; padding: 0 20px 16px; border-top: 1px solid var(--border); }
.bgxqdb-toc-block.bgxqdb-open .bgxqdb-toc-list { display: block; }
.bgxqdb-toc-link { display: flex; align-items: baseline; gap: 10px; padding: 9px 0; font-size: 14px; color: var(--text-body); border-bottom: 1px solid var(--border); transition: opacity .bgxqdb-2s; }
.bgxqdb-toc-link:last-child { border-bottom: none; }
.bgxqdb-toc-link:hover { color: var(--accent); }
.bgxqdb-toc-num { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }

/* Responsive */
@media (max-width: 768px) {
  .bgxqdb-burger { display: block; }
  nav { display: none; flex-direction: column; position: absolute; top: 60px; left: 0; right: 0; background: var(--bg-dark); padding: 16px; z-index: 99; }
  nav.bgxqdb-open { display: flex; }
  .bgxqdb-hero { padding: 24px 16px 16px; }
  .bgxqdb-hero h1 { font-size: 26px; font-weight: 900; line-height: 1.15; max-width: 100%; margin-bottom: 12px; letter-spacing: -0.3px; contain: layout; }
  .bgxqdb-hero-sub { font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
  .bgxqdb-hero-rating { font-size: 13px; margin-bottom: 16px; }
  .bgxqdb-author-badge { padding: 6px 12px; }
  .bgxqdb-cta-btn { font-size: 15px; padding: 12px 20px; }
  .bgxqdb-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .bgxqdb-reviewers-grid { grid-template-columns: 1fr; }
  .bgxqdb-expertise-grid { grid-template-columns: 1fr; }
  .bgxqdb-articles-grid { grid-template-columns: 1fr; }
  .bgxqdb-author-stats { grid-template-columns: 1fr; }
  .bgxqdb-footer-top { flex-direction: column; }
}
@media (max-width: 480px) {
  .bgxqdb-hero h1 { font-size: 26px; font-weight: 900; line-height: 1.2; }
}


.sc-section { max-width:860px; margin:0 auto 40px; font-family:inherit }
.sc-heading { font-size:22px; font-weight:800; margin:0 0 16px; color:inherit }
.sc-grid { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:16px }
.sc-desc { display:none !important }  /* прихований для юзера, видимий Google */

/* Сетка: по умолчанию 2 колонки */
.sc-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px }

/* Обёртка карточки — позиционирование бейджа */
.sc-item-wrap { position:relative; display:flex; flex-direction:column }
.sc-item-wrap.sc-full { grid-column:1 / -1 }  /* #1 на всю ширину */
.sc-item-wrap.sc-hidden { display:none }

/* Бейдж над карточкой */
.sc-badge-top {
  position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  z-index:2; color:#fff; font-size:13px; font-weight:700;
  padding:4px 14px; border-radius:20px; white-space:nowrap;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
}

/* Карточка */
.sc-card {
  flex:1; background:#fff; border:1px solid #e2e8f0; border-radius:12px;
  padding:18px 16px 14px; display:flex; flex-direction:column; gap:12px;
  box-shadow:0 1px 4px rgba(0,0,0,.05); transition:box-shadow .2s;
  margin-top:14px;  /* отступ для бейджа */
}
.sc-item-wrap:not(:has(.sc-badge-top)) .sc-card { margin-top:0 }
.sc-card:hover { box-shadow:0 4px 16px rgba(0,0,0,.1) }
.sc-highlight { border:2px solid #16a34a }

/* Верхняя строка: номер + название + рейтинг */
.sc-card-top { display:flex; align-items:center; gap:10px }
.sc-num {
  background:#1e293b; color:#fff; font-size:11px; font-weight:800;
  padding:3px 7px; border-radius:5px; flex-shrink:0;
}
.sc-brand-name { font-size:16px; font-weight:700; color:#0f172a; flex:1 }
.sc-rating { display:flex; align-items:center; gap:3px; flex-shrink:0 }
.sc-star { color:#f59e0b; font-size:14px }
.sc-rating-num { font-size:15px; font-weight:700; color:#0f172a }

/* Бонус */
.sc-bonus {
  font-size:17px; font-weight:800; color:#0f172a; text-align:center;
  line-height:1.3;
}
.sc-full .sc-bonus { font-size:20px }

/* Фичи */
.sc-features { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:6px }
.sc-feat { display:flex; align-items:flex-start; gap:8px; font-size:13px; color:#374151; line-height:1.4 }
.sc-check { color:#16a34a; font-weight:800; flex-shrink:0; font-size:14px }

/* Методы оплаты */
.sc-methods { display:flex; flex-wrap:wrap; gap:5px }
.sc-method {
  font-size:11px; padding:3px 9px; border-radius:4px;
  border:1px solid #e2e8f0; color:#64748b; background:#f8fafc;
  font-weight:500;
}

/* Кнопка Play Now */
.sc-play-btn {
  display:block; background:#16a34a; color:#fff !important;
  font-size:16px; font-weight:700; padding:13px 16px;
  border-radius:8px; text-decoration:none; text-align:center;
  transition:background .2s, transform .1s;
}
.sc-play-btn:hover { background:#15803d; transform:translateY(-1px) }

/* Дисклеймер под кнопкой */
.sc-disclaimer {
  font-size:11px; color:#94a3b8; text-align:center; line-height:1.4
}

/* Toggle кнопка */
.sc-toggle-row { grid-column:1 / -1; text-align:center; padding:4px 0 }
.sc-toggle-btn {
  background:#1e293b; color:#fff; border:none; font-size:14px; font-weight:600;
  padding:12px 32px; border-radius:8px; cursor:pointer; transition:background .2s;
}
.sc-toggle-btn:hover { background:#0f172a }

/* Footer дисклеймер */
.sc-footer-dis {
  font-size:12px; color:#94a3b8; text-align:center; margin-top:10px;
  line-height:1.5;
}
.sc-aware-link { color:#94a3b8; text-decoration:underline }

/* ── Мобайл ≤640px ─────────────────────────────────────────────────── */
@media(max-width:640px) {
  .sc-grid { grid-template-columns:1fr }
  .sc-item-wrap.sc-full { grid-column:1 }
  .sc-card-top { gap:8px }
  .sc-brand-name { font-size:15px }
  .sc-full .sc-bonus { font-size:17px }
  .sc-bonus { font-size:16px }
  .sc-play-btn { font-size:15px; padding:12px }
}


.c87f-mid { max-width:860px; margin:28px auto; background:#fff; border:1px solid #e2e8f0; border-radius:14px; padding:20px 18px 16px; box-shadow:0 2px 12px rgba(0,0,0,.06); color:#1a1a1a }
.c87f-mid-verdict { font-weight:800; font-size:16px; margin-bottom:12px; color:#1a1a1a }
.c87f-mid-card { position:relative; border:2px solid #e07820; border-radius:12px; padding:22px 16px 14px; margin-top:14px }
.c87f-mid-badge { position:absolute; top:-13px; left:14px; background:#e07820; color:#fff; font-size:12px; font-weight:700; padding:4px 14px; border-radius:20px; white-space:nowrap }
.c87f-mid-row { display:flex; gap:16px; align-items:center; flex-wrap:wrap }
.c87f-mid-info { flex:1; min-width:200px }
.c87f-mid-name { font-weight:800; font-size:19px; margin-bottom:4px }
.c87f-mid-rate { font-size:13px; color:#666; margin-bottom:6px }
.c87f-mid-rate b { color:#f59e0b; letter-spacing:1px }
.c87f-mid-bonus { color:#2e7d32; font-weight:700; font-size:14px; margin-bottom:8px }
.c87f-mid-tags { display:flex; flex-wrap:wrap; gap:6px }
.c87f-mid-tag { background:#f4f4f5; border:1px solid #e2e8f0; color:#555; font-size:11px; padding:3px 10px; border-radius:20px }
.c87f-mid-cta { text-align:center; min-width:180px }
.c87f-btn { display:inline-block; background:#2e7d32; color:#fff !important; font-weight:700; font-size:15px; padding:13px 26px; border-radius:8px; text-decoration:none; transition:background .2s }
.c87f-btn:hover { background:#256628 }
.c87f-dis { font-size:10px; color:#888; margin-top:6px }
.c87f-sec { display:flex; gap:14px; align-items:center; flex-wrap:wrap; background:#fff; border:1px solid #e2e8f0; border-left:4px solid #2e7d32; border-radius:10px; padding:14px 16px; margin:18px 0; box-shadow:0 1px 6px rgba(0,0,0,.05); color:#1a1a1a }
.c87f-sec-info { flex:1; min-width:170px }
.c87f-sec-name { font-weight:800; font-size:15px; margin-bottom:2px }
.c87f-sec-sub { font-size:12.5px; color:#2e7d32; font-weight:600 }
.c87f-sec-cta { text-align:center }
.c87f-sec .c87f-btn { font-size:13.5px; padding:10px 20px }
.c87f-sec-fact { font-size:12.5px; color:#444; margin-top:5px }
.c87f-sec-bonus { font-size:12.5px; color:#2e7d32; font-weight:600; margin-top:3px }
.c87f-mid-facts { list-style:none; padding:12px 4px 0; margin:14px 0 0; border-top:1px dashed #d4d4d8 }
.c87f-mid-fact { display:flex; gap:8px; align-items:flex-start; font-size:13.5px; color:#444; line-height:1.55; margin-bottom:7px }
.c87f-fact-ic { color:#2e7d32; font-weight:700; flex-shrink:0 }
@media (max-width:640px) {
  .c87f-mid-row { flex-direction:column; align-items:stretch }
  .c87f-mid-cta { min-width:0 }
  .c87f-mid-cta .c87f-btn { display:block }
  .c87f-sec { flex-direction:column; align-items:stretch; text-align:center }
  .c87f-sec-cta .c87f-btn { display:block }
}
