/**
 * Shared primitives for AT-1867 website popups (see Abjjad Website Pop-ups.pdf).
 * Variants: peach (pre-signup / steps), dark-gold (free upsell), green, orange CTA band.
 */

.abj-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  direction: rtl;
}

.abj-popup-overlay.show,
.abj-popup-overlay.abj-popup-is-open {
  display: flex;
}

.abj-popup-card {
  position: relative;
  max-width: 520px;
  width: 100%;
  max-height: 92vh;
  overflow: auto;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  text-align: right;
}

.abj-popup-close {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 22px;
  cursor: pointer;
  color: #333;
  background: transparent;
  border-radius: 50%;
}

.abj-popup-close:hover {
  background: rgba(0, 0, 0, 0.06);
}

/* RTL overlays (`direction: rtl`): pin close opposite the text edge (logical inline-end = physical left) */
.abj-popup-overlay .abj-popup-close {
  left: auto;
  right: auto;
  inset-inline-end: 14px;
  top: 14px;
}

.abj-popup-two-col {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: stretch;
}

.abj-popup-two-col__media {
  flex: 0 0 42%;
  max-width: 220px;
}

.abj-popup-two-col__body {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 560px) {
  .abj-popup-two-col {
    flex-direction: column;
    align-items: center;
  }

  .abj-popup-two-col__media {
    flex: 0 0 auto;
    max-width: 180px;
  }
}

/* --- Variants (background / header strips) --- */

.abj-popup-card--peach {
  background: linear-gradient(180deg, #fff6f0 0%, #ffffff 38%);
}

.abj-popup-card--dark {
  background: linear-gradient(
    160deg,
    #1a1428 0%,
    #2d2640 45%,
    #faf8f5 45%,
    #ffffff 100%
  );
  color: #1a1a1a;
}

.abj-popup-card--dark .abj-popup-card__header {
  color: #f5e6c8;
}

.abj-popup-cta--orange {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  text-align: center;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(180deg, #f28c28 0%, #e07318 100%);
}

.abj-popup-cta--orange:hover {
  filter: brightness(1.03);
}

.abj-popup-cta--green {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  text-align: center;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(180deg, #2d9d5c 0%, #22824a 100%);
}

.abj-popup-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(242, 140, 40, 0.12);
  color: #c45a00;
}

.abj-popup-badge-float {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* --- AT-1867 Popup #2: anonymous book download --- */
:root {
  --bd-anon-orange: #d87043;
  --bd-anon-beige: #f9f3ed;
  --bd-anon-text: #1a1a1a;
  --bd-anon-muted: #666666;
}

.abj-popup-overlay--download-anon {
  z-index: 10060;
}

.bd-anon-popup {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  max-height: 92vh;
  overflow: hidden auto;
  direction: rtl;
  text-align: right;
}

.bd-anon-popup .bd-anon-popup__close {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
  color: #444;
  font-size: 1.5rem;
  line-height: 1;
}

.bd-anon-popup .bd-anon-popup__close:hover {
  background: #e0e0e0;
  color: #222;
}

.bd-anon-popup__hero {
  padding: 54px 24px 26px;
  box-sizing: border-box;
}

.bd-anon-popup__header-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 14px;
}

.bd-anon-popup__cover-wrap {
  position: relative;
  flex-shrink: 0;
  margin-top: 4px;
  margin-bottom: 2px;
  z-index: 2;
  /* Lift cover so it clears the beige steps panel below */
  transform: translateY(-10px);
}

.bd-anon-popup__cover {
  display: block;
  width: 88px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  vertical-align: top;
  background: #eee;
}

.bd-anon-popup__lock {
  position: absolute;
  top: 4px;
  right: -2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bd-anon-orange);
  box-shadow: 0 2px 10px rgba(216, 112, 67, 0.45);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-anon-popup__lock svg {
  display: block;
}

.bd-anon-popup__titles {
  flex: 1 1 auto;
  min-width: 0;
  padding-inline-start: 6px;
  padding-inline-end: 4px;
}

.bd-anon-popup__title {
  margin: 0 0 10px;
  font-size: 1.72rem;
  font-weight: 800;
  line-height: 1.45;
  color: var(--bd-anon-text);
}

.bd-anon-popup__lead {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.6;
  color: var(--bd-anon-muted);
  font-weight: 400;
}

.bd-anon-popup__accent {
  color: var(--bd-anon-orange);
  font-weight: 700;
}

.bd-anon-popup__steps {
  background: var(--bd-anon-beige);
  border-radius: 14px;
  padding: 32px 16px 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.bd-anon-popup__step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.bd-anon-popup__step:last-child {
  margin-bottom: 0;
}

.bd-anon-popup__step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bd-anon-orange);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
}

.bd-anon-popup__step-body {
  flex: 1;
  min-width: 0;
}

.bd-anon-popup__step-body strong {
  display: block;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--bd-anon-text);
  margin-bottom: 0;
  line-height: 1.28;
}

.bd-anon-popup__step-body span {
  display: block;
  font-size: 1.14rem;
  color: var(--bd-anon-muted);
  line-height: 1.42;
  margin-top: 2px;
}

.bd-anon-popup__cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 16px 22px;
  text-align: center;
  border-radius: 10px;
  font-size: 1.22rem;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
  background: var(--bd-anon-orange);
  border: none;
  box-shadow: 0 4px 14px rgba(216, 112, 67, 0.35);
}

.bd-anon-popup__cta:hover {
  filter: brightness(1.04);
  color: #fff !important;
}

.bd-anon-popup__already {
  margin: 0;
  font-size: 1.22rem;
  text-align: center;
  color: var(--bd-anon-muted);
  line-height: 1.5;
}

.bd-anon-popup__login-link {
  color: var(--bd-anon-orange) !important;
  font-weight: 700;
  text-decoration: none;
}

.bd-anon-popup__login-link:hover {
  text-decoration: underline;
}

@media (max-width: 560px) {
  .bd-anon-popup__hero {
    padding: 52px 16px 20px;
  }

  .bd-anon-popup__header-row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
  }

  .bd-anon-popup__cover-wrap {
    margin-bottom: 2px;
  }

  .bd-anon-popup__titles {
    flex: 1 1 100%;
    text-align: center;
    padding: 0 4px;
  }

  .bd-anon-popup__step {
    text-align: right;
  }
}

/* --- AT-1867 Popup #3: logged-in free / expired — subscription upsell (book download) --- */
:root {
  --bd-free-cta-orange: #e67e4d;
  --bd-free-cta-orange-hover: #d96d3d;
}

.abj-popup-overlay--download-free {
  z-index: 10060;
}

.bd-free-popup {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  max-height: 92vh;
  overflow: hidden auto;
  direction: rtl;
  text-align: right;
}

.bd-free-popup .bd-free-popup__close {
  position: absolute;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  cursor: pointer;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
}

.bd-free-popup .bd-free-popup__close:hover {
  background: rgba(0, 0, 0, 0.38);
}

.bd-free-popup__header {
  position: relative;
  min-height: 168px;
  padding: 54px 20px 24px;
  box-sizing: border-box;
}

.bd-free-popup__header-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #2a2520;
}

.bd-free-popup__header-cover {
  position: absolute;
  inset: -12%;
  width: 124%;
  height: 124%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  filter: blur(10px);
  opacity: 0.75;
}

.bd-free-popup__header-cover.bd-free-popup__header-cover--empty,
.bd-free-popup__header-cover[hidden] {
  display: none !important;
}

.bd-free-popup__header-scrim {
  position: absolute;
  inset: 0;
  background: rgba(26, 20, 16, 0.72);
}

.bd-free-popup__header-copy {
  position: relative;
  z-index: 4;
  padding-block-start: 6px;
}

.bd-free-popup__title {
  margin: 0 0 12px;
  font-size: 1.62rem;
  font-weight: 800;
  line-height: 1.45;
  color: #ffffff;
}

.bd-free-popup__lead {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.94);
}

.bd-free-popup__accent {
  color: var(--bd-free-cta-orange);
  font-weight: 700;
}

.bd-free-popup__accent--header {
  color: #fbc9a9;
}

.bd-free-popup__body {
  padding: 8px 24px 0;
}

.bd-free-popup__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bd-free-popup__benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bd-free-popup__benefit:last-child {
  border-bottom: none;
}

.bd-free-popup__icon-wrap {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-free-popup__icon-wrap--read {
  background: #dfeaf8;
  color: #2a6aaf;
}

.bd-free-popup__icon-wrap--offline {
  background: #fdebdd;
  color: #c96a32;
}

.bd-free-popup__icon-wrap--exclusive {
  background: #f9f2d9;
  color: #aa8420;
}

.bd-free-popup__icon-wrap--noads {
  background: #fce4ee;
  color: #b84d73;
}

.bd-free-popup__icon {
  flex-shrink: 0;
}

.bd-free-popup__icon--infinity {
  overflow: visible;
}

.bd-free-popup__infinity-glyph {
  font-style: normal;
}

.bd-free-popup__benefit-text {
  flex: 1;
  min-width: 0;
}

.bd-free-popup__benefit-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.28;
  color: var(--bd-anon-text, #1a1a1a);
}

.bd-free-popup__benefit-sub {
  display: block;
  margin: 4px 0 0;
  font-size: 1.06rem;
  line-height: 1.42;
  color: #595959;
}

.bd-free-popup__bottom {
  padding: 8px 24px 24px;
  box-sizing: border-box;
}

.bd-free-popup__foot-note {
  margin: 0 0 16px;
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.52;
  color: #494949;
}

.bd-free-popup__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 20px;
  text-align: center;
  border-radius: 11px;
  font-size: 1.22rem;
  font-weight: 700;
  text-decoration: none !important;
  color: #ffffff !important;
  background: var(--bd-free-cta-orange);
  border: none;
  box-shadow: 0 4px 14px rgba(230, 126, 77, 0.35);
}

.bd-free-popup__cta:hover {
  background: var(--bd-free-cta-orange-hover);
  color: #ffffff !important;
  filter: brightness(1.02);
}

.bd-free-popup__cta-arrow {
  font-size: 1.15em;
  line-height: 1;
}

@media (max-width: 560px) {
  .bd-free-popup__header {
    padding: 52px 16px 20px;
    min-height: 150px;
  }

  .bd-free-popup__title {
    font-size: 1.45rem;
  }

  .bd-free-popup__lead {
    font-size: 1.1rem;
  }

  .bd-free-popup__body {
    padding-inline: 18px;
  }

  .bd-free-popup__bottom {
    padding-inline: 18px;
  }
}

/* --- AT-1867 Popup #5: subscribed / cancelled — app download after «تحميل الكتاب» (BookReadEnjoy) --- */
:root {
  --bd-sub-orange: #e67e45;
  --bd-sub-beige: #f9f3ed;
  --bd-sub-text: #1a1a1a;
  --bd-sub-muted: #666666;
}

.abj-popup-overlay--download-sub {
  z-index: 10061;
}

.bd-sub-popup {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  max-height: 92vh;
  overflow: hidden auto;
  direction: rtl;
  text-align: right;
}

.bd-sub-popup .bd-sub-popup__close {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
  color: #444;
  font-size: 1.5rem;
  line-height: 1;
}

.bd-sub-popup .bd-sub-popup__close:hover {
  background: #e0e0e0;
  color: #222;
}

.bd-sub-popup__hero {
  padding: 54px 24px 28px;
  box-sizing: border-box;
}

.bd-sub-popup__badge-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.bd-sub-popup__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1b5e20;
  background: #e8f5e9;
}

.bd-sub-popup__badge-icon {
  display: inline-flex;
  color: #2e7d32;
}

.bd-sub-popup__badge-icon svg {
  display: block;
}

.bd-sub-popup__title {
  margin: 0 0 20px;
  font-size: 1.62rem;
  font-weight: 800;
  line-height: 1.45;
  color: var(--bd-sub-text);
}

.bd-sub-popup__steps.bd-sub-popup__steps--beige {
  background: var(--bd-sub-beige);
  border-radius: 14px;
  padding: 22px 16px 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.bd-sub-popup__step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.bd-sub-popup__step:last-child {
  margin-bottom: 0;
}

.bd-sub-popup__step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bd-sub-orange);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
}

.bd-sub-popup__step-body {
  flex: 1;
  min-width: 0;
}

.bd-sub-popup__step-body strong {
  display: block;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--bd-sub-text);
  margin-bottom: 0;
  line-height: 1.28;
}

.bd-sub-popup__step-body span {
  display: block;
  font-size: 1.06rem;
  color: var(--bd-sub-muted);
  line-height: 1.4;
  margin-top: 2px;
}

.bd-sub-popup__stores {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.bd-sub-popup__store {
  flex: 1 1 140px;
  min-height: 52px;
  max-width: 220px;
  border-radius: 8px;
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 70%;
}

.bd-sub-popup__store:focus-visible {
  outline: 3px solid rgba(230, 126, 77, 0.55);
  outline-offset: 2px;
}

.bd-sub-popup__store--google {
  background-image: url("../../assets/img/stores/google.png");
}

.bd-sub-popup__store--apple {
  background-image: url("../../assets/img/stores/apple.png");
}

.bd-sub-popup__store--huawei {
  background-image: url("../../assets/img/stores/huawei.png");
}

@media (max-width: 560px) {
  .bd-sub-popup__hero {
    padding: 50px 16px 22px;
  }

  .bd-sub-popup__title {
    font-size: 1.38rem;
  }

  /* #5 stores: stay side‑by‑side on mobile (narrow row, no stacking). */
  .bd-sub-popup__stores {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
  }

  .bd-sub-popup__store {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    min-height: 48px;
    background-size: auto 58%;
  }
}

/* --- AT-1867 Popup #6: subscriptions idle urgency (ABJ55) --- */

.abj-popup-overlay.su-popup-overlay {
  z-index: 10062;
}

.su-popup {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.22);
  direction: rtl;
  text-align: right;
}

.su-popup-overlay .su-popup .abj-popup-close {
  inset-inline-end: 12px;
  top: 12px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.su-popup-overlay .su-popup .abj-popup-close:hover {
  background: rgba(255, 255, 255, 0.38);
}

.su-popup__hero {
  position: relative;
  background: linear-gradient(165deg, #e07428 0%, #d96d32 55%, #c55f2a 100%);
  padding: 48px 20px 22px;
}

.su-popup__hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.45) 0,
      rgba(255, 255, 255, 0.12) 0.85px,
      transparent 1.55px
    ),
    radial-gradient(
      circle at center,
      rgba(255, 237, 160, 0.28) 0,
      rgba(255, 237, 160, 0.08) 0.95px,
      transparent 1.75px
    );
  background-size:
    36px 40px,
    48px 52px;
  background-position:
    0 0,
    20px 24px;
}

.su-popup__hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.su-popup__ribbon {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0.96;
}

.su-popup__discount {
  margin: 0;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
}

.su-popup__hero-sub {
  margin: 10px 0 0;
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0.94;
}

.su-popup__cream {
  padding: 20px 20px 18px;
  background: linear-gradient(180deg, #fff9f3 0%, #fcf6ec 52%, #faf7f5 100%);
}

.su-popup__timer-intro {
  margin: 0 0 12px;
  text-align: center;
  font-size: 1rem;
  color: #5c5c5c;
}

.su-popup__countdown {
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  margin: 0 0 22px;
}

.su-popup__unit-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 66px;
}

.su-popup__digits {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 10px 6px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 1.52rem;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.su-popup__unit-label {
  font-size: 0.8rem;
  color: #6a6a6a;
  font-weight: 600;
}

.su-popup__colon {
  color: #1a1a1a;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  padding: 2px 0 24px;
  align-self: center;
}

.su-popup__code-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 16px;
  border: 2px dashed rgba(217, 109, 50, 0.85);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.su-popup__code-static {
  flex: 1 1 auto;
  text-align: left;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #111;
  unicode-bidi: plaintext;
}

.su-popup__copy-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(160deg, #e07428 0%, #d96d32 60%, #c9622f 100%);
}

.su-popup__copy-btn:hover {
  filter: brightness(1.06);
}

.su-popup__cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 14px 18px;
  text-align: center;
  font-size: 1.06rem;
  font-weight: 800;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 999px;
  background: linear-gradient(160deg, #e07428 0%, #d96d32 52%, #c9622f 100%);
}

.su-popup__cta:hover {
  filter: brightness(1.04);
  color: #fff !important;
}

.su-popup__fine-print {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #848484;
}

@media (max-width: 560px) {
  .su-popup__discount {
    font-size: 2.44rem;
  }

  .su-popup__digits {
    min-width: 52px;
    font-size: 1.34rem;
  }

  .su-popup__colon {
    font-size: 1.26rem;
  }
}
