/* Pioneer Mitra — Tanzania WhatsApp-first premium (scroll 1–2) */
:root {
  --bg: #FAFAF8;
  --panel: #FFFFFF;
  --gold: #C8650A;
  --ink: #111820;
  --steel: #4A5A6A;
  --silver: #8A9AAA;
  --b1: #E8EAED;
  --panel2: #F3F4F6;
  --grn: #128C7E;
  --max: 1140px;
  --px: clamp(16px, 4vw, 48px);
  --mob-bar-h: 52px;
}

body.pm-tz-pilot {
  background: var(--bg);
  padding-bottom: calc(var(--mob-bar-h) + 8px);
  font-size: 15px;
}

/* Nav — minimal */
.pm-tz-pilot #nav {
  background: rgba(255, 255, 255, 0.98);
  height: 52px;
}
.pm-tz-pilot .nav-cta {
  background: transparent;
  color: var(--steel);
  border: 1px solid var(--b1);
  font-size: 10px;
}
.pm-tz-pilot .nav-cta:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Hero — 5-second test */
.pm-tz-pilot .hero {
  padding-top: 72px;
  background: var(--panel);
}
.pm-tz-pilot .hero-grid {
  border-bottom: none;
  padding-bottom: 32px;
}
.pm-tz-pilot .hero h1 {
  font-size: clamp(36px, 6vw, 58px);
  letter-spacing: 0.03em;
  max-width: 100%;
}
.pm-tz-pilot .hero-sub {
  display: none;
}
.pm-tz-pilot .hero-pillars {
  display: grid;
  gap: 14px;
  margin: 20px 0 24px;
  max-width: 640px;
}
.pm-tz-pilot .hero-pillar {
  border-left: 3px solid var(--gold);
  padding: 0 0 0 14px;
}
.pm-tz-pilot .pillar-label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.pm-tz-pilot .hero-pillar p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
}
.pm-tz-pilot .hero-ctas {
  gap: 12px;
}
.pm-tz-pilot .btn {
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 15px 20px;
  min-height: 48px;
}
.pm-tz-pilot .btn-wa {
  background: var(--grn);
}
.pm-tz-pilot .btn-wa-secondary {
  background: var(--ink);
  color: #fff;
}
.pm-tz-pilot .hero-photo {
  border: none;
  box-shadow: 0 1px 0 var(--b1);
}
.pm-tz-pilot .hero-photo figcaption {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--silver);
}
.pm-tz-pilot .trust-strip {
  background: var(--panel);
  border-top: 1px solid var(--b1);
  border-bottom: 1px solid var(--b1);
}
.pm-tz-pilot .trust-strip span {
  color: var(--steel);
  font-size: 11px;
}
.pm-tz-pilot .trust-strip span::before {
  background: var(--gold);
}

/* Scroll 2 — bridge + proof */
.pm-tz-pilot .pm-scroll2 {
  background: var(--bg);
  padding: 40px 0 48px;
}
.pm-tz-pilot .pm-scroll2 .procurement-bridge-wrap {
  margin-top: 0;
}
.pm-tz-pilot .bridge-overlay {
  background: linear-gradient(180deg, rgba(17, 24, 32, 0.05) 40%, rgba(17, 24, 32, 0.75) 100%);
}
.pm-tz-pilot .bridge-center {
  background: var(--panel);
}
.pm-tz-pilot .pm-proof-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 32px;
}
@media (min-width: 640px) {
  .pm-tz-pilot .pm-proof-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pm-tz-pilot .pm-proof-card {
  background: var(--panel);
  border: 1px solid var(--b1);
  overflow: hidden;
}
.pm-tz-pilot .pm-proof-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.pm-tz-pilot .pm-proof-card figcaption {
  padding: 12px 14px;
  font-size: 11px;
  color: var(--steel);
  line-height: 1.45;
}
.pm-tz-pilot .pm-proof-card .cap-tag {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
  font-family: "Bebas Neue", sans-serif;
}

/* Below-fold — unchanged structure, lighter touch */
.pm-tz-pilot .sec {
  padding: 40px 0;
}
.pm-tz-pilot .req-core {
  background: var(--ink);
}

/* Hide desktop float — sticky bar on mobile */
.pm-tz-pilot .wa-float-wrap {
  display: none;
}

/* Mobile sticky — 2 cols, fixed height (no CLS) */
.pm-tz-pilot .mob-bar {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  height: var(--mob-bar-h);
  min-height: var(--mob-bar-h);
  max-height: var(--mob-bar-h);
  box-shadow: 0 -2px 12px rgba(17, 24, 32, 0.06);
}
.pm-tz-pilot .mob-bar a {
  flex-direction: row;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 0.08em;
  border-right: 1px solid var(--b1);
}
.pm-tz-pilot .mob-bar a:last-child {
  border-right: none;
}
.pm-tz-pilot .mob-bar a.mob-wa {
  background: var(--grn);
  color: #fff;
  font-size: 10px;
}
.pm-tz-pilot .mob-bar a.mob-quote {
  color: var(--ink);
  background: var(--panel);
}
.pm-tz-pilot .mob-bar .mob-call {
  display: none !important;
}

@media (min-width: 761px) {
  .pm-tz-pilot body,
  body.pm-tz-pilot {
    padding-bottom: 0;
  }
  .pm-tz-pilot .mob-bar {
    display: none;
  }
  .pm-tz-pilot .wa-float-wrap {
    display: block;
    bottom: 24px;
    right: 24px;
  }
.pm-tz-pilot .wa-float {
  border-radius: 4px;
  background: var(--grn);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 22px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: #fff;
  font-weight: 700;
}
}

/* WhatsApp bottom sheet */
.pm-wa-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 32, 0.45);
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s;
}
.pm-wa-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}
.pm-wa-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background: var(--panel, #fff);
  border-radius: 16px 16px 0 0;
  padding: 20px var(--px, 16px) calc(20px + env(safe-area-inset-bottom, 0));
  transform: translateY(100%);
  transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
  max-height: 85vh;
  overflow-y: auto;
}
.pm-wa-sheet.is-open {
  transform: translateY(0);
}
.pm-wa-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.pm-wa-sheet-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--ink, #111820);
  margin: 0;
}
.pm-wa-sheet-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: var(--steel, #4a5a6a);
  cursor: pointer;
  padding: 4px 8px;
}
.pm-wa-intent-grid {
  display: grid;
  gap: 10px;
}
.pm-wa-intent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  padding: 16px 18px;
  background: var(--panel2, #f3f4f6);
  border: 1.5px solid var(--b1, #e8eaed);
  cursor: pointer;
  font-family: inherit;
  color: var(--ink, #111820);
  transition: border-color 0.15s;
}
.pm-wa-intent:active,
.pm-wa-intent:hover {
  border-color: var(--gold, #c8650a);
}
.pm-wa-intent-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.pm-wa-intent-sub {
  font-size: 12px;
  color: var(--steel, #4a5a6a);
  margin-top: 4px;
  line-height: 1.4;
}
body.pm-wa-sheet-open {
  overflow: hidden;
}
