/* Czelli — Kosár felugró · arculat: bézs/barna + arany akcent */
.czl-kp-hatter {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(43, 29, 16, .55); /* --czl-sotet, áttetszőn */
}
.czl-kp-hatter[hidden] { display: none !important; }

.czl-kp-doboz {
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(43, 29, 16, .35);
  max-width: 440px;
  width: 100%;
  padding: 30px 28px 26px;
  text-align: center;
  position: relative;
  font-family: 'Jost', 'Segoe UI', sans-serif;
  color: #4A2E18;
  animation: czl-kp-be .22s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .czl-kp-doboz { animation: none; }
}
@keyframes czl-kp-be {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to   { opacity: 1; transform: none; }
}

.czl-kp-pipa {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #C9A961; /* --czl-arany */
  color: #2B1D10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.czl-kp-cim {
  margin: 0 0 8px;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #4A2E18;
}
.czl-kp-szoveg {
  margin: 0 0 22px;
  font-size: 1rem;
  color: rgba(74, 46, 24, .8);
  line-height: 1.5;
}

.czl-kp-gombsor {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.czl-kp-gomb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 8px;
  font-family: 'Jost', 'Segoe UI', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .18s ease, border-color .18s ease;
  box-sizing: border-box;
}
.czl-kp-gomb--kosar {
  background: #C9A961;             /* --czl-arany */
  border: 1.5px solid #C9A961;
  color: #2B1D10 !important;       /* --czl-sotet */
}
.czl-kp-gomb--kosar:hover { background: #B99749; border-color: #B99749; }
.czl-kp-gomb--tovabb {
  background: transparent;
  border: 1.5px solid rgba(74, 46, 24, .3);
  color: #4A2E18 !important;
}
.czl-kp-gomb--tovabb:hover { border-color: #4A2E18; background: #FBF5EA; }

.czl-kp-bezaras {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(74, 46, 24, .55);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}
.czl-kp-bezaras:hover { background: #F3E7CD; color: #4A2E18; }
