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

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

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

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

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

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

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

/* ----- Use-case scenario cards ----- */
.geo-cases{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}
@media(max-width:768px){.geo-cases{grid-template-columns:1fr}}
.geo-case{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:18px 20px}
.geo-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}
.geo-case h4{color:#e8ecf4;font-size:16px;margin:0 0 6px;font-family:'Kumbh Sans',sans-serif}
.geo-case p{color:#8890a4;font-size:13.5px;line-height:1.62;margin:0}

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

/* ----- Demo screenshot frame ----- */
.geo-demo{margin:22px 0}
.geo-demo figure{margin:0;background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:10px;overflow:hidden}
.geo-demo img{width:100%;height:auto;border-radius:10px;display:block}
.geo-demo figcaption{color:#7a8299;font-size:12.5px;text-align:center;margin-top:10px}
.geo-demo figcaption a{color:#0bb855;font-weight:600}

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

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

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

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

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

/* ----- Small helpers (replace former inline styles; no inline CSS per spec) ----- */
.geo-lawful-note{font-size:13px;color:#7a8299;margin-top:6px}
.geo-legal h3 i.geo-ic{color:#0bb855}
.geo-legal p.geo-legal__lead{color:#b8bfce;font-size:14.5px;line-height:1.75}
.geo-legal p.geo-legal__foot{color:#b8bfce;font-size:14.5px;line-height:1.75;margin-top:10px}
.geo-cta-bar h4 i.geo-ic{color:#0bb855}
.geo-guarantee i.geo-guarantee__ic{font-size:28px;color:#0bb855;margin-bottom:8px;display:block}
.geo-dl-btn.geo-dl-btn--full{width:100%;justify-content:center}
.widget_download .download-widget-wrap.geo-wrap-gap{margin-bottom:12px}

/* sidebar mini guarantee variant */
.geo-guarantee.geo-guarantee--mini{margin:0}
.geo-guarantee.geo-guarantee--mini i.geo-guarantee__ic{font-size:22px;margin-bottom:6px}
.geo-guarantee.geo-guarantee--mini h5{font-size:15px}
.geo-guarantee.geo-guarantee--mini p{font-size:12.5px}
.geo-guarantee.geo-guarantee--mini a{font-size:13px}

/* ----- Sticky mobile CTA bar (thumb-reachable, mobile-only) ----- */
.geo-sticky{display:none}
@media(max-width:991px){
  .geo-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)}
  .geo-sticky a{flex:1;text-align:center;font-size:13.5px;font-weight:700;padding:12px 8px;border-radius:9px;text-decoration:none}
  .geo-sticky .geo-sticky__primary{background:linear-gradient(135deg,#069845,#0bb855);color:#fff}
  .geo-sticky .geo-sticky__ghost{border:1.5px solid #069845;color:#0bb855}
  body{padding-bottom:66px}
}
