/* PTP problem-led hero CTA + footer conversion CTA */
.ptp-problem-cta,
.ptp-problem-cta *{box-sizing:border-box}
.ptp-problem-cta{width:100%;font-family:"Vazirmatn","Vazir",Tahoma,Arial,sans-serif;direction:rtl;text-align:right}
.ptp-problem-cta__label{display:block;margin:0 4px 10px;color:#fff;font-size:14px;line-height:1.7;font-weight:700}
.ptp-problem-cta__field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:4px;border:1px solid rgba(255,255,255,.20);border-radius:18px;background:rgba(255,255,255,.08);box-shadow:0 12px 34px rgba(0,0,0,.12);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.ptp-problem-cta__field:focus-within{border-color:rgba(46,181,138,.78);background:rgba(255,255,255,.11);box-shadow:0 0 0 4px rgba(46,181,138,.10),0 12px 34px rgba(0,0,0,.12)}
.ptp-problem-cta__field input{min-width:0;width:100%;height:48px;padding:0 14px;border:0;background:transparent;color:#fff;outline:none;font:500 13px/1.5 "Vazirmatn","Vazir",Tahoma,Arial,sans-serif;text-align:right}
.ptp-problem-cta__field input::placeholder{color:rgba(255,255,255,.56)}
.ptp-problem-cta__field button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 18px;border:0;border-radius:14px;background:#2EB58A;color:#fff;cursor:pointer;font:800 13px/1 "Vazirmatn","Vazir",Tahoma,Arial,sans-serif;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.ptp-problem-cta__field button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(46,181,138,.22)}
.ptp-problem-cta__help{margin:8px 4px 0;color:rgba(255,255,255,.52);font-size:11px;line-height:1.8;text-align:right}
.ptp-problem-result{margin-top:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(12,24,31,.78);box-shadow:0 16px 44px rgba(0,0,0,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ptp-problem-result[hidden]{display:none!important}
.ptp-problem-result__eyebrow{display:block;margin-bottom:4px;color:#64d9b4;font-size:10px;font-weight:800;letter-spacing:.04em}
.ptp-problem-result__title{display:block;color:#fff;font-size:16px;line-height:1.7;font-weight:800}
.ptp-problem-result__text{margin:4px 0 12px;color:rgba(255,255,255,.68);font-size:12px;line-height:1.85}
.ptp-problem-result__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ptp-problem-result__actions a,.ptp-problem-result__actions button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border-radius:11px;font:700 11px/1 "Vazirmatn","Vazir",Tahoma,Arial,sans-serif;text-decoration:none;cursor:pointer}
.ptp-problem-result__actions a{border:1px solid rgba(255,255,255,.20);background:transparent;color:#fff}
.ptp-problem-result__actions button{border:1px solid #2EB58A;background:#2EB58A;color:#fff}

/* New footer CTA: decision-oriented, no email field */
.ptp-footer__cta-copy{width:min(100%,760px)!important}
.ptp-footer__cta-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:20px 0 12px}
.ptp-footer__cta-primary,.ptp-footer__cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 21px;border-radius:14px;font:800 13px/1 "Vazirmatn","Vazir",Tahoma,Arial,sans-serif;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.ptp-footer__cta-primary{border:1px solid #fff;background:#fff;color:#157358}
.ptp-footer__cta-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.13)}
.ptp-footer__cta-secondary{border:1px solid rgba(255,255,255,.48);background:transparent;color:#fff}
.ptp-footer__cta-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08)}

@media (max-width:700px){
  .ptp-problem-cta__label{font-size:13px;margin-bottom:8px}
  .ptp-problem-cta__field{grid-template-columns:1fr;padding:6px;border-radius:16px}
  .ptp-problem-cta__field input{height:44px;padding:0 10px;font-size:12px}
  .ptp-problem-cta__field button{width:100%;height:42px;border-radius:12px}
  .ptp-problem-result{padding:13px;border-radius:14px}
  .ptp-problem-result__actions{display:grid;grid-template-columns:1fr;width:100%}
  .ptp-problem-result__actions a,.ptp-problem-result__actions button{width:100%;min-height:40px}
  .ptp-footer__cta-actions{display:grid;grid-template-columns:1fr;width:100%;gap:9px}
  .ptp-footer__cta-primary,.ptp-footer__cta-secondary{width:100%;min-height:48px}
}
