
/* getfortune delivery: bright contact CTA */
.gf-cta-wrap {
  position: fixed;
  left: 50%;
  bottom: 88px;
  transform: translateX(-50%);
  z-index: 9998;
  display: flex;
  gap: 10px;
  padding: 0 16px;
  max-width: 980px;
  width: 100%;
  pointer-events: none;
  justify-content: center;
  flex-wrap: wrap;
}
.gf-cta-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #0a1020;
  background: linear-gradient(90deg, #5ef0d0 0%, #2ee6a8 45%, #7cf7ff 100%);
  box-shadow: 0 0 0 1px rgba(126,247,255,.35), 0 8px 28px rgba(46,230,168,.35), 0 0 22px rgba(94,240,208,.55);
  transition: transform .15s ease;
  white-space: nowrap;
}
.gf-cta-btn:hover { transform: translateY(-2px); }
.gf-cta-mail { background: linear-gradient(90deg, #fff27a 0%, #ffb84d 100%); }
.gf-cta-icn { font-size: 18px; }
@media (max-width: 640px) {
  .gf-cta-wrap { bottom: 76px; padding: 0 10px; }
  .gf-cta-btn { padding: 12px 16px; font-size: 13px; }
}


/* P2: thin CTA so it doesn't cover content */
.gf-cta-wrap {
  position: fixed;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  z-index: 9998;
  display: flex;
  gap: 8px;
  padding: 0 12px;
  max-width: 720px;
  width: auto;
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
}
.gf-cta-btn {
  pointer-events: auto;
  padding: 10px 18px !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  color: #0a1020;
  background: linear-gradient(90deg, #5ef0d0 0%, #2ee6a8 45%, #7cf7ff 100%);
  box-shadow: 0 0 0 1px rgba(126,247,255,.35), 0 6px 20px rgba(46,230,168,.35), 0 0 18px rgba(94,240,208,.5);
}
.gf-cta-mail { background: linear-gradient(90deg, #fff27a 0%, #ffb84d 100%); }
.gf-cta-icn { font-size: 16px; }
@media (max-width: 640px) {
  .gf-cta-wrap { bottom: 60px; gap: 6px; padding: 0 8px; }
  .gf-cta-btn { padding: 9px 14px !important; font-size: 12px !important; }
  .gf-cta-icn { font-size: 14px; }
  body { padding-bottom: 5.2rem !important; }
}
