/* ============================================================
   slot-review.css
   Dedicated styles for slot-review / game pages
   (slotcatalog-style layout: hero demo + spec panel, paytable,
    pros/cons, similar-games grids, gallery, comments, FAQ,
    country availability, statistics chart, newsletter).
   Loaded after 2styles.min.css and before blog.css.
   ============================================================ */
header div:has(+ a) {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  header a {
    margin-right: auto;
  }
}

header a {
  font-family: Inter, sans-serif;
  font-weight: 400 !important;
  color: #5e5e5e;
}

.sc-review section {
  max-width: 1280px;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: clamp(16px, 3vw, 24px);
}
.sc-review h2 {
  color: #1f2a37;
}

/* ---- two-column body: article (left) + sticky Contents rail (right) ---- */
.sc-body {
  max-width: 1280px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: start;
  box-sizing: border-box;
  padding: 0 clamp(16px, 3vw, 24px) 48px;
}
.sc-main-col {
  min-width: 0;
}
.sc-main-col > section {
  max-width: none;
  margin: 0 0 30px;
}
.sc-main-col p a {
  color: #c2410c;
  text-decoration: none;
}
.sc-main-col p a:hover {
  color: #9a3412;
}

.sc-toc-rail {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc-toc {
  border: 1px solid #e6e8eb;
  border-radius: 14px;
  padding: 16px 18px;
  background: #fff;
}
.sc-toc-title {
  font-size: 20px;
  font-weight: 800;
  color: #1f2a37;
  margin-bottom: 10px;
}
.sc-toc ol {
  margin: 0;
  padding-left: 22px;
}
.sc-toc li {
  margin: 7px 0;
  font-size: 14px;
}
.sc-toc a {
  color: #c2410c;
  text-decoration: none;
}
.sc-toc a:hover {
  color: #9a3412;
}

.sc-rail-game {
  border: 1px solid #e6e8eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.sc-rail-game-head {
  background: #1f2a37;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 14px;
  margin-bottom: 0;
}
.sc-rail-game-body {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
}
.sc-rail-game-body img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 auto;
}
.sc-rail-game-body b {
  display: block;
  color: #1f2a37;
  font-size: 15px;
}
.sc-rail-game-body span {
  display: block;
  color: #6b7280;
  font-size: 13px;
}
.sc-rail-game-body .sc-rail-prov {
  color: #1aa64b;
  font-weight: 600;
}
.sc-rail-game .sc-offer-btn {
  margin: 0 14px 14px;
}
.sc-rail-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 11px 14px;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid #eef1f5;
}
.sc-rail-item:hover {
  background: #f7fbf9;
}
.sc-rail-item::after {
  content: none;
}
.sc-rail-item img {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 auto;
}
.sc-rail-item .sc-rail-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.sc-rail-item b {
  color: #1f2a37;
  font-size: 14px;
  line-height: 1.2;
}
.sc-rail-item span {
  color: #6b7280;
  font-size: 12px;
}
.sc-rail-item .sc-rail-prov {
  color: #1aa64b;
  font-weight: 600;
}
.sc-rail-item:hover b {
  color: #c2410c;
}

@media (max-width: 980px) {
  .sc-body {
    grid-template-columns: 1fr;
  }
  .sc-toc-rail {
    position: static;
    order: -1;
  }
}

/* ---- HERO (light, reference architecture) ---- */
.sc-hero {
  padding-top: 124px;
}
.sc-crumbs {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}
.sc-crumbs span {
  color: #9aa3af;
}
.sc-crumbs a {
  color: #e02424;
  text-decoration: none;
}
.sc-crumbs a:hover {
  color: #b81d1d;
  text-decoration: underline;
}
.sc-hero h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 12px;
  color: #1f2a37;
}
.sc-hero h1 .sc-h1-sub {
  display: block;
  font-size: 0.56em;
  font-weight: 600;
  color: #6b7280;
  margin-top: 8px;
}
.sc-hero-lead {
  font-size: 15px;
  color: #4b5563;
  margin: 0 0 20px;
  max-width: 920px;
}
.sc-hero-cols {
  display: flex;
  gap: 18px;
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 16px;
  padding: 18px;
  flex-wrap: wrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.sc-left {
  flex: 1 1 520px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sc-demo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
  min-height: 330px;
  background-color: #0a121f;
  background-image:
    linear-gradient(rgba(8, 14, 26, 0.8), rgba(5, 11, 22, 0.9)),
    var(--demo-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #14171d;
}
.sc-demo-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}
.sc-demo.is-playing .sc-demo-frame {
  display: block;
}
.sc-demo.is-playing .sc-demo-overlay {
  display: none;
}
.sc-demo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  padding: 20px;
}
.sc-demo-logo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
}
.sc-demo-logo img {
  max-width: 76%;
  max-height: 76%;
  object-fit: contain;
}
.sc-demo-logo .sc-flag {
  position: absolute;
  right: -4px;
  top: -2px;
  font-size: 18px;
}
.sc-play-main {
  background: linear-gradient(90deg, #16a34a, #1aa64b);
  color: #fff;
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 999px;
  min-width: 260px;
  cursor: pointer;
  text-decoration: none;
}
.sc-play-main:hover {
  filter: brightness(1.06);
  text-decoration: none;
}
.sc-play-demo {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 999px;
  min-width: 260px;
  cursor: pointer;
  text-decoration: none;
}
.sc-play-demo:hover {
  background: #fff;
  color: #1f2a37;
  border-color: #fff;
  text-decoration: none;
}
.sc-play-main::after,
.sc-play-demo::after,
.sc-offer-btn::after,
.sc-review .btn_accent2::after {
  content: none;
}
.sc-18 {
  color: #cbd5e1;
  font-size: 12px;
}
.sc-integrate {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: #9aa3af;
  font-size: 12px;
  text-decoration: none;
}
.sc-rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #4b5563;
  font-size: 13px;
  flex-wrap: wrap;
}
.sc-rating-row .sc-stars {
  color: #f4b400;
  font-size: 16px;
  letter-spacing: 2px;
}
.sc-rating-row .sc-comment {
  color: #2563eb;
  cursor: pointer;
}

/* ---- spec / SlotRank side panel ---- */
.sc-side {
  flex: 0 0 300px;
  max-width: 320px;
  color: #1f2a37;
  align-self: flex-start;
}
.sc-side .sc-thumb {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.sc-side .sc-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.sc-rank-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff7e0;
  color: #1f2a37;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 12px;
  border: 1px solid #f0dea8;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.sc-rank-bar b {
  color: #1aa64b;
  font-weight: 800;
}
.sc-rank-num {
  margin-left: auto;
  font-weight: 800;
  font-size: 20px;
  color: #1aa64b;
}

/* ---- tabbed casino list (reference architecture) ---- */
.sc-casino-tabs {
  margin: 14px 0;
}
.sc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 2px solid #e6e8eb;
  margin-bottom: 16px;
}
.sc-tab {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 700;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
}
.sc-tab:hover {
  color: #1f2a37;
}
.sc-tab.is-active {
  color: #1aa64b;
  border-bottom-color: #1aa64b;
}
.sc-tabpanel {
  display: none;
}
.sc-tabpanel.is-active {
  display: block;
}

/* ---- casino offer button (in spec panel + hero) ---- */
.sc-offer {
  margin: 14px 0 4px;
  border: 1px solid #e6e8eb;
  border-radius: 12px;
  padding: 12px;
  background: #f7fdf9;
  text-align: center;
}
.sc-offer-name {
  font-weight: 700;
  color: #1f2a37;
  font-size: 14px;
}
.sc-offer-bonus {
  color: #1aa64b;
  font-size: 13px;
  margin: 2px 0 10px;
}
.sc-offer-btn {
  display: block;
  background: linear-gradient(90deg, #16a34a, #1aa64b);
  color: #fff;
  font-weight: 800;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
}
.sc-offer-btn:hover {
  filter: brightness(1.06);
}
.sc-offer-claim {
  display: inline-block;
  margin-top: 8px;
  color: #2563eb;
  font-size: 12px;
  cursor: pointer;
}

/* ---- hero rating widget ---- */
.sc-vote {
  color: #9aa3af;
}
.sc-spec-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.sc-spec-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 9px 2px;
  border-bottom: 1px solid #e6e8eb;
  font-size: 14px;
}
.sc-spec-list li > span:first-child {
  color: #6b7280;
}
.sc-spec-list li b {
  color: #1f2a37;
  font-weight: 700;
}
.sc-spec-list em {
  color: #b8860b;
  font-style: normal;
  font-size: 10px;
  border: 1px solid #e0c060;
  border-radius: 4px;
  padding: 1px 5px;
  margin-left: auto;
  letter-spacing: 0.5px;
}
.sc-allattr {
  color: #2563eb;
  font-size: 13px;
}

/* ---- paytable / comparison tables ---- */
.sc-review table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-size: 14px;
}
.sc-review th {
  background: #f4b400;
  color: #1a1300;
  text-align: left;
  padding: 10px 12px;
}
.sc-review td {
  padding: 10px 12px;
  border-bottom: 1px solid #e6e8eb;
}
.sc-review tbody tr:nth-child(even) {
  background: #f7f8fa;
}

/* ---- mechanika figure: uniform, modest size across all pages ---- */
.sc-review #mechanika img {
  display: block;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  margin: 6px 0 4px;
}
.sc-review #mechanika p:has(img) {
  margin: 0;
}

/* ---- pros/cons ---- */
.sc-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 18px auto;
}
.sc-box {
  border-radius: 14px;
  padding: 18px 20px;
  border: 1px solid #e6e8eb;
}
.sc-box h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #1f2a37;
}
.sc-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-box li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 14px;
  color: #1f2a37;
}
.sc-pros {
  background: #effaf1;
  border-color: #bfe6c8;
}
.sc-cons {
  background: #fdf0f0;
  border-color: #f3c9c9;
}
.sc-pros li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #1aa64b;
  font-weight: 800;
}
.sc-cons li::before {
  content: "\2715";
  position: absolute;
  left: 0;
  color: #d23b3b;
  font-weight: 800;
}

/* ---- card grids (similar / related / provider) ---- */
.sc-similar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0;
}
@media (max-width: 980px) {
  .sc-similar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .sc-similar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sc-game {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e9ecf1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.sc-game::after {
  content: none;
}
.sc-game:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 24, 40, 0.16);
  border-color: #dfe3ea;
}
.sc-game-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.sc-game-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #eef1f5;
  transition: transform 0.4s ease;
}
.sc-game:hover .sc-game-thumb img {
  transform: scale(1.07);
}
.sc-game-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 26, 0.38);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.sc-game:hover .sc-game-thumb::after {
  opacity: 1;
}
.sc-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  background: linear-gradient(90deg, #16a34a, #1aa64b);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.sc-play::after {
  content: none;
}
.sc-game:hover .sc-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.sc-game-body {
  padding: 14px 14px 16px;
}
.sc-game-body h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f1b2d;
}
.sc-game-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.sc-game-prov {
  font-size: 12.5px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-game-rtp {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #0f7a37;
  background: #e7f7ee;
  border: 1px solid #c5ecd5;
  padding: 3px 9px;
  border-radius: 999px;
}

/* ---- gallery ---- */
.sc-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.sc-gallery a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.sc-gallery img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.2s;
}
.sc-gallery a:hover img {
  transform: scale(1.05);
}

/* ---- comments ---- */
.sc-comment-card {
  border: 1px solid #e6e8eb;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.sc-comment-head {
  font-weight: 700;
  color: #1f2a37;
  font-size: 14px;
  margin-bottom: 4px;
}
.sc-comment-head span {
  color: #9aa3af;
  font-weight: 400;
  font-size: 12px;
  margin-left: 8px;
}
.sc-comment-card p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}
.sc-comment-form {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.sc-comment-form textarea {
  flex: 1 1 340px;
  min-height: 72px;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  padding: 10px;
  font: inherit;
}
.sc-form-btn {
  background: #1aa64b;
  color: #fff;
  border: 0;
  font-weight: 700;
  padding: 0 24px;
  border-radius: 10px;
  cursor: pointer;
}

/* ---- countries: chips + reference-style scanned table ---- */
.sc-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}
.sc-countries span {
  background: #f1f3f6;
  border: 1px solid #e6e8eb;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 13px;
  color: #374151;
}
.sc-country-name {
  white-space: nowrap;
}
.sc-bar-cell {
  min-width: 120px;
}
.sc-bar-track {
  background: #eef1f5;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}
.sc-bar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #36d07f, #1aa64b);
}

/* ---- achievement ---- */
.sc-achieve {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(90deg, #fff7e0, #fffdf6);
  border: 1px solid #f0dea8;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 12px 0;
}
.sc-achieve .sc-medal {
  font-size: 36px;
  line-height: 1;
}
.sc-achieve b {
  color: #1f2a37;
  font-size: 20px;
  display: block;
}
.sc-achieve p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 14px;
}

/* ---- game statistic (bar chart) ---- */
.sc-stat {
  border: 1px solid #e6e8eb;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 12px 0;
}
.sc-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 150px;
  margin-top: 14px;
}
.sc-bars i {
  flex: 1;
  background: linear-gradient(#36d07f, #1aa64b);
  border-radius: 6px 6px 0 0;
}
.sc-bars-x {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.sc-bars-x span {
  flex: 1;
  text-align: center;
  font-size: 11px;
  color: #9aa3af;
}

/* ---- review subsection headings (About / Mechanics / Theme / Symbols) ---- */
.sc-review h3.sc-sub {
  font-size: 19px;
  color: #1f2a37;
  margin: 18px 0 8px;
}

/* ---- feature list (Wild / Scatter / Free spins / Buy bonus) ---- */
.sc-features {
  display: grid;
  gap: 12px;
  margin: 14px 0;
}
.sc-feature {
  border: 1px solid #e6e8eb;
  border-left: 4px solid #1aa64b;
  border-radius: 10px;
  padding: 12px 16px;
  background: #f9fbfa;
}
.sc-feature b {
  color: #1f2a37;
}

/* ---- callout banner (RTP ranges) ---- */
.sc-callout {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(90deg, #eef6ff, #f7fbff);
  border: 1px solid #cfe2f7;
  border-radius: 14px;
  padding: 16px 20px;
  margin: 16px 0;
}
.sc-callout .sc-callout-ico {
  font-size: 28px;
  line-height: 1;
}
.sc-callout b {
  color: #1f2a37;
  display: block;
  font-size: 16px;
}
.sc-callout p {
  margin: 4px 0 0;
  color: #4b5563;
  font-size: 14px;
}
.sc-callout a {
  color: #2563eb;
}

/* ---- note (SlotRank calculation) ---- */
.sc-note {
  background: #f7f8fa;
  border: 1px solid #e6e8eb;
  border-radius: 12px;
  padding: 14px 18px;
  margin: 12px 0;
  font-size: 14px;
  color: #4b5563;
}
.sc-note b {
  color: #1f2a37;
}

/* ---- newsletter ---- */
.sc-news {
  background: #f7f8fa;
  border: 1px solid #e6e8eb;
  border-radius: 16px;
  padding: 26px;
  text-align: center;
  margin: 16px 0 8px;
}
.sc-news h2 {
  margin-top: 0;
}
.sc-news-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.sc-news-form input {
  flex: 0 1 340px;
  border: 1px solid #d8dde3;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
}
.sc-news-form button {
  background: #1aa64b;
  color: #fff;
  border: 0;
  font-weight: 700;
  padding: 0 26px;
  border-radius: 10px;
  cursor: pointer;
}

@media (max-width: 860px) {
  .sc-side {
    flex-basis: 100%;
    max-width: none;
    position: static;
  }
}
@media (max-width: 760px) {
  .sc-hero {
    padding-top: 110px;
  }
  .sc-proscons {
    grid-template-columns: 1fr;
  }
  .sc-hero h1 {
    font-size: 32px;
  }
  .sc-play-main,
  .sc-play-demo {
    min-width: 0;
    width: 100%;
  }
}

/* home page games grid: keep card text left-aligned inside centered section */
.titleCenter .sc-game-body {
  text-align: left;
}

/* center CTA play button (no href -> picked up by links.js) */
.sc-cta-center {
  display: flex;
  justify-content: center;
  margin: 30px 0 6px;
}
.sc-cta-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #ffb200, #ff6a1a 55%, #ff3b30);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 15px 34px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 90, 30, 0.35);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}
.sc-cta-play:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 30px rgba(255, 90, 30, 0.45);
}
.sc-cta-play::after {
  content: none;
}
.sc-cta-ico {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding-left: 2px;
}

/* ===== Homepage hero: full-width darkened image background on mobile (below header) ===== */
@media (max-width: 768px) {
  .home.hero-mobile-bg {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    flex-direction: column;
    justify-content: center;
    min-height: 86vh;
    padding: 116px 18px 46px !important;
    gap: 0 !important;
    overflow: hidden;
  }
  .home.hero-mobile-bg .home_bg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    aspect-ratio: auto !important;
    z-index: 0;
  }
  .home.hero-mobile-bg .home_bg a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
  }
  .home.hero-mobile-bg .home_bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0 !important;
    opacity: 0.1 !important;
  }
  .home.hero-mobile-bg .home_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.9;
  }
  .home.hero-mobile-bg .home_content {
    position: relative;
    z-index: 2;
    max-width: 100% !important;
  }
  .home.hero-mobile-bg .home_content > *,
  .home.hero-mobile-bg .home_content h1 {
    max-width: 100% !important;
  }
  .home.hero-mobile-bg .home_content h1,
  .home.hero-mobile-bg .home_content > p,
  .home.hero-mobile-bg .home_content .benefits p {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }
}

/* ===== Bonus block (.home.second): image as full background on mobile ===== */
@media (max-width: 768px) {
  .home.second {
    position: relative !important;
    overflow: hidden;
  }
  .home.second .home_bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
  }
  .home.second .home_bg a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
  }
  .home.second .home_bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .home.second .home_content {
    position: relative;
    z-index: 2;
  }
}

/* ===== Mobile tables: fit to screen, wrap by words (no scroll, no char-break) ===== */
@media (max-width: 768px) {
  .table {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }
  .table table {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: auto;
  }
  .table table th,
  .table table td {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    font-size: 12px;
    padding: 8px 6px;
    vertical-align: top;
  }
  .table table th p,
  .table table td p {
    font-size: 12px;
    margin: 0;
  }
}
