.compliance-strip {
  background: #edf6ee;
  border-bottom: 1px solid #dbe7dc;
  border-top: 1px solid #dbe7dc;
  color: #171817;
  padding: 48px 24px;
}

.compliance-strip__inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1128px;
}

.compliance-strip__eyebrow {
  color: #167845;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.compliance-strip h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.05;
  margin: 0;
}

.compliance-badges {
  align-items: center;
  display: flex;
  gap: 22px;
}

.official-compliance-badge {
  background-image: url('/assets/compliance/official-compliance-badges.png');
  background-repeat: no-repeat;
  background-size: 554px 302px;
  border-radius: 9px;
  display: block;
  flex: 0 0 auto;
  height: 237px;
}

.official-compliance-badge--iso {
  background-position: -47px -33px;
  width: 188px;
}

.official-compliance-badge--soc {
  background-position: -258px -33px;
  width: 196px;
}

.footer-compliance {
  align-items: center;
  display: flex;
  gap: 12px !important;
  justify-content: center;
}

.footer-compliance .official-compliance-badge {
  background-size: 177px 97px;
  border-radius: 4px;
  height: 76px;
}

.footer-compliance .official-compliance-badge--iso {
  background-position: -15px -11px;
  width: 60px;
}

.footer-compliance .official-compliance-badge--soc {
  background-position: -83px -11px;
  width: 63px;
}

.compliance-badge {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid #cddfcf;
  border-radius: 10px;
  display: flex;
  gap: 13px;
  min-width: 205px;
  padding: 18px 20px;
}

.compliance-badge__mark {
  align-items: center;
  background: #39b86e;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.compliance-badge strong { display: block; font-size: 15px; line-height: 1.2; }
.compliance-badge span:last-child { color: #687068; display: block; font-size: 12px; margin-top: 3px; }

.cookie-consent {
  align-items: center;
  background: rgba(20, 26, 22, .97);
  border: 1px solid rgba(106, 210, 143, .35);
  border-radius: 14px;
  bottom: 22px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .34);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  left: 50%;
  max-width: 920px;
  opacity: 0;
  padding: 22px 24px;
  position: fixed;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: calc(100% - 40px);
  z-index: 1000;
}

.cookie-consent.is-visible { opacity: 1; transform: translate(-50%, 0); }
.cookie-consent__copy strong { display: block; font-size: 16px; margin-bottom: 5px; }
.cookie-consent__copy p { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.5; margin: 0; }
.cookie-consent__copy a { color: #85dfa8; font-weight: 700; }
.cookie-consent__actions { display: flex; gap: 10px; }
.cookie-consent button {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 42px;
  padding: 0 18px;
  white-space: nowrap;
}
.cookie-consent__essential { background: transparent; color: #fff; }
.cookie-consent__accept { background: #39b86e; border-color: #39b86e !important; color: #fff; }

@media (max-width: 800px) {
  .compliance-strip__inner { grid-template-columns: 1fr; }
  .compliance-badges { width: 100%; }
  .official-compliance-badge { flex: 0 0 auto; }
  .cookie-consent { align-items: stretch; grid-template-columns: 1fr; }
  .cookie-consent__actions { justify-content: flex-end; }
}

@media (max-width: 520px) {
  .compliance-badges { align-items: center; flex-direction: column; }
  .cookie-consent { bottom: 12px; padding: 19px; width: calc(100% - 24px); }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-consent button { padding-inline: 12px; }
  .footer-compliance { order: 2; }
}
