@keyframes zbFadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes zbWinFade {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

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

html { scroll-behavior: smooth; }

html, body.zb-body {
  background: #0a0a0a;
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }

button { font-family: inherit; cursor: pointer; border: none; background: none; }

[role="button"][data-href] { cursor: pointer; }

.zb-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1998;
}

.zb-backdrop.is-open { display: block; }

/* Header */
.zb-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFE033;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 12px;
}

.zb-hamburger.hamburger-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px 6px;
  flex-shrink: 0;
}

.zb-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  border-radius: 2px;
}

.zb-logo-link { display: flex; align-items: center; flex-shrink: 0; }

.zb-logo--header {
  height: 40px;
  width: 150px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

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

.zb-header-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.zb-hdr-btn {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  transition: background 0.18s;
  white-space: nowrap;
}

.zb-hdr-btn:hover { background: #222; }

/* Drawer */
.zb-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  max-width: 85vw;
  height: 100vh;
  background: #0d0d0d;
  z-index: 1999;
  overflow-y: auto;
  border-right: 1px solid #222;
  transform: translateX(-105%);
  transition: transform 0.3s ease;
}

.zb-drawer.is-open { transform: translateX(0); }

.zb-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #FFE033;
  min-height: 64px;
}

.zb-logo--drawer {
  height: 36px;
  width: 130px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.zb-drawer-close {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.zb-nav-slot--mobile { display: none; }

.zb-nav-slot--desktop .zb-menu-link,
.zb-nav-slot--mobile .zb-menu-link {
  color: #ccc;
  text-decoration: none;
  padding: 13px 20px;
  border-bottom: 1px solid #1e1e1e;
  font-weight: 500;
  font-size: 14px;
  display: block;
  letter-spacing: 0.04em;
  transition: color 0.18s, background 0.18s, padding-left 0.18s;
}

.zb-nav-slot--desktop .zb-menu-link:hover,
.zb-nav-slot--mobile .zb-menu-link:hover {
  color: #FFE033;
  background: #161616;
  padding-left: 26px;
}

/* Banner */
.zb-banner {
  margin: 76px 40px 0;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #FFE033;
  border-radius: 14px;
}

.zb-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zb-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 48px 24px;
  text-align: center;
}

.zb-banner-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 5.5vw, 58px);
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  max-width: 680px;
  line-height: 1.05;
  margin-bottom: 14px;
  text-shadow: 0 2px 4px rgba(255,255,255,0.3);
  animation: zbFadeInUp 0.6s ease both;
}

.zb-cta-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  transition: background 0.18s;
  animation: zbFadeInUp 0.6s 0.2s ease both;
}

.zb-cta-btn:hover { background: #222; }

/* Category pills */
.zb-cat-section {
  background: #0a0a0a;
  padding: 48px 24px;
}

.zb-cat-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.zb-cat-pill {
  background: #FFE033;
  color: #000;
  border: none;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.18s, transform 0.15s;
  display: inline-block;
}

.zb-cat-pill:hover {
  background: #ffe033;
  transform: translateY(-1px);
}

/* Content */
.zb-content-section {
  background: #0a0a0a;
  padding: 32px 24px 72px;
}

.zb-content {
  max-width: 860px;
  margin: 0 auto;
}

.zb-content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  color: #FFE033;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}

.zb-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(16px, 2.5vw, 24px);
  color: #FFE033;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 32px 0 18px;
}

.zb-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #bbb;
  margin-bottom: 14px;
}

.zb-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.zb-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ccc;
  font-size: 15px;
  line-height: 1.7;
}

.zb-content ul li::before {
  content: '\2713';
  color: #FFE033;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 2px;
}

.zb-content blockquote {
  border-left: 4px solid #FFE033;
  padding: 20px 24px;
  background: #111;
  border-radius: 0 10px 10px 0;
  margin: 24px 0;
}

.zb-content blockquote p {
  font-size: 16px;
  line-height: 1.75;
  color: #ccc;
  font-style: italic;
  margin-bottom: 8px;
}

.zb-content blockquote cite {
  color: #FFE033;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.zb-content table th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  background: #FFE033;
}

.zb-content table td {
  padding: 14px 18px;
  color: #ddd;
  border-bottom: 1px solid #1e1e1e;
}

.zb-content table tr:nth-child(even) td { background: #111; }
.zb-content table tr:nth-child(odd) td { background: #0d0d0d; }

.zb-content details {
  background: #111;
  border: 1px solid #222;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}

.zb-content details summary {
  padding: 18px 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.zb-content details summary::-webkit-details-marker { display: none; }

.zb-content details summary::after {
  content: '+';
  color: #FFE033;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s;
}

.zb-content details[open] summary::after { transform: rotate(45deg); }

.zb-content details p {
  padding: 0 20px 18px;
  color: #999;
  font-size: 14px;
  line-height: 1.75;
  border-top: 1px solid #1e1e1e;
  margin: 0;
}

/* Wins */
.zb-wins {
  background: #060606;
  padding: 44px 0 52px;
}

.zb-wins-head-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.zb-wins-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.zb-wins-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zb-wins-nav { display: flex; gap: 6px; }

.zb-wins-scroll-left,
.zb-wins-scroll-right {
  background: none;
  border: 1px solid #333;
  color: #888;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s;
}

.zb-wins-scroll-left:hover,
.zb-wins-scroll-right:hover {
  border-color: #FFE033;
  color: #FFE033;
}

.zb-wins-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 24px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.zb-wins-track::-webkit-scrollbar { display: none; }

.zb-win-card {
  background: #141414;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 240px;
  animation: zbWinFade 0.4s ease both;
}

.zb-win-thumb {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #0d0d0d;
}

.zb-win-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zb-win-user {
  color: #666;
  font-size: 12px;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
}

.zb-win-name {
  color: #ddd;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zb-win-amount {
  color: #00C853;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
}

/* Second banner */
.zb-second-banner {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
  margin: 0 20px;
  border-radius: 14px;
  background: #FFE033;
}

.zb-second-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zb-second-banner-inner {
  position: relative;
  z-index: 1;
  padding: 52px 48px;
}

.zb-second-banner-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 700;
  color: #000;
  line-height: 1.05;
  margin-bottom: 10px;
}

/* Footer */
.zb-footer {
  background: #0d0d0d;
  padding: 52px 24px 32px;
  border-top: 1px solid #1a1a1a;
  margin-top: 40px;
}

.zb-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.zb-nav-slot--footer {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  width: 100%;
}

.zb-nav-slot--footer .zb-footer-nav,
.zb-nav-slot--footer nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
}

.zb-nav-slot--footer .zb-footer-link,
.zb-nav-slot--footer nav a {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  color: #888;
  transition: color 0.2s;
}

.zb-nav-slot--footer .zb-footer-link:hover,
.zb-nav-slot--footer nav a:hover { color: #FFE033; }

.zb-footer-label {
  color: #555;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 600;
}

.zb-providers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}

.zb-provider-wrap {
  padding: 10px 14px;
  background: #1a1a1a;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zb-provider-wrap:hover { background: #FFE033; }

.zb-provider-logo {
  height: 26px;
  width: 80px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(0.65);
  transition: filter 0.2s;
}

.zb-provider-wrap:hover .zb-provider-logo { filter: brightness(0); }

.zb-provider-toggle-wrap {
  display: none;
  justify-content: center;
  margin-bottom: 44px;
}

.zb-provider-toggle-wrap.is-visible { display: flex; }

.zb-provider-toggle-btn {
  background: none;
  border: 1px solid #333;
  color: #888;
  padding: 8px 22px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: border-color 0.2s, color 0.2s;
  letter-spacing: 0.04em;
}

.zb-provider-toggle-btn:hover {
  border-color: #FFE033;
  color: #FFE033;
}

.zb-providers-grid.is-collapsed .zb-provider-wrap:nth-child(n+5) { display: none; }

.zb-footer-divider {
  border-top: 1px solid #1a1a1a;
  margin-bottom: 36px;
}

.zb-footer-divider--copy {
  padding-top: 24px;
  margin-bottom: 0;
}

.zb-security-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}

.zb-sec-logo {
  height: 38px;
  width: auto;
  filter: brightness(0) invert(0.45);
  transition: filter 0.2s;
}

.zb-sec-logo:hover { filter: brightness(0) invert(0.75); }

.zb-footer-copy {
  text-align: center;
  color: #3a3a3a;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .zb-hdr-register { display: none; }

  .zb-banner {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 68px;
    min-height: 240px;
  }

  .zb-cat-section { padding: 20px 16px; }

  .zb-cat-pill { padding: 8px 14px; font-size: 11px; }

  .zb-content-section { padding: 20px 16px 40px; }

  .zb-wins { padding: 28px 0 36px; }

  .zb-wins-track { padding: 0 12px; }

  .zb-win-card { width: 190px; }

  .zb-second-banner {
    margin: 0 10px;
    min-height: 200px;
  }

  .zb-second-banner-inner { padding: 28px 20px; }

  .zb-second-banner-title { font-size: 28px; }

  .zb-second-banner .zb-cta-btn {
    padding: 12px 24px;
    font-size: 13px;
  }

  .zb-footer { padding: 28px 16px 20px; }

  .zb-provider-wrap { padding: 6px 8px; }

  .zb-provider-logo {
    height: 18px;
    width: 48px;
  }

  .zb-sec-logo { height: 28px; }

  .zb-provider-toggle-wrap.is-visible { display: flex; }

  .zb-nav-slot--desktop { display: none; }
  .zb-nav-slot--mobile { display: block; }
}

@media (max-width: 480px) {
  .zb-banner {
    margin-left: 8px;
    margin-right: 8px;
    min-height: 200px;
  }

  .zb-second-banner { margin: 0 8px; }

  .zb-cat-pill { padding: 7px 12px; font-size: 10px; }
}

@media (min-width: 769px) {
  .zb-nav-slot--desktop { display: block; }
  .zb-nav-slot--mobile { display: none; }
}

@media (min-width: 769px) {
  .zb-provider-toggle-wrap.is-visible { display: none !important; }
  .zb-providers-grid.is-collapsed .zb-provider-wrap:nth-child(n+5) { display: flex; }
}
