/* ============================================
   THEME.CSS — Тема H «Чистый минимализм»
   Brasil | Aviator | 1win
   Светлая + изумрудная
   ============================================ */

:root {
  --bg-primary: #F4F6F5;
  --bg-secondary: #FFFFFF;
  --bg-card: rgba(0,0,0,0.02);
  --bg-card-hover: rgba(0,150,100,0.06);
  --bg-nav: #FFFFFF;

  --accent-primary: #00875A;
  --accent-secondary: #007A52;
  --accent-gradient: linear-gradient(135deg, #00875A, #00C48C);

  --text-primary: #0C1713;
  --text-secondary: rgba(12,23,19,0.58);
  --text-muted: rgba(12,23,19,0.36);
  --text-link: #00875A;

  --border-subtle: rgba(0,0,0,0.06);
  --border-card: rgba(0,0,0,0.08);

  --font-primary: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 50px;

  --shadow-card: 0 2px 12px rgba(0,0,0,0.07);
  --shadow-glow: 0 0 32px rgba(0,135,90,0.15);

  --transition: 0.2s ease;

  --flag-stripe: linear-gradient(90deg,#009c3b 33%,#ffdf00 33%,#ffdf00 66%,#009c3b 66%);
}
-e 
/* Footer disclosure */
.footer-disclaimer {
  margin: 8px 0 0;
  font-size: 0.75rem;
  color: var(--text-muted, #6b7280);
  text-align: center;
  width: 100%;
  display: block;
}
.footer-disclaimer.affiliate {
  font-size: 0.7rem;
  opacity: 0.8;
  width: 100%;
  display: block;
}

/* Cookie banner fix */
.cookie-banner .btn-ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  background: #252538;
}
.cookie-banner .btn-ghost:hover {
  background: #2e2e48;
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}
.cookie-banner .btn-primary {
  background: var(--flag-stripe, #009c3b);
  border: none;
  color: #fff;
}
.cookie-text {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Mobile tap targets */
@media (max-width: 991px) {
  .nav-toggle,
  .nav-close-btn,
  .nav-cta,
  .btn,
  a.btn,
  button {
    min-height: 48px;
    min-width: 48px;
  }
  .nav-toggle span,
  .nav-close-btn {
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px 0;
  }
  .nav-toggle {
    padding: 12px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .nav-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-primary, #0C1713);
    display: block;
  }
  .site-nav {
    min-height: 48px;
  }
  .sticky-mobile-cta .btn {
    min-height: 52px;
    font-size: 1rem;
  }
}

/* Content block media — taller, no squeeze */
.content-block-media-tall {
  display: flex;
  align-items: stretch;
  min-height: 340px;
}
.content-block-media-tall img,
.content-block-media-tall picture {
  width: 100%;
  height: auto;
  object-fit: contain;
  align-self: center;
}
.content-img-tall {
  width: 100% !important;
  height: auto !important;
  max-height: 400px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .content-block-media-tall {
    min-height: auto;
  }
}

/* Alert banner — newsjacking (Pixbet) */
.alert-banner {
  position: relative;
  z-index: 1015;
  margin-top: 4px;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #0C1713;
  background: linear-gradient(90deg, #ffdf00 0%, #ffe566 50%, #ffdf00 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.alert-banner a {
  color: #00875A;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}
.alert-banner a:hover {
  color: #006644;
}
@media (max-width: 640px) {
  .alert-banner {
    font-size: 13px;
    padding: 10px 14px;
  }
}
