/* ============================================================
   Mobile Location Tracker (GPS) feature page — page-specific styles.
   Loaded after design-system.css. Theme greens: #069845 / #0bb855.
   Namespaced .mlt- to avoid collisions with bootstrap / style.css.
   No inline <style> allowed on the page (per build spec).
   ============================================================ */

/* ----- CTA bars (hero / mid / bottom) ----- */
.mlt-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}
.mlt-cta-bar::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#069845,transparent)}
.mlt-cta-bar h4{color:#fff;font-size:17px;margin-bottom:6px;font-family:'Kumbh Sans',sans-serif}
.mlt-cta-bar p{color:#7a8299;font-size:13px;margin-bottom:12px}
.mlt-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)}
.mlt-dl-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(6,152,69,.35);color:#fff!important}
.mlt-dl-btn i{font-size:15px}
.mlt-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}
.mlt-reg-btn:hover{background:#069845;color:#fff!important}
@media(max-width:576px){.mlt-cta-bar{padding:16px}.mlt-dl-btn,.mlt-reg-btn{display:flex;justify-content:center;margin:6px 0;width:100%;margin-left:0}}

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

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

/* ----- Radical-honesty / live-vs-lookup explainer block ----- */
.mlt-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}
.mlt-honesty::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#069845,#0bb855,transparent)}
.mlt-honesty h3{color:#fff;font-size:21px;margin-bottom:12px;font-family:'Kumbh Sans',sans-serif}
.mlt-honesty p{color:#c2c9d8;font-size:15px;line-height:1.75;margin-bottom:12px}
.mlt-honesty .mlt-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}
.mlt-honesty .mlt-honesty__truth i{color:#0bb855;font-size:18px;flex-shrink:0;margin-top:2px}
.mlt-honesty .mlt-honesty__truth p{margin:0;font-size:14.5px;color:#c2c9d8}

/* ----- Live vs number-lookup two-column compare ----- */
.mlt-vs{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}
.mlt-vs__col{background:#0d1222;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px 20px}
.mlt-vs__col h4{font-size:15.5px;margin:0 0 10px;color:#e8ecf4;font-family:'Kumbh Sans',sans-serif}
.mlt-vs__col.is-this{border-color:rgba(6,152,69,.30)}
.mlt-vs__col.is-this h4{color:#0bb855}
.mlt-vs__col ul{margin:0;padding-left:0;list-style:none}
.mlt-vs__col li{color:#b8bfce;font-size:13.5px;line-height:1.55;margin-bottom:7px;padding-left:22px;position:relative}
.mlt-vs__col li i{position:absolute;left:0;top:3px;font-size:12px;color:#0bb855}
.mlt-vs__col.is-lookup li i{color:#7a8299}
@media(max-width:576px){.mlt-vs{grid-template-columns:1fr}}

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

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

/* ----- Use-case scenario cards ----- */
.mlt-cases{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}
@media(max-width:768px){.mlt-cases{grid-template-columns:1fr}}
.mlt-case{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:18px 20px}
.mlt-case__icon{width:42px;height:42px;display:grid;place-items:center;background:rgba(6,152,69,.10);border-radius:10px;color:#0bb855;font-size:18px;margin-bottom:10px}
.mlt-case h4{color:#e8ecf4;font-size:16px;margin:0 0 6px;font-family:'Kumbh Sans',sans-serif}
.mlt-case p{color:#8890a4;font-size:13.5px;line-height:1.62;margin:0}

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

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

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

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

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

/* ----- Download sidebar widget ----- */
.mlt-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}
.mlt-dl-widget i.mlt-dl-widget__icon{font-size:28px;color:#0bb855;margin-bottom:8px;display:block}
.mlt-dl-widget h4{color:#fff;font-size:16px;margin-bottom:8px}
.mlt-dl-widget p{color:#7a8299;font-size:13px;margin-bottom:12px}
.mlt-dl-widget .mlt-dl-widget__alt{margin-top:10px}
.mlt-dl-widget .mlt-dl-widget__alt a{color:#7a8299;font-size:12px;text-decoration:underline}

/* ----- Sticky mobile CTA bar (thumb-reachable, mobile-only) ----- */
.mlt-sticky{display:none}
@media(max-width:991px){
  .mlt-sticky{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:120;gap:8px;padding:10px 12px;background:rgba(8,11,22,.96);border-top:1px solid rgba(6,152,69,.25);backdrop-filter:blur(6px)}
  .mlt-sticky a{flex:1;text-align:center;font-size:13.5px;font-weight:700;padding:12px 8px;border-radius:9px;text-decoration:none}
  .mlt-sticky .mlt-sticky__primary{background:linear-gradient(135deg,#069845,#0bb855);color:#fff}
  .mlt-sticky .mlt-sticky__ghost{border:1.5px solid #069845;color:#0bb855}
  body{padding-bottom:66px}
}
