.compliance-strip {
  background: #E8F0F8;
  border-bottom: 1px solid #C5D5E8;
  padding: 10px 2rem;
  font-size: 12.5px;
  color: #2D4A6A;
  line-height: 1.55;
}

.compliance-strip .container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.compliance-strip strong {
  color: #0D1B2A;
}

.compliance-strip a {
  color: #1E3A5F;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.compliance-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0D1B2A;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}

.license-block {
  background: var(--slate-bg, #F0F4F8);
  border: 1px solid var(--border-light, #E2E8F0);
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 18px;
}

.license-block h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy, #0D1B2A);
  margin-bottom: 8px;
}

.license-block p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-body, #2D3748);
  margin: 0;
}

.license-block a {
  color: var(--adriatic, #1E3A5F);
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #0D1B2A;
  color: rgba(255, 255, 255, 0.85);
  padding: 14px 20px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.cookie-bar.hidden {
  display: none;
}

.cookie-bar a {
  color: #C8A951;
}

.cookie-bar button {
  background: #C8A951;
  color: #0D1B2A;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .compliance-strip {
    padding: 10px 16px;
    font-size: 12px;
  }

  .cookie-bar {
    flex-direction: column;
    text-align: center;
  }
}
