body[data-home-layout="sports"] {
  --home-demo-a: #0f8cff;
  --home-demo-b: #04d47c;
  --home-demo-dark: #061827;
}

body[data-home-layout="casino"] {
  --home-demo-a: #ffcc4d;
  --home-demo-b: #d429ff;
  --home-demo-dark: #1b0823;
}

.mcw-header-layout-sports .mcw-header {
  background: linear-gradient(135deg, #062b4f, #086cdd);
}

.mcw-header-layout-casino .mcw-header {
  background: linear-gradient(135deg, #24052f, #7c1fb4);
}

.mcw-header-demo-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--home-demo-dark), var(--home-demo-a));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mcw-header-demo-strip span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.mcw-header-demo-strip small {
  font-size: 11px;
  opacity: 0.85;
  text-align: right;
}

.mcw-sidebar-demo-badge {
  margin: 10px 16px 4px;
  padding: 9px 12px;
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(135deg, var(--home-demo-a), var(--home-demo-b));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.mcw-home-demo-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 12px 10px;
  padding: 20px;
  color: #fff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(135deg, var(--home-demo-dark), var(--home-demo-a));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.mcw-home-demo-hero::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--home-demo-b), transparent);
  opacity: 0.55;
}

.mcw-home-demo-hero > * {
  position: relative;
  z-index: 1;
}

.mcw-demo-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #111827;
  background: var(--home-demo-b);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mcw-home-demo-hero h1 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.08;
}

.mcw-home-demo-hero p {
  margin: 0;
  max-width: 360px;
  font-size: 13px;
  opacity: 0.88;
}

.mcw-home-demo-hero a {
  flex: 0 0 auto;
  padding: 11px 14px;
  color: #111827;
  background: #fff;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mcw-footer-demo-panel {
  display: grid;
  gap: 5px;
  margin: 16px 10px 0;
  padding: 16px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--home-demo-dark), var(--home-demo-a));
}

.mcw-footer-demo-panel strong {
  font-size: 15px;
}

.mcw-footer-demo-panel span {
  font-size: 12px;
  opacity: 0.86;
}

@media (max-width: 420px) {
  .mcw-home-demo-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .mcw-home-demo-hero a {
    width: 100%;
    text-align: center;
  }
}
