/* Cookie consent banner */
.gcg-cookie {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 420px;
  margin-right: auto;
  padding: 1rem 1.1rem;
  background: #171e26;
  border: 1px solid rgba(46, 196, 182, 0.35);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  color: #d7dee7;
  font-size: 0.92rem;
  line-height: 1.45;
}
.gcg-cookie[hidden] { display: none !important; }
.gcg-cookie p { margin: 0 0 0.75rem; }
.gcg-cookie a { color: #2ec4b6; }
.gcg-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.gcg-cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font: inherit;
  cursor: pointer;
}
.gcg-cookie-accept {
  background: #2ec4b6;
  color: #0f1419;
  font-weight: 600;
}
.gcg-cookie-reject {
  background: transparent;
  color: #a8b3c0;
  border: 1px solid rgba(168, 179, 192, 0.35) !important;
}
@media (max-width: 720px) {
  .gcg-cookie { bottom: 5.2rem; }
}
.legal-doc .muted {
  color: #6b7785;
  font-size: 0.9rem;
  margin-top: 2.5rem;
}
.gcg-consent {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0.75rem 0 0.25rem;
  font-size: 0.85rem;
  color: #a8b3c0;
}
.gcg-consent input { margin-top: 0.2rem; }
.gcg-consent a { color: #2ec4b6; }
