.analytics-consent {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 54rem;
  margin: 0 auto;
  padding: .8rem .9rem;
  color: #173c3a;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(1, 82, 84, 0.2);
  border-radius: .9rem;
  box-shadow: 0 14px 38px rgba(11, 49, 47, 0.18);
  font-family: Inter, "DM Sans", Arial, sans-serif;
}

.analytics-consent__copy strong { font-size: .95rem; }
.analytics-consent__copy p { margin: .2rem 0; font-size: .875rem; line-height: 1.4; }
.analytics-consent__copy a { color: #015254; font-size: .875rem; font-weight: 600; }
.analytics-consent__actions { display: flex; flex: 0 0 auto; gap: .6rem; }
.analytics-consent button {
  min-height: 44px;
  padding: .55rem .8rem;
  color: #015254;
  background: #fff;
  border: 1px solid rgba(1, 82, 84, 0.28);
  border-radius: 999px;
  font: 600 .875rem/1 Inter, "DM Sans", Arial, sans-serif;
  cursor: pointer;
}
.analytics-consent button.is-primary { color: #fff; background: #087e76; border-color: #087e76; }
.analytics-consent button:focus-visible { outline: 3px solid rgba(8, 126, 118, 0.32); outline-offset: 2px; }

@media (max-width: 720px) {
  .analytics-consent { align-items: stretch; flex-direction: column; gap: .5rem; right: 10px; left: 10px; bottom: max(10px, env(safe-area-inset-bottom)); padding: 12px; max-height: calc(100dvh - 20px); overflow-y: auto; }
  .analytics-consent__copy strong { font-size: 15px; line-height: 1.3; }
  .analytics-consent__copy p { margin: 4px 0; font-size: 14px; line-height: 1.4; }
  .analytics-consent__copy a { font-size: 14px; line-height: 1.4; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent button { white-space: normal; padding: 10px 8px; font-size: 14px; line-height: 1.3; }
}
