/* ===== Overlay (separate from modal) ===== */
.coupert-ads-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background-color: #001c20;
}

/* ===== Modal container ===== */
._second-cta_lovfd_1 *, ._second-cta_lovfd_1 :after, ._second-cta_lovfd_1 :before { box-sizing: inherit; }
._second-cta_lovfd_1 a:active, ._second-cta_lovfd_1 a:hover { outline-width: 0; }
._second-cta_lovfd_1 a { text-decoration: none; }
._second-cta_lovfd_1 img { border-style: none; max-width: 100%; max-height: 100%; vertical-align: middle; height: auto; }
._second-cta_lovfd_1 div, ._second-cta_lovfd_1 h3, ._second-cta_lovfd_1 img, ._second-cta_lovfd_1 span { padding: 0; margin: 0; border: 0 none; font-family: Roboto, sans-serif; font-weight: 400; font-size: 1rem; color: #333; }

._second-cta_lovfd_1 {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;          /* hidden by default, JS shows it */
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* ===== Wrapper (white card) ===== */
._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 {
  width: 555px;
  max-width: 95vw;        /* prevent overflow on small screens */
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* ===== Top section ===== */
._second-cta_lovfd_1 ._second-cta-top_lovfd_24 {
  background-color: #fff;
  text-align: center;
  padding: 25px 30px 20px;
}

._second-cta_lovfd_1 ._second-cta-top_lovfd_24 h1 {
  margin-bottom: 5px;
  font-size: 45px;
  color: #141434;
  font-family: Circular-Pro-Black, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

._second-cta_lovfd_1 ._second-cta-top_lovfd_24 h3 {
  color: #000;
  padding: 0 20px;
  line-height: 30px;
  font-size: 24px;
}

/* ===== Content section ===== */
._second-cta_lovfd_1 ._second-cta-content_lovfd_41 {
  text-align: center;
}

._second-cta_lovfd_1 ._second-cta-content_lovfd_41 h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
}

._second-cta_lovfd_1 ._second-cta-content_lovfd_41 h4 {
  font-size: 21px;
}

/* ===== Buttons section ===== */
._second-cta_lovfd_1 ._second-cta-buttons_lovfd_54 {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

._second-cta_lovfd_1 ._install-shopping-cta_1rcaw_1 {
  background-color: #0276b1;
  color: #fff;
  padding: 16px 32px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

._second-cta_lovfd_1 ._install-shopping-cta_1rcaw_1:hover {
  background-color: #025d8e;
}

._second-cta_lovfd_1 ._second-cta-buttons_lovfd_54 h5 {
  margin-top: 10px;
}

._second-cta_lovfd_1 ._second-cta-buttons_lovfd_54 h5 ._no-link_lovfd_75 {
  color: #a1a1a1;
  text-decoration: none;
  cursor: pointer;         /* was missing — shows it's clickable */
  transition: color 0.2s ease;
}

._second-cta_lovfd_1 ._second-cta-buttons_lovfd_54 h5 ._no-link_lovfd_75:hover {
  color: #666;
}

/* ===== Footer logos ===== */
._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 ._second-cta-footer_lovfd_79 {
  background-color: #fff;
  padding: 20px 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 p {
  font-size: 21px;
  font-weight: 600;
  color: #a1a1a1;
}

._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 ._second-cta-footer_lovfd_79 > div {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-right: 15px;
}

._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 ._second-cta-footer_lovfd_79 ._forbes_lovfd_91 {
  background-image: url(/assets/img/forbes.png);
  width: 81px;
  height: 20px;
}

._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 ._second-cta-footer_lovfd_79 ._fortune_lovfd_96 {
  background-image: url(/assets/img/fortune.png);
  width: 94px;
  height: 25px;
}

._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 ._second-cta-footer_lovfd_79 ._usa-today_lovfd_101 {
  background-image: url(/assets/img/usatoday.png);
  width: 76px;
  height: 30px;
}

/* ===== Mobile responsive ===== */
@media (max-width: 480px) {
  ._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 {
    width: 92%;
    border-radius: 8px;
  }

  ._second-cta_lovfd_1 ._second-cta-top_lovfd_24 {
    padding: 20px 15px 15px;
  }

  ._second-cta_lovfd_1 ._second-cta-top_lovfd_24 h1 {
    font-size: 32px;
  }

  ._second-cta_lovfd_1 ._second-cta-top_lovfd_24 h3 {
    font-size: 1.1rem;
    padding: 0 10px;
    line-height: 24px;
  }

  ._second-cta_lovfd_1 ._second-cta-content_lovfd_41 h3 {
    font-size: 28px;
    line-height: 34px;
  }

  ._second-cta_lovfd_1 ._second-cta-content_lovfd_41 h4 {
    font-size: 16px;
  }

  ._second-cta_lovfd_1 ._second-cta-buttons_lovfd_54 {
    padding: 15px;
  }

  ._second-cta_lovfd_1 ._install-shopping-cta_1rcaw_1 {
    padding: 12px 24px;
    font-size: 14px;
  }

  ._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 ._second-cta-footer_lovfd_79 {
    padding: 15px 20px;
    justify-content: center;
    gap: 15px;
  }

  ._second-cta_lovfd_1 ._second-cta-wrapper_lovfd_12 ._second-cta-footer_lovfd_79 > div {
    margin-right: 0;
  }
}