.conversion-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  color: #eef7f2;
  background: #072b2e;
  border: 1px solid rgba(161, 218, 188, 0.32);
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(7, 43, 46, 0.3);
  font: 500 0.86rem/1.5 Inter, Arial, sans-serif;
}

.conversion-consent__copy { max-width: 620px; }
.conversion-consent__copy strong { display: block; color: #fff; font-size: 0.92rem; }
.conversion-consent__copy p { margin: 0.2rem 0 0; color: rgba(238, 247, 242, 0.72); }
.conversion-consent__copy a { color: #a1dabc; text-underline-offset: 2px; }
.conversion-consent__actions { display: flex; flex: 0 0 auto; gap: 0.55rem; margin-left: 1rem; }
.conversion-consent button { min-height: 40px; padding: 0.65rem 0.85rem; border-radius: 8px; font: inherit; font-weight: 800; cursor: pointer; }
.conversion-consent__secondary { color: #072b2e; background: #eef7f2; border: 1px solid #eef7f2; }
.conversion-consent__primary { color: #072b2e; background: #a1dabc; border: 1px solid #a1dabc; }
.conversion-consent button:focus-visible { outline: 3px solid #f7d56f; outline-offset: 2px; }

.conversion-consent-manager {
  position: fixed;
  z-index: 9999;
  bottom: 0.75rem;
  left: 0.75rem;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  color: #eef7f2;
  background: #072b2e;
  border: 1px solid rgba(161, 218, 188, 0.45);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(7, 43, 46, 0.2);
  font: 700 0.72rem/1 Inter, Arial, sans-serif;
  cursor: pointer;
}

.conversion-consent-manager:focus-visible { outline: 3px solid #f7d56f; outline-offset: 2px; }

@media (max-width: 700px) {
  .conversion-consent { align-items: stretch; flex-direction: column; }
  .conversion-consent__actions { margin: 0.85rem 0 0; }
  .conversion-consent button { flex: 1; }
  .conversion-consent-manager { bottom: 0.55rem; left: 0.55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .conversion-consent, .conversion-consent * { scroll-behavior: auto !important; }
}
