/* ==========================================================================
   Phone Number Tracker (money page) — page-specific styles.
   Loaded BEFORE /includes/head-assets.php. No inline <style> on the page.
   Theme greens: #069845 / #0bb855 (matches design-system.css).
   The .pnt- classes below were migrated verbatim from the page's former inline
   <style> block (all existing markup depends on them); new conversion blocks
   (trust strip, honesty VS, AEO answers, country note) are added at the end.
   ========================================================================== */

/* ---------- Existing section/typography helpers (preserved) ---------- */
.pnt-section{margin-top:40px;padding-top:30px;border-top:1px solid rgba(255,255,255,.06)}
.pnt-section h3{font-size:24px;margin-bottom:12px}
.pnt-section h4{font-size:18px;margin-top:20px;margin-bottom:8px}

/* ---------- CTA bars (preserved) ---------- */
.pnt-cta-bar{background:linear-gradient(135deg,#0d1222,#141a30);border:1px solid rgba(6,152,69,.2);border-radius:12px;padding:22px 24px;margin:24px 0;text-align:center;position:relative;overflow:hidden}
.pnt-cta-bar::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#069845,transparent)}
.pnt-cta-bar h4{color:#fff;font-size:18px;margin-bottom:6px}
.pnt-cta-bar p{color:#7a8299;font-size:14px;margin-bottom:14px}

/* ---------- Buttons (preserved) ---------- */
.pnt-btn{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#069845,#0bb855);color:#fff!important;font-size:14px;font-weight:700;padding:11px 24px;border-radius:8px;text-decoration:none!important;transition:all .3s;box-shadow:0 4px 16px rgba(6,152,69,.25);margin:4px}
.pnt-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(6,152,69,.35);color:#fff!important}
.pnt-btn.outline{background:transparent;border:2px solid #069845;color:#0bb855!important;box-shadow:none}
.pnt-btn.outline:hover{background:#069845;color:#fff!important}
.pnt-btn.navy{background:linear-gradient(135deg,#1e2e5a,#3366CC)}
@media(max-width:576px){.pnt-btn{display:flex;justify-content:center;width:100%;margin:5px 0}}

/* ---------- Free vs Premium compare table (preserved) ---------- */
.pnt-compare{width:100%;border-collapse:separate;border-spacing:0;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.06);margin:14px 0;font-size:13.5px}
.pnt-compare thead th{background:#069845;color:#fff;padding:10px 14px;font-weight:600;text-align:left}
.pnt-compare td{padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.04);color:#b8bfce}
.pnt-compare tr:last-child td{border-bottom:0}
.pnt-compare .yes{color:#0bb855;font-weight:700}
.pnt-compare .no{color:#f56c6c;font-weight:700}
@media(max-width:576px){.pnt-compare{font-size:12px}.pnt-compare th,.pnt-compare td{padding:8px 10px}}

/* ---------- Guarantee block (preserved) ---------- */
.pnt-guarantee{background:linear-gradient(135deg,rgba(6,152,69,.08),rgba(6,152,69,.02));border:1px solid rgba(6,152,69,.18);border-radius:12px;padding:24px;text-align:center;margin:24px 0;position:relative;overflow:hidden}
.pnt-guarantee::after{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#069845,transparent)}
.pnt-guarantee h5{color:#fff;font-size:17px;margin-bottom:8px}
.pnt-guarantee p{color:#b8bfce;font-size:14px;margin-bottom:4px}
.pnt-guarantee a{color:#0bb855;font-weight:600}

/* ---------- Install steps (preserved) ---------- */
.pnt-install-steps{counter-reset:pntstep;margin:16px 0}
.pnt-install-step{display:flex;gap:14px;margin-bottom:14px;align-items:flex-start}
.pnt-install-step::before{counter-increment:pntstep;content:counter(pntstep);flex-shrink:0;width:32px;height:32px;background:#069845;color:#fff;font-size:14px;font-weight:800;border-radius:8px;display:flex;align-items:center;justify-content:center}
.pnt-install-step div{padding-top:3px}
.pnt-install-step strong{color:#e8ecf4;font-size:14px;display:block;margin-bottom:2px}
.pnt-install-step span{color:#8890a4;font-size:13px;line-height:1.5}

/* ---------- Feature grid (preserved) ---------- */
.pnt-feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}
@media(max-width:768px){.pnt-feat-grid{grid-template-columns:1fr}}
.pnt-feat-card{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:16px 18px}
.pnt-feat-card h5{color:#0bb855;font-size:14.5px;margin-bottom:5px}
.pnt-feat-card p{color:#8890a4;font-size:13px;margin:0;line-height:1.6}

/* ---------- Android note (preserved) ---------- */
.pnt-android-note{background:rgba(230,162,60,.06);border:1px solid rgba(230,162,60,.15);border-left:3px solid #e6a23c;border-radius:0 8px 8px 0;padding:12px 16px;margin:14px 0;font-size:13.5px;color:#b8bfce;line-height:1.6}
.pnt-android-note strong{color:#e6a23c}

/* ---------- Popup (preserved) ---------- */
.pnt-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999;align-items:center;justify-content:center}
.pnt-popup-overlay.active{display:flex}
.pnt-popup{background:#0d1222;border:1px solid rgba(6,152,69,.25);border-radius:16px;padding:32px 28px;max-width:420px;width:90%;text-align:center;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.pnt-popup::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#069845,#0bb855);border-radius:16px 16px 0 0}
.pnt-popup .close-popup{position:absolute;top:12px;right:16px;background:none;border:none;color:#7a8299;font-size:22px;cursor:pointer}
.pnt-popup h3{color:#fff;font-size:20px;margin-bottom:8px}
.pnt-popup p{color:#8890a4;font-size:14px;margin-bottom:16px;line-height:1.6}
.pnt-popup .popup-cta{display:block;background:linear-gradient(135deg,#069845,#0bb855);color:#fff!important;font-size:15px;font-weight:700;padding:13px 24px;border-radius:8px;text-decoration:none;margin-bottom:10px;transition:all .3s}
.pnt-popup .popup-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(6,152,69,.3)}
.pnt-popup .popup-cta.navy{background:linear-gradient(135deg,#1e2e5a,#3366CC)}
.pnt-popup .popup-dismiss{color:#7a8299;font-size:12px;cursor:pointer;background:none;border:none;text-decoration:underline}

/* ==========================================================================
   NEW conversion blocks (added during enhancement)
   ========================================================================== */

/* ---------- Trust strip (real claims only, under hero) ---------- */
.pnt-trust{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:30px 0 10px}
.pnt-trust__item{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:14px 10px;text-align:center}
.pnt-trust__item i{color:#0bb855;font-size:20px;display:block;margin-bottom:7px}
.pnt-trust__item strong{display:block;color:#e8ecf4;font-size:13.5px;line-height:1.2;margin-bottom:3px}
.pnt-trust__item span{color:#7a8299;font-size:11.5px;line-height:1.3;display:block}
@media(max-width:991px){.pnt-trust{grid-template-columns:repeat(3,1fr)}}
@media(max-width:480px){.pnt-trust{grid-template-columns:repeat(2,1fr)}}

/* ---------- Testimonials (replace quotes with verified reviews) ---------- */
.pnt-testimonials{margin:10px 0}
.pnt-testimonials__head{text-align:center;margin-bottom:24px}
.pnt-testimonials__head h3{font-size:26px;color:#fff;margin:6px 0 6px}
.pnt-testimonials__head p{color:#7a8299;font-size:14px;margin:0}
.pnt-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:991px){.pnt-testi-grid{grid-template-columns:1fr}}
.pnt-testi{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px;display:flex;flex-direction:column}
.pnt-testi__stars{color:#f0a230;font-size:14px;letter-spacing:2px;margin-bottom:10px}
.pnt-testi__text{color:#b8bfce;font-size:14px;line-height:1.7;margin:0 0 16px;flex:1}
.pnt-testi__who{display:flex;align-items:center;gap:12px}
.pnt-testi__avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;flex-shrink:0}
.pnt-testi__name{color:#e8ecf4;font-size:14px;font-weight:700;line-height:1.25}
.pnt-testi__role{color:#7a8299;font-size:12px}
.pnt-testi-note{text-align:center;font-size:12px;color:#7a8299;margin:16px 0 0}

/* ---------- Radical-honesty "track without installing" VS block ---------- */
.pnt-honesty{background:linear-gradient(135deg,rgba(6,152,69,.05),rgba(6,152,69,.01));border:1px solid rgba(6,152,69,.16);border-radius:14px;padding:26px 24px;margin:40px 0}
.pnt-honesty h3{font-size:24px;color:#fff;margin-bottom:12px}
.pnt-honesty p{color:#b8bfce;line-height:1.7}
.pnt-honesty__truth{display:flex;gap:12px;align-items:flex-start;background:rgba(230,162,60,.06);border:1px solid rgba(230,162,60,.18);border-radius:10px;padding:14px 16px;margin:16px 0}
.pnt-honesty__truth i{color:#e6a23c;font-size:20px;margin-top:2px;flex-shrink:0}
.pnt-honesty__truth p{margin:0;color:#cdd3e0;font-size:14px}
.pnt-vs{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0 6px}
@media(max-width:768px){.pnt-vs{grid-template-columns:1fr}}
.pnt-vs__col{border-radius:12px;padding:18px 20px;border:1px solid rgba(255,255,255,.06);background:#0d1222}
.pnt-vs__col.is-this{border-color:rgba(6,152,69,.3)}
.pnt-vs__col.is-lookup{border-color:rgba(245,108,108,.22)}
.pnt-vs__col h4{font-size:15px;margin-bottom:12px}
.pnt-vs__col.is-this h4{color:#0bb855}
.pnt-vs__col.is-lookup h4{color:#f0a230}
.pnt-vs__col ul{list-style:none;padding:0;margin:0}
.pnt-vs__col li{display:flex;gap:9px;align-items:flex-start;color:#b8bfce;font-size:13.5px;line-height:1.5;margin-bottom:9px}
.pnt-vs__col.is-this li i{color:#0bb855;margin-top:3px}
.pnt-vs__col.is-lookup li i{color:#f56c6c;margin-top:3px}

/* ---------- AEO quotable answer blocks ---------- */
.pnt-answer{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-left:3px solid #069845;border-radius:0 10px 10px 0;padding:16px 18px;margin:14px 0}
.pnt-answer h4{color:#e8ecf4;font-size:16px;margin:0 0 6px}
.pnt-answer p{color:#b8bfce;font-size:14px;line-height:1.7;margin:0}

/* ---------- Country / regional trust note ---------- */
.pnt-region{background:linear-gradient(135deg,rgba(30,46,90,.18),rgba(51,102,204,.05));border:1px solid rgba(51,102,204,.2);border-radius:12px;padding:20px 22px;margin:30px 0}
.pnt-region h3{color:#fff;font-size:20px;margin-bottom:10px}
.pnt-region p{color:#b8bfce;font-size:14px;line-height:1.7;margin-bottom:8px}
.pnt-region__flags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.pnt-region__flags span{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:5px 13px;font-size:12.5px;color:#cdd3e0;font-weight:600}

/* ---------- Final CTA band ---------- */
.pnt-final-band{text-align:center;background:linear-gradient(135deg,#069845,#0bb855);border-radius:16px;padding:40px 26px;margin:10px 0;position:relative;overflow:hidden}
.pnt-final-band h2{color:#fff;font-size:clamp(22px,3vw,30px);margin-bottom:8px}
.pnt-final-band p{color:rgba(255,255,255,.92);font-size:15px;margin-bottom:20px}
.pnt-final-band .pnt-btn{background:#fff;color:#069845!important;box-shadow:0 6px 24px rgba(0,0,0,.18)}
.pnt-final-band .pnt-btn:hover{background:#fff;color:#069845!important}
.pnt-final-band .pnt-btn.outline{background:transparent;border:2px solid #fff;color:#fff!important}
.pnt-final-band .pnt-btn.outline:hover{background:#fff;color:#069845!important}

/* ---------- Mobile sticky CTA (thumb-reachable; mobile only) ---------- */
.pnt-sticky-cta{display:none}
@media(max-width:767px){
  .pnt-sticky-cta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:9990;gap:8px;padding:8px 10px;background:rgba(8,12,24,.96);border-top:1px solid rgba(6,152,69,.25);box-shadow:0 -4px 18px rgba(0,0,0,.35);backdrop-filter:blur(6px)}
  .pnt-sticky-cta__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:700;padding:12px 8px;border-radius:9px;text-decoration:none!important;text-align:center}
  .pnt-sticky-cta__btn.is-register{background:linear-gradient(135deg,#069845,#0bb855);color:#fff!important;box-shadow:0 4px 14px rgba(6,152,69,.3)}
  .pnt-sticky-cta__btn.is-download{background:transparent;border:2px solid #069845;color:#0bb855!important}
  /* keep the final band / footer clear of the fixed bar */
  body{padding-bottom:64px}
}
