.cmq-consent {
  --cmq-consent-navy: #13294b;
  --cmq-consent-blue: #1d4f91;
  --cmq-consent-yellow: #f4c542;
  --cmq-consent-amber: #ffb703;
  --cmq-consent-surface: #10233f;
  --cmq-consent-border: #d8e0ea;
  --cmq-consent-text: #26364b;
  color: var(--cmq-consent-text);
  font-family: "Inter", Arial, sans-serif;
  position: relative;
  z-index: 2147483000;
}
.cmq-consent[hidden], .cmq-consent [hidden] { display: none !important; }
.cmq-consent-open { overflow: hidden; }
.cmq-consent__banner {
  align-items: center;
  background: linear-gradient(135deg, #10233f 0%, #172f52 100%);
  border: 1px solid #29466f;
  border-radius: 18px;
  bottom: max(16px, env(safe-area-inset-bottom));
  box-shadow: 0 22px 64px rgba(4, 13, 28, .38);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 50%;
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 22px;
  position: fixed;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 32px));
}
.cmq-consent__copy h2, .cmq-consent__modal h2, .cmq-consent__category h3, .cmq-consent__category strong {
  color: var(--cmq-consent-navy);
  font-family: "Poppins", Arial, sans-serif;
}
.cmq-consent__banner .cmq-consent__copy h2 { color: #fff; }
.cmq-consent__banner .cmq-consent__copy p { color: #e6edf7; }
.cmq-consent__copy h2, .cmq-consent__modal h2 { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.25; margin: 0 0 8px; }
.cmq-consent__copy p { font-size: .96rem; line-height: 1.55; margin: 0; max-width: 760px; }
.cmq-consent__links { margin-top: 7px !important; }
.cmq-consent a { color: var(--cmq-consent-blue); text-decoration: underline; text-underline-offset: 2px; }
.cmq-consent__banner a { color: #ffd166; }
.cmq-consent__actions { display: grid; gap: 8px; min-width: 230px; }
.cmq-consent__button, .cmq-consent__close, .cmq-consent__persistent {
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", Arial, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
}
.cmq-consent__button:focus-visible, .cmq-consent__close:focus-visible, .cmq-consent__persistent:focus-visible, .cmq-consent__category input:focus-visible + .cmq-consent__switch { outline: 3px solid #2563eb; outline-offset: 3px; }
.cmq-consent__button:disabled, .cmq-consent__close:disabled { cursor: wait; opacity: .65; }
.cmq-consent .cmq-consent__button--primary {
  background: var(--cmq-consent-amber) !important;
  border: 2px solid var(--cmq-consent-amber) !important;
  box-shadow: 0 8px 24px rgba(255, 183, 3, .3);
  color: #10233f !important;
  font-size: 1rem;
  font-weight: 800;
  min-height: 52px;
}
.cmq-consent .cmq-consent__button--primary:hover { background: #ffc43d !important; border-color: #ffc43d !important; }
.cmq-consent .cmq-consent__button--secondary { background: transparent !important; border: 1px solid #a9b9cf !important; color: #fff !important; }
.cmq-consent .cmq-consent__button--secondary:hover { background: rgba(255, 255, 255, .1) !important; border-color: #fff !important; }
.cmq-consent .cmq-consent__button--link { background: transparent !important; border: 0 !important; color: #d8e7ff !important; text-decoration: underline; }
.cmq-consent__modal .cmq-consent__button--secondary { border-color: var(--cmq-consent-navy) !important; color: var(--cmq-consent-navy) !important; }
.cmq-consent__modal .cmq-consent__button--secondary:hover { background: #eef3f9 !important; }
.cmq-consent__footer-slot { background: #0d1b2e; display: flex; justify-content: center; padding: 12px 16px; width: 100%; }
.cmq-consent__persistent {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, .7) !important;
  box-shadow: none;
  color: #fff !important;
  font-size: .82rem;
  min-height: 40px;
  position: static;
}
.cmq-consent__persistent:hover { background: rgba(255, 255, 255, .1) !important; border-color: #fff !important; }
.cmq-consent__overlay { align-items: center; background: rgba(9, 20, 38, .62); display: flex; inset: 0; justify-content: center; padding: 16px; position: fixed; }
.cmq-consent__modal { background: #fff; border-radius: 18px; box-shadow: 0 24px 70px rgba(0, 0, 0, .3); max-height: calc(100vh - 32px); overflow: auto; padding: 24px; width: min(640px, 100%); }
.cmq-consent__modal-head { align-items: flex-start; display: flex; gap: 20px; justify-content: space-between; }
.cmq-consent__eyebrow { color: var(--cmq-consent-blue); font-size: .78rem; font-weight: 700; letter-spacing: .08em; margin: 0 0 4px; text-transform: uppercase; }
.cmq-consent__close { background: #eef2f7; border: 0; color: var(--cmq-consent-navy); font-size: 1.6rem; min-width: 44px; padding: 0; }
.cmq-consent__gpc { background: #eef6ff; border-left: 4px solid var(--cmq-consent-blue); border-radius: 6px; line-height: 1.5; margin: 15px 0; padding: 12px; }
.cmq-consent__category { align-items: center; border-top: 1px solid var(--cmq-consent-border); display: flex; gap: 16px; justify-content: space-between; margin: 0; min-height: 78px; padding: 14px 0; }
.cmq-consent__category h3, .cmq-consent__category strong { display: block; font-size: 1rem; margin: 0 0 4px; }
.cmq-consent__category p, .cmq-consent__category small { color: #506176; display: block; font-size: .88rem; line-height: 1.45; margin: 0; }
.cmq-consent__always { color: #1d6b43; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.cmq-consent__category input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.cmq-consent__switch { background: #9ba8b8; border-radius: 999px; flex: 0 0 48px; height: 28px; position: relative; transition: background .18s ease; }
.cmq-consent__switch::after { background: #fff; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.25); content: ""; height: 22px; left: 3px; position: absolute; top: 3px; transition: transform .18s ease; width: 22px; }
.cmq-consent__category input:checked + .cmq-consent__switch { background: var(--cmq-consent-blue); }
.cmq-consent__category input:checked + .cmq-consent__switch::after { transform: translateX(20px); }
.cmq-consent__category input:disabled + .cmq-consent__switch { cursor: not-allowed; opacity: .5; }
.cmq-consent__status { min-height: 24px; margin: 10px 0 0; }
.cmq-consent__status.is-error { color: #a42323; font-weight: 600; }
.cmq-consent__modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
@media (max-width: 760px) {
  .cmq-consent__banner { bottom: max(8px, env(safe-area-inset-bottom)); gap: 14px; grid-template-columns: 1fr; padding: 18px; width: calc(100% - 16px); }
  .cmq-consent__actions { min-width: 0; }
  .cmq-consent__persistent { max-width: 100%; }
  .cmq-consent__modal { padding: 18px; }
  .cmq-consent__category { align-items: flex-start; }
  .cmq-consent__modal-actions { display: grid; }
  .cmq-consent__modal-actions .cmq-consent__button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .cmq-consent *, .cmq-consent *::before, .cmq-consent *::after { scroll-behavior: auto !important; transition: none !important; }
}
