/* ==========================================================================
   blog.css — Insights & Resources page (/blog/)
   ─────────────────────────────────────────────────────────────────────────
   Section 1: .bl-hero    — H1 "INSIGHTS & RESOURCES" + body + CTA
   Section 2: .bl-list    — 3-col blog card grid + LOAD MORE + BOOK A CALL
   Section 3: .bl-stats   — "ENGAGEMENT BY DESIGN" (mint bg) + 3 stat tiles + checklist
   Section 4: .wu-contact — Step 1 form (reuses why-us-page.css)
   ========================================================================== */

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 1 — HERO
══════════════════════════════════════════════════════════════════════════ */
.bl-hero {
  background: #ffffff;
  padding: calc(var(--nav-height, 88px) + 60px) 0 60px;
  text-align: center;
}
.bl-hero__h1 {
  font-family: var(--font-family);
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--clr-text-1, #0f172a);
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.bl-hero__body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--clr-text-3, #64748b);
  max-width: 600px;
  margin: 0 auto 28px;
}
.bl-hero .wu-btn--teal { padding: 13px 32px; }

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 2 — BLOG CARD GRID
══════════════════════════════════════════════════════════════════════════ */
.bl-list {
  background: #ffffff;
  padding: 40px 0 80px;
}
.bl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 28px;
}

/* Card */
.bl-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.bl-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 28px -16px rgba(15,23,42,0.18);
}
.bl-card__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f5f9;
}
.bl-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.bl-card:hover .bl-card__media img { transform: scale(1.04); }

.bl-card__body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}
.bl-card__cat {
  font-family: var(--font-family);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clr-primary, #0d9488);
  margin: 0;
}
.bl-card__title {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--clr-text-1, #0f172a);
  margin: 0;
}
.bl-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}
.bl-card__title a:hover { color: var(--clr-primary, #0d9488); }

.bl-card__excerpt {
  font-size: 13px;
  line-height: 1.55;
  color: var(--clr-text-3, #64748b);
  margin: 0;
  flex: 1 1 auto;
}
.bl-card__more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: var(--font-family);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-text-1, #0f172a);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--clr-primary, #0d9488);
  margin-top: 4px;
  transition: color 180ms ease;
}
.bl-card__more:hover { color: var(--clr-primary, #0d9488); }

/* LOAD MORE + BOOK A CALL row */
.bl-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 48px;
}
.bl-loadmore {
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-text-1, #0f172a);
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 12px 28px;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.bl-loadmore:hover {
  background: #ffffff;
  border-color: #cbd5e1;
}
.bl-loadmore:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.bl-actions .wu-btn--teal { padding: 13px 32px; }

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 3 — ENGAGEMENT BY DESIGN (mint stats)
══════════════════════════════════════════════════════════════════════════ */
.bl-stats {
  background: #d1f5ec;
  padding: 64px 0 56px;
  text-align: center;
  position: relative;
}
.bl-stats__eyebrow {
  font-family: var(--font-family);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clr-primary, #0d9488);
  margin: 0 0 10px 0;
}
.bl-stats__h2 {
  font-family: var(--font-family);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--clr-text-1, #0f172a);
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

.bl-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 920px;
  margin: 0 auto 32px;
}
.bl-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 18px;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.bl-stat__num {
  font-family: var(--font-family);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--clr-primary, #0d9488);
  line-height: 1;
}
.bl-stat__lbl {
  font-family: var(--font-family);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-text-3, #64748b);
}

/* Checklist row */
.bl-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}
.bl-checks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--font-family);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-text-1, #0f172a);
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.bl-checks__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--clr-primary, #0d9488);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

/* Triple-chevron scroll indicator (matches Figma) */
.bl-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 56px;
  margin: 16px auto 0;
  text-decoration: none;
  transition: transform 200ms ease;
}
.bl-chevron:hover { transform: translateY(3px); }
.bl-chevron svg { display: block; }

/* ══════════════════════════════════════════════════════════════════════════
   MOBILE
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .bl-grid { grid-template-columns: repeat(2, 1fr); }
  .bl-stats__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .bl-hero { padding: calc(var(--nav-height, 88px) + 32px) 0 40px; }
  .bl-hero__body { font-size: 14px; }
  /* Mobile solid CTA */
  .bl-hero .wu-btn--teal,
  .bl-actions .wu-btn--teal {
    background: var(--clr-primary, #0d9488);
    color: #ffffff;
    border-color: var(--clr-primary, #0d9488);
  }

  .bl-list { padding: 24px 0 56px; }
  .bl-grid { grid-template-columns: 1fr; gap: 20px; }
  .bl-card__body { padding: 16px 18px 18px; }
  .bl-card__title { font-size: 15px; }
  .bl-actions { margin-top: 32px; gap: 14px; }

  .bl-stats { padding: 48px 0 40px; }
  .bl-stats__h2 { margin-bottom: 24px; font-size: clamp(1.4rem, 6vw, 1.8rem); }
  .bl-stats__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 320px;
    margin-bottom: 24px;
  }
  .bl-stat { padding: 16px 14px; }
  .bl-stat__num { font-size: 2rem; }
  .bl-stat__lbl { font-size: 10px; }
  /* Stack check pills vertically, each centered */
  .bl-checks {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl-checks li {
    font-size: 11px;
    padding: 9px 18px;
    width: auto;
    min-width: 180px;
    justify-content: flex-start;
  }
  .bl-checks__icon { width: 18px; height: 18px; font-size: 10px; }
  .bl-chevron { margin-top: 8px; height: 44px; }
  .bl-chevron svg { width: 26px; height: 40px; }
}
