/* ── WRAPPER ── */
.page-wrap {
  background: var(--bg);
  width: 100%;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 476px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ── HERO TOP: black headline boxes ── */
.headline-box {
  background: var(--black);
  text-align: center;
  padding: 17px 12px 0;
}

.headline-box h1 {
  font-family: var(--font-poppins);
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 63px;
  color: var(--white);
}

.headline-box-2 {
  background: var(--black);
  text-align: center;
  padding: 5px 12px 15px;
}

.headline-box-2 h2 {
  font-family: var(--font-poppins);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 63px;
  color: var(--white);
}

/* ── HERO SUBTEXT ── */
.hero-sub {
  text-align: center;
  padding: 0 12px;
  margin: 0 0 22px;
}

.hero-sub p {
  font-family: var(--font-poppins);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 46px;
  color: var(--near-black);
  text-align: center;
}

/* ── HERO BULLETS ── */
.hero-bullets {
  padding: 0 10px;
  margin-bottom: 22px;
}

.hero-bullets p {
  font-family: var(--font-poppins);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 39px;
  color: var(--near-black);
  text-align: left;
}

/* ── BUTTON PULSE ANIMATION ── */
@keyframes btn-pulse {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.1); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

/* ── YELLOW BUTTON SECTION ── */
.yellow-cta {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 12px;
}

.btn-yellow {
  display: inline-block;
  color: var(--black);
  background: var(--yellow);
  font-family: var(--font-roboto);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.1px;
  line-height: 40px;
  width: 327px;
  border-radius: 3px;
  padding: 8px 24px;
  cursor: pointer;
  text-align: center;
  animation: btn-pulse 2s 1 linear;
}

/* ── HERO IMAGE ── */
.hero-img-wrap {
  text-align: center;
}

.hero-img-wrap img {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

/* ── RED BUTTON SECTION ── */
.red-cta-section {
  padding: 10px;
  text-align: center;
}

.btn-red {
  display: inline-block;
  color: var(--white);
  background: var(--red);
  font-family: var(--font-roboto);
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: -0.1px;
  line-height: 28px;
  border-radius: 3px;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  animation: btn-pulse 2s 1 linear;
}

.btn-red--wide { width: 339px; }
.btn-red--wider { width: 415px; }
.btn-red--w331 { width: 331px; }

/* ── BODY TEXT SECTIONS ── */
.body-section {
  padding: 10px;
}

.text-left {
  font-family: var(--font-poppins);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 39px;
  color: var(--near-black);
  text-align: left;
  margin-bottom: 22px;
}

.text-left-bold {
  font-family: var(--font-poppins);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 39px;
  color: var(--near-black);
  text-align: left;
  margin-bottom: 22px;
}

.text-center-red {
  font-family: var(--font-poppins);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 45px;
  color: red;
  text-align: center;
  margin-bottom: 22px;
}

.text-center-red-underline {
  font-family: var(--font-poppins);
  font-size: 25px;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: -0.1px;
  line-height: 39px;
  color: red;
  text-align: center;
  margin-bottom: 22px;
}

.text-center-black-27 {
  font-family: var(--font-poppins);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 39px;
  color: var(--black);
  text-align: center;
  margin: 22px 0;
}

.text-center-bold-32 {
  font-family: var(--font-poppins);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 39px;
  color: var(--near-black);
  text-align: center;
  margin-bottom: 22px;
}

/* ── IMAGES ── */
/* Linda photo: small centered square (23% width per reference) */
.img-linda {
  width: 23%;
  display: inline-block;
}

/* Trust logos (3604d17d): 49% width */
.img-trust-logos {
  width: 49%;
  display: block;
  margin: 0 auto 15px;
}

.img-video {
  width: 40%;
  display: block;
  margin: 0 auto;
}


.img-gif {
  width: 26%;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

/* ── FOOTER ── */
.footer-section {
  padding: 10px;
  text-align: center;
}

.footer-copy {
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 24px;
  text-align: center;
  margin: 14px 0;
}

.footer-link {
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 19.6px;
  text-align: center;
  margin-bottom: 14px;
  display: block;
}

.footer-disclaimer {
  font-size: 9px;
  color: var(--light-gray);
  text-align: center;
  line-height: 1.5;
}

/* ── NOTIFICATION (fixed) ── */
#notification {
  position: fixed;
  bottom: 20px;
  left: 10px;
  background-color: var(--white);
  color: var(--black);
  padding: 10px;
  border-radius: 99px;
  max-width: 400px;
  font-family: var(--font-poppins), Arial, sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
  animation: slide-up 0.5s ease-out;
  border: 3px solid #f47216;
  z-index: 9999;
}

@keyframes slide-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@keyframes pulse {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.2); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

#notification img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
  animation: pulse 1.5s infinite;
}

#notification strong { font-size: 14px; font-weight: 700; }
#viewer-count { font-weight: 700; color: var(--dark); }
#notification a { text-decoration: none; color: inherit; display: flex; align-items: center; }

/* ── EXIT-INTENT POPUP ── */
#exit-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;align-items:center;justify-content:center;padding:16px}
#exit-popup.active{display:flex}
.exit-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(3px)}
.exit-modal{position:relative;background:#fff;border-radius:12px;max-width:520px;width:100%;padding:40px 28px 32px;text-align:center;box-shadow:0 24px 64px rgba(0,0,0,.45);z-index:1;animation:popIn .3s ease}
@keyframes popIn{from{opacity:0;transform:scale(.9) translateY(-24px)}to{opacity:1;transform:scale(1) translateY(0)}}
.exit-close{position:absolute;top:10px;right:14px;background:none;border:none;font-size:30px;color:#bbb;cursor:pointer;line-height:1;padding:4px 8px;font-family:inherit}
.exit-close:hover{color:#333}
.exit-badge{display:inline-block;background:#d62323;color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;letter-spacing:.07em;margin-bottom:16px;text-transform:uppercase}
.exit-headline{font-family:'Poppins',sans-serif;font-size:24px;font-weight:700;line-height:1.25;color:#000;margin-bottom:14px}
.exit-headline span{color:#d62323}
.exit-body{font-size:15px;line-height:1.65;color:#444;margin-bottom:24px}
.exit-cta-btn{display:block;background:#d62323;color:#fff;font-family:'Roboto',sans-serif;font-size:18px;font-weight:700;text-decoration:underline;padding:16px 24px;border-radius:3px;border:none;width:100%;cursor:pointer;animation:btn-pulse 2s 1 linear}
.exit-cta-btn:hover{background:#b81d1d;color:#fff}
.exit-skip{display:block;margin-top:14px;font-size:13px;color:#aaa;cursor:pointer;text-decoration:underline;background:none;border:none;font-family:'Roboto',sans-serif;width:100%}
.exit-skip:hover{color:#666}
