/* =========================
   PRÉMIUM COUNTDOWN BLOKK
   ========================= */
.promo-countdown{ padding: 14px 0 22px; }

.promo-countdown__box{
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;

  background:
    radial-gradient(900px 420px at 20% 20%, rgba(198,90,46,.12), transparent 55%),
    radial-gradient(900px 420px at 85% 65%, rgba(64,140,255,.10), transparent 55%),
    rgba(255,255,255,.04);

  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 70px rgba(0,0,0,.45);
  overflow: hidden;
}

/* finom fényperem */
.promo-countdown__box::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.18),
    rgba(198,90,46,.22),
    rgba(64,140,255,.18),
    rgba(255,255,255,0)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  opacity:.9;
}

/* Bal oldal */
.promo-countdown__left{ position: relative; z-index: 1; }

.pc-badges{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.pc-badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(245,238,220,.86);
  font-size: 12px;
  letter-spacing: .3px;
}
.pc-badge--hot{
  border-color: rgba(198,90,46,.35);
  background: rgba(198,90,46,.14);
  color: rgba(245,238,220,.94);
  font-weight: 800;
}
.pc-badge--ok{
  border-color: rgba(64,140,255,.22);
  background: rgba(64,140,255,.12);
}

.promo-countdown__title{
  margin: 0 0 8px;
  color: rgba(245,238,220,.96);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: .2px;
}

.promo-countdown__lead{
  margin: 0;
  color: rgba(234,240,246,.74);
  line-height: 1.65;
  font-size: 14px;
  max-width: 80ch;
}

.pc-sale{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(245,238,220,.95);
  font-weight: 900;
  letter-spacing: .3px;
  margin-right: 6px;
}

.pc-actions{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pc-btn{
  border-radius: 16px;
  padding: 12px 14px;
}

.pc-btn--ghost{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.14);
}

.pc-micro{
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(234,240,246,.66);
}

/* Jobb oldal (timer kártya) */
.promo-countdown__right{
  position: relative;
  z-index: 1;

  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(11,15,20,.40);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
  padding: 14px;

  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.promo-countdown__box:hover .promo-countdown__right{
  transform: translateY(-2px);
  border-color: rgba(198,90,46,.22);
  background: rgba(11,15,20,.46);
  box-shadow: 0 26px 70px rgba(0,0,0,.36);
}

.pc-kicker{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(245,238,220,.84);
  font-size: 12px;
  letter-spacing: .55px;
  margin-bottom: 10px;
}

.pc-timer{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

.pc-unit{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 12px 10px;
  text-align: center;

  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.pc-unit:hover{
  transform: translateY(-2px);
  border-color: rgba(198,90,46,.22);
  background: rgba(255,255,255,.05);
  box-shadow: 0 14px 34px rgba(0,0,0,.26);
}

.pc-num{
  font-family: "Oswald","Inter",system-ui,sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: .8px;
  color: rgba(245,238,220,.96);
}

.pc-lbl{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(245,238,220,.70);
}

/* Lejárt állapot */
.pc-done{
  margin-top: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(245,238,220,.88);
  font-size: 13px;
  line-height: 1.5;
}

/* Proof mini lista */
.pc-proof{
  margin-top: 12px;
  display:grid;
  gap: 8px;
  color: rgba(234,240,246,.70);
  font-size: 12.5px;
}

.pc-proof__row{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  line-height: 1.45;
}

.pc-proof__dot{
  width:10px;
  height:10px;
  border-radius: 999px;
  margin-top: 4px;
  background: rgba(198,90,46,.95);
  box-shadow: 0 0 0 4px rgba(198,90,46,.18);
  flex: 0 0 auto;
}

/* Reszponzív */
@media (max-width: 980px){
  .promo-countdown__box{ grid-template-columns: 1fr; padding: 16px; }
  .pc-btn{ flex: 1 1 0; justify-content: center; }
  .pc-timer{ grid-template-columns: repeat(4, minmax(0,1fr)); }
  .pc-num{ font-size: 26px; }
}

@media (max-width: 560px){
  .pc-timer{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}


/* =========================
   AKCIÓ: MIÉRT ÉRI MEG + ACCORDION (EGYMÁS MELLETT)
   ========================= */
.promo-split{ padding: 14px 0 28px; }

.promo-split__head{ margin: 0 0 12px; }
.promo-split__lead{
  margin: 0;
  color: rgba(234,240,246,.74);
  line-height: 1.6;
  font-size: 14px;
}

.promo-split__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

/* a card helper nálad már van, de biztos ami biztos */
.promo-split__left,
.promo-split__right{
  padding: 16px;
  border-radius: 22px;
}

.promo-split__title{
  margin: 0 0 10px;
  color: rgba(245,238,220,.96);
  font-size: 18px;
  letter-spacing: .2px;
}

.promo-split__bullets{
  margin: 0;
  padding-left: 18px;
  color: rgba(234,240,246,.74);
  line-height: 1.7;
  font-size: 14px;
}
.promo-split__bullets li{ margin: 0 0 6px; }

.promo-split__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.promo-split__ghost{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.14);
}
.promo-split__micro{
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
}


/* =========================
   ACCORDION – modern + működő
   ========================= */
.kg-acc{
  display: grid;
  gap: 10px;
}

.kg-acc__btn{
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(245,238,220,.92);

  padding: 12px 12px;
  border-radius: 16px;
  cursor: pointer;

  font-weight: 800;
  letter-spacing: .25px;
  display:flex;
  align-items:center;
  justify-content: space-between;

  transition: transform .14s ease, background .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.kg-acc__btn:hover{
  transform: translateY(-1px);
  background: rgba(198,90,46,.08);
  border-color: rgba(198,90,46,.22);
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}

.kg-acc__btn[aria-expanded="true"]{
  background: rgba(198,90,46,.10);
  border-color: rgba(198,90,46,.30);
}

.kg-acc__chev{
  opacity: .8;
  transition: transform .16s ease, opacity .16s ease;
}
.kg-acc__btn[aria-expanded="true"] .kg-acc__chev{
  transform: rotate(180deg);
  opacity: 1;
}

.kg-acc__panel{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(11,15,20,.35);
  padding: 12px;
}

.kg-acc__list{
  margin: 0;
  padding-left: 18px;
  color: rgba(234,240,246,.74);
  line-height: 1.7;
  font-size: 13.6px;
}

.kg-acc__text p{
  margin: 0 0 8px;
  color: rgba(234,240,246,.74);
  line-height: 1.6;
  font-size: 13.6px;
}
.kg-acc__text p:last-child{ margin-bottom: 0; }

@media (max-width: 980px){
  .promo-split__grid{ grid-template-columns: 1fr; }
  .promo-split__actions a{ flex: 1 1 0; justify-content:center; }
}

/* motion-safe */
@media (prefers-reduced-motion: reduce){
  .kg-acc__btn, .kg-acc__chev{ transition: none !important; }
  .kg-acc__btn:hover{ transform: none !important; }
}
