.analytics-consent {
  position: fixed;
  z-index: 10001;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  max-width: 820px;
  margin: auto;
  padding: 22px 22px 22px 26px;
  color: #fff;
  background: linear-gradient(135deg, rgba(6,43,69,.88), rgba(10,56,88,.78));
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(3,26,43,.30), inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);
  overflow: hidden;
}
.analytics-consent::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #53cdf7, #0aabe9);
}
.analytics-consent[hidden] { display: none; }
.analytics-consent > div:first-child { max-width: 630px; }
.analytics-consent strong { display: block; margin-bottom: 7px; font: 800 16px/1.25 Manrope, sans-serif; letter-spacing: -.1px; }
.analytics-consent p { max-width: 600px; margin: 0 0 8px; font: 400 13.5px/1.6 Manrope, sans-serif; color: rgba(255,255,255,.86); }
.analytics-consent a { font: 600 12px/1.3 Manrope, sans-serif; color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent-actions { display: flex; align-items: center; flex-shrink: 0; }
.analytics-consent button,
.consent-settings {
  min-height: 48px;
  padding: 11px 22px;
  border: 1px solid rgba(255,255,255,.72);
  color: #fff;
  background: transparent;
  font: 800 13px/1.2 Manrope, sans-serif;
  cursor: pointer;
}
.analytics-consent .consent-accept {
  min-width: 96px;
  color: #073452;
  background: linear-gradient(135deg, #fff, #dff6ff);
  border-color: rgba(255,255,255,.9);
  border-radius: 999px;
  box-shadow: 0 9px 24px rgba(0,0,0,.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.analytics-consent .consent-accept::before { content: "✓"; margin-right: 8px; color: #0799d2; font-size: 15px; }
.analytics-consent .consent-accept:hover { transform: translateY(-2px); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.analytics-consent .consent-accept:active { transform: translateY(0); }
.analytics-consent .consent-accept:focus-visible { outline: 3px solid #62d4fa; outline-offset: 4px; }
.consent-settings { min-height: auto; padding: 0; border: 0; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
footer:not(.confirmation-footer) { flex-wrap: wrap; }
footer:not(.confirmation-footer) .footer-rights { margin-left: auto; }
.confirmation-footer a,
.confirmation-footer .consent-settings { margin-left: 12px; color: inherit; }
@media (max-width: 680px) {
  .analytics-consent { display: block; right: 12px; bottom: 12px; left: 12px; padding: 20px 18px 18px 22px; border-radius: 15px; }
  .analytics-consent-actions { margin-top: 16px; }
  .analytics-consent button { width: 100%; }
  footer:not(.confirmation-footer) { gap: 14px 18px; }
  footer:not(.confirmation-footer) .footer-rights { margin-left: 0; }
  .confirmation-footer a,
  .confirmation-footer .consent-settings { display: block; margin: 8px auto 0; }
}
