.cc-product-bar {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 20px;
  border-bottom: 1px solid rgba(75, 220, 255, .28);
  background: #061229;
  color: #f8fbff;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.cc-product-bar a {
  color: inherit;
  text-decoration: none;
}

.cc-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  font-weight: 800;
}

.cc-wordmark::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  transform: rotate(-8deg);
  border-radius: 8px;
  background: linear-gradient(135deg, #ed4bc6, #9c5cff 50%, #4bdcff);
  box-shadow: 0 7px 18px rgba(156, 92, 255, .34);
  color: #fff;
  content: "C";
  font-size: 14px;
}

.cc-product-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #aebcd7;
  font-size: 13px;
  font-weight: 700;
}

.cc-product-links a:hover { color: #4bdcff; }
.cc-product-links strong { color: #ffd56a; }

.cc-age-gate {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 8, 20, .94);
  font-family: "Segoe UI", system-ui, sans-serif;
}

.cc-age-panel {
  width: min(430px, 100%);
  padding: 38px;
  border: 1px solid rgba(75, 220, 255, .3);
  border-radius: 24px;
  background: linear-gradient(145deg, #102650, #07152f);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .4);
  color: #f8fbff;
  text-align: center;
}

.cc-age-panel b {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  place-items: center;
  border: 2px solid #ffd56a;
  border-radius: 50%;
  color: #ffd56a;
  font-size: 22px;
}

.cc-age-panel h2 { margin: 0 0 12px; color: #fff; font-size: 29px; }
.cc-age-panel p { margin: 0 0 22px; color: #aebcd7; line-height: 1.55; }

.cc-age-panel button {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(115deg, #ed4bc6, #9c5cff 47%, #36bdf8);
  color: #fff;
  cursor: pointer;
  font: 800 15px/1 "Segoe UI", system-ui, sans-serif;
}

.cc-age-panel small { display: block; margin-top: 18px; color: #7f91b1; line-height: 1.45; }

@media (max-width: 600px) {
  .cc-product-bar { align-items: flex-start; padding: 9px 12px; }
  .cc-product-links { align-items: flex-end; flex-direction: column; gap: 1px; }
  .cc-age-panel { padding: 30px 22px; }
}
