/* SLOTXO V6 — catalogue sidebar + inner page redesign */
.page-hero {
  padding: 26px 30px !important;
  margin-bottom: 24px !important;
  border-radius: 22px !important;
  background: linear-gradient(
    115deg,
    rgba(24, 24, 25, 0.96),
    rgba(52, 44, 28, 0.88)
  ) !important;
  border: 1px solid rgba(221, 180, 86, 0.28) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25) !important;
  min-height: auto !important;
}
.page-hero h1 {
  font-size: clamp(30px, 4vw, 52px) !important;
  margin: 3px 0 6px !important;
}
.page-hero p {
  max-width: 760px !important;
}
.catalog-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}
.provider-filter.provider-sidebar {
  position: sticky;
  top: 96px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(
    160deg,
    rgba(30, 30, 31, 0.98),
    rgba(18, 18, 19, 0.97)
  );
  border: 1px solid rgba(221, 180, 86, 0.24);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  z-index: 3;
}
.provider-sidebar .section-head {
  margin: 0 0 18px !important;
}
.provider-sidebar .section-head h2 {
  font-size: 21px !important;
}
.provider-sidebar .section-head p {
  font-size: 13px;
  line-height: 1.55;
}
.provider-sidebar .provider-filterbar {
  display: flex !important;
  flex-direction: column;
  gap: 9px !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}
.provider-sidebar .chip {
  width: 100%;
  min-height: 46px;
  justify-content: flex-start !important;
  text-align: left !important;
  padding: 0 14px !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: #ddd !important;
  box-shadow: none !important;
}
.provider-sidebar .chip:before {
  content: "◈";
  margin-right: 10px;
  color: #cda94f;
}
.provider-sidebar .chip.active,
.provider-sidebar .chip:hover {
  background: linear-gradient(135deg, #e1bd62, #9c7324) !important;
  color: #111 !important;
  border-color: #efcf7c !important;
  transform: translateX(4px);
}
.provider-sidebar .chip.active:before {
  color: #111;
}
.catalog-main {
  min-width: 0;
}
.catalog-main .game-catalog-toolbar {
  margin-top: 0 !important;
}
.catalog-main .cards {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.catalog-main .catalog-source-note {
  margin-top: 0;
}
.provider-mobile-title {
  display: none;
}
.empty-provider-note {
  padding: 18px;
  border: 1px dashed rgba(221, 180, 86, 0.3);
  border-radius: 16px;
  color: #c9c2b2;
  background: rgba(221, 180, 86, 0.04);
}
/* redesigned inner pages */
.inner-intro {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 22px;
  margin-bottom: 26px;
}
.inner-intro-card,
.inner-side-card {
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(221, 180, 86, 0.22);
  background: linear-gradient(
    145deg,
    rgba(35, 35, 36, 0.96),
    rgba(18, 18, 19, 0.97)
  );
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
}
.inner-intro-card h2 {
  font-size: clamp(25px, 3vw, 40px);
  margin: 8px 0 12px;
}
.inner-intro-card p {
  color: #bdb8ad;
  line-height: 1.8;
}
.inner-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.inner-side-card .mini-stat {
  padding: 14px 16px;
  border-radius: 15px;
  background: rgba(221, 180, 86, 0.075);
  border: 1px solid rgba(221, 180, 86, 0.16);
}
.mini-stat b {
  display: block;
  color: #efd17e;
  font-size: 20px;
}
.mini-stat span {
  font-size: 13px;
  color: #aaa39a;
}
.promo-v6-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.promo-v6-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(221, 180, 86, 0.22);
  background: #181818;
  min-height: 280px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}
.promo-v6-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.promo-v6-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.92));
}
.promo-v6-card:hover img {
  transform: scale(1.045);
}
.promo-v6-copy {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
}
.promo-v6-copy h3 {
  font-size: 23px;
  margin: 6px 0;
}
.promo-v6-copy p {
  margin: 0;
  color: #ddd;
  font-size: 14px;
}
.promo-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #d5ad4c;
  color: #111;
  font-weight: 800;
  font-size: 11px;
}
.article-v6-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(221, 180, 86, 0.22);
  background: #191919;
  margin-bottom: 26px;
}
.article-v6-feature img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.article-v6-copy {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-v6-copy h2 {
  font-size: clamp(27px, 3vw, 42px);
  margin: 10px 0 14px;
}
.article-v6-copy p {
  color: #bdb8ad;
  line-height: 1.75;
}
.article-v6-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.article-v6-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(221, 180, 86, 0.18);
  background: rgba(27, 27, 28, 0.96);
  transition: 0.3s;
}
.article-v6-card:hover {
  transform: translateY(-5px);
  border-color: rgba(239, 207, 124, 0.5);
}
.article-v6-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.article-v6-card > div {
  padding: 20px;
}
.article-v6-card h3 {
  margin: 10px 0;
  font-size: 19px;
}
.article-v6-card p {
  color: #aaa49a;
  font-size: 14px;
  line-height: 1.65;
}
.about-v6-story {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}
.about-v6-panel {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(
    150deg,
    rgba(35, 35, 36, 0.98),
    rgba(18, 18, 19, 0.98)
  );
  border: 1px solid rgba(221, 180, 86, 0.2);
}
.about-v6-panel h2 {
  font-size: clamp(27px, 3vw, 42px);
  margin: 10px 0 14px;
}
.about-v6-panel p {
  color: #bcb6aa;
  line-height: 1.8;
}
.about-v6-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background:
    radial-gradient(circle, rgba(221, 180, 86, 0.18), transparent 65%), #171717;
}
.about-v6-logo img {
  max-width: 230px;
}
.value-v6-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.value-v6-card {
  padding: 24px;
  border-radius: 19px;
  background: rgba(31, 31, 32, 0.96);
  border: 1px solid rgba(221, 180, 86, 0.17);
}
.value-v6-card b {
  font-size: 30px;
  color: #edcb72;
}
.value-v6-card h3 {
  margin: 10px 0 8px;
}
.value-v6-card p {
  font-size: 14px;
  color: #aaa49a;
  line-height: 1.6;
}
.contact-v6-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
}
.contact-v6-info,
.contact-v6-form {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(
    150deg,
    rgba(34, 34, 35, 0.98),
    rgba(18, 18, 19, 0.98)
  );
  border: 1px solid rgba(221, 180, 86, 0.2);
}
.contact-v6-info h2,
.contact-v6-form h2 {
  font-size: 28px;
  margin: 8px 0 12px;
}
.contact-v6-info > p {
  color: #b8b2a8;
  line-height: 1.75;
}
.contact-v6-channels {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.contact-v6-channel {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  background: rgba(221, 180, 86, 0.06);
  border: 1px solid rgba(221, 180, 86, 0.13);
}
.contact-v6-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #e0bc61, #987020);
  color: #111;
  font-weight: 900;
}
.contact-v6-channel small {
  color: #a7a095;
}
.contact-v6-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-v6-form .field.full {
  grid-column: 1/-1;
}
.contact-v6-form input,
.contact-v6-form textarea {
  width: 100%;
}
@media (max-width: 1180px) {
  .catalog-main .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .article-v6-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px) {
  .catalog-shell {
    grid-template-columns: 1fr;
  }
  .provider-filter.provider-sidebar {
    position: static;
  }
  .provider-sidebar .provider-filterbar {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .provider-sidebar .chip {
    justify-content: center !important;
  }
  .catalog-main .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .inner-intro,
  .article-v6-feature,
  .about-v6-story,
  .contact-v6-layout {
    grid-template-columns: 1fr;
  }
  .promo-v6-grid {
    grid-template-columns: 1fr;
  }
  .value-v6-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-v6-feature img {
    min-height: 260px;
  }
  .article-v6-copy {
    padding: 26px;
  }
}
@media (max-width: 560px) {
  .catalog-main .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .provider-sidebar .provider-filterbar {
    grid-template-columns: 1fr 1fr;
  }
  .article-v6-grid,
  .value-v6-grid {
    grid-template-columns: 1fr;
  }
  .contact-v6-form .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-v6-form .field.full {
    grid-column: auto;
  }
  .inner-intro-card,
  .inner-side-card,
  .about-v6-panel,
  .contact-v6-info,
  .contact-v6-form {
    padding: 22px;
  }
  .page-hero {
    padding: 22px !important;
  }
}
