/* ===== WhatsApp Call Recorder — page-specific styles =====
   Extends design-system.css (.sh-) + style.css. No inline CSS allowed.
   Theme greens: #069845 / #0bb855. Mobile-first (94% mobile, India-first). */

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

/* Trust strip */
.wcr-trust-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:16px 0 8px}
.wcr-trust-row .pill{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:999px;padding:7px 15px;color:#b8bfce;font-size:12.5px;display:inline-flex;align-items:center;gap:6px}
.wcr-trust-row .pill i{color:#0bb855}

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

/* Honesty / explainer callout */
.wcr-honesty{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 20px;margin:18px 0}
.wcr-honesty h4{color:#0bb855;font-size:16px;margin-bottom:6px}
.wcr-honesty p{color:#b8bfce;font-size:14px;margin:0 0 8px;line-height:1.7}
.wcr-honesty p:last-child{margin-bottom:0}

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

/* Step list */
.wcr-steps{counter-reset:wcrstep;margin:18px 0}
.wcr-step{display:flex;gap:14px;margin-bottom:14px;align-items:flex-start}
.wcr-step::before{counter-increment:wcrstep;content:counter(wcrstep);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}
.wcr-step div{padding-top:3px}
.wcr-step strong{color:#e8ecf4;font-size:14.5px;display:block;margin-bottom:2px}
.wcr-step span{color:#8890a4;font-size:13.5px;line-height:1.55}

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

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

/* Android-only / legality note */
.wcr-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:14px 18px;margin:16px 0;font-size:13.5px;color:#b8bfce;line-height:1.65}
.wcr-note strong{color:#e6a23c}

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

/* Small helper utilities (replaces inline style= attributes; no inline CSS) */
.wcr-ico-green{color:#0bb855}
.wcr-btn-block{width:100%;justify-content:center}
.wcr-mt10{margin-top:10px}
.wcr-mb12{margin-bottom:12px}
.wcr-m0{margin:0}
.wcr-popup-ico{font-size:36px;color:#0bb855;margin-bottom:12px;display:block}
.wt-popup .popup-cta.is-download{background:linear-gradient(135deg,#1e2e5a,#3366CC)}

/* Sidebar promo box */
.wcr-side-promo{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}
.wcr-side-promo i.head-ico{font-size:28px;color:#0bb855;margin-bottom:8px;display:block}
.wcr-side-promo h4{color:#fff;font-size:16px;margin-bottom:8px}
.wcr-side-promo p{color:#8890a4;font-size:13px;margin-bottom:12px}
.wcr-side-promo .small-link{color:#7a8299;font-size:12px;text-decoration:underline}

/* Page-scoped popup (mirrors site popup styling for the WhatsApp angle) */
.wt-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}
.wt-popup-overlay.active{display:flex}
.wt-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)}
.wt-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}
.wt-popup .close-popup{position:absolute;top:12px;right:16px;background:none;border:none;color:#7a8299;font-size:22px;cursor:pointer}
.wt-popup h3{color:#fff;font-size:20px;margin-bottom:8px}
.wt-popup p{color:#8890a4;font-size:14px;margin-bottom:16px;line-height:1.6}
.wt-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 .25s}
.wt-popup .popup-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(6,152,69,.3)}
.wt-popup .popup-secondary{color:#7a8299;font-size:12px;cursor:pointer;background:none;border:none;text-decoration:underline}
