.analytics-consent {
  position: fixed;
  z-index: 110;
  right: 24px;
  bottom: 24px;
  width: min(540px, calc(100% - 48px));
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 40px #17231f1a;
}
.analytics-consent h2 { margin: 0 0 12px; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.analytics-consent p { font-size: 15px; line-height: 1.55; }
.analytics-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 20px 0 16px; }
.analytics-consent-actions button { min-height: 46px; padding: 10px 14px; border: 1px solid #b6cbbf; border-radius: 7px; color: var(--accent); background: var(--soft); font-size: 15px; font-weight: 600; line-height: 1.35; }
.analytics-consent-actions button:hover { background: var(--sage); }
.analytics-consent > a { display: inline-block; color: var(--muted); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent .analytics-consent-note { margin-top: 12px; font-size: 13px; }
[data-analytics-settings] { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.home-footer-legal { flex-wrap: wrap; }
.home-footer-legal [data-analytics-settings] { min-height: 44px; text-decoration: none; }
.home-footer-legal [data-analytics-settings]:hover { text-decoration: underline; }
@media (max-width: 560px) {
  .analytics-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); max-height: calc(100dvh - 24px); padding: 20px; }
  .analytics-consent-actions { gap: 8px; }
  .analytics-consent-actions button { padding-inline: 8px; font-size: 14px; }
}
