.cp-age-gate {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(4px);
}

.cp-age-gate__box {
  max-width: 420px;
  width: 100%;
  padding: 28px 24px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2);
  text-align: center;
}

.cp-age-gate__box h2 {
  margin: 0 0 12px;
  font-family: var(--cp-font-display, system-ui, sans-serif);
  font-size: 1.35rem;
}

.cp-age-gate__box p {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--cp-muted, #5c6670);
  line-height: 1.5;
}

.cp-age-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cp-age-gate__actions .cp-btn {
  width: 100%;
  min-height: 44px;
}

.vip-nicotine-warning {
  margin: 12px 0 16px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--vip-muted, #64748b);
  background: rgba(0, 140, 186, 0.06);
  border-left: 3px solid var(--vip-brand, #008cba);
  border-radius: 4px;
}
