/* ============================================================
   WhatsApp Tracker feature page — page-specific styles.
   Loaded after design-system.css. Theme greens: #069845 / #0bb855.
   No inline <style> allowed on the page (per build spec).
   ============================================================ */

/* ----- CTA bars (hero / mid / bottom) ----- */
.wt-cta-bar{background:linear-gradient(135deg,#0d1222,#141a30);border:1px solid rgba(6,152,69,.2);border-radius:12px;padding:20px 22px;margin:20px 0;text-align:center;position:relative;overflow:hidden}
.wt-cta-bar::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#069845,transparent)}
.wt-cta-bar h4{color:#fff;font-size:17px;margin-bottom:6px;font-family:'Kumbh Sans',sans-serif}
.wt-cta-bar p{color:#7a8299;font-size:13px;margin-bottom:12px}
.wt-dl-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)}
.wt-dl-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(6,152,69,.35);color:#fff!important}
.wt-dl-btn i{font-size:15px}
.wt-reg-btn{display:inline-flex;align-items:center;gap:6px;border:2px solid #069845;color:#0bb855!important;font-size:13px;font-weight:600;padding:9px 20px;border-radius:8px;text-decoration:none!important;transition:all .3s;background:transparent;margin-left:8px}
.wt-reg-btn:hover{background:#069845;color:#fff!important}
@media(max-width:576px){.wt-cta-bar{padding:16px}.wt-dl-btn,.wt-reg-btn{display:flex;justify-content:center;margin:6px 0;width:100%;margin-left:0}}

/* ----- Trust strip (real claims only) ----- */
.wt-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0 6px}
.wt-trust__item{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:12px 10px;text-align:center}
.wt-trust__item i{color:#0bb855;font-size:18px;display:block;margin-bottom:6px}
.wt-trust__item strong{color:#e8ecf4;font-size:13px;display:block;line-height:1.3;font-family:'Kumbh Sans',sans-serif}
.wt-trust__item span{color:#7a8299;font-size:11.5px}
@media(max-width:576px){.wt-trust{grid-template-columns:1fr 1fr}}

/* ----- Generic content sections ----- */
.wt-section{margin-top:35px;padding-top:25px;border-top:1px solid rgba(255,255,255,.06)}
.wt-section h3{font-size:22px;margin-bottom:10px;color:#e8ecf4;font-family:'Kumbh Sans',sans-serif}
.wt-section h4{font-size:17px;margin-top:18px;margin-bottom:8px;color:#e8ecf4}
.wt-section p{color:#b8bfce;font-size:15px;line-height:1.78}
.wt-section .check-list li{color:#b8bfce;font-size:14.5px}

/* Standalone article subsection headings (outside .wt-section) keep consistent sizing */
.page-content > h3{font-size:22px;margin-bottom:10px;color:#e8ecf4;font-family:'Kumbh Sans',sans-serif}
.page-content > h4{font-size:17px;margin-bottom:8px;color:#e8ecf4;font-family:'Kumbh Sans',sans-serif}

/* ----- Radical-honesty / expectation-reset block ----- */
.wt-honesty{background:linear-gradient(135deg,rgba(6,152,69,.07),rgba(13,18,34,.4));border:1px solid rgba(6,152,69,.22);border-radius:14px;padding:24px 26px;margin:30px 0;position:relative;overflow:hidden}
.wt-honesty::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#069845,#0bb855,transparent)}
.wt-honesty h3{color:#fff;font-size:21px;margin-bottom:12px;font-family:'Kumbh Sans',sans-serif}
.wt-honesty p{color:#c2c9d8;font-size:15px;line-height:1.75;margin-bottom:12px}
.wt-honesty .wt-honesty__truth{display:flex;gap:12px;align-items:flex-start;background:rgba(13,18,34,.55);border-left:3px solid #0bb855;border-radius:0 8px 8px 0;padding:14px 16px;margin:14px 0}
.wt-honesty .wt-honesty__truth i{color:#0bb855;font-size:18px;flex-shrink:0;margin-top:2px}
.wt-honesty .wt-honesty__truth p{margin:0;font-size:14.5px;color:#c2c9d8}

/* ----- AEO quotable answer blocks ----- */
.wt-answer{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:18px 20px;margin:16px 0}
.wt-answer h4{color:#0bb855;font-size:16px;margin:0 0 8px;font-family:'Kumbh Sans',sans-serif}
.wt-answer p{color:#b8bfce;font-size:14.5px;line-height:1.7;margin:0}

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

/* ----- Install mini guide ----- */
.wt-install-steps{counter-reset:wtstep;margin:16px 0}
.wt-install-step{display:flex;gap:14px;margin-bottom:14px;align-items:flex-start}
.wt-install-step::before{counter-increment:wtstep;content:counter(wtstep);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;font-family:'Kumbh Sans',sans-serif}
.wt-install-step div{padding-top:4px}
.wt-install-step strong{color:#e8ecf4;font-size:14px;display:block;margin-bottom:2px}
.wt-install-step span{color:#8890a4;font-size:13px;line-height:1.5}

/* ----- Guarantee box ----- */
.wt-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:22px;text-align:center;margin:22px 0;position:relative;overflow:hidden}
.wt-guarantee::after{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#069845,transparent)}
.wt-guarantee h5{color:#fff;font-size:16px;margin-bottom:6px}
.wt-guarantee p{color:#b8bfce;font-size:13.5px;margin-bottom:4px}
.wt-guarantee a{color:#0bb855;font-weight:600}

/* ----- Comparison table ----- */
.wt-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}
.wt-compare thead th{background:#069845;color:#fff;padding:10px 14px;font-weight:600;text-align:left}
.wt-compare td{padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.04);color:#b8bfce}
.wt-compare tr:last-child td{border-bottom:0}
.wt-compare .yes{color:#0bb855;font-weight:700}
.wt-compare .no{color:#f56c6c;font-weight:700}
@media(max-width:576px){.wt-compare{font-size:12px}.wt-compare th,.wt-compare td{padding:8px 10px}}

/* ----- Legality / consent note ----- */
.wt-legal{background:rgba(6,152,69,.05);border:1px solid rgba(6,152,69,.16);border-radius:12px;padding:20px 22px;margin:24px 0}
.wt-legal h3{color:#e8ecf4;font-size:20px;margin-bottom:10px;font-family:'Kumbh Sans',sans-serif}
.wt-legal ul{margin:10px 0 0;padding-left:0;list-style:none}
.wt-legal li{color:#b8bfce;font-size:14px;line-height:1.65;margin-bottom:8px;padding-left:26px;position:relative}
.wt-legal li i{position:absolute;left:0;top:3px;color:#0bb855}

/* ----- Android-only / no-root note ----- */
.wt-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}
.wt-android-note strong{color:#e6a23c}

/* ----- Download sidebar widget ----- */
.wt-dl-widget{background:linear-gradient(135deg,rgba(6,152,69,.1),rgba(6,152,69,.03));border:1px solid rgba(6,152,69,.18);border-radius:12px;padding:22px;text-align:center}
.wt-dl-widget i.wt-dl-widget__icon{font-size:28px;color:#0bb855;margin-bottom:8px;display:block}
.wt-dl-widget h4{color:#fff;font-size:16px;margin-bottom:8px}
.wt-dl-widget p{color:#7a8299;font-size:13px;margin-bottom:12px}
.wt-dl-widget .wt-dl-widget__alt{margin-top:10px}
.wt-dl-widget .wt-dl-widget__alt a{color:#7a8299;font-size:12px;text-decoration:underline}
