.itri-ccp-lock,
.itri-ccp-lock body {
  overflow: hidden;
}

.itri-ccp-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  z-index: 99999;
  background: rgba(10, 10, 10, 0.96);
  color: #f5f2eb;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.24);
}

.itri-ccp-banner.is-bottom { bottom: 16px; }
.itri-ccp-banner.is-top { top: 16px; }

.itri-ccp-banner__inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
}

.itri-ccp-banner__text strong { display: block; margin-bottom: 6px; }
.itri-ccp-banner__text p { margin: 0; line-height: 1.55; }
.itri-ccp-banner__text a { color: #d4b16a; }

.itri-ccp-banner__actions,
.itri-ccp-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.itri-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  background: #d4b16a;
  color: #121212;
  transition: transform .15s ease, opacity .15s ease;
}

.itri-btn:hover { transform: translateY(-1px); }
.itri-btn--ghost {
  background: transparent;
  color: #f5f2eb;
  border: 1px solid rgba(255,255,255,0.18);
}

.itri-ccp-modal[hidden],
.itri-ccp-banner[hidden] { display: none !important; }

.itri-ccp-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
}

.itri-ccp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.52);
}

.itri-ccp-modal__dialog {
  position: relative;
  width: min(680px, calc(100vw - 24px));
  margin: 6vh auto;
  background: #ffffff;
  color: #141414;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.24);
}

.itri-ccp-modal__dialog h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.itri-ccp-modal__dialog p {
  line-height: 1.6;
}

.itri-ccp-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.itri-ccp-pref {
  border: 1px solid #ece7dc;
  border-radius: 16px;
  padding: 16px;
  margin: 14px 0;
  background: #fbfaf7;
}

.itri-ccp-pref__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.itri-ccp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: #111;
  color: #fff;
}

.itri-ccp-radio-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.itri-ccp-radio-group label { font-weight: 600; }

@media (max-width: 768px) {
  .itri-ccp-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .itri-ccp-banner__actions,
  .itri-ccp-modal__actions {
    width: 100%;
  }

  .itri-btn {
    width: 100%;
  }
}
