/* ============================================================
   Snapchat Tracker — page-specific styles
   Reused conversion components (wt-*, sh-related) come from
   whatsapp-tracker.css + design-system.css. This file only adds
   the Snapchat-unique pieces: the CAN/CANNOT capability table,
   the Snap Map awareness card, and the mobile sticky CTA.
   ============================================================ */

/* "How it works" capture rows (self-contained; not dependent on instagram-tracker.css) */
.ig-cap{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}
@media(max-width:768px){.ig-cap{grid-template-columns:1fr}}
.ig-cap__row{display:flex;gap:13px;align-items:flex-start;background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:11px;padding:15px 17px}
.ig-cap__row i{color:#0bb855;font-size:19px;flex-shrink:0;margin-top:2px}
.ig-cap__row strong{color:#e8ecf4;font-size:14.5px;display:block;margin-bottom:3px;font-family:'Kumbh Sans',sans-serif}
.ig-cap__row span{color:#8890a4;font-size:13px;line-height:1.55;display:block}

/* CAN / CANNOT capability honesty table */
.sc-cando{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:22px 0}
@media(max-width:768px){.sc-cando{grid-template-columns:1fr}}
.sc-cando__col{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:13px;padding:20px 22px}
.sc-cando__col--can{border-top:3px solid #0bb855}
.sc-cando__col--cant{border-top:3px solid #e0683f}
.sc-cando__col h4{font-family:'Kumbh Sans',sans-serif;font-size:17px;margin:0 0 14px;display:flex;align-items:center;gap:9px;color:#e8ecf4}
.sc-cando__col--can h4 i{color:#0bb855}
.sc-cando__col--cant h4 i{color:#e0683f}
.sc-cando__col ul{list-style:none;margin:0;padding:0}
.sc-cando__col li{position:relative;padding:0 0 11px 26px;color:#c2c9d8;font-size:14.5px;line-height:1.6}
.sc-cando__col li:last-child{padding-bottom:0}
.sc-cando__col li::before{position:absolute;left:0;top:1px;font-family:"Font Awesome 6 Free";font-weight:900;font-size:13px}
.sc-cando__col--can li::before{content:"\f00c";color:#0bb855}
.sc-cando__col--cant li::before{content:"\f00d";color:#e0683f}

/* Snap Map / location awareness card */
.sc-map{background:linear-gradient(135deg,rgba(11,184,85,.08),rgba(13,18,34,.45));border:1px solid rgba(11,184,85,.22);border-left:3px solid #0bb855;border-radius:0 12px 12px 0;padding:20px 22px;margin:26px 0}
.sc-map h3{color:#fff;font-size:21px;margin-bottom:10px;font-family:'Kumbh Sans',sans-serif}
.sc-map p{color:#c2c9d8;font-size:15px;line-height:1.75;margin-bottom:10px}
.sc-map p:last-child{margin-bottom:0}

/* Mobile sticky bottom CTA (~94% mobile audience) */
.sc-sticky-cta{display:none}
@media(max-width:991px){
  .sc-sticky-cta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:999;gap:8px;padding:9px 12px;background:rgba(8,11,22,.97);border-top:1px solid rgba(6,152,69,.28);box-shadow:0 -4px 18px rgba(0,0,0,.4);backdrop-filter:blur(6px)}
  .sc-sticky-cta a{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700;padding:12px 8px;border-radius:9px;text-decoration:none}
  .sc-sticky-cta .sc-sticky-cta__primary{background:linear-gradient(135deg,#069845,#0bb855);color:#fff;box-shadow:0 4px 14px rgba(6,152,69,.3)}
  .sc-sticky-cta .sc-sticky-cta__ghost{border:1.5px solid #069845;color:#0bb855;background:transparent}
}
