/* Nyugtázom főoldali nyomtató promó – a könyvelői meghívó fölött */
.printer-home-promo-banner{
  position:relative;
  display:grid;
  grid-template-columns:108px minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  margin:16px 0 12px;
  padding:22px 58px 22px 22px;
  overflow:hidden;
  border:1px solid #263c30;
  border-radius:22px;
  background:
    radial-gradient(circle at 84% -45%,rgba(216,255,53,.22) 0 150px,transparent 152px),
    linear-gradient(118deg,#18251e 0%,#1b2d23 58%,#203629 100%);
  box-shadow:0 14px 32px rgba(18,36,27,.13);
  color:#fff;
  transition:opacity .18s ease,transform .18s ease;
}
.printer-home-promo-banner::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:#d8ff35;
}
.printer-home-promo-banner.is-leaving{
  opacity:0;
  transform:translateY(-4px);
}

.printer-promo-visual{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:96px;
  height:96px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:rgba(255,255,255,.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.printer-promo-device{
  position:relative;
  width:62px;
  height:52px;
  border-radius:13px 13px 15px 15px;
  background:#f7faf8;
  box-shadow:0 12px 25px rgba(0,0,0,.18);
}
.printer-promo-slot{
  position:absolute;
  left:10px;
  right:10px;
  top:9px;
  height:5px;
  border-radius:999px;
  background:#26352d;
}
.printer-promo-receipt{
  position:absolute;
  left:15px;
  top:-29px;
  width:32px;
  height:39px;
  padding-top:4px;
  border-radius:4px 4px 1px 1px;
  background:#fff;
  box-shadow:0 -2px 9px rgba(0,0,0,.08);
}
.printer-promo-receipt::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-3px;
  height:5px;
  background:linear-gradient(135deg,transparent 3px,#fff 0) 0 0/7px 7px repeat-x;
}
.printer-promo-receipt-logo{
  display:grid;
  place-items:center;
  width:12px;
  height:12px;
  margin:0 auto 4px;
  border-radius:4px;
  background:#d8ff35;
  color:#18251e;
  font:950 9px/1 Arial,sans-serif;
  transform:rotate(-4deg);
}
.printer-promo-receipt i{
  display:block;
  width:18px;
  height:2px;
  margin:3px auto;
  border-radius:999px;
  background:#d5ddd8;
}
.printer-promo-receipt i:nth-of-type(2){width:14px}
.printer-promo-led{
  position:absolute;
  right:10px;
  bottom:10px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d8ff35;
  box-shadow:0 0 0 4px rgba(216,255,53,.15);
}

.printer-promo-copy{
  position:relative;
  z-index:1;
  min-width:0;
}
.printer-promo-topline{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:7px;
}
.printer-promo-eyebrow{
  margin-right:3px;
  color:#d8ff35;
  font-size:10px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.14em;
}
.printer-promo-device-badge{
  display:inline-flex;
  align-items:center;
  min-height:20px;
  padding:0 7px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dce6e0;
  font-size:9px;
  font-weight:850;
  letter-spacing:.04em;
}
.printer-promo-copy strong{
  display:block;
  margin-bottom:6px;
  max-width:800px;
  color:#fff;
  font-size:19px;
  line-height:1.25;
  font-weight:950;
}
.printer-promo-copy small{
  display:block;
  max-width:800px;
  color:#b9c7bf;
  font-size:12.5px;
  line-height:1.5;
  font-weight:650;
}

.printer-promo-actions{
  position:relative;
  z-index:1;
}
.printer-promo-cta{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 17px;
  border:0!important;
  border-radius:14px;
  background:#d8ff35!important;
  color:#18251e!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
  box-shadow:0 7px 20px rgba(0,0,0,.12);
  transition:transform .18s ease,filter .18s ease;
}
.printer-promo-cta:hover{
  transform:translateY(-1px);
  filter:brightness(.97);
}
.printer-promo-cta b{
  font-size:17px;
  transition:transform .18s ease;
}
.printer-promo-cta:hover b{transform:translateX(2px)}

.printer-promo-dismiss{
  position:absolute;
  z-index:3;
  right:10px;
  top:9px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:28px;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  background:rgba(255,255,255,.055);
  color:#aebcb4;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.printer-promo-dismiss span{
  font:750 17px/1 Arial,sans-serif;
}
.printer-promo-dismiss em{
  font:800 9.5px/1 inherit;
  font-style:normal;
}
.printer-promo-dismiss:hover{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.11);
  color:#fff;
}

@media(max-width:800px){
  .printer-home-promo-banner{
    grid-template-columns:72px minmax(0,1fr);
    gap:15px;
    padding:19px 16px 17px;
  }
  .printer-promo-visual{
    width:68px;
    height:68px;
    border-radius:19px;
  }
  .printer-promo-device{
    width:49px;
    height:41px;
    border-radius:10px 10px 12px 12px;
  }
  .printer-promo-receipt{left:12px;top:-22px;width:25px;height:31px}
  .printer-promo-receipt-logo{width:10px;height:10px;font-size:7px;margin-bottom:2px}
  .printer-promo-receipt i{width:14px;margin:2px auto}
  .printer-promo-slot{left:8px;right:8px;top:7px;height:4px}
  .printer-promo-led{right:8px;bottom:8px;width:6px;height:6px}
  .printer-promo-copy{padding-right:86px}
  .printer-promo-copy strong{font-size:16px}
  .printer-promo-copy small{font-size:11.5px}
  .printer-promo-actions{grid-column:1/-1}
  .printer-promo-cta{width:100%;box-sizing:border-box}
  .printer-promo-dismiss{right:10px;top:10px}
}

@media(max-width:520px){
  .printer-home-promo-banner{
    grid-template-columns:56px minmax(0,1fr);
    gap:12px;
    margin:12px 0 10px;
    padding:16px 13px 13px;
    border-radius:18px;
  }
  .printer-promo-visual{width:54px;height:54px;border-radius:15px}
  .printer-promo-device{width:39px;height:33px}
  .printer-promo-receipt{left:10px;top:-18px;width:20px;height:25px}
  .printer-promo-receipt-logo{width:8px;height:8px;font-size:6px}
  .printer-promo-receipt i{width:11px;height:1px;margin:2px auto}
  .printer-promo-copy{padding-right:0}
  .printer-promo-topline{padding-right:82px}
  .printer-promo-eyebrow{font-size:8.5px}
  .printer-promo-device-badge{min-height:18px;padding:0 5px;font-size:8px}
  .printer-promo-copy strong{font-size:14.5px;line-height:1.28}
  .printer-promo-copy small{font-size:10.8px}
  .printer-promo-dismiss em{display:none}
  .printer-promo-dismiss{width:31px;padding:0;justify-content:center;border-radius:9px}
}
