.home-aff-popup-layer[hidden],
.home-aff-popup-close[hidden],
.home-aff-popup-countdown[hidden]{display:none!important}

.home-aff-popup-layer{
  position:fixed;
  inset:0;
  z-index:1250;
  display:grid;
  place-items:center;
  padding:16px;
  isolation:isolate;
}

.home-aff-popup-backdrop{
  position:absolute;
  inset:0;
  z-index:-1;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:rgba(12,18,32,.66);
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
  cursor:default;
}

.home-aff-popup-dialog{
  position:relative;
  width:min(var(--home-aff-width,720px),calc(100vw - 32px));
  max-height:calc(100vh - 32px);
  overflow:auto;
  border:1px solid rgba(255,255,255,.88);
  border-radius:20px;
  background:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.34),0 8px 24px rgba(13,24,48,.18);
  color:#172033;
  opacity:0;
  transform:translateY(16px) scale(.975);
  transition:opacity .22s ease,transform .26s cubic-bezier(.2,.8,.2,1);
  outline:none;
}

.home-aff-popup-dialog.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

.home-aff-popup-topbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid #e7eaf0;
  background:#fbfcfe;
}

.home-aff-popup-topbar>div{min-width:0}
.home-aff-popup-badge{
  display:block;
  margin-bottom:3px;
  color:#a44c00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.075em;
  line-height:1.3;
  text-transform:uppercase;
}

.home-aff-popup-topbar strong{
  display:block;
  overflow:hidden;
  color:#172033;
  font-size:14px;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.home-aff-popup-countdown{
  color:#6c7485;
  font-size:11px;
  font-weight:750;
  white-space:nowrap;
}

.home-aff-popup-close{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  padding:0;
  border:1px solid rgba(109,118,136,.24);
  border-radius:50%;
  background:rgba(230,233,239,.72);
  color:rgba(31,41,55,.52);
  font:500 18px/1 Arial,sans-serif;
  cursor:pointer;
  opacity:.72;
  transition:opacity .16s ease,background .16s ease,color .16s ease,transform .16s ease;
}

.home-aff-popup-close:hover,
.home-aff-popup-close:focus-visible{
  background:#eef1f5;
  color:#111827;
  opacity:1;
  transform:scale(1.06);
}

.home-aff-popup-media{
  display:block;
  width:100%;
  height:min(var(--home-aff-height,480px),calc(100vh - 165px));
  min-height:120px;
  overflow:hidden;
  background:#f4f6f9;
  cursor:pointer;
}

.home-aff-popup-media img{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  object-fit:contain;
  background:#f4f6f9;
}

.home-aff-popup-media:focus-visible{
  outline:3px solid #6b63df;
  outline-offset:-3px;
}

.home-aff-popup-content{
  padding:16px;
  background:#fff;
}

.home-aff-popup-intro{
  color:#475467;
  font-size:14px;
  line-height:1.6;
}

.home-aff-popup-highlight{
  margin-top:12px;
  padding:11px 13px;
  border:1px solid color-mix(in srgb,var(--home-aff-highlight-color,#ee4d2d) 26%,transparent);
  border-radius:12px;
  background:color-mix(in srgb,var(--home-aff-highlight-color,#ee4d2d) 8%,white);
  color:var(--home-aff-highlight-color,#ee4d2d);
  font-size:14px;
  font-weight:var(--home-aff-highlight-weight,800);
  line-height:1.5;
}

.home-aff-popup-packages{margin-top:16px}
.home-aff-popup-packages h3{
  margin:0 0 10px;
  color:#172033;
  font-size:15px;
}
.home-aff-popup-package-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.home-aff-popup-package{
  position:relative;
  min-width:0;
  padding:13px;
  border:1px solid #e4e7ec;
  border-radius:13px;
  background:#fcfcfd;
}
.home-aff-popup-package-tag{
  display:inline-flex;
  margin-bottom:7px;
  padding:3px 7px;
  border-radius:999px;
  background:#fff0eb;
  color:#c53d20;
  font-size:9px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.home-aff-popup-package h4{
  margin:0;
  color:#172033;
  font-size:14px;
  line-height:1.35;
}
.home-aff-popup-package-price{
  display:block;
  margin-top:5px;
  color:#ee4d2d;
  font-size:16px;
  line-height:1.25;
}
.home-aff-popup-package p{
  margin:6px 0 0;
  color:#667085;
  font-size:11.5px;
  line-height:1.45;
}
.home-aff-popup-cta{
  display:flex;
  width:100%;
  margin-top:15px;
  justify-content:center;
  text-align:center;
}
.home-aff-popup-note{
  margin-top:10px;
  color:#667085;
  font-size:11px;
  line-height:1.5;
}

.home-aff-popup-disclosure{
  margin:0;
  padding:12px 16px 14px;
  border-top:1px solid #e7eaf0;
  background:#fff;
  color:#667085;
  font-size:11.5px;
  line-height:1.55;
}

.home-aff-popup-disclosure strong{color:#475467}
.home-aff-popup-open{overflow:hidden}

@media(max-width:600px){
  .home-aff-popup-layer{align-items:center;padding:10px}
  .home-aff-popup-dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px);border-radius:16px}
  .home-aff-popup-topbar{grid-template-columns:minmax(0,1fr) auto;padding:12px}
  .home-aff-popup-countdown{grid-column:1 / -1;grid-row:2;margin-top:-6px}
  .home-aff-popup-close{grid-column:2;grid-row:1}
  .home-aff-popup-media{height:min(var(--home-aff-height,480px),calc(100vh - 188px))}
  .home-aff-popup-content{padding:12px}
  .home-aff-popup-package-grid{grid-template-columns:1fr}
  .home-aff-popup-disclosure{padding:11px 12px 13px;font-size:10.5px}
}

@media(prefers-reduced-motion:reduce){
  .home-aff-popup-dialog,.home-aff-popup-close{transition:none!important}
}
