.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  max-width: 920px;
  margin: auto;
  padding: 22px 24px;
  background: #171814;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .3);
}
.analytics-consent-copy { max-width: 620px; }
.analytics-consent strong { font-family: Manrope, sans-serif; font-size: 21px; }
.analytics-consent p { margin: 8px 0; color: #d8d9d1; font-size: 14px; line-height: 1.55; }
.analytics-consent a { color: #fff; text-decoration: underline; }
.analytics-consent-actions { display: flex; gap: 10px; flex-shrink: 0; }
.analytics-consent button,
.analytics-settings { border: 1px solid currentColor; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.analytics-consent button { padding: 11px 15px; }
.analytics-consent button.primary { background: #fff; color: #171814; border-color: #fff; }
.analytics-settings { position: fixed; z-index: 900; left: 14px; bottom: 14px; padding: 7px 10px; background: #f4f1ea; color: #14211c; font-size: 11px; box-shadow: 0 4px 16px rgba(0, 0, 0, .12); }
@media (max-width: 700px) {
  .analytics-consent { align-items: stretch; flex-direction: column; gap: 16px; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent button { width: 100%; }
}
