/* LibraBet casino review package */

.cs-review,
.cs-review * {
  box-sizing: border-box;
}

.cs-review {
  --cs-bg: #060a14;
  --cs-surface: #0d1424;
  --cs-surface-2: #121c32;
  --cs-surface-3: #17223d;
  --cs-text: #e9eef8;
  --cs-muted: #aeb9cf;
  --cs-soft: #7f8aa2;
  --cs-gold: #f0bf58;
  --cs-gold-2: #f7dd9a;
  --cs-border: rgba(255, 255, 255, 0.08);
  --cs-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  --cs-radius: 28px;
  color: var(--cs-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  margin: 0;
  width: 100%;
}

.cs-review img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cs-review a {
  color: inherit;
  text-decoration: none;
}

.cs-review p {
  margin: 0 0 1rem;
}

.cs-review h2,
.cs-review h3 {
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.cs-review h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.cs-review h3 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.cs-section {
  position: relative;
  margin: 0 0 32px;
  padding: clamp(26px, 4vw, 42px);
  background:
    radial-gradient(circle at top right, rgba(240, 191, 88, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(20, 29, 52, 0.96), rgba(9, 14, 27, 0.98));
  border: 1px solid var(--cs-border);
  border-radius: var(--cs-radius);
  box-shadow: var(--cs-shadow);
  overflow: hidden;
}

.cs-section-heading {
  margin-bottom: 22px;
  max-width: 860px;
}

.cs-section-heading > p:last-child {
  color: var(--cs-muted);
  margin-bottom: 0;
}

.cs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cs-gold-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cs-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cs-gold), transparent);
}

.cs-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
  margin: 0 0 32px;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(circle at 15% 0%, rgba(240, 191, 88, 0.18), transparent 26%),
    radial-gradient(circle at 100% 100%, rgba(76, 104, 175, 0.12), transparent 32%),
    linear-gradient(145deg, #10192d, #070c18 62%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--cs-radius) + 4px);
  box-shadow: var(--cs-shadow);
  overflow: hidden;
}

.cs-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(240, 191, 88, 0.18), transparent 68%);
  pointer-events: none;
}

.cs-hero__content {
  position: relative;
  z-index: 1;
}

.cs-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.cs-logo {
  width: min(240px, 52vw);
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.3));
}

.cs-pill,
.cs-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(240, 191, 88, 0.35);
  border-radius: 999px;
  background: rgba(240, 191, 88, 0.1);
  color: var(--cs-gold-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-lead {
  color: #f2f5fb;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  max-width: 760px;
}

.cs-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 24px 0 22px;
}

.cs-rating-badge {
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(16, 24, 45, 0.8);
  border: 1px solid rgba(240, 191, 88, 0.18);
}

.cs-rating-badge span {
  color: var(--cs-gold-2);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cs-rating-badge strong {
  font-size: 1rem;
  font-weight: 800;
}

.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.cs-btn:hover {
  transform: translateY(-1px);
}

.cs-btn--primary {
  background: linear-gradient(180deg, #f8d889, #e5ae3c);
  color: #171d2d;
  box-shadow: 0 14px 30px rgba(229, 174, 60, 0.22);
}

.cs-btn--ghost {
  border: 1px solid rgba(240, 191, 88, 0.35);
  background: rgba(17, 25, 44, 0.75);
  color: #f7efdc;
}

.cs-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.cs-anchor-nav a {
  padding: 0.68rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--cs-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.cs-anchor-nav a:hover {
  color: #fff;
  border-color: rgba(240, 191, 88, 0.35);
  background: rgba(240, 191, 88, 0.08);
}

.cs-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cs-stat-card {
  padding: 18px 18px 16px;
  background: rgba(9, 15, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  min-height: 132px;
}

.cs-stat-card__label {
  display: block;
  color: var(--cs-gold-2);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cs-stat-card strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.cs-stat-card small {
  color: var(--cs-muted);
  display: block;
  font-size: 0.92rem;
}

.cs-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
}

.cs-hero-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid rgba(240, 191, 88, 0.15);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.38);
}

.cs-table-wrap {
  overflow-x: auto;
}

.cs-facts-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 740px;
}

.cs-facts-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cs-facts-table th,
.cs-facts-table td {
  padding: 16px 0;
  text-align: left;
  vertical-align: top;
}

.cs-facts-table th {
  width: 28%;
  color: var(--cs-gold-2);
  font-size: 0.96rem;
  font-weight: 800;
  padding-right: 22px;
}

.cs-facts-table td {
  color: var(--cs-text);
}

.cs-promo-layout,
.cs-vip-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.cs-promo-visual img,
.cs-vip-visual img {
  width: 100%;
  border-radius: 26px;
  border: 1px solid rgba(240, 191, 88, 0.14);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
}

.cs-promo-stack,
.cs-vip-cards {
  display: grid;
  gap: 18px;
}

.cs-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cs-promo-card,
.cs-copy-card,
.cs-list-card,
.cs-payment-group {
  padding: 22px;
  background: linear-gradient(180deg, rgba(15, 22, 39, 0.98), rgba(9, 14, 27, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cs-promo-card p:last-child,
.cs-copy-card p:last-child,
.cs-list-card ul:last-child {
  margin-bottom: 0;
}

.cs-promo-card--featured {
  padding: 26px;
  border-color: rgba(240, 191, 88, 0.2);
  background:
    radial-gradient(circle at top right, rgba(240, 191, 88, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(18, 28, 50, 0.98), rgba(8, 13, 24, 0.98));
}

.cs-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cs-copy-card {
  min-height: 100%;
}

.cs-copy-card p {
  color: var(--cs-muted);
}

.cs-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-provider-grid img {
  width: 100%;
  border-radius: 18px;
}

.cs-payment-groups {
  display: grid;
  gap: 18px;
}

.cs-payment-group h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.cs-payment-group h3 img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.cs-payment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.cs-payment-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cs-list-card h3 {
  margin-bottom: 14px;
}

.cs-list-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.cs-list-card li {
  margin: 0 0 0.75rem;
  color: var(--cs-muted);
}

.cs-list-card--pro {
  border-color: rgba(93, 199, 125, 0.24);
}

.cs-list-card--con {
  border-color: rgba(236, 112, 112, 0.18);
}

.cs-faq-list {
  display: grid;
  gap: 14px;
}

.cs-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(10, 16, 30, 0.75);
  overflow: hidden;
}

.cs-faq-item summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 18px 58px 18px 20px;
  font-weight: 800;
  list-style: none;
}

.cs-faq-item summary::-webkit-details-marker {
  display: none;
}

.cs-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cs-gold-2);
  font-size: 1.5rem;
  line-height: 1;
}

.cs-faq-item[open] summary::after {
  content: "–";
}

.cs-faq-item > div {
  padding: 0 20px 18px;
}

.cs-faq-item p {
  color: var(--cs-muted);
  margin-bottom: 0;
}

.cs-disclaimer {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(240, 191, 88, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(240, 191, 88, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(16, 23, 40, 0.96), rgba(9, 14, 24, 0.98));
}

.cs-disclaimer__icon img {
  width: 100%;
  max-width: 92px;
}

.cs-disclaimer__content p {
  color: var(--cs-muted);
}

@media (max-width: 1080px) {
  .cs-hero,
  .cs-promo-layout,
  .cs-vip-layout,
  .cs-review-grid,
  .cs-pros-cons {
    grid-template-columns: 1fr;
  }

  .cs-provider-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-payment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cs-stat-grid,
  .cs-card-grid {
    grid-template-columns: 1fr;
  }

  .cs-disclaimer {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .cs-provider-grid {
    grid-template-columns: 1fr;
  }

  .cs-payment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cs-hero,
  .cs-section {
    padding: 20px;
    border-radius: 22px;
  }

  .cs-btn {
    width: 100%;
  }

  .cs-hero__meta {
    align-items: stretch;
  }

  .cs-hero-image {
    min-height: 280px;
  }

  .cs-facts-table {
    min-width: 0;
  }

  .cs-facts-table,
  .cs-facts-table tbody,
  .cs-facts-table tr,
  .cs-facts-table th,
  .cs-facts-table td {
    display: block;
    width: 100%;
  }

  .cs-facts-table tr {
    padding: 12px 0;
  }

  .cs-facts-table th,
  .cs-facts-table td {
    padding: 0;
  }

  .cs-facts-table th {
    margin-bottom: 8px;
  }

  .cs-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-rating-badge {
    width: 100%;
  }

  .cs-anchor-nav a {
    width: calc(50% - 5px);
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-btn {
    transition: none;
  }
}