/* Uniqueified: 003ad60b */
/* Prefix: cas- */
/* Mobile-first */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  background: #121214;
  color: #eef0f0;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #f0f0f2;
  text-decoration: none;
}

.go-link {
  cursor: pointer;
}

button {
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ========== UTILITY ========== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ========== HEADER ========== */
.cas-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #1a1a30;
  border-bottom: 1px solid #272f4e;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
}

.cas-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cas-hamburger {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #f0eef0;
  font-size: 22px;
  border-radius: 6px;
  transition: background 0.2s;
}

.cas-hamburger:hover {
  background: rgba(255, 253, 255,0.08);
}

.cas-hamburger:focus-visible,
.cas-header-search:focus-visible,
.cas-header-chat:focus-visible,
.cas-lang-select:focus-visible,
.cas-sidebar-item:focus-visible,
.cas-mobile-nav-item:focus-visible {
  outline: 2px solid #f4fd2d;
  outline-offset: 2px;
}

.cas-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  color: #f4fd29;
  text-transform: uppercase;
}

.cas-logo-icon {
  height: 28px;
}

.cas-logo-text {
  height: 28px;
}

.cas-logo-flag {
  height: 16px;
  margin-left: 4px;
  flex-shrink: 0;
}

.cas-lang-select img {
  height: 16px;
  width: 22px;
  border-radius: 2px;
}

.cas-sidebar-bottom-item img {
  height: 20px;
  width: 28px;
  border-radius: 2px;
  flex-shrink: 0;
}

.cas-sidebar-toggle-row .cas-sidebar-icon {
  color: rgba(138, 147, 193,0.5);
}

.cas-logo img {
  display: inline-block;
}

.cas-logo-icon {
  display: none;
}

.cas-header-search {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: rgba(136, 149, 193,0.7);
  font-size: 18px;
  border-radius: 8px;
  transition: background 0.2s;
}

.cas-header-search:hover {
  background: rgba(255, 255, 254,0.08);
}

.cas-header-spacer {
  flex: 1;
}

.cas-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cas-btn-ghost {
  height: 40px;
  padding: 0 16px;
  background: transparent;
  border: 1px solid rgba(136, 149, 193,0.3);
  border-radius: 10px;
  color: #f0f0ee;
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s;
  min-width: 45px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cas-btn-ghost:hover {
  border-color: #f2fd2b;
  background: rgba(244, 253, 45,0.05);
}

.cas-btn-primary {
  height: 40px;
  padding: 0 20px;
  background: #f2fd2b;
  border: none;
  border-radius: 6px;
  color: #101212;
  font-size: 14px;
  font-weight: 700;
  transition: filter 0.2s;
  min-width: 45px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cas-btn-primary:hover {
  filter: brightness(0.9);
}

.cas-lang-select {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 255, 255,0.06);
  border: 1px solid #292f50;
  border-radius: 8px;
  color: #f0f2f0;
  font-size: 13px;
  font-weight: 700;
  padding: 0 12px;
  gap: 8px;
  min-width: auto;
}

.cas-header-chat {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: rgba(140, 149, 193,0.7);
  font-size: 18px;
  border-radius: 8px;
}

.cas-header-right .cas-btn-ghost,
.cas-header-right .cas-btn-primary,
.cas-header-right .cas-lang-select {
  display: flex;
}

.cas-header-right .cas-header-chat {
  display: none;
}

.cas-header-search {
  display: none;
}

@media (max-width: 767px) {
  .cas-btn-ghost {
    padding: 0 10px;
    font-size: 12px;
    height: 36px;
  }

  .cas-btn-primary {
    padding: 0 14px;
    font-size: 12px;
    height: 36px;
  }

  .cas-lang-select {
    height: 36px;
    padding: 0 8px;
    gap: 0;
  }

  .cas-lang-select span,
  .cas-lang-select svg {
    display: none;
  }

  .cas-header {
    gap: 4px;
    padding: 0 8px;
  }

  .cas-header-left {
    gap: 4px;
  }

  .cas-header-right {
    gap: 8px;
  }

  .cas-logo-text {
    display: none !important;
  }

  .cas-logo-icon {
    display: inline-block !important;
  }

  .cas-logo-flag {
    height: 14px !important;
  }

  .cas-header-left {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
  }

  .cas-hamburger {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 768px) {
  .cas-header-search {
    display: flex;
  }

  .cas-header-right .cas-header-chat {
    display: flex;
  }
}

/* ========== SIDEBAR ========== */
.cas-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 0, 0,0.6);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.cas-sidebar-overlay.cas-active {
  opacity: 1;
  visibility: visible;
}

.cas-sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 68px;
  background: #1d2642;
  border-right: 1px solid #292f50;
  z-index: 950;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
}

.cas-sidebar.cas-visible {
  transform: translateX(0);
}

.cas-sidebar.cas-expanded {
  width: 240px;
}

@media (min-width: 1024px) {
  .cas-sidebar {
    transform: translateX(0);
  }

  .cas-sidebar-overlay {
    display: none;
  }
}

.cas-sidebar-nav {
  flex: 1;
  padding: 8px 0;
}

.cas-sidebar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 22px;
  color: rgba(140, 149, 193,0.7);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.cas-sidebar-item:hover {
  background: rgba(253, 255, 255,0.05);
  color: #f0f0f2;
}

.cas-sidebar-item.cas-active-item {
  color: #f4fe2b;
}

.cas-sidebar-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.cas-sidebar-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.cas-sidebar-label {
  opacity: 0;
  transition: opacity 0.2s;
  flex: 1;
}

.cas-sidebar.cas-expanded .cas-sidebar-label {
  opacity: 1;
}

.cas-sidebar-badge {
  background: #22c75e;
  color: #101212;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}

.cas-sidebar.cas-expanded .cas-sidebar-badge {
  opacity: 1;
}

.cas-sidebar-chevron {
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s;
  margin-left: auto;
}

.cas-sidebar.cas-expanded .cas-sidebar-chevron {
  opacity: 1;
}

.cas-sidebar-sep {
  height: 1px;
  background: #252f50;
  margin: 8px 18px;
}

.cas-sidebar-item.cas-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.cas-sidebar-bottom {
  padding: 12px 14px;
  padding-bottom: 76px;
  border-top: 1px solid #272d50;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (min-width: 1024px) {
  .cas-sidebar-bottom {
    padding-bottom: 12px;
  }
}

.cas-sidebar-bottom-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  padding: 0 6px;
  color: rgba(138, 149, 191,0.7);
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
}

.cas-sidebar-app-btn {
  display: none;
  height: 40px;
  background: rgba(244, 253, 41,0.1);
  border: 1px solid rgba(242, 253, 43,0.3);
  border-radius: 6px;
  color: #f4fb2b;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 10px;
  white-space: nowrap;
}

.cas-sidebar.cas-expanded .cas-sidebar-app-btn {
  display: flex;
}

.cas-sidebar-toggle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  overflow: hidden;
}

.cas-sidebar-toggle-row .cas-theme-toggle {
  display: none;
}

.cas-sidebar.cas-expanded .cas-sidebar-toggle-row {
  justify-content: space-between;
}

.cas-sidebar.cas-expanded .cas-sidebar-toggle-row .cas-theme-toggle {
  display: block;
}

.cas-theme-toggle {
  width: 42px;
  height: 24px;
  background: #272d50;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.cas-theme-toggle::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #f4fd29;
  border-radius: 50%;
  transition: transform 0.2s;
}

/* ========== SIDEBAR PROMO BUTTONS ========== */
.cas-sidebar-top-btns {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
}

.cas-sidebar:not(.cas-expanded) .cas-sidebar-top-btns {
  padding: 10px 0;
  align-items: center;
}

.cas-sidebar:not(.cas-expanded) .cas-sidebar-promo-btn {
  width: 44px;
  min-height: 44px;
  border-radius: 8px;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}

.cas-sidebar:not(.cas-expanded) .cas-promo-label {
  display: none;
}

.cas-sidebar:not(.cas-expanded) .cas-promo-img {
  position: static;
  height: 28px;
}

.cas-sidebar-promo-btn {
  width: 100%;
  min-height: 38px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 6px 10px;
}

.cas-sidebar-promo-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.cas-promo-yellow {
  background: #665108;
}

.cas-promo-yellow::before {
  background: conic-gradient(from 0deg, #fddb4b, #625108, #ffdd4b);
}

.cas-promo-purple {
  background: #411b49;
}

.cas-promo-purple::before {
  background: conic-gradient(from 0deg, #c95aff, #411b49, #c95aff);
}

.cas-promo-label {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  z-index: 1;
}

.cas-promo-img {
  height: 36px;
  position: absolute;
  right: 8px;
  z-index: 1;
}

/* ========== MAIN CONTENT ========== */
.cas-main {
  padding: 16px;
  padding-bottom: 80px;
  min-height: calc(100vh - 60px);
}

@media (min-width: 1024px) {
  .cas-main {
    margin-left: 68px;
    padding-bottom: 26px;
    transition: margin-left 0.3s;
  }

  .cas-main.cas-shifted {
    margin-left: 240px;
  }
}

/* ========== CONTENT TYPOGRAPHY ========== */
.cas-content h2 {
  font-size: 24px;
  font-weight: 800;
  color: #f0eef0;
  margin: 34px 0 16px;
  line-height: 1.3;
}

.cas-content h3 {
  font-size: 19px;
  font-weight: 700;
  color: #f0f0ee;
  margin: 24px 0 12px;
  line-height: 1.35;
}

.cas-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(240, 240, 242, 0.82);
  margin: 0 0 14px;
}

.cas-content ul,
.cas-content ol {
  margin: 0 0 14px;
  padding-left: 22px;
}

.cas-content ul {
  list-style: disc;
}

.cas-content ol {
  list-style: decimal;
}

.cas-content li {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(238, 240, 240, 0.82);
  margin-bottom: 6px;
}

.cas-content a:not(.go-link):not(.cas-btn-ghost):not(.cas-btn-primary):not(.cas-logo):not(.cas-social-icon):not(.cas-footer-col-link):not(.cas-sidebar-item):not(.cas-mobile-nav-item) {
  color: #f4fe2b;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.cas-content a:not(.go-link):not(.cas-btn-ghost):not(.cas-btn-primary):not(.cas-logo):not(.cas-social-icon):not(.cas-footer-col-link):not(.cas-sidebar-item):not(.cas-mobile-nav-item):hover {
  opacity: 0.8;
}

.cas-content strong {
  font-weight: 700;
  color: #f2f0f0;
}

.cas-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 22px;
  font-size: 14px;
}

.cas-content th {
  background: rgba(39, 47, 82, 0.6);
  color: #f0eef0;
  font-weight: 700;
  text-align: left;
  padding: 10px 14px;
  border-bottom: 2px solid #273150;
}

.cas-content td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(39, 47, 78, 0.4);
  color: rgba(242, 240, 240, 0.82);
}

.cas-content tr:last-child td {
  border-bottom: none;
}

/* ========== HERO ========== */
.cas-hero {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
  background-color: #1a1a42;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 14px;
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
}

.cas-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(24, 26, 64, 0.3) 0%,
    rgba(26, 26, 66, 0.55) 50%,
    rgba(26, 26, 62, 0.75) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.cas-hero-logo {
  display: block;
  margin: 0 auto 12px;
  height: 56px;
  position: relative;
  z-index: 1;
}

.cas-hero-h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 12px rgba(253, 255, 255,0.25), 0 2px 8px rgba(0, 1, 0,0.5);
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .cas-hero {
    padding: 22px 14px;
    background-position: center center;
  }

  .cas-hero::before {
    background: linear-gradient(
      180deg,
      rgba(26, 28, 64, 0.45) 0%,
      rgba(26, 26, 62, 0.7) 50%,
      rgba(26, 24, 64, 0.85) 100%
    );
  }

  .cas-hero-logo {
    height: 40px;
    margin-bottom: 8px;
  }

  .cas-hero-h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .cas-deposit-input-row {
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .cas-deposit-amount {
    min-width: 0;
    flex: 1 1 0;
  }

  .cas-deposit-currency {
    width: auto;
    min-width: 56px;
    padding: 0 6px;
    flex: 0 0 auto;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .cas-hero {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .cas-hero-h1,
  .cas-hero-logo {
    width: 100%;
  }

  .cas-deposit-card,
  .cas-bonus-card {
    flex: 1;
  }
}

/* Deposit card */
.cas-deposit-card {
  background: rgba(27, 36, 66, 0.85);
  border: 1px solid rgba(41, 47, 80, 0.6);
  border-radius: 18px;
  padding: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}

.cas-deposit-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(138, 149, 191,0.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.cas-deposit-input-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.cas-deposit-amount {
  flex: 1;
  height: 52px;
  background: #121412;
  border: 1px solid #292f50;
  border-radius: 10px;
  color: #eef0f0;
  font-size: 18px;
  font-weight: 700;
  padding: 0 18px;
  font-family: 'Raleway', sans-serif;
}

.cas-deposit-amount::placeholder {
  color: rgba(138, 149, 191,0.4);
}

.cas-deposit-currency {
  width: 80px;
  height: 52px;
  background: #121412;
  border: 1px solid #292f50;
  border-radius: 12px;
  color: #f0f0ee;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.cas-deposit-btn {
  width: 100%;
  height: 52px;
  background: #f4fd29;
  border: none;
  border-radius: 10px;
  color: #121210;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  transition: filter 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cas-deposit-btn:hover {
  filter: brightness(0.9);
}

.cas-deposit-payments {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.cas-payment-icon {
  height: 32px;
  opacity: 0.85;
}

.cas-payment-more {
  width: 42px;
  height: 28px;
  opacity: 1;
  background: rgba(255, 255, 254,0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: rgba(138, 149, 191,0.5);
  font-weight: 700;
}

.cas-promo-link {
  color: rgba(138, 149, 191,0.5);
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.cas-promo-link:hover {
  color: #f6fd2b;
}

/* Bonus card */
.cas-bonus-card {
  background: linear-gradient(135deg, rgba(135, 38, 253,0.7) 0%, rgba(91, 20, 202,0.7) 100%), url('/assets/images/goldbet/goldbet-pl-hero-mini.webp') center/cover no-repeat;
  border-radius: 16px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  color: inherit;
  isolation: isolate;
}

.cas-bonus-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: rgba(254, 255, 255,0.06);
  border-radius: 50%;
  z-index: -1;
}

.cas-bonus-card::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 150px;
  height: 150px;
  background: rgba(254, 255, 255,0.04);
  border-radius: 50%;
  z-index: -1;
}

.cas-bonus-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 253,0.7);
  margin-bottom: 14px;
}

.cas-bonus-headline {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cas-bonus-amount {
  font-size: 36px;
  font-weight: 900;
  color: #f4fd2d;
  line-height: 1.1;
  margin-bottom: 8px;
}

.cas-bonus-sub {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 253, 255,0.85);
  margin-bottom: 4px;
}

.cas-bonus-fs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 254,0.85);
}

.cas-bonus-badge {
  background: #f6fd2b;
  color: #121214;
  padding: 2px 12px;
  border-radius: 6px;
  font-weight: 900;
  font-size: inherit;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.6;
}

/* ========== SEARCH BAR ========== */
.cas-search-bar {
  position: relative;
  margin-bottom: 24px;
}

.cas-search-input {
  width: 100%;
  height: 48px;
  background: #1d2444;
  border: 1px solid #252f50;
  border-radius: 12px;
  padding: 0 14px 0 44px;
  color: #f2f0f0;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.cas-search-input::placeholder {
  color: rgba(138, 147, 193,0.4);
}

.cas-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(138, 147, 193,0.5);
  font-size: 16px;
  pointer-events: none;
}

/* ========== SECTIONS ========== */
.cas-section {
  margin-bottom: 32px;
}

.cas-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cas-section-title {
  font-size: 18px;
  font-weight: 800;
  color: #f0f0f2;
}

.cas-section-link {
  font-size: 13px;
  font-weight: 600;
  color: #f4fb2b;
}

/* ========== FOOTER ========== */
.cas-footer {
  background: #1d2642;
  border-top: 1px solid #292f50;
  padding: 38px 14px 24px;
}

@media (min-width: 1024px) {
  .cas-footer {
    margin-left: 68px;
  }

  .cas-footer.cas-shifted {
    margin-left: 240px;
  }
}

.cas-footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .cas-footer-top {
    flex-direction: row;
    justify-content: center;
    gap: 42px;
  }
}

.cas-footer-brand {
  flex-shrink: 0;
}

.cas-footer-logo {
  height: 32px;
  margin-bottom: 18px;
}

.cas-footer-socials {
  display: flex;
  gap: 10px;
}

.cas-social-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 253,0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.cas-social-icon:hover {
  background: rgba(254, 255, 255,0.12);
  transform: scale(1.05);
}

.cas-social-icon svg {
  width: 28px;
  height: 28px;
}

.cas-footer-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  flex: 1;
}

@media (min-width: 768px) {
  .cas-footer-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cas-footer-col-title {
  font-size: 14px;
  font-weight: 700;
  color: #f0f0f2;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cas-footer-col-link {
  display: block;
  color: rgba(138, 149, 191,0.7);
  font-size: 13px;
  font-weight: 500;
  padding: 2px 0;
  transition: color 0.2s;
}

.cas-footer-col-link:hover {
  color: #f4fb2b;
}

.cas-footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #272f4e;
  border-bottom: 1px solid #272f52;
  margin-bottom: 20px;
}

.cas-badge {
  height: 32px;
  max-width: 140px;
  width: auto;
  display: block;
  object-fit: contain;
}
.cas-badge-link { display: inline-flex; align-items: center; transition: opacity .2s; }
a.cas-badge-link:hover { opacity: .75; }


.cas-footer-payments {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.cas-footer-payment {
  height: 24px;
  display: block;
  object-fit: contain;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.cas-footer-payment:hover {
  opacity: 1;
}

.cas-footer-copy {
  font-size: 12px;
  color: rgba(138, 151, 193,0.4);
  line-height: 1.6;
  text-align: center;
}

/* ========== MOBILE BOTTOM NAV ========== */
.cas-mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #1a1a2c;
  border-top: 1px solid #292f50;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 1000;
  padding: 0 4px;
}

@media (min-width: 1024px) {
  .cas-mobile-nav {
    display: none;
  }
}

.cas-mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 45px;
  min-height: 45px;
  color: rgba(138, 149, 195,0.6);
  font-size: 10px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 4px 8px;
  border-radius: 8px;
  transition: color 0.2s;
}

.cas-mobile-nav-item:hover,
.cas-mobile-nav-item.cas-active-item {
  color: #f4fd29;
}

.cas-mobile-nav-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cas-mobile-nav-icon svg {
  width: 20px;
  height: 20px;
}

.cas-mobile-nav-label {
  font-size: 10px;
  font-weight: 600;
}

.cas-mobile-nav-center .cas-mobile-nav-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3b84f6, #06b4d4);
  border-radius: 50%;
  margin-top: -20px;
  box-shadow: 0 4px 12px rgba(59, 132, 246,0.4);
}

.cas-mobile-nav-center .cas-mobile-nav-icon svg {
  color: #fff;
}

.cas-mobile-nav-center {
  color: rgba(138, 151, 193,0.6);
}

/* ========== SCROLLBAR ========== */
.cas-sidebar::-webkit-scrollbar {
  width: 4px;
}

.cas-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.cas-sidebar::-webkit-scrollbar-thumb {
  background: #272f52;
  border-radius: 4px;
}

/* ========== FAQ ========== */
.tc-faq { display: flex; flex-direction: column; gap: 8px; }
.tc-faq-item { background: #1d2444; border: 1px solid #272f52; border-radius: 12px; transition: border-color 0.2s; }
.tc-faq-item[open] { border-color: rgba(242, 253, 43,0.3); }
.tc-faq-question { padding: 18px 18px; font-size: 15px; font-weight: 700; color: #f0eef0; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 45px; }
.tc-faq-question::-webkit-details-marker { display: none; }
.tc-faq-question::after { content: '\25BE'; color: rgba(138, 149, 191,0.5); transition: transform 0.2s; font-size: 14px; flex-shrink: 0; margin-left: 12px; }
.tc-faq-item[open] .cas-faq-question::after { transform: rotate(180deg); color: #f4fb2b; }
.tc-faq-answer { padding: 12px 0 14px; font-size: 14px; color: rgba(140, 149, 193,0.7); line-height: 1.6; border-top: 1px solid #252f50; margin: 0 20px; }

/* ═══════════════════════════════════════════════════════════════
   CasinoGrid (.cg-*) 
   ═══════════════════════════════════════════════════════════════ */

.cg-section {
  position: relative;
  margin-bottom: 38px;
}

.cg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}

.cg-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f0eef0;
  margin: 0;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
}

.cg-view-all {
  font-size: 0.82rem;
  color: #9ea8c0;
  text-decoration: none;
  background: rgba(255, 254, 255,0.06);
  border: 1px solid #292f50;
  border-radius: 18px;
  padding: 7px 14px;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.cg-view-all:hover {
  border-color: #f6fd2b;
  color: #f6fd2b;
}
.cg-view-all:focus-visible {
  outline: 2px solid #f4fd2d;
  outline-offset: 2px;
}

.cg-slider-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cg-slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 6px;
  flex: 1;
  min-width: 0;
}
.cg-slider::-webkit-scrollbar {
  display: none;
}

.cg-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1d2440;
  border: 1px solid #273150;
  color: #eef0f0;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  padding: 0;
  user-select: none;
}
.cg-arrow:hover {
  border-color: rgba(244, 253, 45,0.4);
  color: #f2fd2b;
  background: #272f52;
}
.cg-arrow:focus-visible {
  outline: 2px solid #f2fd2b;
  outline-offset: 2px;
}

.cg-item {
  flex: 0 0 160px;
  scroll-snap-align: start;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #1f2442;
  border: 1px solid #272f4e;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.cg-item:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 253, 43,0.4);
  box-shadow: 0 0 0 1px rgba(244, 254, 43,0.15), 0 8px 24px rgba(0, 1, 0,0.3);
}
.cg-item:focus-visible {
  outline: 2px solid #f4fd2d;
  outline-offset: 2px;
}

.cg-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: rgba(0, 0, 2,0.3);
}
.cg-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.2s ease;
}
.cg-item:hover .cg-img img {
  transform: scale(1.04);
}

.cg-meta {
  padding: 8px 12px 10px;
}
.cg-title {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  color: #eef0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Raleway', sans-serif;
}
.cg-provider {
  font-size: 0.7rem;
  color: #a0a6c0;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .cg-arrow { display: none; }
  .cg-item { flex: 0 0 130px; }
  .cg-slider { gap: 10px; }
  .cg-heading { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cg-item, .cg-arrow, .cg-view-all { transition: none; }
  .cg-item:hover { transform: none; }
  .cg-img img { transition: none; }
}

/* ═══════════════════════════════════════════════════════════════
   BigWins Ticker (.bw-*)
   ═══════════════════════════════════════════════════════════════ */

.bw-section {
  margin: 32px 0;
}

.bw-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.bw-heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: #eef0f0;
  font-family: 'Raleway', sans-serif;
}

.bw-slider {
  position: relative;
  overflow: hidden;
  height: 84px;
}

.bw-cards {
  display: grid;
  grid-template-columns: repeat(var(--bw-per-row, 6), 1fr);
  gap: 10px;
  height: 84px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .bw-cards { grid-template-columns: repeat(var(--bw-per-row-md, 4), 1fr); }
}

.bw-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1d2440;
  border: 1px solid #272d50;
  border-radius: 14px;
  padding: 0 12px 0 0;
  height: 84px;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease;
}
.bw-card:hover {
  border-color: rgba(244, 251, 43,0.4);
}

.bw-section .bw-card img {
  flex: 0 0 auto;
  width: 60px;
  height: 84px;
  object-fit: cover;
  border-radius: 14px 0 0 16px;
  display: block;
}

.bw-card-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bw-amount {
  font-size: 0.95rem;
  font-weight: 800;
  color: #f4fb2b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bw-game {
  font-size: 0.72rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f0eef0;
  opacity: 0.7;
}

.bw-nickname {
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9ea8c0;
}

.bw-meta {
  font-size: 0.66rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a0a6c0;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .bw-slider {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    height: auto;
  }
  .bw-slider::-webkit-scrollbar { display: none; }
  .bw-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
    gap: 6px;
    padding-bottom: 2px;
  }
  .bw-card {
    flex: 0 0 min(190px, calc(50vw - 8px));
    width: min(190px, calc(50vw - 8px));
    height: 90px;
    scroll-snap-align: start;
  }
  .bw-section .bw-card img {
    width: 50px;
    height: 90px;
  }
}

@keyframes bw-slide-in-left {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes bw-slide-out-right {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(40px); }
}
.bw-card--entering { animation: bw-slide-in-left 0.4s ease forwards; }
.bw-card--leaving  { animation: bw-slide-out-right 0.35s ease forwards; pointer-events: none; }

.bw-mult {
  color: #f4fd29;
  font-weight: 700;
  background: rgba(246, 253, 43,0.15);
  border-radius: 4px;
  padding: 1px 2px;
}

@media (prefers-reduced-motion: reduce) {
  .bw-card--entering, .bw-card--leaving { animation: none; }
  .bw-card { transition: none; }
}

/* ═══════════════════════════════════════════════════════════════
   LiveBets Table (.lb-*)  —  Goldbet dark theme
   ═══════════════════════════════════════════════════════════════ */

.lb-section {
  margin: 34px 0;
}

.lb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #273150;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.lb-heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: #f0f0f2;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}

.lb-tabs {
  display: flex;
  align-items: center;
}

.lb-tab {
  height: 44px;
  padding: 0 18px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #a2a8c0;
  font-size: 0.88rem;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  position: relative;
  bottom: -1px;
}
.lb-tab--active {
  color: #f4fd2d;
  border-bottom-color: #f6fd2b;
}
.lb-tab:hover:not(.lb-tab--active) {
  color: #f0f0f2;
}
.lb-tab:focus-visible {
  outline: 2px solid #f4fb2b;
  outline-offset: 2px;
}

.lb-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lb-table {
  min-width: 540px;
}

.lb-thead {
  display: grid;
  grid-template-columns: 2fr 1.2fr 0.9fr 1fr 1fr 1.2fr;
  padding: 4px 14px;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a0a6c0;
  background: rgba(37, 47, 80,0.5);
}

.lb-tbody {
  height: calc(var(--lb-rows, 10) * 40px);
  overflow: hidden;
  contain: layout;
  overflow-anchor: none;
  transition: opacity 200ms ease;
}
.lb-tbody--fade { opacity: 0; }

.lb-row {
  display: grid;
  grid-template-columns: 2fr 1.2fr 0.9fr 1fr 1fr 1.2fr;
  gap: 10px;
  padding: 0 12px;
  height: 40px;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #f0f0f2;
  background: rgba(255, 253, 255,0.02);
  transition: background 0.2s ease;
  box-sizing: border-box;
}
.lb-row:nth-child(odd) {
  background: rgba(255, 255, 254,0.055);
}
.lb-row:hover {
  background: rgba(253, 255, 255,0.09);
}
.lb-row:focus-visible {
  outline: 2px solid #f6fd2b;
  outline-offset: 2px;
}

.lb-col-game {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  min-width: 0;
}

.lb-game-thumb {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.lb-game-name {
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f0f0ee;
}

.lb-game-info {
  min-width: 0;
  overflow: hidden;
}

.lb-game-player { display: none; }
.lb-col-right { display: none; }

.lb-col-player,
.lb-col-time {
  font-size: 0.78rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb-col-bet { min-width: 0; }
.lb-col-mult { min-width: 0; }

.lb-col-payout {
  font-size: 0.8rem;
  font-weight: 700;
  color: #f4fb2b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.lb-badge--bet {
  background: rgba(39, 47, 78,0.8);
  color: inherit;
}
.lb-badge--mult {
  background: rgba(244, 254, 43,0.12);
  color: #f4fd29;
}

@media (max-width: 767px) {
  .lb-body {
    overflow-x: visible;
    min-height: calc(var(--lb-rows, 10) * 64px);
  }
  .lb-tbody {
    height: calc(var(--lb-rows, 10) * 64px);
  }
  .lb-table { min-width: 0; }
  .lb-thead { display: none; }
  .lb-row {
    grid-template-columns: 1fr auto;
    height: 60px;
    margin-bottom: 4px;
  }
  .lb-col-player, .lb-col-time, .lb-col-bet, .lb-col-mult, .lb-col-payout { display: none; }
  .lb-col-game { grid-template-columns: 48px 1fr; }
  .lb-game-thumb {
    width: 48px;
    height: 48px;
    max-height: 48px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
  }
  .lb-game-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .lb-game-name { font-size: 0.82rem; }
  .lb-game-player {
    display: block;
    font-size: 0.72rem;
    color: #a0a6c0;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lb-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }
  .lb-payout-amount {
    font-size: 0.85rem;
    font-weight: 700;
    color: #f4fe2b;
    white-space: nowrap;
  }
  .lb-header {
    flex-direction: column;
    align-items: stretch;
    border-bottom: none;
    gap: 0;
  }
  .lb-heading {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .lb-tabs {
    width: 100%;
    background: rgba(254, 255, 255,0.06);
    border-radius: 16px;
    padding: 2px;
    margin-bottom: 14px;
    gap: 2px;
  }
  .lb-tab {
    flex: 1;
    text-align: center;
    padding: 0 6px;
    height: 36px;
    font-size: 0.8rem;
    border-bottom: none;
    border-radius: 14px;
    bottom: 0;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .lb-tab--active {
    background: rgba(242, 253, 43,0.15);
    border-bottom-color: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lb-row, .lb-tab, .lb-tbody { transition: none; }
}

/* ═══════════════════════════════════════════════════════════════
   Go Overlay  (#go-overlay / .go-spinner)
   ═══════════════════════════════════════════════════════════════ */

.go-link {
  cursor: pointer;
}

#go-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 1, 0.75);
  align-items: center;
  justify-content: center;
}

#go-overlay.go-overlay--visible {
  display: flex;
}

.go-spinner {
  width: 56px;
  height: 56px;
  border: 5px solid rgba(255, 253, 255, 0.2);
  border-top-color: #f4fe2b;
  border-radius: 50%;
  animation: go-spin 0.8s linear infinite;
}

@keyframes go-spin {
  to { transform: rotate(360deg); }
}

/* ========== SNIPPET: CookieBanner (GDPR) ========== */
.cb-overlay { position: fixed; inset: 0; background: rgba(0, 2, 0,.55); z-index: 4000; }
.cb-banner {
  position: fixed; bottom: 1rem; left: 1rem; z-index: 4001;
  max-width: 380px; padding: 1.25rem; border-radius: 10px;
  background: #1c1a2e; color: #f0eef0; font-family: 'Raleway', sans-serif;
  font-size: .875rem; line-height: 1.5; box-shadow: 0 4px 24px rgba(0, 2, 0,.5);
  border: 1px solid #272d50;
}
.cb-text { margin: 0 0 1rem; }
.cb-text a { color: #f4fd2d; text-decoration: underline; }
.cb-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.cb-btn { border: none; border-radius: 6px; padding: .5rem 1rem; font-size: .8125rem; font-weight: 700; cursor: pointer; transition: opacity .2s; font-family: 'Raleway', sans-serif; }
.cb-btn:hover { opacity: .85; }
.cb-btn--accept, .cb-btn--save { background: #f4fe2b; color: #121210; }
.cb-btn--reject { background: transparent; color: #f2f0f0; border: 1px solid #272f52; }
.cb-btn--settings { background: transparent; color: #f4fb2b; padding: .5rem .25rem; text-decoration: underline; }
.cb-modal {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);
  z-index: 4002; width: 90%; max-width: 480px; max-height: 85vh;
  overflow-y: auto; border-radius: 10px; padding: 1.5rem;
  background: #1a182e; color: #f0f0ee; font-family: 'Raleway', sans-serif;
  box-shadow: 0 8px 32px rgba(0, 1, 0,.5); border: 1px solid #272f52;
}
.cb-modal__title { margin: 0 0 .5rem; font-size: 1.125rem; }
.cb-modal__desc { margin: 0 0 1.25rem; font-size: .8125rem; opacity: .8; line-height: 1.5; }
.cb-categories { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 1.25rem; }
.cb-cat { border: 1px solid #273150; border-radius: 8px; padding: .75rem 1rem; }
.cb-cat__header { display: flex; justify-content: space-between; align-items: center; }
.cb-cat__name { font-weight: 600; font-size: .875rem; }
.cb-cat__always { font-size: .75rem; opacity: .6; }
.cb-cat__desc { margin: .375rem 0 0; font-size: .75rem; opacity: .7; line-height: 1.4; }
.cb-modal__actions { display: flex; gap: .5rem; justify-content: flex-end; }
.cb-toggle { position: relative; display: inline-block; width: 40px; height: 22px; cursor: pointer; }
.cb-toggle input { opacity: 0; width: 0; height: 0; }
.cb-toggle__slider { position: absolute; inset: 0; border-radius: 20px; background: rgba(253, 255, 255,.2); transition: background .2s; }
.cb-toggle__slider::before { content: ''; position: absolute; left: 3px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform .2s; }
.cb-toggle input:checked + .cb-toggle__slider { background: #f4fd29; }
.cb-toggle input:checked + .cb-toggle__slider::before { transform: translateX(18px); }
@media (max-width: 767px) {
  .cb-banner { left: 0; right: 0; bottom: 0; max-width: none; border-radius: 12px 12px 0 0; }
  .cb-modal { width: 95%; }
}

/* ========== SCROLL TO TOP ========== */
.cas-scroll-top {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 900;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26, 26, 48, 0.85);
  border: 1px solid #272d50;
  color: #f0f0ee;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  backdrop-filter: blur(8px);
}

.cas-scroll-top.cas-visible {
  opacity: 1;
  visibility: visible;
}

.cas-scroll-top:hover {
  background: rgba(41, 47, 80, 0.95);
}

/* ============================================
   CONTACT FORM
   ============================================ */
.cf-section { padding: 40px 0; }
.cf-wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #1d2242;
  border: 1px solid #292f50;
  border-radius: 10px;
  padding: 2rem 2.5rem;
}
.cf-title {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cf-group { margin-bottom: 1.25rem; }
.cf-label {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: rgba(138, 149, 191,0.7);
  margin-bottom: .35rem;
  font-size: .95rem;
}
.cf-label .cf-req { color: #ef4244; margin-left: 2px; }
.cf-input, .cf-textarea {
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #fff;
  background: #121412;
  border: 1.5px solid #292f50;
  border-radius: 10px;
  padding: .65rem .85rem;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
.cf-input:focus, .cf-textarea:focus {
  outline: none;
  border-color: #f6fd2b;
  box-shadow: 0 0 0 3px rgba(244, 251, 43,.15);
}
.cf-textarea { min-height: 120px; resize: vertical; }
.cf-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0; width: 0;
  overflow: hidden;
}
.cf-btn {
  display: block;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #141212;
  background: #f6fd2b;
  border: none;
  border-radius: 10px;
  padding: .8rem 1.5rem;
  cursor: pointer;
  transition: filter .15s, transform .15s;
  margin-top: .5rem;
}
.cf-btn:hover {
  filter: brightness(0.9);
  transform: translateY(-2px);
}
.cf-btn:active { transform: translateY(0); }
.cf-msg {
  text-align: center;
  padding: .85rem 1rem;
  border-radius: 12px;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: .95rem;
}
.cf-msg--ok { background: rgba(6, 95, 72,.2); color: #70e7b7; border: 1px solid rgba(6, 93, 70,.4); }
.cf-msg--err { background: rgba(155, 27, 27,.2); color: #fca7a5; border: 1px solid rgba(153, 27, 29,.4); }
