.analytics-consent {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9e3e8;
  border-radius: 14px;
  bottom: 18px;
  box-shadow: 0 18px 50px rgba(11, 18, 32, .22);
  color: #172235;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 50%;
  max-width: 920px;
  padding: 20px 22px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 90;
}

.analytics-consent[hidden] { display: none; }
.analytics-consent__copy strong { display: block; font-size: 17px; margin-bottom: 6px; }
.analytics-consent__copy p { color: #526174; font-size: 14px; line-height: 1.55; margin: 0; }
.analytics-consent__copy a { color: #087c91; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.analytics-consent__button {
  border: 1px solid #b8c7cf;
  border-radius: 9px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  padding: 10px 15px;
}
.analytics-consent__button--primary { background: #0f9db4; border-color: #0f9db4; color: #07131f; }
.analytics-consent__button--secondary { background: #ffffff; color: #172235; }
.analytics-consent__button:hover { filter: brightness(.96); }
.analytics-consent__button:focus-visible,
.site-footer__link-button:focus-visible { outline: 3px solid #34d6ee; outline-offset: 3px; }
.site-footer__link-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  min-height: 24px;
  padding: 0;
  text-align: left;
}
.site-footer__link-button:hover { color: #34d6ee; }

@media (max-width: 720px) {
  .analytics-consent { align-items: stretch; grid-template-columns: 1fr; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr; }
  .analytics-consent__button { width: 100%; }
}
