/* Page-specific styles for /track-phone-number-pakistan.
   Reuses .sh- (design-system.css) and .wt- (feature-pages.css) where possible.
   Adds: quick-answer box, can/cannot split, PTA/CNIC compliance note,
   operator reference table, 3-step strip, sticky mobile CTA. */

/* Quick-answer (AEO) box */
.tpk-answer{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:20px 22px;margin:20px 0;position:relative;overflow:hidden}
.tpk-answer::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#069845,transparent)}
.tpk-answer h2,.tpk-answer h3{color:#fff;font-size:19px;margin-bottom:10px}
.tpk-answer p{color:#c4cbda;font-size:15px;line-height:1.7;margin-bottom:0}
.tpk-answer .tpk-can{color:#0bb855;font-weight:700}
.tpk-answer .tpk-cant{color:#f56c6c;font-weight:700}

/* Can / cannot two-column split */
.tpk-split{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}
@media(max-width:600px){.tpk-split{grid-template-columns:1fr}}
.tpk-split-card{background:#0d1222;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:16px 18px}
.tpk-split-card.can{border-top:3px solid #0bb855}
.tpk-split-card.cant{border-top:3px solid #f56c6c}
.tpk-split-card h4{font-size:14.5px;margin-bottom:10px;color:#e8ecf4}
.tpk-split-card ul{list-style:none;padding:0;margin:0}
.tpk-split-card li{font-size:13.5px;color:#b8bfce;line-height:1.55;padding-left:22px;position:relative;margin-bottom:8px}
.tpk-split-card.can li::before{content:'\2713';position:absolute;left:0;color:#0bb855;font-weight:700}
.tpk-split-card.cant li::before{content:'\2717';position:absolute;left:0;color:#f56c6c;font-weight:700}

/* PTA / CNIC compliance callout */
.tpk-compliance{background:rgba(245,108,108,.07);border:1px solid rgba(245,108,108,.22);border-left:4px solid #f56c6c;border-radius:10px;padding:18px 20px;margin:20px 0}
.tpk-compliance h4{color:#f56c6c;font-size:16px;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.tpk-compliance p{color:#c4cbda;font-size:14px;line-height:1.7;margin-bottom:0}
.tpk-compliance p+p{margin-top:10px}

/* Pakistan operator reference table */
.tpk-op-table{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}
.tpk-op-table thead th{background:#069845;color:#fff;padding:10px 14px;font-weight:600;text-align:left}
.tpk-op-table td{padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.04);color:#b8bfce}
.tpk-op-table tr:last-child td{border-bottom:0}
.tpk-op-table tbody tr:nth-child(even){background:rgba(255,255,255,.015)}
@media(max-width:576px){.tpk-op-table{font-size:12px}.tpk-op-table th,.tpk-op-table td{padding:8px 10px}}

/* 3-step track strip */
.tpk-steps{counter-reset:tpkstep;margin:18px 0}
.tpk-step{display:flex;gap:14px;margin-bottom:14px;align-items:flex-start}
.tpk-step::before{counter-increment:tpkstep;content:counter(tpkstep);flex-shrink:0;width:34px;height:34px;background:linear-gradient(135deg,#069845,#0bb855);color:#fff;font-size:15px;font-weight:800;border-radius:9px;display:flex;align-items:center;justify-content:center}
.tpk-step div{padding-top:3px}
.tpk-step strong{color:#e8ecf4;font-size:15px;display:block;margin-bottom:3px}
.tpk-step span{color:#8890a4;font-size:13.5px;line-height:1.55}
.tpk-step a{color:#0bb855}

/* Hero + sidebar helpers (kept out of inline style attributes) */
.tpk-hero-lede{font-size:18px;color:#c4cbda;line-height:1.6;margin-bottom:18px}
.tpk-hero-note{font-size:13px;color:#7a8299;margin-top:14px;margin-bottom:0}
.tpk-ok{color:#0bb855}
.tpk-cta-bar--left{text-align:left}
.tpk-feat-card--gap{margin-top:18px}
.tpk-toc{margin-top:8px}
.tpk-toc a{color:#0bb855;display:block;margin-bottom:6px}
.tpk-toc a:last-child{margin-bottom:0}

/* Legality variant of the shared .wt-android-note (red, lawful-use warning) */
.wt-android-note.tpk-legal{border-color:rgba(245,108,108,.22);border-left-color:#f56c6c;background:rgba(245,108,108,.07)}
.wt-android-note.tpk-legal strong{color:#f56c6c}

/* Sticky mobile CTA (audience ~94% mobile) */
.tpk-sticky{display:none}
@media(max-width:991px){
  .tpk-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);box-shadow:0 -4px 20px rgba(0,0,0,.4)}
  .tpk-sticky 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}
  .tpk-sticky .tpk-sticky-reg{background:linear-gradient(135deg,#069845,#0bb855);color:#fff}
  .tpk-sticky .tpk-sticky-dl{background:transparent;border:1.5px solid #069845;color:#0bb855}
  body{padding-bottom:64px}
}
