/* CTA proposal only: clarifies distinct benefits without implying stacking. */
.s2-offer__limited,
.mid-cta__limited {
  line-height: 1.35;
}

.cta-support-note__info {
  display: grid;
  gap: .32rem;
}

.cta-support-note__quiet {
  font-size: .9em;
  opacity: .88;
}

.cta-support-note__terms {
  font-size: .84em;
  opacity: .76;
}

/* Same persistent-CTA pattern as The Shrinker: icon plus a clear action label. */
.floating-cta {
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
}

.floating-line-btn {
  display: inline-flex;
  width: auto;
  min-width: 0;
  height: auto;
  gap: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #00b900;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .25);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.floating-line-btn:hover {
  transform: translateY(-2px);
}

.floating-line-btn img {
  width: 24px;
  height: 24px;
  filter: none;
  animation: none;
}

@media (max-width: 900px) {
  .floating-line-btn {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 11px 14px;
    font-size: .82rem;
  }
}

@media (max-width: 900px) {
  .s2-offer__limited br,
  .mid-cta__limited br {
    display: none;
  }
}
