/* ════════════════════════════════════════════════════════════════════════
   Bangladesh Pedia v3.0 — Professional Directory Design
   Inspired by world-class directories (Yelp, TripAdvisor, Yellow Pages)
   ════════════════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  /* ── Brand palette — premium, sophisticated ─────────────────────── */
  --c-brand:      #DC2626;       /* signature red — energy, urgency */
  --c-brand-d:    #B91C1C;
  --c-brand-l:    #FEE2E2;
  --c-brand-vl:   #FEF2F2;

  --c-accent:     #0F766E;       /* teal — trust, secondary actions */
  --c-accent-d:   #115E59;
  --c-accent-l:   #CCFBF1;

  --c-gold:       #F59E0B;       /* gold — featured/star */
  --c-gold-l:     #FEF3C7;

  /* ── Surfaces ───────────────────────────────────────────────────── */
  --c-bg:         #FAFAFA;
  --c-surface:    #FFFFFF;
  --c-surface-2:  #F4F4F5;
  --c-surface-3:  #E4E4E7;

  /* ── Text ───────────────────────────────────────────────────────── */
  --c-text:       #0A0A0A;
  --c-text-2:     #404040;
  --c-text-3:     #737373;
  --c-text-4:     #A1A1AA;

  /* ── Borders ────────────────────────────────────────────────────── */
  --c-border:     #E4E4E7;
  --c-border-2:   #D4D4D8;

  /* ── Status ─────────────────────────────────────────────────────── */
  --c-success:    #16A34A;
  --c-success-l:  #DCFCE7;
  --c-warning:    #F59E0B;
  --c-error:      #EF4444;

  /* ── Typography ─────────────────────────────────────────────────── */
  --font-sans:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif:   'Playfair Display', Georgia, serif;

  /* ── Shadows ────────────────────────────────────────────────────── */
  --sh-sm: 0 1px 2px rgba(0,0,0,.05);
  --sh-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);
  --sh-lg: 0 12px 32px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.05);
  --sh-xl: 0 24px 64px rgba(0,0,0,.12), 0 8px 24px rgba(0,0,0,.06);
  --sh-brand: 0 8px 24px rgba(220,38,38,.20);

  /* ── Radius ─────────────────────────────────────────────────────── */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 9999px;

  /* ── Transitions ────────────────────────────────────────────────── */
  --tr-fast: all .15s cubic-bezier(.4,0,.2,1);
  --tr:      all .25s cubic-bezier(.4,0,.2,1);
  --tr-slow: all .4s cubic-bezier(.4,0,.2,1);
}

* { box-sizing: border-box; }

.bp-homepage, .bp-single, .bp-directory, .bp-archive, .bp-submit-wrap {
  font-family: var(--font-sans);
  color: var(--c-text);
  line-height: 1.6;
}
.bp-homepage *, .bp-single *, .bp-directory *, .bp-archive *, .bp-submit-wrap * {
  box-sizing: border-box;
}

.bp-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ════════════════════════════════════════════════════════════════════════
   HERO — Inspired by Yelp's bold imagery + TripAdvisor's search
   ════════════════════════════════════════════════════════════════════════ */
.bp-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 80px 24px 100px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(10,10,10,.78) 0%, rgba(220,38,38,.55) 100%),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 900"><defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23DC2626"/><stop offset="100%" stop-color="%230F766E"/></linearGradient></defs><rect width="1600" height="900" fill="url(%23g)"/><g opacity=".15"><circle cx="200" cy="150" r="80" fill="white"/><circle cx="1400" cy="700" r="120" fill="white"/><circle cx="800" cy="450" r="40" fill="white"/></g></svg>') center/cover;
}
.bp-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--c-bg));
  pointer-events: none;
}
.bp-hero__container {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.bp-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--r-pill);
  margin-bottom: 24px;
  letter-spacing: .02em;
}
.bp-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.bp-hero__title em {
  font-style: italic;
  background: linear-gradient(135deg, #FCA5A5 0%, #FCD34D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bp-hero__sub {
  font-size: clamp(15px, 1.6vw, 19px);
  color: rgba(255,255,255,.92);
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 400;
}

/* ── Search box ─────────────────────────────────────────────────────────── */
.bp-search-box {
  background: #fff;
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  padding: 8px;
  display: flex;
  align-items: stretch;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.bp-search-box__field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  min-width: 0;
  position: relative;
}
.bp-search-box__field--query { flex: 2; }
.bp-search-box__field + .bp-search-box__field {
  border-left: 1px solid var(--c-border);
}
.bp-search-box__icon {
  width: 20px;
  height: 20px;
  color: var(--c-brand);
  flex-shrink: 0;
}
.bp-search-box__input,
.bp-search-box select.bp-select {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--c-text);
  padding: 0;
  width: 100%;
  line-height: 1.4;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bp-search-box__input { cursor: text; font-weight: 400; }
.bp-search-box__input::placeholder { color: var(--c-text-3); font-weight: 400; }
.bp-search-box select.bp-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23737373' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 18px;
}
.bp-search-box__clear {
  background: none;
  border: 0;
  cursor: pointer;
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  color: var(--c-text-3);
  transition: var(--tr-fast);
  flex-shrink: 0;
}
.bp-search-box__clear:hover { background: var(--c-surface-2); color: var(--c-text); }
.bp-search-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--c-brand);
  color: #fff;
  border: 0;
  border-radius: var(--r-lg);
  padding: 0 36px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--tr);
  white-space: nowrap;
  letter-spacing: .01em;
  flex-shrink: 0;
  min-width: 140px;
}
.bp-search-box__btn:hover {
  background: var(--c-brand-d);
  box-shadow: var(--sh-brand);
  transform: translateY(-1px);
}
.bp-search-box__btn svg { width: 18px; height: 18px; }

/* Popular searches */
.bp-hero__popular {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.bp-hero__popular-label {
  color: rgba(255,255,255,.85);
  font-size: 13px;
  font-weight: 500;
  margin-right: 4px;
}
.bp-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: var(--tr);
  font-family: var(--font-sans);
}
.bp-hero__chip:hover {
  background: #fff;
  border-color: #fff;
  color: var(--c-brand);
  transform: translateY(-2px);
}

/* Stats strip below hero */
.bp-stats-strip {
  position: relative;
  margin-top: -50px;
  z-index: 5;
  padding: 0 24px 48px;
}
.bp-stats-strip__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0;
}
.bp-stat {
  text-align: center;
  padding: 12px 24px;
  border-right: 1px solid var(--c-border);
}
.bp-stat:last-child { border-right: 0; }
.bp-stat__icon {
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}
.bp-stat__num {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1;
  display: block;
}
.bp-stat__label {
  font-size: 13px;
  color: var(--c-text-3);
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

/* Autocomplete */
.bp-autocomplete {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: var(--r-md);
  box-shadow: var(--sh-xl);
  max-height: 460px;
  overflow-y: auto;
  z-index: 100;
}
.bp-autocomplete__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--c-border);
  text-decoration: none;
  color: var(--c-text);
  transition: var(--tr-fast);
  cursor: pointer;
}
.bp-autocomplete__item:hover { background: var(--c-brand-vl); }
.bp-autocomplete__item:last-child { border-bottom: 0; }
.bp-autocomplete__logo {
  width: 48px; height: 48px;
  border-radius: var(--r-sm);
  object-fit: contain;
  border: 1px solid var(--c-border);
  background: var(--c-surface-2);
  padding: 4px;
  flex-shrink: 0;
}
.bp-autocomplete__info { flex: 1; min-width: 0; }
.bp-autocomplete__title { font-weight: 600; font-size: 15px; }
.bp-autocomplete__meta {
  font-size: 13px;
  color: var(--c-text-3);
  margin-top: 2px;
}
.bp-autocomplete__cat {
  font-size: 11px;
  font-weight: 700;
  background: var(--c-brand-l);
  color: var(--c-brand);
  padding: 4px 12px;
  border-radius: var(--r-pill);
  letter-spacing: .03em;
  text-transform: uppercase;
}
.bp-autocomplete__empty {
  padding: 32px;
  text-align: center;
  color: var(--c-text-3);
  font-size: 15px;
}

/* ════════════════════════════════════════════════════════════════════════
   SECTIONS
   ════════════════════════════════════════════════════════════════════════ */
.bp-section { padding: 80px 0; }
.bp-section--alt { background: var(--c-surface); }
.bp-section--gray { background: var(--c-surface-2); }

.bp-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.bp-section__head-content { flex: 1; min-width: 260px; }
.bp-section__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-brand);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bp-section__title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 10px;
}
.bp-section__sub {
  font-size: 16px;
  color: var(--c-text-3);
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
}
.bp-section__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-brand);
  text-decoration: none;
  white-space: nowrap;
  transition: var(--tr-fast);
}
.bp-section__cta:hover { gap: 10px; color: var(--c-brand-d); }

/* ════════════════════════════════════════════════════════════════════════
   CATEGORY GRID — Premium card design
   ════════════════════════════════════════════════════════════════════════ */
.bp-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 20px;
}
.bp-cat-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 32px 20px 24px;
  text-align: center;
  text-decoration: none;
  color: var(--c-text);
  transition: var(--tr);
  overflow: hidden;
}
.bp-cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--cat-color, var(--c-brand));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--tr);
}
.bp-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
  border-color: transparent;
}
.bp-cat-card:hover::before { transform: scaleX(1); }
.bp-cat-card__icon-wrap {
  width: 64px; height: 64px;
  margin: 0 auto 16px;
  background: var(--cat-bg, var(--c-brand-vl));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition: var(--tr);
}
.bp-cat-card:hover .bp-cat-card__icon-wrap {
  transform: scale(1.1);
}
.bp-cat-card__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 4px;
  display: block;
}
.bp-cat-card__count {
  font-size: 12px;
  color: var(--c-text-3);
  font-weight: 500;
}
/* Category color variations */
.bp-cat-card:nth-child(8n+1) { --cat-color: #DC2626; --cat-bg: #FEE2E2; }
.bp-cat-card:nth-child(8n+2) { --cat-color: #0F766E; --cat-bg: #CCFBF1; }
.bp-cat-card:nth-child(8n+3) { --cat-color: #2563EB; --cat-bg: #DBEAFE; }
.bp-cat-card:nth-child(8n+4) { --cat-color: #9333EA; --cat-bg: #F3E8FF; }
.bp-cat-card:nth-child(8n+5) { --cat-color: #EA580C; --cat-bg: #FFEDD5; }
.bp-cat-card:nth-child(8n+6) { --cat-color: #16A34A; --cat-bg: #DCFCE7; }
.bp-cat-card:nth-child(8n+7) { --cat-color: #DB2777; --cat-bg: #FCE7F3; }
.bp-cat-card:nth-child(8n+8) { --cat-color: #0891B2; --cat-bg: #CFFAFE; }

/* ════════════════════════════════════════════════════════════════════════
   LISTING CARDS — Yelp/TripAdvisor inspired
   ════════════════════════════════════════════════════════════════════════ */
.bp-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.bp-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: var(--tr);
}
.bp-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: var(--c-brand-l);
}
.bp-card--featured {
  border-color: var(--c-gold);
  box-shadow: 0 0 0 1px var(--c-gold-l);
}
.bp-card__badge {
  position: absolute;
  top: 14px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  letter-spacing: .03em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.bp-card__badge--featured {
  top: 14px; left: 14px;
  background: var(--c-gold);
  color: #fff;
  box-shadow: var(--sh-md);
}
.bp-card__badge--verified {
  top: 14px; right: 14px;
  background: var(--c-success);
  color: #fff;
  box-shadow: var(--sh-md);
}
.bp-card__cover {
  height: 160px;
  position: relative;
  background: linear-gradient(135deg, var(--c-surface-2) 0%, var(--c-border) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bp-card__logo {
  max-width: 70%;
  max-height: 100px;
  object-fit: contain;
  border-radius: var(--r-sm);
}
.bp-card__body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bp-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.bp-card__cat {
  font-size: 11px;
  font-weight: 700;
  background: var(--c-brand-vl);
  color: var(--c-brand);
  padding: 4px 12px;
  border-radius: var(--r-pill);
  letter-spacing: .03em;
  text-transform: uppercase;
}
.bp-card__loc {
  font-size: 12px;
  color: var(--c-text-3);
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
}
.bp-card__title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.25;
  margin: 0;
}
.bp-card__title a { color: inherit; text-decoration: none; }
.bp-card__title a:hover { color: var(--c-brand); }
.bp-card__excerpt {
  font-size: 14px;
  color: var(--c-text-3);
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bp-card__info {
  font-size: 13px;
  color: var(--c-text-2);
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.bp-card__info svg { flex-shrink: 0; opacity: .6; }
.bp-card__website {
  font-size: 13px;
  color: var(--c-brand);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.bp-card__website:hover { text-decoration: underline; }
.bp-card__cta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.bp-card__cta-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-brand);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: var(--tr-fast);
}
.bp-card__cta-link:hover { gap: 8px; color: var(--c-brand-d); }

/* ════════════════════════════════════════════════════════════════════════
   LIST VIEW (directory page)
   ════════════════════════════════════════════════════════════════════════ */
.bp-list-item {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 24px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  transition: var(--tr);
}
.bp-list-item:hover {
  border-color: var(--c-brand-l);
  box-shadow: var(--sh-md);
}
.bp-list-item--featured {
  border-left: 4px solid var(--c-gold);
  background: linear-gradient(to right, var(--c-gold-l)10%, #fff 35%);
}
.bp-list-item__logo-col {
  width: 100px; height: 100px;
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.bp-list-item__logo {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.bp-list-item__main { min-width: 0; }
.bp-list-item__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.bp-list-item__title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.25;
  margin: 0 0 8px;
}
.bp-list-item__title a { color: inherit; text-decoration: none; transition: var(--tr-fast); }
.bp-list-item__title a:hover { color: var(--c-brand); }
.bp-short-name {
  font-size: 14px;
  color: var(--c-text-3);
  font-family: var(--font-sans);
  font-weight: 500;
  margin-left: 6px;
}
.bp-list-item__excerpt {
  font-size: 14px;
  color: var(--c-text-3);
  line-height: 1.7;
  margin: 0 0 12px;
}
.bp-list-item__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.bp-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--c-text-2);
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-radius: var(--r-pill);
  padding: 5px 12px;
  text-decoration: none;
}
.bp-meta-chip > span:first-child { font-size: 14px; }
.bp-meta-chip--link { color: var(--c-brand); transition: var(--tr-fast); }
.bp-meta-chip--link:hover { background: var(--c-brand); color: #fff; border-color: var(--c-brand); }

.bp-list-item__websites-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.bp-website-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-brand);
  background: var(--c-brand-vl);
  border: 1px solid var(--c-brand-l);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  text-decoration: none;
  transition: var(--tr);
}
.bp-website-chip:hover {
  background: var(--c-brand);
  color: #fff;
  border-color: var(--c-brand);
}
.bp-website-chip svg { flex-shrink: 0; }

.bp-list-item__socials-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--c-border);
}
.bp-list-item__socials-label {
  font-size: 12px;
  color: var(--c-text-3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-right: 8px;
}

.bp-list-item__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--c-border);
  gap: 8px;
}

/* Grid view */
.bp-listings-list[data-view="grid"] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 0;
}
.bp-listings-list[data-view="grid"] .bp-list-item {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding: 20px;
}
.bp-listings-list[data-view="grid"] .bp-list-item__logo-col {
  width: 100%;
  height: 140px;
  margin-bottom: 16px;
}
.bp-listings-list[data-view="grid"] .bp-list-item__logo { max-width: 60%; }
.bp-listings-list[data-view="grid"] .bp-list-item__cta { justify-content: flex-start; }

/* ════════════════════════════════════════════════════════════════════════
   BADGES (shared)
   ════════════════════════════════════════════════════════════════════════ */
.bp-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  text-decoration: none;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.bp-badge--cat {
  background: var(--c-brand-vl);
  color: var(--c-brand);
  font-weight: 700;
}
.bp-badge--cat:hover { background: var(--c-brand); color: #fff; }
.bp-badge--featured { background: var(--c-gold-l); color: #92400E; }
.bp-badge--verified { background: var(--c-success-l); color: #14532D; }

/* ════════════════════════════════════════════════════════════════════════
   SOCIAL ICONS
   ════════════════════════════════════════════════════════════════════════ */
.bp-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: var(--tr);
  flex-shrink: 0;
}
.bp-social-icon svg { width: 16px; height: 16px; }
.bp-social-icon--facebook  { background: #1877F2; }
.bp-social-icon--twitter   { background: #0F172A; }
.bp-social-icon--instagram { background: linear-gradient(45deg,#F09433,#E6683C,#DC2743,#CC2366,#BC1888); }
.bp-social-icon--linkedin  { background: #0A66C2; }
.bp-social-icon--youtube   { background: #FF0000; }
.bp-social-icon--tiktok    { background: #010101; }
.bp-social-icon--whatsapp  { background: #25D366; }
.bp-social-icon:hover { transform: translateY(-2px) scale(1.08); box-shadow: var(--sh-md); }

/* ════════════════════════════════════════════════════════════════════════
   BUTTONS
   ════════════════════════════════════════════════════════════════════════ */
.bp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--c-brand);
  color: #fff !important;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: var(--r-md);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--tr);
  line-height: 1.4;
  letter-spacing: .01em;
}
.bp-btn:hover { background: var(--c-brand-d); transform: translateY(-1px); box-shadow: var(--sh-brand); }
.bp-btn--outline {
  background: transparent;
  color: var(--c-brand) !important;
  border-color: var(--c-brand);
}
.bp-btn--outline:hover { background: var(--c-brand); color: #fff !important; }
.bp-btn--ghost {
  background: var(--c-surface-2);
  color: var(--c-text-2) !important;
}
.bp-btn--ghost:hover { background: var(--c-surface-3); }
.bp-btn--sm { font-size: 13px; padding: 8px 16px; }
.bp-btn--lg { font-size: 16px; padding: 16px 32px; }
.bp-btn--load-more { min-width: 220px; }

/* ════════════════════════════════════════════════════════════════════════
   FORM ELEMENTS
   ════════════════════════════════════════════════════════════════════════ */
.bp-input,
.bp-select {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--c-text);
  background: #fff;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 11px 14px;
  transition: var(--tr-fast);
  outline: none;
}
.bp-input:focus, .bp-select:focus {
  border-color: var(--c-brand);
  box-shadow: 0 0 0 3px var(--c-brand-l);
}
.bp-input--search {
  padding-left: 42px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 13px center/18px,#fff;
}
.bp-textarea { resize: vertical; min-height: 100px; }
.bp-textarea--tall { min-height: 280px; font-family: 'Courier New', monospace; font-size: 13px; }

/* ════════════════════════════════════════════════════════════════════════
   DIRECTORY PAGE
   ════════════════════════════════════════════════════════════════════════ */
.bp-directory { padding: 32px 0 80px; background: var(--c-bg); min-height: 600px; }
.bp-filter-bar {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  margin-bottom: 24px;
  box-shadow: var(--sh-sm);
  overflow: hidden;
}
.bp-filter-bar__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  gap: 12px;
  padding: 18px 22px;
  align-items: center;
}
.bp-filter-bar__view {
  display: flex;
  gap: 4px;
}
.bp-view-toggle {
  background: none;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-sm);
  padding: 8px 12px;
  cursor: pointer;
  color: var(--c-text-3);
  transition: var(--tr-fast);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bp-view-toggle.active,
.bp-view-toggle:hover {
  background: var(--c-brand);
  color: #fff;
  border-color: var(--c-brand);
}
.bp-filter-bar__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 22px;
  border-top: 1px solid var(--c-border);
  background: var(--c-surface-2);
}
.bp-filter-bar__count {
  font-size: 14px;
  color: var(--c-text-2);
  font-weight: 500;
}
.bp-filter-bar__count strong { color: var(--c-text); font-weight: 700; }
.bp-filter-bar__reset {
  font-size: 13px;
  color: var(--c-error);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.bp-no-results {
  background: #fff;
  border: 1px dashed var(--c-border-2);
  border-radius: var(--r-lg);
  padding: 80px 32px;
  text-align: center;
  color: var(--c-text-3);
}
.bp-no-results__icon {
  font-size: 64px;
  margin-bottom: 20px;
  display: block;
  opacity: .6;
}
.bp-no-results h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--c-text);
  margin: 0 0 10px;
}
.bp-no-results p { font-size: 15px; margin: 0 0 20px; }

.bp-pagination { text-align: center; margin-top: 40px; }

.bp-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid var(--c-border);
  border-top-color: var(--c-brand);
  border-radius: 50%;
  animation: bp-spin .7s linear infinite;
  margin: 0 auto;
}
@keyframes bp-spin { to { transform: rotate(360deg); } }
.bp-dir-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 60px;
  color: var(--c-text-3);
  font-size: 14px;
}

/* ════════════════════════════════════════════════════════════════════════
   SINGLE LISTING PAGE — World-class design
   ════════════════════════════════════════════════════════════════════════ */
.bp-single { background: var(--c-bg); }

.bp-breadcrumb {
  background: #fff;
  border-bottom: 1px solid var(--c-border);
  padding: 14px 0;
}
.bp-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--c-text-3);
}
.bp-breadcrumb a {
  color: var(--c-brand);
  text-decoration: none;
  font-weight: 500;
}
.bp-breadcrumb a:hover { text-decoration: underline; }
.bp-breadcrumb__sep { color: var(--c-text-4); margin: 0 4px; }
.bp-breadcrumb li:last-child { color: var(--c-text); font-weight: 600; }

/* Hero */
.bp-single-hero {
  background: linear-gradient(135deg, #18181B 0%, #0A0A0A 100%);
  position: relative;
  overflow: hidden;
  padding: 56px 0 100px;
}
.bp-single-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 0% 0%, rgba(220,38,38,.25) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(15,118,110,.2) 0%, transparent 60%);
}
.bp-single-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.bp-single-hero__logo-wrap {
  flex-shrink: 0;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 16px;
  box-shadow: var(--sh-xl);
}
.bp-single-hero__logo {
  width: 130px;
  height: 130px;
  object-fit: contain;
  border-radius: var(--r-sm);
  display: block;
}
.bp-single-hero__info { min-width: 0; }
.bp-single-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.bp-single-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -.02em;
}
.bp-single-hero__short-name {
  display: block;
  font-size: 17px;
  color: rgba(255,255,255,.7);
  font-family: var(--font-sans);
  font-weight: 500;
  margin-bottom: 16px;
}
.bp-single-hero__quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 14px;
  color: rgba(255,255,255,.85);
}
.bp-single-hero__quick-info > * {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bp-single-hero__phone {
  color: var(--c-gold) !important;
  font-weight: 600;
  text-decoration: none;
}
.bp-single-hero__website {
  color: #93C5FD !important;
  font-weight: 500;
  text-decoration: none;
}
.bp-single-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.bp-btn--white {
  background: #fff !important;
  color: var(--c-brand) !important;
  border: 0;
}
.bp-btn--white:hover { background: var(--c-bg) !important; }
.bp-btn--ghost-white {
  background: rgba(255,255,255,.12) !important;
  backdrop-filter: blur(8px);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}
.bp-btn--ghost-white:hover { background: rgba(255,255,255,.2) !important; }

/* Layout */
.bp-single-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  padding: 40px 0 60px;
  align-items: start;
}
.bp-single-main { display: flex; flex-direction: column; gap: 24px; }
.bp-single-sidebar { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 20px; }

/* Cards inside main */
.bp-section-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-sm);
}
.bp-section-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-text);
  margin: 0;
  padding: 22px 28px 18px;
  border-bottom: 1px solid var(--c-border);
}
.bp-section-card__body {
  padding: 24px 28px;
}
.bp-section-card__content {
  font-size: 16px;
  line-height: 1.85;
  color: var(--c-text-2);
}
.bp-section-card__content p { margin: 0 0 18px; }
.bp-section-card__content p:last-child { margin-bottom: 0; }
.bp-section-card__content a { color: var(--c-brand); }

.bp-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 28px 24px;
}
.bp-tag {
  font-size: 13px;
  color: var(--c-brand);
  background: var(--c-brand-vl);
  border: 1px solid var(--c-brand-l);
  padding: 5px 14px;
  border-radius: var(--r-pill);
  text-decoration: none;
  font-weight: 500;
  transition: var(--tr-fast);
}
.bp-tag:hover { background: var(--c-brand); color: #fff; border-color: var(--c-brand); }

.bp-map-card iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.bp-quick-links {
  padding: 12px 28px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Sidebar */
.bp-sidebar-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-sm);
}
.bp-sidebar-card__title {
  background: var(--c-surface-2);
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-text-2);
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid var(--c-border);
  margin: 0;
}
.bp-sidebar-row {
  display: flex;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--c-border);
  align-items: flex-start;
}
.bp-sidebar-row:last-child { border-bottom: 0; }
.bp-sidebar-row__icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--c-brand-vl);
  color: var(--c-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.bp-sidebar-row__content { flex: 1; min-width: 0; }
.bp-sidebar-row__label {
  font-size: 11px;
  color: var(--c-text-4);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: block;
  margin-bottom: 3px;
}
.bp-sidebar-row__value {
  font-size: 14px;
  color: var(--c-text);
  font-weight: 500;
  word-break: break-word;
  display: block;
  margin-bottom: 4px;
}
.bp-sidebar-row__value--link {
  color: var(--c-brand) !important;
  text-decoration: none;
}
.bp-sidebar-row__value--link:hover { text-decoration: underline; }

.bp-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 16px 20px;
}
.bp-social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: var(--r-md);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
  transition: var(--tr);
}
.bp-social-btn:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.bp-social-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
.bp-social-btn--facebook  { background: #1877F2; }
.bp-social-btn--twitter   { background: #0F172A; }
.bp-social-btn--instagram { background: linear-gradient(45deg,#F09433,#DC2743,#BC1888); }
.bp-social-btn--linkedin  { background: #0A66C2; }
.bp-social-btn--youtube   { background: #FF0000; }
.bp-social-btn--tiktok    { background: #010101; }
.bp-social-btn--whatsapp  { background: #25D366; }

.bp-browse-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  font-size: 14px;
  color: var(--c-text-2);
  text-decoration: none;
  border-bottom: 1px solid var(--c-border);
  font-weight: 500;
  transition: var(--tr-fast);
}
.bp-browse-link:last-child { border-bottom: 0; }
.bp-browse-link:hover {
  background: var(--c-brand-vl);
  color: var(--c-brand);
  padding-left: 28px;
}
.bp-browse-link__icon { font-size: 16px; }

/* ════════════════════════════════════════════════════════════════════════
   CTA Section (homepage bottom)
   ════════════════════════════════════════════════════════════════════════ */
.bp-cta-section {
  background: linear-gradient(135deg, #DC2626 0%, #9F1239 100%);
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.bp-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1' stroke-opacity='.08' d='M0 0h80v80H0zM40 0v80M0 40h80'/%3E%3C/svg%3E");
}
.bp-cta-section__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.bp-cta-section__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #FCD34D;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  margin-bottom: 20px;
}
.bp-cta-section__title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.bp-cta-section__text {
  font-size: 16px;
  color: rgba(255,255,255,.92);
  line-height: 1.7;
  margin: 0 0 28px;
}
.bp-cta-section__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bp-cta-feat {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.15);
  padding: 18px;
  border-radius: var(--r-md);
}
.bp-cta-feat__icon {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}
.bp-cta-feat__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}
.bp-cta-feat__text {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.5;
}

/* ════════════════════════════════════════════════════════════════════════
   ARCHIVE / TAXONOMY PAGE
   ════════════════════════════════════════════════════════════════════════ */
.bp-archive-hero {
  background: linear-gradient(135deg, #18181B 0%, #DC2626 100%);
  color: #fff;
  padding: 56px 24px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bp-archive-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 50%, rgba(255,255,255,.08), transparent 60%);
}
.bp-archive-hero__inner { position: relative; max-width: 700px; margin: 0 auto; }
.bp-archive-hero__icon {
  font-size: 56px;
  display: inline-block;
  margin-bottom: 12px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
}
.bp-archive-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.15;
}
.bp-archive-hero__desc {
  font-size: 16px;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.bp-archive-hero__count {
  display: inline-block;
  margin-top: 18px;
  background: rgba(255,255,255,.15);
  padding: 6px 16px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
}

/* ════════════════════════════════════════════════════════════════════════
   SUBMIT FORM
   ════════════════════════════════════════════════════════════════════════ */
.bp-submit-wrap { max-width: 880px; margin: 0 auto; padding: 56px 24px 80px; }
.bp-submit-header { text-align: center; margin-bottom: 40px; }
.bp-submit-header__icon { font-size: 64px; display: block; margin-bottom: 14px; }
.bp-submit-header__title {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 10px;
}
.bp-submit-header__sub {
  font-size: 17px;
  color: var(--c-text-3);
  max-width: 540px;
  margin: 0 auto;
}
.bp-submit-notice {
  background: var(--c-gold-l);
  border: 1px solid var(--c-gold);
  border-radius: var(--r-md);
  padding: 16px 20px;
  font-size: 14px;
  color: #92400E;
  margin-bottom: 28px;
}
.bp-submit-form {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 40px;
  box-shadow: var(--sh-md);
}
.bp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 22px;
}
.bp-form-col { display: flex; flex-direction: column; gap: 18px; }
.bp-form-group { display: flex; flex-direction: column; gap: 6px; }
.bp-form-group label { font-size: 14px; font-weight: 600; color: var(--c-text-2); }
.bp-form-group label span { color: var(--c-error); }
.bp-word-count { font-size: 12px; color: var(--c-text-3); text-align: right; }
.bp-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  color: var(--c-text-2);
}
.bp-checkbox-label a { color: var(--c-brand); }
.bp-submit-form__message {
  margin-top: 18px;
  padding: 16px 20px;
  border-radius: var(--r-md);
  font-size: 14px;
}
.bp-notice--success {
  background: var(--c-success-l);
  border: 1px solid var(--c-success);
  color: #14532D;
}
.bp-notice--error {
  background: #FEE2E2;
  border: 1px solid var(--c-error);
  color: #991B1B;
}

/* ════════════════════════════════════════════════════════════════════════
   SEARCH RESULTS OVERLAY (homepage)
   ════════════════════════════════════════════════════════════════════════ */
.bp-results-overlay {
  background: #fff;
  border-top: 4px solid var(--c-brand);
  margin: 0 24px 32px;
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  box-shadow: var(--sh-xl);
  position: relative;
  z-index: 50;
}
.bp-results-overlay__inner { max-width: 1240px; margin: 0 auto; }
.bp-results-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  border-bottom: 1px solid var(--c-border);
  flex-wrap: wrap;
  gap: 12px;
}
.bp-results-overlay__count {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
}
.bp-results-overlay__close {
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 7px 16px;
  cursor: pointer;
  font-size: 13px;
  color: var(--c-text-2);
  transition: var(--tr-fast);
}
.bp-results-overlay__close:hover {
  background: var(--c-error);
  color: #fff;
  border-color: var(--c-error);
}
.bp-results-overlay__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 60px;
  color: var(--c-text-3);
  font-size: 15px;
}
.bp-view-pill {
  background: none;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 6px 14px;
  cursor: pointer;
  font-size: 13px;
  color: var(--c-text-3);
  transition: var(--tr-fast);
  font-family: var(--font-sans);
}
.bp-view-pill.active,
.bp-view-pill:hover {
  background: var(--c-brand);
  color: #fff;
  border-color: var(--c-brand);
}

/* ════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .bp-single-layout { grid-template-columns: 1fr; }
  .bp-single-sidebar { position: static; order: -1; }
  .bp-single-hero__inner { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  .bp-single-hero__quick-info { justify-content: center; }
  .bp-cta-section__inner { grid-template-columns: 1fr; gap: 40px; }
  .bp-stats-strip__inner { grid-template-columns: 1fr 1fr; }
  .bp-stat:nth-child(2) { border-right: 0; }
  .bp-stat:nth-child(1), .bp-stat:nth-child(2) {
    border-bottom: 1px solid var(--c-border);
    padding-bottom: 24px;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .bp-hero { padding: 48px 16px 80px; min-height: 500px; }
  .bp-search-box {
    flex-direction: column;
    border-radius: var(--r-lg);
  }
  .bp-search-box__field {
    border-bottom: 1px solid var(--c-border);
    padding: 14px 18px;
  }
  .bp-search-box__field + .bp-search-box__field {
    border-left: 0;
  }
  .bp-search-box__btn {
    width: 100%;
    padding: 16px;
    border-radius: var(--r-md);
    margin-top: 4px;
  }
  .bp-section { padding: 56px 0; }
  .bp-cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .bp-cat-card { padding: 24px 12px 18px; }
  .bp-cat-card__icon-wrap { width: 52px; height: 52px; font-size: 26px; }
  .bp-list-item {
    grid-template-columns: 80px 1fr;
    gap: 16px;
    padding: 18px;
  }
  .bp-list-item__logo-col { width: 80px; height: 80px; }
  .bp-cards-grid { grid-template-columns: 1fr; }
  .bp-filter-bar__inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bp-filter-bar__view { justify-content: flex-start; }
  .bp-form-grid { grid-template-columns: 1fr; }
  .bp-cta-section__features { grid-template-columns: 1fr; }
  .bp-results-overlay { margin: 0 8px 24px; }
}

@media (max-width: 480px) {
  .bp-stats-strip__inner { grid-template-columns: 1fr; padding: 16px 0; }
  .bp-stat { border-right: 0; border-bottom: 1px solid var(--c-border); padding: 16px; }
  .bp-stat:last-child { border-bottom: 0; }
  .bp-cat-grid { gap: 10px; }
  .bp-list-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bp-list-item__logo-col {
    width: 100%;
    height: 120px;
  }
}

/* ════════════════════════════════════════════════════════════════════════
   BANGLADESH FLAG-INSPIRED HERO (refined override)
   Subtle homage to flag colors — green base + red sun, with monument silhouette
   ════════════════════════════════════════════════════════════════════════ */
.bp-hero {
  background:
    radial-gradient(circle at 30% 50%, rgba(220, 38, 38, .20) 0%, transparent 45%),
    linear-gradient(135deg, #006A4E 0%, #004D38 50%, #002D1F 100%);
  position: relative;
  overflow: hidden;
}

/* Flag's red sun — large, soft, glowing on the left-center */
.bp-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 42, 65, .45) 0%, rgba(244, 42, 65, .15) 35%, transparent 65%);
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  pointer-events: none;
  animation: bp-sun-glow 8s ease-in-out infinite;
}

@keyframes bp-sun-glow {
  0%, 100% { opacity: .8; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}

/* National Memorial (Shaheed Minar / Jatiyo Smriti Soudho) silhouette pattern */
.bp-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  height: 180px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 180' preserveAspectRatio='xMidYMax slice'%3E%3Cpath d='M0,180 L0,150 L80,140 L100,80 L120,140 L160,135 L175,90 L190,135 L240,130 L260,60 L280,130 L340,125 L360,40 L380,125 L420,130 L440,90 L460,130 L500,135 L520,70 L540,135 L600,140 L620,100 L640,140 L680,145 L700,110 L720,145 L780,150 L800,80 L820,150 L880,155 L900,120 L920,155 L960,158 L980,130 L1000,158 L1060,160 L1080,140 L1100,160 L1140,162 L1160,145 L1180,162 L1240,165 L1260,150 L1280,165 L1320,167 L1340,155 L1360,167 L1420,170 L1440,160 L1460,170 L1500,172 L1520,165 L1540,172 L1600,175 L1600,180 Z' fill='rgba(0,0,0,.35)'/%3E%3Cpath d='M0,180 L0,165 L100,158 L120,135 L140,158 L200,160 L220,145 L240,160 L300,162 L320,150 L340,162 L420,165 L440,155 L460,165 L520,167 L540,158 L560,167 L640,170 L660,162 L680,170 L760,172 L780,165 L800,172 L880,174 L900,168 L920,174 L1000,176 L1020,170 L1040,176 L1120,177 L1140,172 L1160,177 L1240,178 L1260,174 L1280,178 L1360,179 L1380,176 L1400,179 L1480,180 L1500,178 L1520,180 L1600,180 Z' fill='rgba(0,0,0,.5)'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: .9;
  pointer-events: none;
  z-index: 1;
}

/* Subtle pillars/columns pattern (Shaheed Minar inspiration) */
.bp-hero__container::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 5%;
  width: 240px;
  height: 220px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 220'%3E%3Cg fill='none' stroke='rgba(255,255,255,.06)' stroke-width='1.5'%3E%3C!-- Shaheed Minar columns --%3E%3Cpath d='M40 220 L40 80 Q40 60 60 60 L60 220'/%3E%3Cpath d='M80 220 L80 50 Q80 30 100 30 L100 220'/%3E%3Cpath d='M120 220 L120 30 L130 10 L140 30 L140 220'/%3E%3Cpath d='M160 220 L160 50 Q160 30 180 30 L180 220'/%3E%3Cpath d='M200 220 L200 80 Q200 60 220 60 L220 220'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: .7;
  pointer-events: none;
  z-index: 0;
}

/* Ensure hero content stays above decorations */
.bp-hero__container { position: relative; z-index: 2; }

/* CTA section also gets flag treatment */
.bp-cta-section {
  background: linear-gradient(135deg, #006A4E 0%, #004D38 100%);
}
.bp-cta-section::before {
  background-image:
    radial-gradient(circle at 25% 50%, rgba(244,42,65,.30) 0%, transparent 35%),
    url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1' stroke-opacity='.06' d='M0 0h80v80H0zM40 0v80M0 40h80'/%3E%3C/svg%3E");
}

/* Stats strip border accent — green/red touch */
.bp-stats-strip__inner {
  border-top: 4px solid #006A4E;
  position: relative;
}
.bp-stats-strip__inner::after {
  content: '';
  position: absolute;
  top: -4px; left: 25%;
  width: 60px; height: 4px;
  background: #F42A41;
  border-radius: 2px;
}

/* Section eyebrow color update */
.bp-section__eyebrow {
  color: #006A4E;
}

/* Hero search button — flag green for harmony */
.bp-search-box__btn {
  background: #006A4E;
}
.bp-search-box__btn:hover {
  background: #004D38;
  box-shadow: 0 8px 24px rgba(0,106,78,.30);
}

/* Brand red still used for accents (cards, badges) */
/* Mobile adjustments for hero pattern */
@media (max-width: 768px) {
  .bp-hero::before { width: 400px; height: 400px; }
  .bp-hero::after { height: 100px; }
  .bp-hero__container::before { display: none; }
}
