/* Page-specific styles for /track-phone-number-bangladesh.
   Reuses .sh- (design-system.css) and .wt- (feature-pages.css) where possible.
   Adds: Bangladesh operator reference table, quick-answer box, can/cannot split,
   3-step strip, sticky mobile CTA. Prefix .tbd- to avoid collisions. */

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

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

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

/* 3-step track strip */
.tbd-steps{counter-reset:tbdstep;margin:18px 0}
.tbd-step{display:flex;gap:14px;margin-bottom:14px;align-items:flex-start}
.tbd-step::before{counter-increment:tbdstep;content:counter(tbdstep);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}
.tbd-step div{padding-top:3px}
.tbd-step strong{color:#e8ecf4;font-size:15px;display:block;margin-bottom:3px}
.tbd-step span{color:#8890a4;font-size:13.5px;line-height:1.55}
.tbd-step a{color:#0bb855}

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