/* home.css — homepage-only helpers. Loaded before head-assets.php.
   Everything else reuses style.css (.ot-*), design-system.css (.sh-*) and feature-pages.css (.wt-*).
   No inline <style> anywhere on the page. */

/* Sticky mobile CTA bar (94% mobile audience — thumb-reachable dual CTA) */
.home-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:9990;display:none;gap:8px;padding:9px 12px;background:rgba(8,11,22,.96);border-top:1px solid rgba(6,152,69,.3);backdrop-filter:blur(6px)}
.home-sticky-cta a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700;padding:11px 10px;border-radius:8px;text-decoration:none}
.home-sticky-cta .start{background:linear-gradient(135deg,#069845,#0bb855);color:#fff;box-shadow:0 4px 14px rgba(6,152,69,.3)}
.home-sticky-cta .dl{border:1.5px solid #069845;color:#0bb855;background:transparent}
@media(max-width:991px){.home-sticky-cta{display:flex}body{padding-bottom:64px}}

/* AEO quick-answer block (quotable, AI-citable) */
.home-aeo{background:linear-gradient(135deg,rgba(6,152,69,.07),rgba(6,152,69,.02));border:1px solid rgba(6,152,69,.18);border-left:3px solid #0bb855;border-radius:0 10px 10px 0;padding:18px 22px;margin:18px 0}
.home-aeo h3{font-size:18px;color:#e8ecf4;margin:0 0 8px;font-family:'Kumbh Sans',sans-serif}
.home-aeo p{color:#b8bfce;font-size:15px;line-height:1.72;margin:0}

/* Free-vs-Premium mini teaser table tweaks (extends .wt-compare) */
.home-plan-table .plan-free{color:#0bb855;font-weight:700}
.home-plan-table .plan-prem{color:#e6a23c;font-weight:700}
.home-plan-note{color:#7a8299;font-size:13px;margin-top:10px}

/* Trust strip under hero (real claims only) — replaces former inline styles */
.sh-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;padding:18px 0 4px}
.sh-trust-strip span{color:#b8bfce;font-size:14px}
.sh-trust-strip i.fa-check-circle{color:#0bb855}

/* Lead / intro paragraphs (entity definition + comparison intro) */
.home-lead{color:#b8bfce;font-size:16px;line-height:1.8}
.home-lead--sm{font-size:15px}

/* About-profile name */
.about-profile-name{font-size:16px;font-weight:700;color:#e8ecf4;margin-bottom:2px}

/* Pakistan PTA/CNIC caution note (red variant of .wt-android-note) */
.wt-android-note.is-danger{border-left-color:#f56c6c;border-color:rgba(245,108,108,.2);background:rgba(245,108,108,.07)}
.wt-android-note.is-danger strong{color:#f56c6c}
