/* Home-only cookie notice (matches cookie.js behavior) */
.home2026 .cookie_notice{
  display:none;
  position: fixed;
  z-index: 9999999;
  bottom: 14px;
  left: 14px;
  right: 14px;
  text-align: left;
  font-family: Arial, sans-serif;
  color: #0f172a;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.12);
  box-shadow: 0 12px 35px rgba(15,23,42,.18);
  border-radius: 18px;
  padding: 14px 14px 12px 14px;
  line-height: 1.45;
}
.home2026 .cookie_notice > div{ margin-top: 10px; }

.home2026 .cookie_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin: 6px 6px 2px 0;
  text-decoration:none;
  font-size: 13px;
  padding: 10px 14px;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37,99,235,1), rgba(6,182,212,1));
  border: 1px solid rgba(37,99,235,.35);
}
.home2026 .cookie_btn:hover{ filter: brightness(1.02); }
