/* rp-twin-cta — component styles ("Try RemotePass" Companies/Contractors).
   Scope: .rp-ktwincta. Card bg/radius/decoration keep global migration.css styling
   (.new-rp-footer-try-box-*). Band bg via Kadence Row Layout attribute. */
.rp-ktwincta .rp-section.home-try-rp-section { background: transparent !important; }

/* ===== QA: twin-CTA vs Builder export "Client Cards" ===== */
/* Heading 36/48/ls0 -> Figma 32/40/500 ls -1.8 */
.rp-ktwincta .try-box h2,
.rp-ktwincta .try-box .rp-h2 {
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 500 !important;
  letter-spacing: -1.8px !important;
}
/* Button 226x49 r4 -> Figma 198x56 r8 (live padding 13.8/68 bloats width) */
.rp-ktwincta .try-box .btn {
  width: 198px !important;
  height: 56px !important;
  padding: 16px !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Contractors (2nd card) button text #0F1035 -> #000 */
.rp-ktwincta .try-box:nth-of-type(2) .btn,
.rp-ktwincta .try-box:nth-of-type(2) .btn * { color: #000000 !important; }
