/* Catch a Cheater App — landing-page components (no inline styles).
   Reuses theme greens #069845 / #0bb855 and pairs with
   feature-pages.css + alternative-pages.css + design-system.css.
   Only holds classes not already provided by the shared sheets. */

/* ---- Inline helpers (kept out of HTML, no inline style attrs) ---- */
.cc-link{color:#0bb855;text-decoration:underline}
.cc-ico-green{color:#069845}

/* ---- Hero verdict badge + CTA row (alt-verdict container in alternative-pages.css
   provides the box; these children are page-specific) ---- */
.bm-verdict__badge{display:inline-flex;align-items:center;gap:7px;background:#069845;color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.2px;padding:5px 13px;border-radius:30px;margin-bottom:12px}
.bm-verdict__badge.cc-badge-green{background:#069845}
.bm-verdict__row{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.bm-verdict__row .wt-dl-btn,.bm-verdict__row .wt-reg-btn{margin:0}

/* ---- Legal "read this first" warning note (red) ---- */
.cc-legal-warning{border-left-color:#f56c6c;background:rgba(245,108,108,.07);border-color:rgba(245,108,108,.2)}
.cc-legal-warning .cc-legal-warning__lead{color:#f56c6c}

/* ---- Empathy / validation intro ---- */
.cc-empathy{background:linear-gradient(135deg,rgba(6,152,69,.07),rgba(6,152,69,.02));border:1px solid rgba(6,152,69,.16);border-left:3px solid #069845;border-radius:0 12px 12px 0;padding:18px 20px;margin:18px 0}
.cc-empathy h3{color:#e8ecf4;font-size:18px;margin:0 0 8px;font-family:'Kumbh Sans',sans-serif}
.cc-empathy p{color:#b8bfce;font-size:14.5px;line-height:1.7;margin:0 0 10px}
.cc-empathy p:last-child{margin-bottom:0}
.cc-signs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 16px;margin:6px 0 0;padding:0;list-style:none}
.cc-signs li{font-size:13.5px;color:#b8bfce;line-height:1.5}
.cc-signs li i{color:#069845;margin-right:7px}
@media(max-width:576px){.cc-signs{grid-template-columns:1fr}}

/* ---- 3-step "how it actually works" ---- */
.cc-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0 4px;counter-reset:cc-step}
.cc-step{position:relative;background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:20px 18px 18px}
.cc-step::before{counter-increment:cc-step;content:counter(cc-step);position:absolute;top:-14px;left:18px;width:32px;height:32px;display:grid;place-items:center;background:linear-gradient(135deg,#069845,#0bb855);color:#fff;font-weight:800;font-size:15px;border-radius:9px;box-shadow:0 4px 14px rgba(6,152,69,.35)}
.cc-step h4{color:#e8ecf4;font-size:15.5px;margin:10px 0 6px;font-family:'Kumbh Sans',sans-serif}
.cc-step p{color:#b8bfce;font-size:13.5px;line-height:1.6;margin:0}
@media(max-width:768px){.cc-steps{grid-template-columns:1fr}}

/* ---- Evidence / "what you can uncover" feature grid ---- */
.cc-evidence{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:16px 0 4px}
.cc-ev{display:flex;gap:12px;background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:14px 16px;transition:border-color .25s,transform .25s}
.cc-ev:hover{border-color:rgba(6,152,69,.30);transform:translateY(-2px)}
.cc-ev__icon{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;background:rgba(6,152,69,.10);color:#0bb855;font-size:17px;border-radius:10px}
.cc-ev__body h4{color:#e8ecf4;font-size:15px;margin:0 0 4px;font-family:'Kumbh Sans',sans-serif}
.cc-ev__body p{color:#b8bfce;font-size:13px;line-height:1.55;margin:0}
.cc-ev__body a{color:#0bb855;text-decoration:underline}
@media(max-width:576px){.cc-evidence{grid-template-columns:1fr}}

/* ---- Scenario / mini case vignettes ---- */
.cc-scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0 4px}
.cc-scenario{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px}
.cc-scenario__tag{display:inline-block;background:rgba(6,152,69,.12);color:#0bb855;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:3px 10px;border-radius:20px;margin-bottom:10px}
.cc-scenario h4{color:#e8ecf4;font-size:15px;margin:0 0 6px;font-family:'Kumbh Sans',sans-serif}
.cc-scenario p{color:#b8bfce;font-size:13px;line-height:1.6;margin:0}
@media(max-width:768px){.cc-scenarios{grid-template-columns:1fr}}

/* ---- Signs / how-to-catch (without an app) list ---- */
.cc-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:16px 0 4px}
.cc-method{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:16px 18px}
.cc-method h4{color:#e8ecf4;font-size:15px;margin:0 0 6px;font-family:'Kumbh Sans',sans-serif}
.cc-method h4 i{color:#069845;margin-right:7px}
.cc-method p{color:#b8bfce;font-size:13.5px;line-height:1.65;margin:0}
@media(max-width:768px){.cc-methods{grid-template-columns:1fr}}

/* ---- Screenshot strip ("what you'll actually see") ---- */
.cc-shots{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0 4px}
.cc-shots figure{margin:0}
.cc-shots img{width:100%;height:auto;border-radius:12px;border:1px solid rgba(255,255,255,.07);display:block}
.cc-shots figcaption{color:#7a8299;font-size:12px;margin-top:6px;text-align:center}
@media(max-width:768px){.cc-shots{grid-template-columns:1fr}}

/* ---- Trust & reassurance band ---- */
.cc-reassure{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 4px}
.cc-reassure__item{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:16px 14px;text-align:center}
.cc-reassure__item i{color:#0bb855;font-size:20px;margin-bottom:8px;display:block}
.cc-reassure__item strong{color:#e8ecf4;font-size:14px;display:block;margin-bottom:4px}
.cc-reassure__item span{color:#7a8299;font-size:12.5px;line-height:1.5;display:block}
@media(max-width:768px){.cc-reassure{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.cc-reassure{grid-template-columns:1fr}}

/* ---- Sticky mobile bottom CTA (94% mobile audience) ---- */
.cc-sticky{position:fixed;left:0;right:0;bottom:0;z-index:140;display:none;gap:8px;padding:9px 12px calc(9px + env(safe-area-inset-bottom,0));background:rgba(10,13,24,.97);border-top:1px solid rgba(6,152,69,.30);box-shadow:0 -6px 24px rgba(0,0,0,.4);backdrop-filter:blur(8px)}
.cc-sticky a{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700;padding:12px 10px;border-radius:9px;text-decoration:none;white-space:nowrap}
.cc-sticky__primary{background:linear-gradient(135deg,#069845,#0bb855);color:#fff;box-shadow:0 4px 16px rgba(6,152,69,.35)}
.cc-sticky__ghost{border:1.5px solid #069845;color:#0bb855;background:transparent}
@media(max-width:991px){.cc-sticky{display:flex}body{padding-bottom:70px}}
