.uta-pop{z-index:99999}
.uta-pop__modal{
  width:690px; max-width:calc(100vw - 24px);
  border-radius:12px;
  background:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(6,91,24,0.15);
  font-family: Arial, Helvetica, sans-serif;
  overflow:hidden;
}
/* top green header */
.uta-pop__top{
  position:relative;
  background: linear-gradient(135deg, #044212 0%, #065b18 50%, #087a20 100%);
  height:235px;
}
/* gifts image */
.uta-pop__gifts{
  position:absolute;
  left:50%;
  top:-54px;
  transform:translateX(-50%);
  width:275px;
  height:auto;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.35));
}
/* limited offer block */
.uta-pop__limited{
  position:absolute;
  left:34px;
  bottom:14px;
  display:flex;
  gap:14px;
  align-items:center;
}
.uta-pop__limited-txt{
  color:#fff;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
  line-height:1.1;
  font-size:20px;
  text-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.uta-pop__timer svg{display:block}
/* body */
.uta-pop__body{
  background:#fff;
  padding:26px 28px 24px;
}
/* row with logo + bonus */
.uta-pop__row{
  display:flex;
  align-items:center;
  gap:18px;
  justify-content:center;
  margin-bottom:18px;
}
.uta-pop__logo{
  width:84px;height:84px;border-radius:999px;
  overflow:hidden;
  flex:0 0 auto;
  border:3px solid #065b18;
  box-shadow: 0 0 15px rgba(6,91,24,0.25);
}
.uta-pop__logo img{width:100%;height:100%;object-fit:cover}
.uta-pop__bonus{
  font-weight:900;
  font-size:36px;
  line-height:1.05;
  color:#222;
  max-width:520px;
}
.uta-pop__bonus span{
  color:#065b18;
}
.uta-pop__bonus em{
  color:#d4a017;
  font-style:normal;
}
/* CTA green */
.uta-pop__cta{
  display:block;
  background: linear-gradient(135deg, #065b18 0%, #087a20 100%);
  border-radius:8px;
  text-decoration:none;
  text-align:center;
  padding:16px 14px 14px;
  color:#fff;
  margin:0 auto;
  max-width:380px;
  box-shadow: 0 4px 15px rgba(6,91,24,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.uta-pop__cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6,91,24,0.45);
}
.uta-pop__cta-main{
  font-weight:900;
  font-size:18px;
  margin-bottom:3px;
  text-transform:uppercase;
  letter-spacing:0.3px;
}
.uta-pop__cta-sub{
  font-size:14px;
  opacity:.9;
}
@media (max-width:720px){
  .uta-pop__modal{width:100%}
  .uta-pop__bonus{font-size:30px}
  .uta-pop__gifts{width:240px;top:-46px}
}
@media (max-width:520px){
  .uta-pop__row{flex-direction:column}
  .uta-pop__bonus{text-align:center}
}