/* ══ Subscriber Bonus Banner (first-page CTA) ══ */
.bonus-banner {
  padding: 48px 0 24px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.bonus-banner-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 36px;
  align-items: stretch;
}
.bonus-card {
  background: linear-gradient(160deg, #0f1e3d 0%, #1e3a8a 100%);
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 18px;
  padding: 28px 26px 22px;
  color: #e5e7eb;
  box-shadow: 0 18px 40px rgba(15, 30, 61, 0.25);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.bonus-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(251, 191, 36, 0.18), transparent 60%);
  pointer-events: none;
}
.bonus-pill {
  align-self: flex-start;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #0f1e3d;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.2px;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.35);
  position: relative;
  z-index: 1;
}
.bonus-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.22;
  color: #ffffff;
  margin: 4px 0 6px;
  position: relative;
  z-index: 1;
}
.bonus-sub {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 4px;
  position: relative;
  z-index: 1;
}
.bonus-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 14px;
  display: grid;
  gap: 8px;
  position: relative;
  z-index: 1;
}
/* Hero One-Stop Shopping — transparent fee breakdown */
.hero-breakdown {
  margin: 14px 0 16px;
  padding: 12px 14px 14px;
  background: rgba(13, 33, 55, 0.55);
  border: 1.5px solid rgba(245,158,11,.5);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-breakdown-title {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #F59E0B;
  margin: 0 0 10px 0;
  text-align: left;
  line-height: 1.35;
}
.hero-fee-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(245,158,11,.22);
  font-size: 13px;
  font-weight: 700;
  color: #F9FAFB;
  line-height: 1.3;
}
.hero-fee-row:last-child { border-bottom: none; padding-bottom: 2px; }
.hero-fee-row > span:first-child {
  text-align: left;
  opacity: .95;
  flex: 1 1 auto;
  min-width: 0;
}
.hero-fee-value {
  font-weight: 800;
  color: #FFE4A6;
  font-size: 14px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.bonus-list li {
  font-size: 14px;
  color: #e5e7eb;
  font-weight: 500;
}
.bonus-btn {
  display: block;
  text-align: center;
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 10px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.bonus-fine {
  font-size: 12px;
  color: #94a3b8;
  text-align: center;
  margin: 4px 0 0;
  position: relative;
  z-index: 1;
}
.bonus-copy {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.bonus-copy .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
.bonus-headline {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f1e3d;
  margin: 4px 0 6px;
}
.bonus-copy > p {
  color: #475569;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}
.bonus-highlights {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 10px;
}
.bonus-highlights li {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: baseline;
  gap: 16px;
  padding: 10px 14px;
  background: #f1f5f9;
  border-left: 3px solid var(--gold, #f59e0b);
  border-radius: 8px;
}
.bonus-highlights strong {
  color: #0f1e3d;
  font-weight: 700;
  font-size: 15px;
}
.bonus-highlights span {
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .bonus-banner-inner { grid-template-columns: 1fr; gap: 24px; }
  .bonus-card { max-width: 420px; margin: 0 auto; }
  .bonus-highlights li { grid-template-columns: 1fr; gap: 4px; }
  .bonus-headline { font-size: 24px; }
}

/* "Institution hidden" badge — shown to anonymous users on Latest Tenders rows */
.src-locked {
  background: linear-gradient(135deg,#fef3c7 0%, #fde68a 100%) !important;
  color: #78350f !important;
  border: 1px dashed #d97706 !important;
  cursor: help;
  font-weight: 700;
}
/* Numbered agency badge shown to paid members (never reveals institution name) */
.src-num {
  background: linear-gradient(135deg,#0f172a 0%, #1e293b 100%) !important;
  color: #d4af37 !important;
  border: 1px solid #d4af37 !important;
  font-weight: 700;
  letter-spacing: .3px;
}

/* Locked external-feed tabs — show 🔒 badge, subtle gold glow on hover */
.stab-locked { position: relative; }
.stab-locked .stab-lock {
  font-size: .7em;
  margin-left: 4px;
  opacity: .7;
  filter: grayscale(.2);
}
.stab-locked:hover {
  border-color: #d4af37 !important;
  background: linear-gradient(135deg, rgba(212,175,55,.06), rgba(212,175,55,.12)) !important;
}
.stab-locked:hover .stab-lock { opacity: 1; filter: none; }

/* External-feed tab click flash */
.stab-flash { animation: stabFlash .6s ease; }
@keyframes stabFlash {
  0%   { background:#d4af37; color:#fff; transform:scale(1); }
  50%  { background:#d4af37; color:#fff; transform:scale(1.06); }
  100% { background:inherit; color:inherit; transform:scale(1); }
}

/* SCALE STRIP */
.scale-strip{background:linear-gradient(90deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);border-top:1px solid rgba(212,175,55,0.25);border-bottom:1px solid rgba(212,175,55,0.25);padding:18px 0;color:#fff}
.scale-strip-inner{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}
.scale-item{display:flex;flex-direction:column;align-items:center;line-height:1.15}
.scale-item strong{font-size:1.55rem;font-weight:800;color:#d4af37;letter-spacing:.3px}
.scale-item span{font-size:.78rem;color:#cbd5e1;text-transform:uppercase;letter-spacing:1.2px;margin-top:4px}
.scale-sep{width:1px;height:34px;background:linear-gradient(180deg,transparent 0%,rgba(212,175,55,.45) 50%,transparent 100%)}
@media (max-width:760px){.scale-strip-inner{gap:14px}.scale-item strong{font-size:1.15rem}.scale-item span{font-size:.68rem;letter-spacing:.8px}.scale-sep{height:24px}}

/* ══════════════════════════════════════
   Tenderal — Main Stylesheet
   Palette: Navy #0D2137 · Blue #1565C0 · Gold #F59E0B · White #FFFFFF
   ══════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #0D2137;
  --navy2:   #152d45;
  --blue:    #1565C0;
  --blue2:   #1976D2;
  --gold:    #F59E0B;
  --gold2:   #D97706;
  --white:   #FFFFFF;
  --surface: #F0F4F9;
  --border:  #DDE4EE;
  --text:    #0D2137;
  --muted:   #5B7492;
  --light:   #94A9C4;
  --radius:  10px;
  --radius-lg: 16px;
  --shadow:  0 2px 8px rgba(13,33,55,.08), 0 8px 24px rgba(13,33,55,.06);
  --shadow-lg: 0 8px 32px rgba(13,33,55,.14), 0 24px 64px rgba(13,33,55,.12);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--surface); color: var(--text); line-height: 1.6; font-size: 15px; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
select, input { font-family: inherit; }
.hidden { display: none !important; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 22px; border-radius: var(--radius);
  font-size: 14px; font-weight: 600;
  transition: all .18s ease; white-space: nowrap; border: none;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold2); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(245,158,11,.35); }
.btn-ghost-white { color: rgba(255,255,255,.85); border: 1.5px solid rgba(255,255,255,.25); background: transparent; }
.btn-ghost-white:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-outline { border: 1.5px solid var(--border); color: var(--text); background: var(--white); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-outline-sm { border: 1.5px solid var(--border); color: var(--muted); background: var(--white); padding: 8px 14px; font-size: 13px; border-radius: var(--radius); }
.btn-outline-sm:hover { border-color: var(--blue); color: var(--blue); }
.btn-full { width: 100%; justify-content: center; padding: 13px 24px; font-size: 15px; }

/* ── Top Bar ── */
.topbar { background: var(--navy); color: rgba(255,255,255,.6); font-size: 12.5px; padding: 7px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; }
.topbar-right { display: flex; gap: 12px; align-items: center; }
.topbar a { color: var(--gold); }
.topbar strong { color: #fff; }

/* ── Header ── */
.site-header { background: var(--navy); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; gap: 28px; height: 62px; }

.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { width: 36px; height: 36px; background: rgba(255,255,255,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-text { font-size: 18px; font-weight: 400; color: #fff; letter-spacing: -.3px; }
.logo-text strong { font-weight: 800; }

.main-nav { display: flex; gap: 2px; margin-right: auto; }
.nav-link { padding: 6px 14px; border-radius: 6px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.65); transition: all .15s; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.08); }
.nav-link.active { color: #fff; }

.header-actions { display: flex; gap: 10px; align-items: center; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }

/* ══ HERO ══ */
.hero {
  background: var(--navy);
  padding: 0;
  position: relative; overflow: hidden;
  display: block;
}

/* Decorative circles */
.hero-bg-circle { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-bg-c1 {
  width: 700px; height: 700px; top: -200px; right: -180px;
  background: radial-gradient(circle, rgba(21,101,192,.35) 0%, transparent 70%);
}
.hero-bg-c2 {
  width: 500px; height: 500px; bottom: -150px; left: -100px;
  background: radial-gradient(circle, rgba(245,158,11,.12) 0%, transparent 70%);
}
.hero-bg-c3 {
  width: 300px; height: 300px; top: 40%; left: 38%;
  background: radial-gradient(circle, rgba(21,101,192,.18) 0%, transparent 70%);
}

/* Hero restructured 2026-04-21: single centered column + one right-side card
   (15 big population markets). Cleaner hierarchy, ~30% less vertical weight. */
.hero-container {
  display: grid;
  grid-template-columns: minmax(320px, 400px) minmax(480px, 1fr) minmax(320px, 400px);
  gap: 28px;
  align-items: stretch;
  padding: 48px 24px 40px;
  position: relative; z-index: 1;
  max-width: 1520px; margin: 0 auto; width: 100%;
}
.hero-container > .hero-center {
  min-width: 0;
  display: flex; flex-direction: column; justify-content: center;
  text-align: center;
}
.hero-side { min-width: 0; }
.hero-side-left  { grid-column: 1; }
.hero-center     { grid-column: 2; }
.hero-side-right { grid-column: 3; }

@media (max-width: 1180px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-side-left, .hero-center, .hero-side-right { grid-column: 1; }
  .hero-center     { grid-row: 1; order: 1; }
  .hero-side-left  { grid-row: 2; order: 2; max-width: 560px; margin: 0 auto; width: 100%; }
  .hero-side-right { grid-row: 3; order: 3; max-width: 560px; margin: 0 auto; width: 100%; }
}
@media (max-width: 720px) {
  .hero-container { padding: 36px 18px 28px; gap: 16px; }
}
.hero-center { text-align: center; }

/* ── Eyebrow ── */
.hero-eyebrow-wrap {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-bottom: 28px;
}
.hero-eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0;
}
.hero-eyebrow-text {
  font-size: 18px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
}

/* ── Main Slogan ── */
.hero-slogan {
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 800; line-height: 1.08;
  letter-spacing: -2px; color: #fff;
  margin-bottom: 24px;
}
.slogan-gold {
  background: linear-gradient(90deg, var(--gold) 0%, #fcd34d 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Sub ── */
.hero-sub {
  font-size: 16px; color: rgba(255,255,255,.55);
  max-width: 560px; line-height: 1.8; margin: 0 auto 36px;
}
.hero-sub strong { color: rgba(255,255,255,.85); font-weight: 600; }

/* ── Search ── */
.hero-search-wrap { max-width: 580px; margin: 0 auto 36px; }
.hero-search-bar {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border-radius: var(--radius-lg);
  padding: 7px 7px 7px 20px;
  box-shadow: 0 16px 48px rgba(0,0,0,.4);
}
.hero-search-bar input {
  flex: 1; border: none; outline: none; font-size: 15px;
  color: var(--text); background: transparent;
}
.hero-search-bar input::placeholder { color: var(--light); }
.search-btn { padding: 10px 28px; border-radius: 10px; }
.search-bar { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: var(--radius-lg); padding: 7px 7px 7px 20px; box-shadow: 0 16px 48px rgba(0,0,0,.4); }
.search-bar input { flex: 1; border: none; outline: none; font-size: 15px; color: var(--text); background: transparent; }
.search-bar input::placeholder { color: var(--light); }
.search-icon { flex-shrink: 0; }

.hero-hints { display: flex; align-items: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; font-size: 12.5px; color: rgba(255,255,255,.35); }
.hint-tag {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.65); border-radius: 20px; padding: 4px 12px; font-size: 12px;
  cursor: pointer; transition: all .15s;
}
.hint-tag:hover { background: rgba(245,158,11,.18); border-color: var(--gold); color: var(--gold); }

/* ── Stats band ── */
.hero-stats-band {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg); overflow: hidden; max-width: 460px;
  margin: 0 auto;
}
.hstat-item {
  flex: 1; text-align: center; padding: 10px 8px;
  display: flex; flex-direction: column; gap: 2px;
}
.hstat-item strong { font-size: 16px; font-weight: 800; color: #fff; line-height: 1; }
.hstat-item span { font-size: 10px; color: rgba(255,255,255,.4); letter-spacing: .2px; }
.hstat-sep { width: 1px; background: rgba(255,255,255,.1); align-self: stretch; }

/* ── Bonus card ── */
.hero-bonus {
  background: linear-gradient(160deg, #1b3d5e 0%, #1a4070 100%);
  border: 1.5px solid rgba(245,158,11,.45);
  border-radius: var(--radius-lg); padding: 22px 20px;
  display: flex; flex-direction: column; gap: 11px;
  box-shadow: 0 12px 40px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
}
.bonus-badge, .vip-box-header {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 0;
  color: var(--gold);
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  line-height: 1.3;
  padding: 0; border-radius: 0; width: fit-content;
  margin: 0;
}
.badge-icon, .vip-crown { font-size: 14px; line-height: 1; }
.badge-label, .vip-label { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.bonus-title { font-size: 16px; font-weight: 700; color: var(--gold); line-height: 1.3; letter-spacing: 1.2px; text-transform: uppercase; margin: 0; }
.bonus-desc { font-size: 12.5px; color: rgba(255,255,255,.62); line-height: 1.55; margin: 0; }
.bonus-list { list-style: none; display: flex; flex-direction: column; gap: 6px; padding: 0; margin: 0; }
.bonus-list li { font-size: 12.5px; color: rgba(255,255,255,.82); font-weight: 500; }
.btn-bonus-cta { width: 100%; justify-content: center; padding: 11px 14px; font-size: 13px; margin-top: 6px; border-radius: var(--radius); letter-spacing: .5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bonus-note { font-size: 11px; color: rgba(255,255,255,.3); text-align: center; }

/* ── Only-Us (15 Countries) card ── */
.only-us .bonus-badge { margin-left: auto; margin-right: auto; justify-content: center; }
.only-us .bonus-title { margin-bottom: 2px; text-align: center; }
.ctry15-table {
  display: flex; flex-direction: column;
  gap: 1px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(245,158,11,.22);
  border-radius: 8px;
  padding: 8px 10px;
  flex: 1 1 auto;
}
.ctry15-head, .ctry15-row {
  display: grid;
  grid-template-columns: 1.3fr .75fr .85fr .35fr .55fr;
  gap: 6px;
  align-items: center;
}
.ctry15-row span:nth-child(4) { font-size: 14px; text-align: center; }
.ctry15-row span:nth-child(5) { text-align: right; font-size: 10px; }
.trend {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 9.5px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .2px;
}
.trend.up {
  color: #4ade80;
  background: rgba(74, 222, 128, .12);
  border: 1px solid rgba(74, 222, 128, .25);
}
.trend.down {
  color: #f87171;
  background: rgba(248, 113, 113, .12);
  border: 1px solid rgba(248, 113, 113, .25);
}

/* Summary row above table */
.ctry15-summary {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 6px; margin-bottom: 6px;
}
.ctry15-sum-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 7px 4px;
  background: rgba(245,158,11,.08);
  border: 1px solid rgba(245,158,11,.2);
  border-radius: 8px;
  text-align: center;
}
.ctry15-sum-item strong { font-size: 14px; color: var(--gold); font-weight: 800; line-height: 1.1; }
.ctry15-sum-item span { font-size: 9.5px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .4px; margin-top: 2px; }

/* Footer info line below table */
.ctry15-footer-info {
  display: flex; flex-direction: column; gap: 3px;
  padding: 8px 6px 2px;
  font-size: 10.5px;
  color: rgba(255,255,255,.65);
  line-height: 1.4;
}
.ctry15-footer-info strong { color: var(--gold); font-weight: 700; }
.ctry15-head {
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(245,158,11,.3);
  margin-bottom: 3px;
}
.ctry15-row {
  color: rgba(255,255,255,.88);
  padding: 3px 4px;
  font-size: 11.5px;
  cursor: pointer;
  border-radius: 4px;
  transition: background .15s ease;
  margin: 0 -4px;
}
.ctry15-row:hover { background: rgba(245,158,11,.12); color: #fff; }
.ctry15-row span:first-child {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  display: flex; align-items: center; gap: 5px;
  font-weight: 500;
}
.ctry15-row span:first-child img.emoji { height: 14px; width: auto; vertical-align: -2px; }

/* Global Twemoji sizing — keep emoji inline at 1em so nothing renders huge */
img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.15em;
  display: inline-block;
}
.ctry15-row span:nth-child(2) { color: var(--gold); font-weight: 700; font-size: 11.5px; text-align: right; font-variant-numeric: tabular-nums; }
.ctry15-row span:nth-child(3) { color: #4ade80; font-weight: 700; font-size: 11.5px; text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ─── VIP dedicated section (above pricing) ─── */
.vip-section { padding: 56px 0 20px; background: transparent; }
.vip-card-new {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  background: linear-gradient(135deg, #13365a 0%, #1a4e85 100%);
  border: 1.5px solid rgba(245,158,11,.4);
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  position: relative;
  overflow: hidden;
}
.vip-card-new::before {
  content: "♛";
  position: absolute; right: -20px; top: -30px;
  font-size: 220px; color: rgba(245,158,11,.06);
  line-height: 1; pointer-events: none; font-family: serif;
}
.vip-card-left { min-width: 0; position: relative; z-index: 1; }
.vip-card-badge {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--gold); font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 12px;
}
.vip-card-badge .vip-crown { font-size: 16px; }
.vip-card-title {
  font-size: 28px; font-weight: 800; color: #fff;
  line-height: 1.2; letter-spacing: -.3px; margin: 0 0 10px;
}
.vip-card-title-gold {
  background: linear-gradient(90deg, var(--gold) 0%, #fcd34d 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vip-card-sub {
  font-size: 14.5px; color: rgba(255,255,255,.78);
  line-height: 1.6; margin: 0 0 16px;
  max-width: 620px;
}
.vip-card-sub strong { color: #fff; font-weight: 600; }
.vip-card-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px;
}
.vip-card-list li {
  font-size: 13.5px; color: rgba(255,255,255,.88);
  display: flex; align-items: flex-start; gap: 8px;
}
.vip-card-check {
  color: var(--gold); font-weight: 800; flex-shrink: 0;
}
.vip-card-right {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.vip-card-cta {
  padding: 14px 28px; font-size: 14px; font-weight: 700;
  letter-spacing: .4px; white-space: nowrap;
}
.vip-card-note {
  font-size: 11.5px; color: rgba(255,255,255,.45);
  margin: 0; text-align: center;
}
@media (max-width: 820px) {
  .vip-card-new { grid-template-columns: 1fr; padding: 28px 22px; gap: 22px; }
  .vip-card-list { grid-template-columns: 1fr; }
  .vip-card-title { font-size: 22px; }
  .vip-card-right { align-items: flex-start; }
}

/* ── Hero cards column (bonus stacked above 15 countries, single column on right) ── */
.hero-cards-row {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
.hero-bonus, .vip-box {
  width: 100%;
  min-width: 0;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.hero-bonus .bonus-list { flex: 1 1 auto; }
.vip-box .vip-content { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px 16px; gap: 9px; }
.vip-box .vip-feature-list { flex: 1 1 auto; }
.vip-box { flex-direction: row; } /* traffic-lights column + content */

/* ── VIP Box ── */
.vip-box {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  background: linear-gradient(160deg, #1b3d5e 0%, #1a4070 100%);
  border: 1.5px solid rgba(245,158,11,.45);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
}
.vip-tl-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 7px;
  background: rgba(0,0,0,.25);
  border-right: 1px solid rgba(255,255,255,.08);
  flex-shrink: 0;
}
.vip-tl {
  width: 11px;
  height: 11px;
}
/* Brighter traffic lights for VIP column */
.tl-red.vip-tl    { animation: vip-tl-red    2.4s infinite; }
.tl-yellow.vip-tl { animation: vip-tl-yellow 2.4s infinite; }
.tl-green.vip-tl  { animation: vip-tl-green  2.4s infinite; }
@keyframes vip-tl-red {
  0%,30%  { background: #ff2d20; box-shadow: 0 0 14px 6px rgba(255,45,32,.9), inset 0 1px 3px rgba(0,0,0,.2); }
  33%,100%{ background: #3a0c0a; box-shadow: inset 0 2px 4px rgba(0,0,0,.6); }
}
@keyframes vip-tl-yellow {
  0%,32%  { background: #2e2200; box-shadow: inset 0 2px 4px rgba(0,0,0,.6); }
  34%,63% { background: #ffe030; box-shadow: 0 0 14px 6px rgba(255,224,48,.9), inset 0 1px 3px rgba(0,0,0,.2); }
  66%,100%{ background: #2e2200; box-shadow: inset 0 2px 4px rgba(0,0,0,.6); }
}
@keyframes vip-tl-green {
  0%,65%  { background: #042a0e; box-shadow: inset 0 2px 4px rgba(0,0,0,.6); }
  67%,100%{ background: #00e533; box-shadow: 0 0 14px 6px rgba(0,229,51,.9), inset 0 1px 3px rgba(0,0,0,.2); }
}
.vip-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.vip-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 18px 14px;
  gap: 9px;
}
/* vip-box-header styles unified above with .bonus-badge */
.vip-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.vip-sub {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  margin: 0;
}
.vip-sub strong { color: rgba(255,255,255,.85); font-weight: 600; }
.vip-feature-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
}
.vip-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,.8);
  font-weight: 500;
}
.vip-check { color: var(--gold); font-weight: 700; font-size: 12px; flex-shrink: 0; }
.vip-cta-row { display: flex; flex-direction: column; gap: 5px; margin-top: 4px; }
.vip-badge { display: none; }
.vip-cta-btn {
  width: 100%;
  justify-content: center;
  padding: 10px 12px;
  font-size: 12.5px;
  border-radius: var(--radius);
  letter-spacing: .3px;
}
.vip-note {
  font-size: 11px;
  color: rgba(255,255,255,.3);
  text-align: center;
}

/* ── 24/7 Contact Box ── */
.contact-box {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.adv-contact-box {
  max-width: 420px;
  margin: 0 auto 32px;
}

/* Traffic lights bar */
.traffic-lights {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 12px;
  background: #1b3d5e; border-bottom: 2px solid #143352;
}
.tl {
  width: 16px; height: 16px; border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.4);
  flex-shrink: 0;
}
.tl-red    { background: #ff5f57; animation: tl-red    2.4s infinite; }
.tl-yellow { background: #ffbd2e; animation: tl-yellow 2.4s infinite; }
.tl-green  { background: #28c940; animation: tl-green  2.4s infinite; }

@keyframes tl-red {
  0%,30%  { background: #ff5f57; box-shadow: 0 0 10px 4px rgba(255,95,87,.7), inset 0 2px 4px rgba(0,0,0,.3); }
  33%,100%{ background: #4a1a18; box-shadow: inset 0 2px 4px rgba(0,0,0,.5); }
}
@keyframes tl-yellow {
  0%,32%  { background: #4a3a0a; box-shadow: inset 0 2px 4px rgba(0,0,0,.5); }
  34%,63% { background: #ffbd2e; box-shadow: 0 0 10px 4px rgba(255,189,46,.7), inset 0 2px 4px rgba(0,0,0,.3); }
  66%,100%{ background: #4a3a0a; box-shadow: inset 0 2px 4px rgba(0,0,0,.5); }
}
@keyframes tl-green {
  0%,65%  { background: #0a3a1a; box-shadow: inset 0 2px 4px rgba(0,0,0,.5); }
  67%,100%{ background: #28c940; box-shadow: 0 0 10px 4px rgba(40,201,64,.7), inset 0 2px 4px rgba(0,0,0,.3); }
}

.contact-box-body {
  padding: 12px 14px; display: flex; flex-direction: column; gap: 8px;
}
.contact-box-title {
  font-size: 12px; font-weight: 800; letter-spacing: .5px;
  text-transform: uppercase; color: var(--navy); margin-bottom: 2px;
}
.contact-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600; color: var(--navy);
  text-decoration: none; padding: 8px 12px;
  background: var(--surface); border-radius: var(--radius);
  border: 1.5px solid var(--border); transition: all .15s;
}
.contact-item:hover { border-color: var(--blue); color: var(--blue); background: #EEF4FF; }
.contact-icon { font-size: 16px; flex-shrink: 0; }

/* ── Latest Tenders Box ── */
.latest-section { background: var(--surface); padding: 36px 0 0; }

.latest-box {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13,33,55,.10);
}

.latest-box-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  background: var(--navy); padding: 18px 28px;
}
.latest-box-title-group { display: flex; align-items: center; gap: 12px; }
.latest-live-dot {
  width: 10px; height: 10px; border-radius: 50%; background: #22c55e; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(34,197,94,.25);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,.25); }
  50%      { box-shadow: 0 0 0 6px rgba(34,197,94,.1); }
}
.latest-box-title { font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -.2px; }
.latest-box-meta { display: flex; align-items: center; gap: 20px; }
.latest-updated { font-size: 12.5px; color: rgba(255,255,255,.45); }
.latest-view-all { font-size: 13px; font-weight: 600; color: var(--gold); transition: opacity .15s; }
.latest-view-all:hover { opacity: .8; }

/* Latest tender rows */
.latest-ticker { display: flex; flex-direction: column; }

.lt-row {
  padding: 22px 28px;
  border-bottom: 1px solid var(--border);
  cursor: pointer; transition: background .15s;
  display: flex; flex-direction: column; gap: 10px;
}
.lt-row:last-child { border-bottom: none; }
.lt-row:hover { background: #F5F8FC; }

/* Header: flag + country + source + deadline badge */
.lt-row-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lt-identity { display: flex; align-items: center; gap: 10px; }
.lt-flag { font-size: 28px; line-height: 1; flex-shrink: 0; display: flex; align-items: center; }
.lt-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lt-country { font-size: 15px; font-weight: 800; color: var(--navy); letter-spacing: .4px; }
.lt-source { display: flex; align-items: center; }

/* Title */
.lt-title {
  font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.45;
  margin: 0;
}

/* Description */
.lt-desc {
  font-size: 13.5px; color: var(--muted); line-height: 1.75; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}

/* Footer: sector · deadline · value · button */
.lt-footer {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding-top: 8px; border-top: 1px dashed var(--border);
  font-size: 13px; color: var(--muted);
}
.lt-sector { color: var(--blue); font-weight: 600; }
.lt-sep { color: var(--border); }
.lt-deadline strong { color: var(--navy); }
.lt-value strong { color: var(--navy); }
.lt-btn {
  margin-left: auto; font-size: 13px; font-weight: 700; color: var(--blue);
  background: none; border: none; cursor: pointer; white-space: nowrap;
  transition: color .15s;
}
.lt-btn:hover { color: var(--navy); }

/* Footer */
.latest-box-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; background: #F8FAFC;
  border-top: 1px solid var(--border); flex-wrap: wrap; gap: 12px;
}
.latest-footer-stats { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.latest-footer-stats strong { color: var(--navy); font-weight: 700; }
.lf-dot { color: var(--border); }
.btn-primary-sm {
  background: var(--blue); color: #fff; border-radius: var(--radius);
  padding: 9px 20px; font-size: 13px; font-weight: 700;
  transition: background .15s; white-space: nowrap;
}
.btn-primary-sm:hover { background: var(--navy); }

/* ── Sectors Section ── */
.sectors-section { background: var(--white); padding: 52px 0 48px; border-bottom: 1px solid var(--border); }
.sectors-head { text-align: center; margin-bottom: 32px; }
.sectors-title { font-size: 30px; font-weight: 800; color: var(--navy); letter-spacing: -.4px; margin-bottom: 6px; }
.sectors-sub { font-size: 15px; color: var(--muted); }

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.sector-tile {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 14px 18px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-align: center;
  overflow: hidden;
}
.sector-tile::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  opacity: 0; transition: opacity .2s ease;
}
.sector-tile:hover {
  border-color: var(--blue);
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(21,101,192,.14);
}
.sector-tile:hover::before { opacity: 1; }
.sector-tile:hover .sector-icon { transform: scale(1.08); }
.sector-tile.active {
  background: var(--blue); border-color: var(--blue);
}
.sector-tile.active .sector-name { color: #fff; }
.sector-tile.active .sector-count { background: rgba(255,255,255,.18); color: #fff; }
.sector-tile.active .sector-icon { background: rgba(255,255,255,.16); }

.sector-icon {
  width: 54px; height: 54px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 26px; line-height: 1;
  background: linear-gradient(135deg, #EEF4FF 0%, #F6F9FF 100%);
  border-radius: 14px;
  transition: transform .2s ease, background .2s ease;
}
.sector-name {
  font-size: 13.5px; font-weight: 700;
  color: var(--navy); line-height: 1.3;
  letter-spacing: .2px;
}
.sector-count {
  display: inline-block;
  font-size: 11.5px; font-weight: 700;
  color: var(--blue);
  background: #EEF4FF;
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: .3px;
}

/* Per-sector accent color on the icon bubble */
.sector-tile[data-sector="Infrastructure"] .sector-icon { background: linear-gradient(135deg,#FFF1E0,#FFE4C2); }
.sector-tile[data-sector="Transport"]      .sector-icon { background: linear-gradient(135deg,#E6F2FF,#D0E4FF); }
.sector-tile[data-sector="Energy"]         .sector-icon { background: linear-gradient(135deg,#FFF8CC,#FFF0A3); }
.sector-tile[data-sector="Medicine"]       .sector-icon { background: linear-gradient(135deg,#FFE6EC,#FFCCD6); }
.sector-tile[data-sector="Education"]      .sector-icon { background: linear-gradient(135deg,#EDE6FF,#D8CCFF); }
.sector-tile[data-sector="Agriculture"]    .sector-icon { background: linear-gradient(135deg,#E4F7D9,#C8EFB0); }
.sector-tile[data-sector="Environment"]    .sector-icon { background: linear-gradient(135deg,#D9F5E7,#B0EACE); }
.sector-tile[data-sector="ICT"]            .sector-icon { background: linear-gradient(135deg,#E6F0FF,#C7DCFF); }
.sector-tile[data-sector="Finance"]        .sector-icon { background: linear-gradient(135deg,#FFF4CC,#FFE39A); }
.sector-tile[data-sector="Water"]          .sector-icon { background: linear-gradient(135deg,#D8F0FF,#AEDFFF); }

/* ── Source Strip ── */
.source-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 14px 0; }
.source-strip-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.strip-label { font-size: 12.5px; color: var(--light); font-weight: 500; white-space: nowrap; }
.source-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pill { padding: 5px 16px; border-radius: 20px; font-size: 13px; font-weight: 700; }
.pill-wb    { background: #E3F2FD; color: #0277BD; }
.pill-adb   { background: #FFF3E0; color: #E65100; }
.pill-ebrd  { background: #E8EAF6; color: #283593; }
.pill-eu    { background: #FFF9E6; color: #7B5E00; border: 1px solid #F5C518; }
.pill-undp  { background: #E8F5E9; color: #1B5E20; }
.pill-gov   { background: #FDF3E7; color: #7B3F00; border: 1px solid #e8c99a; }
.pill-afdb  { background: #FBE9E7; color: #BF360C; }
.pill-iadb  { background: #E3F2FD; color: #01579B; }
.pill-isdb  { background: #F3E5F5; color: #6A1B9A; }
.pill-aiib  { background: #FFEBEE; color: #B71C1C; }
.pill-usaid { background: #E8EAF6; color: #1A237E; }
.pill-giz   { background: #E0F2F1; color: #004D40; }
.pill-unops { background: #FFF8E1; color: #E65100; }
.strip-right { margin-left: auto; }
.update-badge { font-size: 12px; color: #16a34a; font-weight: 500; }

/* ── Tenders Section ── */
.tenders-section { padding: 52px 0 80px; }
.section-head { margin-bottom: 28px; }
.section-head.centered { text-align: center; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.section-title { font-size: 32px; font-weight: 800; letter-spacing: -.5px; color: var(--navy); margin-bottom: 8px; }
.section-sub { font-size: 15px; color: var(--muted); }

/* Filter Panel */
.filter-panel {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 16px 20px; margin-bottom: 16px;
}
.source-tabs {
  display: flex; flex-wrap: nowrap; gap: 5px;
  margin-bottom: 14px; padding-bottom: 2px;
  overflow-x: visible; justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.stab {
  display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px; flex: 1 1 0;
  padding: 8px 4px; min-width: 0;
  border-radius: var(--radius);
  color: var(--navy); background: var(--surface); border: 1.5px solid var(--border);
  transition: all .15s;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.stab:hover { background: #e8edf5; border-color: var(--navy); transform: translateY(-1px); }
.stab.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.stab.active .stab-logo:not(.stab-logo-emoji) {
  background: #fff; padding: 2px; border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(245,158,11,.4);
}

.stab-name {
  font-size: 15px; font-weight: 800;
  letter-spacing: .3px;
  line-height: 1.1;
}
.stab-logo {
  width: 26px; height: 26px;
  object-fit: contain;
  display: block;
  line-height: 1;
}
.stab-logo-all, .stab-logo-emoji {
  width: auto; height: auto;
  font-size: 20px;
  line-height: 1;
}
.dot, .tab-live { display: none !important; }

@media (max-width: 980px) {
  .source-tabs { flex-wrap: wrap; justify-content: flex-start; }
  .stab { flex: 0 0 auto; padding: 8px 10px; }
}
.d-wb    { background: #0277BD; }
.d-adb   { background: #E65100; }
.d-ebrd  { background: #283593; }
.d-eu    { background: #F5C518; border: 1px solid #c9a200; }
.d-undp  { background: #2E7D32; }
.d-gov   { background: #7B3F00; }
.d-afdb  { background: #BF360C; }
.d-iadb  { background: #01579B; }
.d-isdb  { background: #6A1B9A; }
.d-aiib  { background: #B71C1C; }
.d-usaid { background: #1A237E; }
.d-giz   { background: #004D40; }
.d-unops { background: #E65100; }

.filter-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; padding: 6px 0; }
.fselect {
  border: 2px solid var(--border); border-radius: var(--radius);
  padding: 13px 38px 13px 18px; font-size: 15.5px; font-weight: 600; color: var(--text);
  background: var(--surface) url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235B7492' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  -webkit-appearance: none; appearance: none; cursor: pointer; transition: border-color .15s, box-shadow .15s;
  min-height: 48px;
}
.fselect:hover { border-color: var(--blue); }
.fselect:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,101,192,.15); }
.filter-row .btn-outline-sm { padding: 12px 20px; font-size: 14.5px; font-weight: 600; min-height: 48px; }

/* Donor Agency + Clear All buttons — match the standard .fselect look (same as All Sectors dropdown) */
/* WhatsApp support buttons on pricing cards (placeholder — real number added after signup) */
.wa-btn {
  display: block;
  margin: 10px 0 0;
  padding: 9px 12px;
  border: 1.5px solid #25D366;
  border-radius: 8px;
  background: rgba(37, 211, 102, 0.08);
  color: #128C7E;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  transition: background .15s;
}
.wa-btn:hover { background: rgba(37, 211, 102, 0.18); }
.wa-btn-vip { border-color: #128C7E; background: rgba(37, 211, 102, 0.15); color: #075E54; }

.donor-toggle-btn,
.clear-all-btn,
.csv-export-btn {
  background-image: none !important;  /* remove the dropdown chevron on buttons */
  padding-right: 18px !important;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.donor-toggle-btn.is-active {
  border-color: var(--blue) !important;
  background: var(--blue) !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(21,101,192,.15);
}
.donor-toggle-btn.is-active::after { content: " ✓"; }

/* ══════════════════════════════════════════════════════════════
   EXTRA SERVICE · BIDDING EXPERTS — sits between sectors + tenders
   ══════════════════════════════════════════════════════════════ */
.expert-bidding-section { padding: 44px 0; background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); }
.expert-bidding-card {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3470 60%, #0a1f44 100%);
  border: 2px solid #d4a017;
  border-radius: 18px;
  padding: 36px 40px;
  color: #fff;
  box-shadow: 0 18px 48px rgba(10, 31, 68, .25), 0 0 0 1px rgba(212, 160, 23, .18);
  position: relative;
  overflow: hidden;
}
.expert-bidding-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 215, 0, .12), transparent 55%);
  pointer-events: none;
}
.expert-bidding-head { text-align: center; position: relative; }
.expert-bidding-eyebrow {
  display: inline-block; background: rgba(255, 215, 0, .15); color: #ffd700;
  border: 1px solid rgba(255, 215, 0, .4);
  padding: 5px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 12px;
}
.expert-bidding-title { font-size: 30px; font-weight: 800; margin: 0 0 8px; color: #fff; letter-spacing: -.5px; }
.expert-bidding-sub { font-size: 16px; color: rgba(255, 255, 255, .75); margin: 0 0 26px; }
.expert-bidding-list {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px 22px;
  position: relative;
}
.expert-bidding-list li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  transition: background .15s, border-color .15s;
}
.expert-bidding-list li:hover { background: rgba(255, 255, 255, .1); border-color: rgba(212, 160, 23, .4); }
.expert-bidding-list .eb-ico { font-size: 26px; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.expert-bidding-list strong { display: block; font-size: 15.5px; color: #ffd700; margin-bottom: 3px; font-weight: 700; }
.expert-bidding-list p { font-size: 13.5px; color: rgba(255, 255, 255, .75); margin: 0; line-height: 1.5; }

.expert-bidding-footer {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 215, 0, .25);
  position: relative;
}
.eb-price-block { display: flex; flex-direction: column; gap: 2px; }
.eb-price-label { font-size: 11.5px; color: rgba(255, 255, 255, .55); letter-spacing: .5px; text-transform: uppercase; }
.eb-price-val { font-size: 15.5px; font-weight: 600; color: #fff; }
.eb-freebie-badge {
  display: inline-block;
  background: linear-gradient(135deg, #d4a017 0%, #b8890a 100%);
  color: #0a1f44;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(212, 160, 23, .35);
}
.eb-freebie-badge strong { color: #0a1f44; }
.eb-cta {
  padding: 14px 28px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 20px rgba(212, 160, 23, .45);
}
.eb-no-commit {
  width: 100%;
  margin: 10px 0 0;
  font-size: 12.5px;
  font-weight: 600;
  color: #22c55e;
  text-align: center;
  letter-spacing: .2px;
}
/* Extra Service — global slogan under the card */
.eb-slogan {
  margin-top: 22px;
  padding: 16px 22px;
  background: linear-gradient(90deg, rgba(245,158,11,.12) 0%, rgba(21,101,192,.12) 100%);
  border: 1.5px solid rgba(245,158,11,.35);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}
.eb-slogan-globe {
  font-size: 28px;
  line-height: 1;
  animation: eb-globe-spin 12s linear infinite;
  display: inline-block;
}
@keyframes eb-globe-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.eb-slogan-text {
  font-size: 16px;
  font-weight: 600;
  color: #F9FAFB;
  letter-spacing: .2px;
  line-height: 1.45;
}
.eb-slogan-text strong {
  color: #F59E0B;
  font-weight: 800;
}
@media (max-width: 640px) {
  .eb-slogan { flex-direction: column; gap: 8px; padding: 14px 16px; }
  .eb-slogan-text { font-size: 14.5px; }
  .hero-breakdown { padding: 10px 12px; }
  .hero-fee-row { font-size: 12.5px; padding: 6px 0; }
  .hero-fee-value { font-size: 13px; }
  .osb-breakdown { padding: 12px 12px; }
  .osb-fee-row { font-size: 13.5px; }
  .osb-total { padding: 12px 14px; font-size: 11.5px; }
  .osb-total-num { font-size: 22px; }
}
@media (max-width: 720px) {
  .expert-bidding-card { padding: 24px 20px; }
  .expert-bidding-title { font-size: 22px; }
  .expert-bidding-sub { font-size: 14px; }
  .expert-bidding-footer { flex-direction: column; align-items: stretch; text-align: center; }
  .eb-freebie-badge { display: block; text-align: center; }
  .eb-cta { width: 100%; }
}

/* ── Portal bar (live API status + external link) ── */
.portal-bar { margin: 0 0 18px; }
.portal-bar:empty { display: none; }
.portal-bar-inner {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(90deg, #0d2137 0%, #143c66 100%);
  border: 1.5px solid rgba(245,158,11,.35);
  border-radius: var(--radius-lg);
  color: #fff;
  flex-wrap: wrap;
}
.pb-icon { font-size: 22px; flex-shrink: 0; }
.pb-text { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 160px; }
.pb-text strong { font-size: 14px; color: var(--gold); font-weight: 800; letter-spacing: .3px; }
.pb-text span { font-size: 12.5px; color: rgba(255,255,255,.72); }
.pb-live {
  font-size: 11.5px; font-weight: 700; letter-spacing: .5px;
  padding: 6px 12px; border-radius: 20px; white-space: nowrap;
}
.pb-ok      { background: rgba(34,197,94,.18);  color: #22c55e; border: 1px solid rgba(34,197,94,.4); }
.pb-loading { background: rgba(245,158,11,.18); color: var(--gold); border: 1px solid rgba(245,158,11,.4); }
.pb-err     { background: rgba(239,68,68,.18);  color: #ef4444; border: 1px solid rgba(239,68,68,.4); }
.pb-curated { background: rgba(255,255,255,.08); color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.18); }
.pb-btn {
  background: var(--gold); color: #111; font-weight: 700; font-size: 13px;
  padding: 10px 16px; border-radius: 8px; text-decoration: none;
  transition: all .15s; white-space: nowrap;
}
.pb-btn:hover { background: #fcd34d; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(245,158,11,.35); }

/* LIVE indicator on the World Bank tab */
.tab-live {
  display: inline-block; margin-left: 6px;
  font-size: 9.5px; font-weight: 800; letter-spacing: .7px;
  padding: 2px 6px; border-radius: 4px;
  background: #ef4444; color: #fff;
  animation: tab-live-pulse 1.8s infinite;
}
@keyframes tab-live-pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(239,68,68,.5); }
  50%     { opacity: .8; box-shadow: 0 0 0 4px rgba(239,68,68,0); }
}

/* LIVE ribbon on tender cards */
.tender-card.is-live { border-color: #ef4444; box-shadow: 0 0 0 1px rgba(239,68,68,.35); }
.live-ribbon {
  display: inline-flex; align-items: center;
  background: #ef4444; color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .6px;
  padding: 3px 8px; border-radius: 4px;
  box-shadow: 0 2px 6px rgba(239,68,68,.35);
  white-space: nowrap;
}
.tender-card { position: relative; }

/* Donor Agency top ribbon — sits above the country row on donor-funded tenders */
.donor-ribbon {
  display:block;
  margin:-18px -18px 12px -18px;
  padding:7px 14px;
  background:linear-gradient(90deg,#0b2545 0%,#13315c 100%);
  color:#f1c40f;
  font:900 11px/1 system-ui,-apple-system,sans-serif;
  letter-spacing:2px;
  text-align:center;
  border-radius:14px 14px 0 0;
  border-bottom:2px solid #f1c40f;
  text-transform:uppercase;
}
.tender-card.is-donor { border-top:0; }
.donor-ribbon.is-revealed {
  background:linear-gradient(90deg,#065f46 0%,#047857 100%);
  color:#fef3c7;
  border-bottom-color:#fef3c7;
}
/* Donor CTA banner — sits between scale strip and sectors, the conversion headline */
.donor-cta-section { padding:40px 0 20px; }
.donor-cta-big {
  margin:0 auto;
  max-width:1100px;
  padding:28px 36px;
  background:linear-gradient(90deg,#0b2545 0%,#13315c 50%,#0b2545 100%);
  color:#fef3c7;
  border-radius:18px;
  border:2px solid #f1c40f;
  font:700 22px/1.45 system-ui,-apple-system,sans-serif;
  text-align:center;
  box-shadow:0 8px 30px rgba(11,37,69,.35),0 0 0 4px rgba(241,196,15,.15);
  letter-spacing:.2px;
}
.donor-cta-big strong {
  color:#f1c40f;
  font-weight:900;
  font-size:30px;
  text-shadow:0 2px 10px rgba(241,196,15,.4);
}
.donor-cta-link {
  color:#f1c40f;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
  font-weight:900;
  transition:color .2s;
}
.donor-cta-link:hover { color:#fff; }
@media (max-width:720px) {
  .donor-cta-big { font-size:17px; padding:20px 18px; }
  .donor-cta-big strong { font-size:22px; }
}

.list-donor {
  display:inline-block;
  margin-left:6px;
  padding:1px 7px;
  border-radius:999px;
  background:#0b2545;
  color:#f1c40f;
  font:800 10px/1.4 system-ui,sans-serif;
  letter-spacing:0.5px;
}

/* Detail modal — official live link block */
.detail-livelink {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  margin: 16px 0;
  padding: 14px 18px;
  background: rgba(34,197,94,.08);
  border: 1.5px solid rgba(34,197,94,.4);
  border-radius: var(--radius);
}
.detail-livelink strong { color: #16a34a; font-size: 14px; }

/* Results bar */
.results-bar {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; color: var(--muted); margin-bottom: 20px;
}
.view-toggle { display: flex; gap: 4px; }
.view-btn {
  width: 32px; height: 32px; border-radius: 6px; border: 1.5px solid var(--border);
  background: #fff; font-size: 16px; display: flex; align-items: center; justify-content: center;
  color: var(--light); transition: all .15s;
}
.view-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── Tender Card ── */
.tender-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); gap: 20px; }

.tender-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 0;
  display: flex; flex-direction: column;
  cursor: pointer; transition: all .2s ease; overflow: hidden;
}
.tender-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: #b3c8e8; }

/* Top bar */
.card-top {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 11px 16px; border-bottom: 1px solid var(--border); background: #FAFBFD;
}
.card-top-left { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.card-top-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

/* Source badge */
.src-badge {
  font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 20px; white-space: nowrap;
}
.src-wb    { background: #E3F2FD; color: #0277BD; }
.src-adb   { background: #FFF3E0; color: #C84B00; }
.src-ebrd  { background: #E8EAF6; color: #283593; }
.src-eu    { background: #FFFCE6; color: #8B6A00; border: 1px solid #e9c84a; }
.src-undp  { background: #E8F5E9; color: #1B5E20; }
.src-gov   { background: #FDF3E7; color: #7B3F00; border: 1px solid #e8c99a; }
.src-afdb  { background: #FBE9E7; color: #BF360C; }
.src-iadb  { background: #E3F2FD; color: #01579B; }
.src-isdb  { background: #F3E5F5; color: #6A1B9A; }
.src-aiib  { background: #FFEBEE; color: #B71C1C; }
.src-usaid { background: #E8EAF6; color: #1A237E; }
.src-giz   { background: #E0F2F1; color: #004D40; }
.src-unops { background: #FFF8E1; color: #BF360C; }

/* Type pill */
.type-pill {
  font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 20px;
  background: var(--surface); color: var(--muted); border: 1px solid var(--border); white-space: nowrap;
}
.sector-pill {
  font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px;
  background: var(--surface); color: var(--blue); border: 1px solid #c8d8f0; white-space: nowrap;
}

/* Deadline badge */
.dl-badge { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.dl-urgent { background: #FEF2F2; color: #DC2626; }
.dl-soon   { background: #FFF7ED; color: #C2410C; }
.dl-ok     { background: #F0FDF4; color: #16A34A; }

/* Country block — prominent */
/* ── Flag images (flagcdn.com) ── */
.flag-img {
  width: 44px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0,0,0,.22), 0 0 0 1px rgba(0,0,0,.08);
  display: block;
  flex-shrink: 0;
  object-fit: cover;
}
.lt-flag .flag-img {
  width: 36px;
  border-radius: 3px;
}
.flag-fallback { font-size: 32px; line-height: 1; }

.card-country { display: flex; align-items: center; gap: 12px; padding: 14px 16px 0; }
.card-flag { font-size: 34px; line-height: 1; flex-shrink: 0; display: flex; align-items: center; }
.card-country-text { display: flex; flex-direction: column; gap: 2px; }
.card-country-name { font-size: 15px; font-weight: 800; color: var(--navy); letter-spacing: .8px; }
.card-sector-inline { font-size: 12px; color: var(--blue); font-weight: 600; }

/* Title */
.card-title {
  font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.5;
  padding: 8px 16px 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Dates: two-column box */
.card-dates {
  display: grid; grid-template-columns: 1fr 1px 1fr;
  margin: 12px 16px 0;
  background: var(--surface); border-radius: var(--radius);
  border: 1px solid var(--border); overflow: hidden;
}
.date-block { padding: 9px 13px; display: flex; flex-direction: column; gap: 3px; }
.date-label { font-size: 10px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--light); }
.date-val { font-size: 13px; font-weight: 700; color: var(--navy); }
.date-deadline { color: var(--blue); }
.date-divider { background: var(--border); }

/* Sector chip next to type pill */
.sector-chip {
  display: inline-flex; align-items: center;
  font-size: 10.5px; font-weight: 700;
  color: var(--blue);
  background: rgba(37,99,235,.08);
  padding: 3px 8px; border-radius: 999px;
  letter-spacing: .3px;
}

/* What you need to know */
.card-need {
  padding: 12px 16px 10px;
  margin: 12px 16px 0;
  background: #F8FAFC;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.need-label {
  font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase;
  color: var(--blue); margin: 0 0 6px;
}
.need-scope {
  font-size: 12.5px; color: var(--navy); line-height: 1.55; margin: 0 0 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.need-list { list-style: none; display: flex; flex-direction: column; gap: 4px; padding: 0; margin: 0; }
.need-list li {
  font-size: 11.5px; color: var(--muted); padding-left: 16px;
  position: relative; line-height: 1.5;
}
.need-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--blue); font-size: 11px; font-weight: 800;
}

/* Signal chips row — competition + fit */
.card-signals {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  padding: 10px 16px 0;
}
.signal-chip {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 700; color: var(--navy);
  background: #F1F5F9;
  border: 1px solid var(--border);
  padding: 4px 9px; border-radius: 999px;
  line-height: 1;
}
.signal-chip .sig-ico { font-size: 11px; }
.signal-chip.signal-fit {
  background: linear-gradient(180deg, rgba(245,158,11,.12) 0%, rgba(245,158,11,.04) 100%);
  border-color: rgba(245,158,11,.35);
  color: #92400E;
}

/* Footer */
.card-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; margin-top: auto;
  border-top: 1px solid var(--border); background: #FAFBFD;
}
.card-val { display: flex; flex-direction: column; line-height: 1.15; }
.card-val-label {
  font-size: 9.5px; font-weight: 700; letter-spacing: .6px;
  text-transform: uppercase; color: var(--light);
}
.card-val-num { font-size: 15px; font-weight: 800; color: var(--navy); }
.card-cta { font-size: 13px; font-weight: 700; color: var(--blue); white-space: nowrap; }

/* ── Tender List View ── */
.tender-list { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--white); }
.list-item {
  display: grid; grid-template-columns: auto 1fr auto auto auto;
  align-items: center; gap: 16px; padding: 14px 20px;
  border-bottom: 1px solid var(--border); cursor: pointer;
  transition: background .15s;
}
.list-item:last-child { border-bottom: none; }
.list-item:hover { background: #f5f8fc; }
.list-src { font-size: 11px; font-weight: 800; letter-spacing: .6px; padding: 3px 9px; border-radius: 20px; }
.list-title { font-size: 14px; font-weight: 600; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-country { font-size: 13px; color: var(--muted); white-space: nowrap; }
.list-val { font-size: 14px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.list-dl { font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 20px; white-space: nowrap; }

/* No results */
.no-results { text-align: center; padding: 80px 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.no-results-icon { font-size: 48px; }
.no-results h3 { font-size: 20px; font-weight: 700; color: var(--navy); }
.no-results p { color: var(--muted); }

/* Preview notice */
.preview-notice {
  margin-top: 36px; background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 100%);
  border-radius: var(--radius-lg); padding: 24px 28px;
}
.preview-notice-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.preview-notice strong { color: #fff; }
.preview-notice span { font-size: 14px; color: rgba(255,255,255,.65); margin-left: 6px; }

/* ── Pagination ── */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pg-btn {
  width: 36px; height: 36px; border-radius: var(--radius); border: 1.5px solid var(--border);
  font-size: 14px; font-weight: 600; color: var(--muted); background: var(--white);
  display: flex; align-items: center; justify-content: center; transition: all .15s; cursor: pointer;
}
.pg-btn:hover { border-color: var(--blue); color: var(--blue); }
.pg-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.pg-btn:disabled { opacity: .4; cursor: not-allowed; pointer-events: none; }

/* ── Pricing ── */
.pricing-section { background: var(--white); padding: 80px 0; border-top: 1px solid var(--border); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pricing-grid.four-tiers { grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1200px) { .pricing-grid.four-tiers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .pricing-grid.four-tiers { grid-template-columns: 1fr; } }

/* Pricing trust band below the cards */
.pricing-trust-band {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 36px; padding: 22px 28px;
  background: linear-gradient(135deg, #f0fdf4 0%, #f0f9ff 100%);
  border: 1.5px solid #86efac; border-radius: 14px;
}
.pricing-trust-band .ptb-item {
  display: flex; align-items: center; gap: 12px;
  font-size: 13.5px; color: #0f172a; line-height: 1.4;
}
.pricing-trust-band .ptb-ico { font-size: 24px; flex-shrink: 0; }
.pricing-trust-band strong { color: #065f46; font-weight: 700; }
@media (max-width: 900px) { .pricing-trust-band { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .pricing-trust-band { grid-template-columns: 1fr; } }

.pricing-card {
  border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px;
  position: relative; display: flex; flex-direction: column; gap: 16px;
  background: var(--white);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease, color .25s ease;
}
.pricing-card:not(.featured):not(.vip):hover {
  border-color: var(--blue);
  background: var(--navy);
  box-shadow: 0 8px 40px rgba(13,33,55,.25);
  transform: translateY(-2px);
}
.pricing-card:not(.featured):not(.vip):hover .plan-name { color: rgba(255,255,255,.7); }
.pricing-card:not(.featured):not(.vip):hover .plan-price { color: #fff; }
.pricing-card:not(.featured):not(.vip):hover .plan-price span { color: rgba(255,255,255,.6); }
.pricing-card:not(.featured):not(.vip):hover .plan-desc { color: rgba(255,255,255,.55); }
.pricing-card:not(.featured):not(.vip):hover .plan-features li { color: rgba(255,255,255,.5); }
.pricing-card:not(.featured):not(.vip):hover .plan-features li:first-child { color: rgba(255,255,255,.9); font-weight: 600; }
.pricing-card:not(.featured):not(.vip):hover .plan-fine { color: rgba(255,255,255,.45); }
.pricing-card:not(.featured):not(.vip):hover .btn-outline {
  border-color: rgba(255,255,255,.4); color: #fff; background: transparent;
}
.pricing-card:not(.featured):not(.vip):hover .btn-outline:hover {
  border-color: #fff; color: var(--navy); background: #fff;
}
.pricing-card.featured {
  border-color: var(--blue); background: var(--navy);
  box-shadow: 0 8px 40px rgba(13,33,55,.25);
}
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 800;
  padding: 4px 16px; border-radius: 20px; white-space: nowrap; letter-spacing: .4px;
}
.plan-name { font-size: 16px; font-weight: 700; color: var(--navy); }
.pricing-card.featured .plan-name { color: rgba(255,255,255,.7); }
.plan-price { font-size: 42px; font-weight: 800; color: var(--navy); letter-spacing: -1px; }
.plan-price span { font-size: 16px; font-weight: 400; color: var(--light); }
.pricing-card.featured .plan-price { color: #fff; }
.plan-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }
.pricing-card.featured .plan-desc { color: rgba(255,255,255,.55); }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan-features li { font-size: 14px; color: var(--muted); }
.plan-features li:first-child { color: var(--text); font-weight: 500; }
.pricing-card.featured .plan-features li { color: rgba(255,255,255,.5); }
.pricing-card.featured .plan-features li:first-child { color: rgba(255,255,255,.9); font-weight: 600; }
.plan-features li:not(:first-child) { padding-top: 2px; }
.plan-btn { margin-top: auto; }
.pricing-card .btn-outline { border-color: var(--border); color: var(--navy); }
.pricing-card .btn-outline:hover { border-color: var(--blue); color: var(--blue); }

/* ── VIP tier card ── */
.pricing-card.vip {
  border-color: var(--gold);
  background: linear-gradient(180deg, #fffbeb 0%, #fff 65%);
  box-shadow: 0 8px 30px rgba(245,158,11,.15);
}
.plan-badge.gold {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1a1a2e;
  box-shadow: 0 2px 8px rgba(245,158,11,.4);
}
.pricing-card.vip .plan-price { color: #92400E; }
.plan-price span { display: inline-block; }
.pricing-card.vip .plan-price span { font-size: 13px; color: #b45309; }

/* Muted cross-out rows */
.plan-features li.muted { color: var(--light); }
.plan-fine {
  font-size: 11.5px; color: var(--light); text-align: center;
  margin-top: -4px;
}

/* ── Billing toggle ── */
.billing-toggle {
  display: inline-flex; gap: 4px;
  padding: 4px; margin: 24px auto 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
}
.bt-btn {
  border: 0; background: transparent;
  padding: 8px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 700; color: var(--muted);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .15s ease;
}
.bt-btn:hover { color: var(--navy); }
.bt-btn.is-active {
  background: var(--navy); color: #fff;
  box-shadow: 0 2px 6px rgba(13,33,55,.2);
}
.bt-save {
  font-size: 10px; font-weight: 800;
  background: #fef3c7; color: #92400e;
  padding: 2px 7px; border-radius: 999px;
  letter-spacing: .3px;
}
.bt-btn.is-active .bt-save { background: var(--gold); color: var(--navy); }

/* ── Feature comparison table ── */
.pricing-compare {
  margin-top: 56px;
  border-top: 1px solid var(--border);
  padding-top: 32px;
}
.pricing-compare > summary {
  font-size: 15px; font-weight: 700; color: var(--blue);
  cursor: pointer; list-style: none;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 0;
}
.pricing-compare > summary::-webkit-details-marker { display: none; }
.pricing-compare[open] > summary { margin-bottom: 16px; }
.cmp-wrap {
  overflow-x: auto;
  border: 1.5px solid rgba(245,158,11,.35);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #0f2a4a 0%, var(--navy) 100%);
  box-shadow: 0 8px 30px rgba(13,33,55,.25);
}
.cmp-table {
  width: 100%; border-collapse: collapse;
  font-size: 14px;
  color: #fff;
}
.cmp-table th, .cmp-table td {
  padding: 13px 18px;
  text-align: center;
  border-bottom: 1px solid rgba(245,158,11,.15);
}
/* Column headers — BIG gold */
.cmp-table thead th {
  background: linear-gradient(180deg, rgba(245,158,11,.18) 0%, rgba(245,158,11,.06) 100%);
  color: var(--gold);
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 16px 18px;
  position: sticky; top: 0;
  border-bottom: 2px solid rgba(245,158,11,.5);
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.cmp-table th.cmp-feature { text-align: left; font-size: 13px; color: rgba(253,230,138,.85); }
/* Feature names (left col) — LITTLE soft gold */
.cmp-table td:first-child {
  text-align: left;
  color: rgba(253,230,138,.9);
  font-size: 13px;
  font-weight: 600;
}
/* Professional column highlight */
.cmp-table th.cmp-hi {
  background: linear-gradient(180deg, rgba(245,158,11,.28) 0%, rgba(245,158,11,.1) 100%);
  color: #fde68a;
  font-size: 16px;
}
/* VIP column — brightest gold */
.cmp-table th.cmp-vip {
  background: linear-gradient(180deg, rgba(253,230,138,.35) 0%, rgba(245,158,11,.12) 100%);
  color: #fffbeb;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(245,158,11,.5);
}
/* Section dividers */
.cmp-table th.cmp-group {
  text-align: left;
  background: rgba(245,158,11,.08);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 12px 18px;
  border-top: 1px solid rgba(245,158,11,.3);
  border-bottom: 1.5px solid rgba(245,158,11,.25);
}
/* Body cell values — checkmarks/dashes light */
.cmp-table tbody td:not(:first-child) {
  color: rgba(255,255,255,.88);
  font-weight: 600;
  font-size: 13.5px;
}
/* VIP column body cells — accent gold */
.cmp-table tbody td:last-child {
  color: var(--gold);
  font-weight: 700;
  background: rgba(245,158,11,.04);
}
/* Zebra + hover */
.cmp-table tbody tr:nth-child(even) td { background: rgba(255,255,255,.02); }
.cmp-table tbody tr:nth-child(even) td:last-child { background: rgba(245,158,11,.06); }
.cmp-table tbody tr:hover td {
  background: rgba(245,158,11,.1);
  color: #fff;
}
.cmp-table tbody tr:hover td:first-child { color: #fde68a; }
.cmp-table tbody tr:hover td:last-child { color: var(--gold); }

/* ── Pricing FAQ ── */
.pricing-faq { margin-top: 56px; }
.pricing-faq h3 {
  font-size: 22px; font-weight: 700; color: var(--navy);
  margin-bottom: 20px; text-align: center;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 12px;
}
.faq-item {
  border: 1px solid var(--border); border-radius: 10px;
  background: var(--white); padding: 16px 20px;
  transition: border-color .15s ease;
}
.faq-item:hover { border-color: #c8d8f0; }
.faq-item[open] { border-color: var(--blue); background: #fafbff; }
.faq-item > summary {
  font-size: 14px; font-weight: 700; color: var(--navy);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: '+'; font-size: 20px; color: var(--light); font-weight: 400;
  transition: transform .15s ease;
}
.faq-item[open] > summary::after { content: '−'; color: var(--blue); }
.faq-item p {
  font-size: 13.5px; color: var(--muted); line-height: 1.6;
  margin-top: 10px;
}

/* ── Advisory Section ── */
.advisory-section { background: var(--navy); padding: 80px 0; }

.advisory-hero {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px;
  align-items: start; margin-bottom: 56px;
}
.advisory-hero-text .eyebrow { margin-bottom: 10px; }
.advisory-title { font-size: 36px; font-weight: 800; color: #fff; letter-spacing: -.5px; margin-bottom: 14px; line-height: 1.2; }
.advisory-sub { font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.75; max-width: 380px; }

/* Steps */
.advisory-steps { display: flex; flex-direction: column; gap: 0; }
.astep {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.astep:last-child { border-bottom: none; }
.astep-num {
  font-size: 13px; font-weight: 800; color: var(--gold);
  background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.25);
  border-radius: 8px; width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.astep-body strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.astep-body p { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; }

/* Benefit cards */
.advisory-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 36px;
}
.adv-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg); padding: 22px 20px;
  display: flex; flex-direction: column; gap: 8px;
  transition: background .2s;
}
.adv-card:hover { background: rgba(255,255,255,.08); }
.adv-card-icon { font-size: 26px; }
.adv-card strong { font-size: 14px; font-weight: 700; color: #fff; }
.adv-card p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.6; }

/* CTA bar */
.advisory-cta-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(245,158,11,.1); border: 1.5px solid rgba(245,158,11,.3);
  border-radius: var(--radius-lg); padding: 24px 28px; flex-wrap: wrap;
}
.advisory-cta-text strong { display: block; font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.advisory-cta-text span { font-size: 13px; color: rgba(255,255,255,.5); }

/* ── Newsletter ── */
.newsletter-section {
  background: linear-gradient(135deg, #E3EFFB 0%, #EEF4FB 100%);
  border-top: 1px solid var(--border); padding: 56px 0;
}
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.newsletter-text h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.newsletter-text p { font-size: 14px; color: var(--muted); max-width: 400px; line-height: 1.6; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-input {
  border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 11px 16px; font-size: 14px; color: var(--text);
  background: #fff; outline: none; min-width: 260px;
}
.newsletter-input:focus { border-color: var(--blue); }

/* ── Footer ── */
.site-footer { background: var(--navy); color: rgba(255,255,255,.5); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand p { font-size: 13.5px; line-height: 1.7; max-width: 220px; margin-top: 8px; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
  width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,.6); transition: background .15s;
}
.social-btn:hover { background: rgba(255,255,255,.15); color: #fff; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.85); letter-spacing: .4px; margin-bottom: 4px; }
.footer-col a { font-size: 13.5px; color: rgba(255,255,255,.45); transition: color .15s; }
.footer-col a:hover { color: rgba(255,255,255,.8); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; font-size: 12.5px; flex-wrap: wrap; gap: 8px; }

/* ── Auth Modal ── */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(13,33,55,.65);
  z-index: 200; display: flex; align-items: center; justify-content: center;
  padding: 20px; backdrop-filter: blur(6px);
}
.modal {
  background: #fff; border-radius: var(--radius-lg);
  width: 100%; position: relative;
  box-shadow: var(--shadow-lg); animation: modalIn .2s ease;
}
@keyframes modalIn { from { opacity:0; transform: translateY(20px) scale(.97); } to { opacity:1; transform: none; } }

.modal-close {
  position: absolute; top: 14px; right: 14px; width: 30px; height: 30px;
  border-radius: 50%; background: var(--surface); color: var(--muted);
  font-size: 13px; display: flex; align-items: center; justify-content: center;
  transition: background .15s; z-index: 1;
}
.modal-close:hover { background: var(--border); }

/* Auth Modal */
.auth-modal { max-width: 480px; padding: 36px; max-height: 90vh; overflow-y: auto; }
.auth-tabs { display: flex; gap: 0; margin-bottom: 24px; border-bottom: 2px solid var(--border); }
.auth-tab {
  flex: 1; padding: 10px; font-size: 14px; font-weight: 700; color: var(--muted);
  border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all .15s;
}
.auth-tab.active { color: var(--blue); border-bottom-color: var(--blue); }
.auth-title { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.auth-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.auth-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-row-between { display: flex; justify-content: space-between; align-items: center; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--navy); }
.form-group input, .form-group select {
  border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 10px 14px; font-size: 14px; color: var(--text); background: var(--surface); outline: none;
}
.form-group input:focus, .form-group select:focus { border-color: var(--blue); background: #fff; }
.form-check { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--muted); }
.form-check input { margin-top: 3px; flex-shrink: 0; accent-color: var(--blue); }
.form-check a, .auth-switch a { color: var(--blue); font-weight: 600; }
.auth-divider { text-align: center; position: relative; font-size: 12px; color: var(--light); }
.auth-divider::before { content:''; position:absolute; left:0; top:50%; width: 44%; height:1px; background: var(--border); }
.auth-divider::after  { content:''; position:absolute; right:0; top:50%; width: 44%; height:1px; background: var(--border); }
.auth-divider span { background: #fff; padding: 0 10px; position: relative; z-index: 1; }
.auth-switch { text-align: center; font-size: 13.5px; color: var(--muted); }
.forgot-link { font-size: 13px; color: var(--blue); }

/* Detail Modal */
.detail-modal { max-width: 600px; padding: 32px; max-height: 90vh; overflow-y: auto; }
.detail-badge-row { display: flex; gap: 8px; align-items: center; margin-bottom: 12px; }
.detail-title { font-size: 19px; font-weight: 800; color: var(--navy); line-height: 1.38; margin-bottom: 20px; border-bottom: 1px solid var(--border); padding-bottom: 16px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.detail-field { background: var(--surface); border-radius: var(--radius); padding: 12px 14px; border-left: 3px solid var(--blue); }
.detail-field label { font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--blue); display: block; margin-bottom: 4px; }
.detail-field span { font-size: 14px; font-weight: 600; color: var(--navy); }
.detail-section { background: var(--surface); border-radius: var(--radius); padding: 14px 16px; margin-bottom: 14px; }
.detail-section h4 { font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.detail-section p { font-size: 13.5px; color: var(--muted); line-height: 1.75; }
.detail-reqs { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.detail-reqs li { font-size: 13.5px; color: var(--muted); padding-left: 18px; position: relative; line-height: 1.55; }
.detail-reqs li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 800; font-size: 12px; }

/* Eligibility Snapshot (estimated) */
.eligibility-section {
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #d9e6fb;
}
.eligibility-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; flex-wrap: wrap; margin-bottom: 10px;
}
.eligibility-head h4 { margin-bottom: 0 !important; }
.eligibility-tag {
  font-size: 10.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px;
  letter-spacing: .3px; display: inline-flex; align-items: center; gap: 4px;
}
.eligibility-tag.estimated {
  background: #fff4d6; color: #7a5a00; border: 1px solid #f5d57a;
}
.eligibility-tag.verified {
  background: #dcf5e4; color: #1a6b36; border: 1px solid #7cd0a0;
}
.eligibility-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  margin-top: 4px;
}
.elig-row {
  display: flex; align-items: flex-start; gap: 10px;
  background: #fff; border: 1px solid #e5ecf7; border-radius: 10px;
  padding: 10px 12px;
}
.elig-icon {
  font-size: 18px; line-height: 1; flex-shrink: 0;
  width: 28px; height: 28px; display: inline-flex;
  align-items: center; justify-content: center;
  background: #eef5ff; border-radius: 8px;
}
.elig-row > div { flex: 1; min-width: 0; }
.elig-row label {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
  color: var(--blue); margin-bottom: 2px;
}
.elig-row > div > span {
  display: block; font-size: 12.5px; color: var(--navy);
  font-weight: 500; line-height: 1.4;
}
.elig-hook {
  margin-top: 5px !important; padding-top: 5px;
  border-top: 1px dashed #e0e8f4;
  font-size: 11px !important; color: #7a5a00 !important;
  font-weight: 500 !important;
}
.elig-hook em { font-style: normal; color: #b8860b; font-weight: 700; }
.elig-hook.verified { color: #1a6b36 !important; }
.elig-hook.verified .elig-link { color: #0a4ea8; font-weight: 700; text-decoration: underline; }

/* Premium tier: verified eligibility */
.eligibility-section.tier-premium {
  background: linear-gradient(135deg, #f4fbf6 0%, #e8f6ee 100%);
  border: 1px solid #b8e5c7;
}
.elig-fit {
  display: inline-block !important; margin-top: 5px !important;
  font-size: 10.5px !important; font-weight: 700 !important;
  padding: 3px 8px; border-radius: 999px; line-height: 1.3 !important;
}
.elig-fit.pass { background: #dcf5e4; color: #1a6b36; border: 1px solid #7cd0a0; }
.elig-fit.gap  { background: #fff1e0; color: #a04a00; border: 1px solid #f0b880; }

/* Moving Forward block (premium) */
.eligibility-next {
  margin-top: 14px; padding: 16px 18px;
  background: linear-gradient(135deg, #fff 0%, #f4fbf6 100%);
  border: 1.5px solid #7cd0a0; border-radius: 12px;
}
.eligibility-next h5 {
  font-size: 13px; font-weight: 700; color: #1a6b36;
  margin: 0 0 12px 0; letter-spacing: .3px;
}
.next-steps {
  list-style: none; counter-reset: step; padding: 0; margin: 0 0 14px 0;
  display: flex; flex-direction: column; gap: 8px;
}
.next-steps li {
  counter-increment: step; position: relative;
  padding: 8px 10px 8px 42px; background: #fff;
  border-left: 3px solid #2db96e; border-radius: 6px;
  font-size: 12.5px; color: var(--navy); line-height: 1.5;
}
.next-steps li::before {
  content: counter(step); position: absolute; left: 10px; top: 50%;
  transform: translateY(-50%);
  width: 24px; height: 24px; border-radius: 50%;
  background: #2db96e; color: #fff; font-weight: 800; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
}
.next-steps li strong { color: #1a6b36; margin-right: 4px; }
.next-cta {
  display: block; text-align: center; padding: 11px 18px;
  background: linear-gradient(135deg, #2db96e 0%, #1a9a54 100%);
  color: #fff !important; font-weight: 700; font-size: 13px;
  border-radius: 8px; text-decoration: none;
  box-shadow: 0 2px 8px rgba(45,185,110,0.3);
  transition: transform .15s, box-shadow .15s;
}
.next-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(45,185,110,0.4); }
.eligibility-footer {
  margin-top: 12px; padding: 10px 12px;
  background: #fff; border-left: 3px solid var(--blue);
  border-radius: 6px; font-size: 12px !important;
  color: var(--muted) !important; line-height: 1.55 !important;
}
.eligibility-footer strong { color: var(--navy); font-weight: 700; }
.eligibility-unlock {
  display: block; margin-top: 6px; padding-top: 6px;
  border-top: 1px dashed #e0e8f4;
  font-size: 11.5px; color: #7a5a00; font-weight: 500;
}
@media (max-width: 560px) {
  .eligibility-grid { grid-template-columns: 1fr; }
}

/* Advisory upsell in detail modal */
.detail-advisory {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, #fefbf0 0%, #fff8e1 100%);
  border: 1.5px solid #f5c518; border-radius: var(--radius); padding: 16px;
  margin-bottom: 16px; flex-wrap: wrap;
}
.advisory-icon { font-size: 28px; flex-shrink: 0; }
.advisory-text { flex: 1; min-width: 200px; }
.advisory-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.advisory-text span { font-size: 13px; color: var(--muted); line-height: 1.5; }

.detail-actions { display: flex; gap: 10px; margin-top: 4px; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .hero-container { grid-template-columns: 1fr; padding: 60px 24px; }
  .hero-slogan { font-size: clamp(40px, 10vw, 64px); }
  .hero-cards-row { flex-direction: column; }
  .vip-box { flex: none; }
  .hero-bonus { max-width: 500px; }
  .sectors-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .advisory-hero { grid-template-columns: 1fr; gap: 32px; }
  .advisory-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .topbar-right { display: none; }
  .main-nav, .header-actions { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 48px 0 44px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .stat-card strong { font-size: 22px; }
  .tender-grid { grid-template-columns: 1fr; }
  .detail-grid, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .newsletter-inner { flex-direction: column; gap: 20px; }
  .newsletter-form { width: 100%; }
  .newsletter-input { width: 100%; }
  .filter-row { gap: 8px; }
  .preview-notice-inner { flex-direction: column; }
  .list-item { grid-template-columns: auto 1fr auto; }
  .list-country, .list-val { display: none; }
  .advisory-cards { grid-template-columns: 1fr; }
  .advisory-cta-bar { flex-direction: column; text-align: center; }
  .detail-advisory { flex-direction: column; text-align: center; }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-slogan { font-size: 42px; letter-spacing: -1px; }
  .hero-stats-band { flex-wrap: wrap; }
  .hstat-item { min-width: 80px; }
  .lt-row { padding: 16px 18px; }
  .lt-btn { margin-left: 0; }
  .latest-box-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .latest-box-title { font-size: 15px; }
}

/* ═══ Subscriber UI: favorites, user badge, dashboard, alerts ═══ */
.fav-btn {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid rgba(245,158,11,.35);
  background: #fff; color: #94a3b8;
  font-size: 14px; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  flex-shrink: 0;
}
.fav-btn:hover { transform: scale(1.12); color: #F59E0B; border-color: #F59E0B; }
.fav-btn.is-fav { background: #F59E0B; color: #fff; border-color: #F59E0B; box-shadow: 0 2px 6px rgba(245,158,11,.4); }
.tender-card { position: relative; }

.fav-count {
  display: inline-flex; min-width: 20px; height: 20px; padding: 0 6px;
  border-radius: 10px; background: #F59E0B; color: #0D2137;
  font-size: 11px; font-weight: 800; align-items: center; justify-content: center;
  margin-left: 4px;
}

.user-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 10px 6px 6px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: #fff; font-size: 13px; font-weight: 600;
}
.ub-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg,#F59E0B,#D97706); color:#0D2137;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px;
}
.ub-plan { font-size: 10px; background: #F59E0B; color: #0D2137; padding: 2px 7px; border-radius: 8px; font-weight: 800; text-transform: uppercase; }
.ub-logout { background: transparent; border: none; color: rgba(255,255,255,.6); cursor: pointer; font-size: 14px; padding: 2px 4px; }
.ub-logout:hover { color: #fff; }

/* Dashboard modal */
.dashboard-modal { max-width: 780px; padding: 0; overflow: hidden; }
.dash-header { padding: 28px 32px 18px; background: linear-gradient(135deg, #0D2137, #1b3d5e); color: #fff; }
.dash-header h2 { margin: 0 0 6px; font-size: 22px; color: #F59E0B; }
.dash-header p { margin: 0; font-size: 13px; color: rgba(255,255,255,.75); }
.dash-tabs { display: flex; border-bottom: 1px solid #e5e7eb; background: #f8fafc; padding: 0 18px; }
.dash-tab {
  padding: 14px 18px; background: transparent; border: none; cursor: pointer;
  font-size: 13px; font-weight: 700; color: #64748b; border-bottom: 3px solid transparent;
  transition: all .2s;
}
.dash-tab:hover { color: #0D2137; }
.dash-tab.active { color: #0D2137; border-bottom-color: #F59E0B; }
.dash-tab span { display: inline-block; background: #e2e8f0; border-radius: 10px; padding: 1px 7px; font-size: 11px; margin-left: 4px; }
.dash-tab.active span { background: #F59E0B; color: #0D2137; }
.dash-body { padding: 22px 28px 28px; max-height: 60vh; overflow-y: auto; }
.dash-empty { text-align: center; padding: 40px 20px; color: #94a3b8; }
.dash-empty-icon { font-size: 48px; margin-bottom: 12px; }
.dash-empty h4 { margin: 0 0 6px; color: #334155; font-size: 16px; }
.dash-empty p { margin: 0; font-size: 13px; }

.dash-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; border: 1px solid #e5e7eb; border-radius: 10px;
  margin-bottom: 8px; transition: all .15s; cursor: pointer; background: #fff;
}
.dash-item:hover { border-color: #F59E0B; box-shadow: 0 2px 10px rgba(245,158,11,.12); }
.dash-item-flag { width: 36px; height: 26px; }
.dash-item-body { flex: 1; min-width: 0; }
.dash-item-title { margin: 0; font-size: 13px; font-weight: 700; color: #0D2137; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dash-item-meta { font-size: 11px; color: #64748b; margin-top: 3px; }
.dash-item-del { background: transparent; border: none; color: #ef4444; cursor: pointer; font-size: 16px; padding: 4px 8px; }
.dash-item-del:hover { color: #b91c1c; }

/* Alerts form */
.alert-form { max-width: 520px; margin: 0 auto; }
.alert-form h3 { margin: 0 0 6px; font-size: 18px; color: #0D2137; }
.alert-sub { margin: 0 0 18px; color: #64748b; font-size: 13px; }
.alert-form label { display: block; margin-bottom: 14px; font-size: 12px; font-weight: 700; color: #334155; text-transform: uppercase; letter-spacing: .4px; }
.alert-form input[type=email],
.alert-form input[type=text],
.alert-form select {
  width: 100%; margin-top: 6px; padding: 10px 12px; border: 1.5px solid #e5e7eb;
  border-radius: 8px; font-size: 14px; font-family: inherit; color: #0D2137;
  text-transform: none; letter-spacing: 0; font-weight: 500;
}
.alert-form input:focus, .alert-form select:focus { outline: none; border-color: #F59E0B; }
.alert-form small { display: block; margin-top: 4px; color: #94a3b8; font-weight: 500; text-transform: none; letter-spacing: 0; font-size: 11px; }
.alert-note { text-align: center; font-size: 12px; color: #64748b; margin: 12px 0 0; }
.btn-full { width: 100%; }

@media (max-width: 720px) {
  .user-badge .ub-name { display: none; }
  .dash-tab { padding: 12px 10px; font-size: 12px; }
}

/* ═══ Regional tabs (FSU, Eastern Europe) + UK ═══ */
.d-uk { background: #012169; }
.src-uk { background: #e7eaf6; color: #012169; }

.stab-region {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center !important;
  justify-content: center;
  gap: 4px;
  padding: 7px 8px !important;
  background: linear-gradient(135deg, #0D2137 0%, #1b3d5e 100%);
  color: #fff !important;
  border: 1.5px solid rgba(245,158,11,.35) !important;
  position: relative;
  overflow: hidden;
}
.stab-region .region-flags { font-size: 11px !important; letter-spacing: -1px !important; }
.stab-region .region-label { font-size: 10px !important; }
.stab-region .region-badge { display: none !important; } /* hide the Hot badge to save space */
.stab-region:hover { border-color: #F59E0B !important; transform: translateY(-1px); }
.stab-region.active {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%) !important;
  color: #0D2137 !important;
  border-color: #F59E0B !important;
}
.stab-region .region-flags {
  font-size: 14px;
  letter-spacing: -2px;
  line-height: 1;
}
.stab-region .region-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.stab-region .region-badge {
  position: absolute;
  top: 3px; right: 6px;
  font-size: 8px;
  background: #EF4444;
  color: #fff;
  padding: 1px 5px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: .3px;
}
.stab-region.active .region-badge { background: #0D2137; color: #F59E0B; }

/* ═══ One-Stop Service Grid ═══ */
.detail-services {
  margin: 24px 0;
  padding: 24px;
  background: linear-gradient(135deg, #0D2137 0%, #1a3a5c 100%);
  border-radius: 14px;
  color: #fff;
}
.detail-services h4 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #F59E0B;
}
.services-intro {
  margin: 0 0 18px;
  color: #cfd9e4;
  font-size: 14px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.service-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(245,158,11,0.2);
  border-radius: 10px;
  padding: 16px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  transition: all .15s ease;
  font-family: inherit;
}
.service-card:hover {
  background: rgba(245,158,11,0.12);
  border-color: #F59E0B;
  transform: translateY(-2px);
}
.service-card.primary {
  background: rgba(245,158,11,0.15);
  border-color: #F59E0B;
  box-shadow: 0 0 0 1px #F59E0B inset;
}
.svc-icon { font-size: 28px; margin-bottom: 8px; }
.svc-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; color: #F59E0B; }
.svc-desc { font-size: 13px; color: #cfd9e4; line-height: 1.4; margin-bottom: 8px; }
.svc-price { font-size: 11px; font-weight: 600; color: #9CA3AF; letter-spacing: .3px; text-transform: uppercase; }

/* ═══ One-Stop Shopping — Two Options Grid ═══ */
.onestop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
  align-items: stretch;
}
@media (max-width: 720px) {
  .onestop-grid { grid-template-columns: 1fr; }
}
.onestop-card {
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(245,158,11,0.25);
  border-radius: 12px;
  padding: 22px 20px 20px;
  text-align: left;
  color: #fff;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  cursor: default;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
button.onestop-card {
  cursor: pointer;
  transition: all .15s ease;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}
button.onestop-card:hover {
  transform: translateY(-2px);
  border-color: #F59E0B;
  box-shadow: 0 8px 24px rgba(245,158,11,.2);
}
.onestop-card.featured {
  background: linear-gradient(160deg, rgba(245,158,11,.18) 0%, rgba(245,158,11,.08) 100%);
  border-color: #F59E0B;
  box-shadow: 0 0 0 1px #F59E0B inset;
}
.onestop-tag {
  align-self: flex-start;
  background: #0D2137;
  border: 1px solid rgba(245,158,11,.4);
  color: #cfd9e4;
  font-size: 10.5px; font-weight: 700; letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.onestop-tag.gold { background: #F59E0B; color: #0D2137; border-color: #F59E0B; }
.onestop-tag.navy { background: #1565C0; color: #fff; border-color: #1565C0; }
.onestop-card.premium {
  background: linear-gradient(160deg, rgba(21,101,192,.18) 0%, rgba(21,101,192,.06) 100%);
  border-color: #1565C0;
  box-shadow: 0 0 0 1px #1565C0 inset;
}

/* ── Option B · bold explicit breakdown ── */
.osb-breakdown {
  margin: 14px 0 10px;
  padding: 14px 16px;
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(245,158,11,.45);
  border-radius: 10px;
}
.osb-breakdown-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #F59E0B;
  margin-bottom: 10px;
  text-align: left;
}
.osb-fee-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(245,158,11,.2);
  font-size: 15px;
  font-weight: 700;
  color: #F9FAFB;
}
.osb-fee-row:last-child { border-bottom: none; }
.osb-fee-label { text-align: left; opacity: .95; }
.osb-fee-value { font-weight: 800; color: #FFFFFF; font-size: 16px; white-space: nowrap; }

.osb-total {
  margin: 12px 0 4px;
  padding: 14px 16px;
  background: linear-gradient(90deg, #F59E0B 0%, #F59E0B 100%);
  color: #0D2137;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(245,158,11,.35);
}
.osb-total-num {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  color: #0D2137;
}
.osb-total-note {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #cfd9e4;
  margin-bottom: 8px;
  padding: 0 6px;
}
.osb-total-soft {
  margin: 12px 0;
  padding: 14px;
  background: rgba(34,197,94,.12);
  border: 1.5px solid rgba(34,197,94,.4);
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #F9FAFB;
  line-height: 1.55;
}
.osb-perks { margin-top: 6px !important; font-size: 13px !important; }
.osb-cta { font-size: 15px !important; padding: 14px 18px !important; font-weight: 800 !important; }
.osb-renew-note {
  margin-top: 10px;
  font-size: 11.5px;
  color: #9CA3AF;
  text-align: center;
  line-height: 1.5;
}
.onestop-icon { font-size: 30px; line-height: 1; }
.onestop-title {
  font-size: 15px; font-weight: 700; color: #F59E0B;
  letter-spacing: .3px;
  line-height: 1.35;
  min-height: 40px;
}
.onestop-desc {
  font-size: 13px;
  color: #cfd9e4;
  line-height: 1.55;
}
.onestop-list {
  list-style: none;
  padding: 0; margin: 4px 0;
  display: flex; flex-direction: column; gap: 6px;
  flex: 1 1 auto;
}
.onestop-list li {
  font-size: 12.5px;
  color: rgba(255,255,255,.82);
  padding-left: 20px;
  position: relative;
  line-height: 1.45;
}
.onestop-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  color: #F59E0B;
  font-weight: 700;
}
.onestop-price {
  font-size: 12.5px;
  color: #cfd9e4;
  padding: 10px 0 12px;
  border-top: 1px dashed rgba(245,158,11,.25);
  margin-top: 6px;
  line-height: 1.5;
}
.onestop-price strong { color: #F59E0B; }
.onestop-card .btn { margin-top: auto; }

/* ═══ ALL-IN-ONE slogan strip (below hero) ═══ */
.allinone-strip {
  background: linear-gradient(90deg, #0D2137 0%, #163558 50%, #0D2137 100%);
  border-top: 1px solid rgba(245,158,11,.3);
  border-bottom: 1px solid rgba(245,158,11,.3);
  padding: 18px 0;
  overflow: hidden;
}
.allinone-strip .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: nowrap;
}
.allinone-badge {
  background: #F59E0B;
  color: #0D2137;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 7px 16px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(245,158,11,.4);
}
.allinone-item {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.allinone-ico { font-size: 18px; line-height: 1; }
.allinone-dot {
  color: #F59E0B;
  font-size: 18px;
  line-height: 1;
  opacity: .7;
}
@media (max-width: 760px) {
  .allinone-strip .container { flex-wrap: wrap; gap: 10px 16px; }
  .allinone-badge { font-size: 12px; padding: 6px 12px; letter-spacing: 1.5px; }
  .allinone-item { font-size: 13px; }
  .allinone-dot { display: none; }
}

.detail-livelink {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px dashed #d0d7e2;
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 8px;
  align-items: flex-start;
}
.detail-livelink strong { color: #0D2137; font-size: 13px; }
.ll-hint { color: #6b7280; font-size: 13px; }

/* ═══ Service Request Modal ═══ */
.svc-modal {
  position: fixed; inset: 0;
  z-index: 10000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.svc-backdrop {
  position: absolute; inset: 0;
  background: rgba(13,33,55,0.72);
  backdrop-filter: blur(4px);
}
.svc-dialog {
  position: relative;
  background: #fff;
  max-width: 560px; width: 100%;
  max-height: 90vh; overflow-y: auto;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.svc-close {
  position: absolute; top: 12px; right: 14px;
  background: transparent; border: 0;
  font-size: 26px; line-height: 1;
  color: #6b7280; cursor: pointer;
}
.svc-close:hover { color: #0D2137; }
.svc-head { display: flex; gap: 14px; align-items: center; margin-bottom: 8px; }
.svc-head-icon { font-size: 36px; }
.svc-head h3 { margin: 0; font-size: 20px; color: #0D2137; }
.svc-head-price { margin: 2px 0 0; font-size: 13px; font-weight: 700; color: #F59E0B; }
.svc-head-desc { margin: 0 0 16px; color: #4b5563; font-size: 14px; }
.svc-tender-ref {
  background: #f8fafc; padding: 12px 14px; border-radius: 8px;
  font-size: 13px; margin-bottom: 18px; line-height: 1.5;
}
.svc-tender-ref small { color: #6b7280; }
#svc-form label {
  display: block; font-size: 13px; font-weight: 600;
  color: #374151; margin-bottom: 12px;
}
#svc-form input[type=text], #svc-form input[type=email], #svc-form input[type=tel],
#svc-form select, #svc-form textarea {
  display: block; width: 100%; margin-top: 4px;
  padding: 9px 11px;
  border: 1px solid #d1d5db; border-radius: 7px;
  font-family: inherit; font-size: 14px;
}
#svc-form input:focus, #svc-form select:focus, #svc-form textarea:focus {
  outline: 2px solid #F59E0B; border-color: #F59E0B;
}
.svc-checks {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  margin-top: 6px; font-weight: 400;
}
.cbx { font-size: 13px; font-weight: 400 !important; margin: 0 !important; display: flex; align-items: center; gap: 6px; }
.cbx input { margin: 0; width: auto !important; }
.svc-actions { display: flex; gap: 10px; margin-top: 18px; }
.svc-fineprint {
  margin-top: 14px; font-size: 12px; color: #6b7280;
  line-height: 1.5;
}
.svc-thanks { text-align: center; padding: 12px 0; }
.svc-thanks-icon { font-size: 56px; margin-bottom: 10px; }
.svc-thanks h3 { margin: 0 0 8px; color: #0D2137; }
.svc-thanks p { color: #4b5563; font-size: 14px; margin: 6px 0; }

/* ========== Smart Sort Pill Bar ========== */
.smart-sort-bar {
  display: flex; gap: 8px; padding: 10px 4px; margin: 10px 0 4px;
  overflow-x: auto; scrollbar-width: thin;
}
.smart-sort-bar::-webkit-scrollbar { height: 4px; }
.ssort-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 999px;
  border: 1.5px solid #e5e7eb; background: #fff;
  font-size: 13px; font-weight: 600; color: #4b5563;
  cursor: pointer; white-space: nowrap;
  transition: all .15s ease;
}
.ssort-pill span { font-size: 14px; }
.ssort-pill:hover { border-color: #F59E0B; color: #0D2137; }
.ssort-pill.active {
  background: linear-gradient(135deg, #F59E0B, #f97316);
  border-color: #F59E0B; color: #fff;
  box-shadow: 0 4px 12px rgba(245,158,11,.28);
}

/* ========== Card Fit Badge ========== */
.card-fit {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 8px; border-radius: 12px;
  font-size: 11px; font-weight: 700;
  background: #f3f4f6; color: #374151;
  margin-left: 6px;
}
.card-fit.high { background: #dcfce7; color: #166534; }
.card-fit.mid  { background: #fef3c7; color: #92400e; }
.card-fit.low  { background: #fee2e2; color: #991b1b; }

/* ========== Card Eligibility Mini Dots ========== */
.card-elig-mini {
  display: flex; align-items: center; gap: 4px;
  margin-top: 8px; padding-top: 8px;
  border-top: 1px dashed #e5e7eb;
  font-size: 11px; color: #6b7280;
}
.elig-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #d1d5db;
}
.elig-dot.ok   { background: #10b981; }
.elig-dot.warn { background: #f59e0b; }
.elig-dot.bad  { background: #ef4444; }
.elig-mini-more { margin-left: 6px; font-weight: 600; color: #0D2137; }

/* ========== Translate Links ========== */
.card-translate, .detail-translate {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; color: #2563eb; text-decoration: none;
  margin-top: 6px; font-weight: 500;
}
.card-translate:hover, .detail-translate:hover { text-decoration: underline; }
.detail-translate {
  background: #eff6ff; padding: 6px 10px; border-radius: 6px;
  margin-bottom: 10px; font-size: 13px;
}

/* ========== Fit Scoreboard (Detail Modal) ========== */
.fit-scoreboard {
  display: flex; align-items: center; gap: 16px;
  padding: 16px; border-radius: 12px; margin-bottom: 18px;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border: 1.5px solid #e5e7eb;
}
.fit-scoreboard.high { background: linear-gradient(135deg, #ecfdf5, #d1fae5); border-color: #86efac; }
.fit-scoreboard.mid  { background: linear-gradient(135deg, #fffbeb, #fef3c7); border-color: #fcd34d; }
.fit-scoreboard.low  { background: linear-gradient(135deg, #fef2f2, #fee2e2); border-color: #fca5a5; }

.fit-ring { position: relative; width: 72px; height: 72px; flex-shrink: 0; }
.fit-svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.fit-bg {
  fill: none; stroke: rgba(0,0,0,.08); stroke-width: 3;
}
.fit-fg {
  fill: none; stroke: #0D2137; stroke-width: 3;
  stroke-linecap: round; transition: stroke-dasharray .6s ease;
}
.fit-scoreboard.high .fit-fg { stroke: #059669; }
.fit-scoreboard.mid  .fit-fg { stroke: #d97706; }
.fit-scoreboard.low  .fit-fg { stroke: #dc2626; }
.fit-num {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: #0D2137;
}
.fit-num small { font-size: 10px; font-weight: 600; margin-left: 1px; }

.fit-text { flex: 1; min-width: 0; }
.fit-text strong {
  display: block; font-size: 15px; color: #0D2137; margin-bottom: 2px;
}
.fit-text span {
  font-size: 12px; color: #4b5563; line-height: 1.4;
}

.fit-mini-facts {
  display: flex; flex-direction: column; gap: 4px;
  font-size: 12px; color: #374151; font-weight: 600;
  flex-shrink: 0; text-align: right;
}
.fit-mini-facts span { white-space: nowrap; }

@media (max-width: 600px) {
  .fit-scoreboard { flex-wrap: wrap; }
  .fit-mini-facts { flex-direction: row; width: 100%; justify-content: space-between; text-align: left; }
}

/* ========== Data Transparency Section ========== */
.data-transparency {
  padding: 60px 0; background: #f8fafc;
  border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb;
}
.dt-head { text-align: center; max-width: 780px; margin: 0 auto 28px; }
.dt-head h2 { margin: 0 0 10px; color: #0D2137; font-size: 26px; }
.dt-head p { margin: 0; color: #4b5563; font-size: 15px; line-height: 1.6; }

.dt-table {
  max-width: 900px; margin: 0 auto;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 12px;
  overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.dt-row {
  display: grid; grid-template-columns: 1.5fr 2fr 1fr 1fr;
  gap: 12px; padding: 14px 18px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px; align-items: center;
}
.dt-row:last-child { border-bottom: none; }
.dt-row:hover { background: #fafbfc; }
.dt-header-row {
  background: #0D2137; color: #fff;
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
}
.dt-header-row:hover { background: #0D2137; }
.dt-row span:first-child { font-weight: 600; color: #0D2137; }
.dt-row a {
  color: #2563eb; text-decoration: none; font-size: 13px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.dt-row a:hover { text-decoration: underline; }
.dt-row.dt-pending {
  background: #fef9c3;
}
.dt-row.dt-pending span:nth-child(3) { color: #92400e; font-weight: 600; }
.dt-row.dt-pending span:last-child { color: #92400e; font-style: italic; }

.dt-footer {
  max-width: 900px; margin: 22px auto 0;
  text-align: center;
}
.dt-footer p { margin: 8px 0; color: #0D2137; font-size: 14px; }
.dt-note {
  background: #eff6ff; border-left: 3px solid #2563eb;
  padding: 14px 18px; border-radius: 6px;
  text-align: left; line-height: 1.6; font-size: 13px !important;
  color: #1e3a8a !important;
}

@media (max-width: 640px) {
  .dt-row { grid-template-columns: 1fr 1fr; font-size: 12px; gap: 6px; }
  .dt-row span:nth-child(3), .dt-row span:nth-child(4) { font-size: 11px; }
  .dt-header-row { display: none; }
}

/* ========== Mobile Polish (launch-ready) ========== */
@media (max-width: 560px) {
  /* Detail modal: tighter padding + bigger close target */
  .detail-modal {
    padding: 20px 16px;
    max-height: 94vh;
    border-radius: 12px;
  }
  .detail-title { font-size: 17px; margin-bottom: 14px; padding-bottom: 12px; }
  .detail-field { padding: 10px 12px; }
  .detail-field span { font-size: 13px; }
  .detail-section { padding: 12px 14px; }
  .modal-close {
    width: 40px !important; height: 40px !important;
    font-size: 22px !important;
  }

  /* Detail actions: stack, full-width buttons */
  .detail-actions { flex-direction: column; }
  .detail-actions .btn { width: 100%; }

  /* 15 Markets: tighter row padding so it fits */
  .ctry15-head, .ctry15-row {
    padding: 8px 10px !important;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 0.4fr 0.5fr !important;
    gap: 4px;
    font-size: 11px;
  }
  .ctry15-row span:nth-child(2), .ctry15-row span:nth-child(3) {
    font-size: 10.5px !important;
  }

  /* Smart-sort pill bar: edge-to-edge scroll */
  .smart-sort-bar {
    margin-left: -12px; margin-right: -12px;
    padding-left: 12px; padding-right: 12px;
  }
  .ssort-pill { padding: 7px 12px; font-size: 12px; }

  /* Fit Scoreboard: stack vertically, ring centered */
  .fit-scoreboard {
    flex-direction: column; text-align: center; padding: 14px;
  }
  .fit-ring { margin: 0 auto; }
  .fit-text { text-align: center; }
  .fit-mini-facts {
    flex-direction: row; width: 100%; justify-content: space-around;
    text-align: center; margin-top: 4px;
  }

  /* Cards: tighter, single-col already handled; fix button overflow */
  .tender-card { padding: 16px 14px; }
  .card-fit { font-size: 10px; padding: 2px 6px; }
  .card-elig-mini { font-size: 10px; flex-wrap: wrap; }

  /* Auth modal: full-viewport on small phones */
  .auth-modal { padding: 24px 20px; border-radius: 12px; }

  /* Filter row: wraps, smaller select */
  .filter-row select, .filter-row input {
    font-size: 13px !important; padding: 8px 10px !important;
  }

  /* Hero stats: 2-col already, shrink further */
  .hero-slogan { font-size: 34px !important; }
  .hero-sub { font-size: 14px; }

  /* Data transparency: mobile already handled; widen link column */
  .dt-row a { font-size: 11px; }
  .dt-head h2 { font-size: 22px; }

  /* Pricing: already 1-col, pad edges */
  .pricing-section { padding: 44px 0; }

  /* Footer: reduce padding */
  .site-footer { padding: 32px 0 16px; }
  .footer-bottom-inner { flex-direction: column; gap: 6px; text-align: center; }
}

/* Touch-friendly tap targets globally on mobile */
@media (max-width: 760px) {
  .tender-card, .dt-row, .ctry15-row, .lt-row {
    min-height: 44px; /* Apple HIG minimum */
  }
  button, .btn, a.ssort-pill, .fav-btn {
    min-height: 40px;
  }
}

/* ========== Country Index ========== */
.country-index {
  padding: 64px 0; background: #fff;
  border-top: 1px solid #e5e7eb;
}
.country-index .section-head { margin-bottom: 24px; }
.country-index .section-sub { color: #4b5563; font-size: 15px; margin-top: 6px; }

.ctry-search {
  display: block; max-width: 420px; margin: 0 auto 24px;
  width: 100%; padding: 11px 16px;
  border: 1.5px solid #e5e7eb; border-radius: 10px;
  font-size: 14px; font-family: inherit;
  transition: border-color .15s;
}
.ctry-search:focus { outline: none; border-color: #F59E0B; }

.country-grid {
  display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  max-width: 1200px; margin: 0 auto;
}
.ctry-loading { grid-column: 1 / -1; text-align: center; color: #9ca3af; padding: 40px; }

.ctry-card {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; background: #f8fafc;
  border: 1.5px solid #e5e7eb; border-radius: 8px;
  cursor: pointer; transition: all .15s ease;
  font-family: inherit; font-size: 14px;
  text-align: left;
}
.ctry-card:hover {
  background: #fffbeb; border-color: #F59E0B;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(245,158,11,.15);
}
.ctry-flag { font-size: 20px; flex-shrink: 0; }
.ctry-flag img.emoji { height: 18px; width: auto; vertical-align: middle; }
.ctry-name {
  flex: 1; font-weight: 600; color: #0D2137;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  font-size: 13px;
}
.ctry-count {
  font-weight: 700; color: #F59E0B;
  font-variant-numeric: tabular-nums; font-size: 13px;
  flex-shrink: 0;
}

.country-index-footer {
  text-align: center; margin-top: 28px;
  color: #6b7280; font-size: 14px;
}
#country-index-summary {
  font-weight: 600; color: #0D2137;
}

@media (max-width: 640px) {
  .country-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
  .ctry-card { padding: 8px 10px; font-size: 12px; }
  .ctry-name { font-size: 12px; }
  .ctry-count { font-size: 12px; }
  .ctry-flag { font-size: 17px; }
}

/* Anchor scroll offset so fixed header doesn't cover the section top */
#tenders, #countries, #pricing, #data-sources, #sectors {
  scroll-margin-top: 80px;
}

/* ════════════════════════════════════════════════════════════════
   HERO — compact, single-viewport
   ════════════════════════════════════════════════════════════════ */
.hero-slogan { font-size: clamp(34px, 6vw, 58px); line-height: 1.05; margin: 4px 0 6px; }
.hero-sub    { font-size: 15px; max-width: 640px; margin: 0 auto 14px; line-height: 1.55; }
.hero-search-wrap { max-width: 680px; margin: 0 auto; }
.hero-stats-band  { margin-top: 18px; padding: 10px 14px; gap: 14px; }
.hero-eyebrow-wrap { margin-bottom: 14px; }

/* ════════════════════════════════════════════════════════════════
   HERO SIDE CARDS — VIP+Advisory (left stack) ↔ 15 Markets (right)
   VIP top = 15-Markets top · Advisory bottom = 15-Markets bottom.
   ════════════════════════════════════════════════════════════════ */
.hero-container { align-items: stretch; }        /* left card height = 15-markets height */

/* Single left card — VIP + Bonus merged */
.hero-side.hero-advisory-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  justify-content: space-between;                /* content top, CTA + fine print at bottom */
}
/* Kill the row-wide 360px min-height for hero-side children so VIP stays compact */
.hero-container .hero-side,
.hero-container .hero-side > * {
  min-height: 0 !important;
}

.hero-side.hero-bonus {
  align-self: stretch;
  display: flex;
  min-height: 0;
}
.hero-side.hero-bonus.only-us,
.hero-side.hero-advisory-card {
  max-height: 500px;
  height: 500px;                                 /* exact parity — both cards same size */
}
.hero-side.hero-bonus.only-us {
  flex-direction: column;
  padding: 18px 18px 16px;
  gap: 9px;
}
.hero-side .ctry15-table { max-height: 220px; }

/* Advisory card styled for the 320px hero column */
.hero-advisory-card {
  padding: 20px 18px 18px;
  gap: 10px;
  border-radius: 14px;
  border: 1.5px solid rgba(245,158,11,.42);
  background: linear-gradient(165deg, #1b3d5e 0%, #163a68 100%);
  box-shadow: 0 14px 42px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
  color: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.hero-advisory-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245,158,11,.7);
  box-shadow: 0 18px 52px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-advisory-card .bonus-pill {
  align-self: flex-start;
  font-size: 10.5px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(245,158,11,.14);
  border: 1px solid rgba(245,158,11,.4);
  color: var(--gold);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.hero-advisory-card .bonus-title {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .8px;
  margin: 2px 0 0;
}
.hero-advisory-card .bonus-sub {
  font-size: 12px;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
  margin: 0;
}
.hero-advisory-card .bonus-list {
  flex: 1 1 auto;
  font-size: 12px;
  gap: 5px;
  margin: 2px 0;
}
.hero-advisory-card .bonus-list li {
  font-size: 11.8px;
  color: rgba(255,255,255,.88);
}
.hero-advisory-card .bonus-btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: .4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-advisory-card .bonus-fine {
  font-size: 10px;
  color: rgba(255,255,255,.4);
  text-align: center;
  margin: 0;
}

/* VIP stats strip — mirrors .ctry15-summary on the right card for visual parity */
.hero-advisory-card .vip-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin: 2px 0 2px;
}
.hero-advisory-card .vip-stat {
  display: flex; flex-direction: column; align-items: center;
  padding: 7px 4px;
  background: rgba(245,158,11,.1);
  border: 1px solid rgba(245,158,11,.25);
  border-radius: 8px;
  text-align: center;
}
.hero-advisory-card .vip-stat strong {
  font-size: 15px; color: var(--gold); font-weight: 800; line-height: 1;
}
.hero-advisory-card .vip-stat span {
  font-size: 9px; color: rgba(255,255,255,.6);
  text-transform: uppercase; letter-spacing: .4px; margin-top: 3px;
}

/* Guarantee line */
.hero-advisory-card .vip-guarantee {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255,255,255,.78);
  background: rgba(245,158,11,.08);
  border: 1px dashed rgba(245,158,11,.3);
  border-radius: 6px;
  padding: 6px 8px;
  margin: 0;
}
.hero-advisory-card .vip-guarantee strong { color: var(--gold); font-weight: 700; }

/* Tighten the bullet list a touch so the extra content still fits 420px */
.hero-advisory-card .bonus-title { font-size: 15px; line-height: 1.3; }
.hero-advisory-card .bonus-list { gap: 4px; margin: 0; }
.hero-advisory-card .bonus-list li { font-size: 11.5px; line-height: 1.35; }

/* Solo bonus-banner (just the "Why this matters" copy, card moved into hero) */
.bonus-banner-solo .bonus-banner-inner { grid-template-columns: 1fr; max-width: 900px; }
.bonus-banner-solo .bonus-copy { margin: 0 auto; text-align: left; }

/* Responsive: on narrow viewports the left stack ungroups and centers */
@media (max-width: 1180px) {
  .hero-left-stack { max-width: 560px; margin: 0 auto; width: 100%; }
  .hero-left-stack > .hero-advisory-card { flex: 0 0 auto; }
}
/* ─── 15 Markets card (redesigned leaderboard) ─── */
.hero-side .bonus-pill {
  align-self: flex-start;
  font-size: 10.5px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(245,158,11,.14);
  border: 1px solid rgba(245,158,11,.4);
  color: var(--gold);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.hero-side .bonus-title {
  font-size: 15px;
  line-height: 1.3;
  margin: 2px 0 0;
  text-align: left;
}
/* Stats strip — compact 3-column */
.hero-side .ctry15-summary { gap: 6px; margin: 4px 0 2px; }
.hero-side .ctry15-sum-item { padding: 7px 2px; }
.hero-side .ctry15-sum-item strong { font-size: 14px; }
.hero-side .ctry15-sum-item span   { font-size: 9px; letter-spacing: .4px; }

/* Scrollable table wrapper */
.hero-side .ctry15-table {
  position: relative;
  padding: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.35) 100%);
  border: 1px solid rgba(245,158,11,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

/* Sticky gold header */
.hero-side .ctry15-head {
  display: grid;
  grid-template-columns: 28px 1fr 62px 52px;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  font-size: 9.5px;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .8px;
  background: linear-gradient(180deg, rgba(245,158,11,.16) 0%, rgba(245,158,11,.06) 100%);
  border-bottom: 1px solid rgba(245,158,11,.3);
  position: sticky; top: 0; z-index: 2;
  flex-shrink: 0;
}
.hero-side .ctry15-head span:nth-child(3) { text-align: right; }
.hero-side .ctry15-head span:nth-child(4) { text-align: center; }

/* Scroll region */
.hero-side .ctry15-table {
  scrollbar-width: thin;
  scrollbar-color: rgba(245,158,11,.6) transparent;
}
.hero-side .ctry15-table > .ctry15-row:nth-of-type(2),
.hero-side .ctry15-table {
  /* a container <div>, child rows scroll */
}
.hero-side .ctry15-table::-webkit-scrollbar { width: 5px; }
.hero-side .ctry15-table::-webkit-scrollbar-track { background: transparent; }
.hero-side .ctry15-table::-webkit-scrollbar-thumb {
  background: rgba(245,158,11,.55);
  border-radius: 3px;
}
.hero-side .ctry15-table::-webkit-scrollbar-thumb:hover { background: rgba(245,158,11,.85); }
.hero-side .ctry15-table { overflow-y: auto; }

/* Rows — leaderboard-style */
.hero-side .ctry15-row {
  display: grid;
  grid-template-columns: 28px 1fr 62px 52px;
  gap: 8px;
  align-items: center;
  padding: 7px 12px;
  margin: 0;
  border-radius: 0;
  font-size: 11.5px;
  color: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .15s ease, transform .15s ease;
  cursor: pointer;
}
.hero-side .ctry15-row:nth-child(even) { background: rgba(255,255,255,.02); }
.hero-side .ctry15-row:hover {
  background: rgba(245,158,11,.12);
  color: #fff;
  transform: translateX(2px);
}
.hero-side .ctry15-row:last-child { border-bottom: 0; }

/* Rank column — gold pill for top 3, muted for rest */
.hero-side .ctry15-row .rank {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 10.5px;
  color: rgba(255,255,255,.55);
  justify-self: center;
  width: 20px; height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  border-radius: 999px;
  text-align: center;
}
.hero-side .ctry15-row:nth-child(2) .rank,
.hero-side .ctry15-row:nth-child(3) .rank,
.hero-side .ctry15-row:nth-child(4) .rank {
  /* top 3 (after .ctry15-head which is :nth-child(1)) */
  color: var(--navy);
  background: var(--gold);
  font-weight: 900;
}

/* Country cell with flag */
.hero-side .ctry15-row .ctry15-name {
  display: flex; align-items: center; gap: 6px;
  font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  min-width: 0;
}
.hero-side .ctry15-row .ctry15-name img.emoji { height: 13px; width: auto; vertical-align: -2px; }

/* Value column — bold gold, right aligned */
.hero-side .ctry15-row .val {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--gold);
  text-align: right;
  font-size: 11px;
}

/* Trend chip — tighter, centered */
.hero-side .ctry15-row .trend {
  justify-self: center;
  min-width: 44px; text-align: center;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 800;
}

/* Pending rows (Mexico / Russia) — muted */
.hero-side .ctry15-row.is-pending { opacity: .55; }
.hero-side .ctry15-row.is-pending .val,
.hero-side .ctry15-row.is-pending .trend {
  color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
  font-weight: 600;
}

/* Insight line — gold highlight */
.hero-side .ctry15-insight {
  margin: 0;
  padding: 7px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255,255,255,.78);
  background: rgba(245,158,11,.08);
  border: 1px dashed rgba(245,158,11,.3);
  border-radius: 6px;
}
.hero-side .ctry15-hint {
  margin: 8px 0 0;
  font-size: 10.5px;
  line-height: 1.4;
  color: rgba(255,255,255,.62);
  font-style: italic;
  text-align: center;
  letter-spacing: .2px;
}
.hero-side .ctry15-insight strong { color: var(--gold); font-weight: 700; }

/* CTA — consistent with left card */
.hero-side .btn-bonus-cta {
  margin-top: 2px;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: .4px;
}

/* VIP as a side card — tighten for 320px column */
.hero-side.vip-box .vip-content { padding: 16px 14px 14px; gap: 9px; }
.hero-side.vip-box .vip-title { font-size: 14px; letter-spacing: 1px; }
.hero-side.vip-box .vip-sub { font-size: 12px; }
.hero-side.vip-box .vip-feature { font-size: 11.8px; gap: 7px; }
.hero-side.vip-box .vip-cta-btn { padding: 10px 12px; font-size: 12.5px; }
.hero-side.vip-box .vip-note { font-size: 10px; }
.hero-side.vip-box .vip-tl-col { padding: 12px 7px; gap: 9px; }
@media (max-width: 1180px) {
  .hero-side { max-width: 560px; margin: 0 auto; }
}

/* ════════════════════════════════════════════════════════════════
   HERO CARDS — unified UI/UX polish (2026-04-21)
   Goal: VIP + 15-Markets cards feel like siblings:
   - same frame (radius, border, shadow, padding rhythm)
   - same header scale (badge → title → subtitle)
   - CTA always pinned to bottom via margin-top:auto
   - equal heights inside hero-cards-row, no matter content length
   ════════════════════════════════════════════════════════════════ */

/* Column stack: equal gap, children stretch to full width, equal heights */
.hero-cards-row {
  gap: 18px;
  align-content: start;
}
.hero-cards-row > * {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

/* Shared card frame — both cards inherit the same outer shell */
.hero-bonus,
.vip-box {
  padding: 0;                          /* children control their own padding */
  border-radius: 14px;
  border: 1.5px solid rgba(245,158,11,.42);
  background: linear-gradient(165deg, #1b3d5e 0%, #163a68 100%);
  box-shadow: 0 14px 42px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hero-bonus:hover,
.vip-box:hover {
  transform: translateY(-2px);
  border-color: rgba(245,158,11,.7);
  box-shadow: 0 18px 52px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.08);
}

/* 15-Markets card — put back its internal padding, tighten rhythm */
.hero-bonus.only-us {
  padding: 20px 20px 18px;
  gap: 10px;
}
.only-us .bonus-title {
  font-size: 15px;
  letter-spacing: 1.1px;
}
.only-us .ctry15-summary { margin-bottom: 4px; }
.only-us .ctry15-footer-info { padding-top: 10px; }
.only-us .btn-bonus-cta {
  margin-top: auto;                    /* pin CTA to bottom */
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
}
.only-us .bonus-note { margin-top: 4px; }

/* VIP card — the row layout stays (traffic-light column + content) */
.vip-box {
  flex-direction: row;
  overflow: hidden;
}
.vip-box .vip-tl-col {
  padding: 14px 9px;
  gap: 10px;
  background: rgba(0,0,0,.28);
  border-right: 1px solid rgba(255,255,255,.08);
}
.vip-box .vip-content {
  padding: 20px 18px 18px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}
.vip-box .vip-title {
  font-size: 15px;                     /* match .bonus-title size */
  letter-spacing: 1.1px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 800;
}
.vip-box .vip-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,.68);
  line-height: 1.55;
}
.vip-box .vip-feature-list {
  flex: 1 1 auto;                      /* pushes CTA row to bottom */
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 4px 0 2px;
  margin: 0;
  list-style: none;
}
.vip-box .vip-feature {
  font-size: 12.5px;
  color: rgba(255,255,255,.86);
  line-height: 1.45;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.vip-box .vip-check {
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  flex-shrink: 0;
  line-height: 1.45;
}
.vip-box .vip-cta-row {
  margin-top: auto;                    /* pin CTA block to bottom */
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vip-box .vip-cta-btn {
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vip-box .vip-note {
  font-size: 11px;
  color: rgba(255,255,255,.42);
  text-align: center;
  line-height: 1.4;
}

/* Badge row (shared) — consistent tiny gold eyebrow on both cards */
.vip-box .vip-box-header,
.hero-bonus .bonus-badge {
  color: var(--gold);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
}

/* Responsive — collapse row on narrow viewports */
@media (max-width: 1100px) {
  .hero-cards-row > * { min-height: auto; }
}
@media (max-width: 640px) {
  .vip-box { flex-direction: column; }
  .vip-box .vip-tl-col {
    flex-direction: row;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 8px;
  }
}

/* ═══ Top-15 Markets Modal ═══ */
.mkt-modal {
  position: fixed; inset: 0;
  z-index: 10000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.mkt-modal .svc-backdrop {
  position: absolute; inset: 0;
  background: rgba(13,33,55,0.72);
  backdrop-filter: blur(4px);
}
.mkt-dialog {
  position: relative;
  background: #fff;
  max-width: 680px; width: 100%;
  max-height: 90vh; overflow-y: auto;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.mkt-close {
  position: absolute; top: 10px; right: 14px;
  background: transparent; border: 0;
  font-size: 26px; line-height: 1;
  color: #6b7280; cursor: pointer;
}
.mkt-close:hover { color: #0D2137; }
.mkt-head h3 { margin: 0 0 6px; font-size: 22px; color: #0D2137; }
.mkt-sub { margin: 0 0 14px; color: #4b5563; font-size: 14px; line-height: 1.5; }
.mkt-legend {
  display: flex; flex-wrap: wrap; gap: 10px;
  background: #f8fafc; padding: 10px 12px; border-radius: 8px;
  margin-bottom: 16px; font-size: 12px;
}
.mkt-legend span { display: inline-flex; align-items: center; gap: 6px; color: #374151; }
.mkt-pill {
  display: inline-block; padding: 2px 8px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .3px;
}
.mkt-live { background: #D1FAE5; color: #065F46; }
.mkt-portal { background: #DBEAFE; color: #1E40AF; }
.mkt-soon { background: #FEF3C7; color: #92400E; }
.mkt-list { display: flex; flex-direction: column; gap: 6px; }
.mkt-row {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb; border-radius: 10px;
  background: #fff; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  text-decoration: none; color: inherit;
}
.mkt-row:hover {
  transform: translateY(-1px);
  border-color: #1565C0;
  box-shadow: 0 4px 14px rgba(21,101,192,.12);
}
.mkt-row-locked {
  background: #fafbfc;
  border-style: dashed;
}
.mkt-row-locked:hover {
  border-color: #F59E0B;
  box-shadow: 0 4px 14px rgba(245,158,11,.15);
  background: #fffdf5;
}

/* Starter plan CTA card inside markets modal */
.mkt-starter-card {
  background: linear-gradient(135deg, #0D2137 0%, #1565C0 100%);
  color: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(13,33,55,.25);
}
.mkt-starter-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
  margin-bottom: 12px;
}
.mkt-starter-tag {
  display: inline-block;
  background: #F59E0B; color: #0D2137;
  font-size: 10px; font-weight: 800; letter-spacing: .8px;
  padding: 3px 8px; border-radius: 4px;
  margin-bottom: 6px;
}
.mkt-starter-title { font-size: 20px; font-weight: 800; line-height: 1.1; }
.mkt-starter-sub { font-size: 13px; opacity: .85; margin-top: 2px; }
.mkt-starter-price { text-align: right; line-height: 1; white-space: nowrap; }
.mkt-starter-amount { font-size: 30px; font-weight: 800; color: #FFD54F; }
.mkt-starter-per { font-size: 13px; opacity: .8; margin-left: 2px; }
.mkt-starter-perks {
  list-style: none; padding: 0; margin: 0 0 14px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px;
  font-size: 13px; line-height: 1.4;
}
.mkt-starter-perks li { color: #E3F2FD; }
.mkt-starter-cta {
  width: 100%;
  background: #F59E0B; color: #0D2137;
  border: 0; border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px; font-weight: 800;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease;
}
.mkt-starter-cta:hover { background: #FFB300; transform: translateY(-1px); }
.mkt-starter-foot {
  margin-top: 10px; text-align: center;
  font-size: 12px; color: rgba(255,255,255,.75);
}
.mkt-starter-foot a { color: #FFD54F; text-decoration: underline; }
@media (max-width: 640px) {
  .mkt-starter-head { flex-direction: column; gap: 4px; }
  .mkt-starter-price { text-align: left; }
  .mkt-starter-perks { grid-template-columns: 1fr; }
  .mkt-starter-amount { font-size: 26px; }
}
.mkt-rank {
  flex: 0 0 28px; text-align: center;
  font-weight: 800; color: #9ca3af; font-size: 13px;
}
.mkt-flag { flex: 0 0 auto; font-size: 22px; line-height: 1; }
.mkt-body { flex: 1 1 auto; min-width: 0; }
.mkt-name { font-weight: 700; color: #0D2137; font-size: 14px; }
.mkt-note { font-size: 12px; color: #6b7280; margin-top: 2px; }
.mkt-val {
  flex: 0 0 auto; text-align: right;
  font-size: 12px; color: #374151; font-weight: 600;
}
.mkt-val small { display: block; font-weight: 500; color: #059669; font-size: 11px; }
.mkt-footer {
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; flex-wrap: wrap;
  font-size: 13px; color: #4b5563;
}
.mkt-footer a.mkt-cta {
  background: #1565C0; color: #fff;
  padding: 8px 14px; border-radius: 8px;
  text-decoration: none; font-weight: 700; font-size: 13px;
}
.mkt-footer a.mkt-cta:hover { background: #0D47A1; }
@media (max-width: 640px) {
  .mkt-dialog { padding: 20px 16px; }
  .mkt-row { gap: 8px; padding: 8px 10px; }
  .mkt-rank { flex-basis: 22px; font-size: 12px; }
  .mkt-flag { font-size: 18px; }
  .mkt-name { font-size: 13px; }
  .mkt-note { font-size: 11px; }
  .mkt-val { font-size: 11px; }
}
