.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: auto;
  width: min(420px, calc(100vw - 32px));
  z-index: 9999;
  padding: 18px;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(11, 19, 44, 0.96);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 22px 50px rgba(0,0,0,0.36);
  backdrop-filter: blur(12px);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
}

.cookie-consent-text {
  margin: 0 0 14px;
  color: #c8d3eb;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-consent-btn {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: rgba(255,255,255,0.08);
}

.cookie-consent-btn.primary {
  border-color: rgba(255, 218, 64, 0.80);
  background: linear-gradient(135deg, #7b5cff 0%, #3e9dff 100%);
  box-shadow: 0 12px 26px rgba(62, 157, 255, 0.22);
}

.cookie-consent-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #8fd7ff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.marketing-hidden {
  display: none !important;
}

@media (max-width: 860px) {
  .cookie-consent {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }
}
