/* ==========================================================================
   KloudData — BI & Analytics Services
   Dedicated, self-contained stylesheet for page-templates/tmpl-data-bi.php
   Namespaced under .kd-bi — design system (colors, spacing, typography,
   buttons) cloned from assets/css/ai-transformation-consulting.css so this
   page reads as a sibling of the AI Transformation Consulting / AI
   Application Engineering pages. Does not read or extend main.css tokens.

   Sections: Hero + Services (shared background), Solutions (hub-and-spoke),
   AI-Powered Business Intelligence (icon-card grid), Business Benefits
   (dark stat band), Why Choose KloudData (photo + checklist), FAQ, Final CTA.
   ========================================================================== */

.kd-bi {
  --bi-cream:      #f7f4ee;
  --bi-paper:      #fbfaf7;
  --bi-white:      #ffffff;
  --bi-lav:        #eef1fb;
  --bi-lav-line:   #dfe4f7;
  --bi-ink-950:    #0c1430;
  --bi-ink-800:    #182352;
  --bi-ink-600:    #3b477a;
  --bi-ink-400:    #6b7396;
  --bi-ink-300:    #98a0bd;
  --bi-blue-700:   #153fbf;
  --bi-blue-600:   #2451e0;
  --bi-blue-500:   #3f6df0;
  --bi-teal-500:   #14b8a6;
  --bi-teal-050:   #e8f8f5;
  --bi-navy-950:   #0a1230;
  --bi-navy-900:   #101c46;
  --bi-line:       #e7e4db;
  --bi-line-soft:  #eeece4;
  --bi-radius-lg:  20px;
  --bi-radius-md:  14px;
  --bi-radius-sm:  10px;
  --bi-max:        1280px;
  --bi-shadow:     0 8px 30px rgba(12,20,48,0.06);

  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--bi-ink-950);
  background: var(--bi-white);
  overflow-x: hidden;
}

.kd-bi h1, .kd-bi h2, .kd-bi h3, .kd-bi h4 {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  color: #0D1B2E;
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
}

.kd-bi p { margin: 0; }
.kd-bi a { text-decoration: none; }
.kd-bi ul { margin: 0; padding: 0; list-style: none; }
.kd-bi button { font-family: inherit; cursor: pointer; }
.kd-bi svg { display: block; stroke: #0057D8; }
.kd-bi .accent {
  background: linear-gradient(96.24deg, #004195 0%, #01AEF0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kd-bi-wrap {
  max-width: var(--bi-max);
  margin: 0 auto;
  padding: 0 32px;
}

.kd-bi-section { padding: 88px 0; background-color: #fbfaf7; }
.kd-bi-section--white { background: #fff; }
.kd-bi-section--lav { background: var(--bi-lav); }

/* ── Section head ─────────────────────────────────────────── */
.kd-bi-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.kd-bi-head h2 { font-size: 48px; font-weight: 700; margin-bottom: 16px; line-height: 58px; }
.kd-bi-head p { font-size: 16px; line-height: 1.7; color: #6B7A99; }


/* ══════════════════════════════════════════════════════════════
   HERO + SERVICES — shared background wrapper
   The optional editor-supplied Background Image (Hero tab) spans both
   sections as one continuous image (no seam at the section boundary),
   shown plain with no gradient/scrim over it. Neither section's own
   background paints over it — see the transparent overrides below.
   ══════════════════════════════════════════════════════════════ */
.kd-bi-hero-merged {
  position: relative;
  background-color: #FBFAF7;
}
.kd-bi-hero-merged-has-bg {
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.kd-bi-hero {
  position: relative;
  background: transparent;
  padding-bottom: 80px;
  overflow: hidden;
}
.kd-bi-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
  padding-top: 140px;
}

.kd-bi-hero h1 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 74px;
  letter-spacing: 0;
  color: #0D1B2E;
  margin-bottom: 22px;
}
.kd-bi-hero h1 .accent {
  background: linear-gradient(96.24deg, #004195 0%, #01AEF0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kd-bi-hero-lead {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
  max-width: 520px;
  margin-bottom: 34px;
}
.kd-bi-hero-lead strong { color: var(--bi-ink-950); font-weight: 700; }

/* ── Dashboard visual (ACF image override, or coded fallback) ── */
.kd-bi-hero-visual { position: relative; }
.kd-bi-hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--bi-radius-lg);
}

.kd-bi-dash {
  background: #fff;
  border: 1px solid var(--bi-line);
  border-radius: var(--bi-radius-lg);
  box-shadow: 0 20px 60px rgba(12,20,48,0.12);
  overflow: hidden;
}
.kd-bi-dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: var(--bi-ink-950);
}
.kd-bi-dash-top .name {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
}
.kd-bi-dash-top .name .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}
.kd-bi-dash-top .meta { display: flex; align-items: center; gap: 12px; }
.kd-bi-dash-top .period { font-size: 11.5px; font-weight: 600; color: var(--bi-ink-300); }
.kd-bi-dash-top .avatars { display: flex; }
.kd-bi-dash-top .avatars span {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid var(--bi-ink-950);
  margin-left: -6px;
}
.kd-bi-dash-top .avatars span:first-child { margin-left: 0; background: #7a8194; }
.kd-bi-dash-top .avatars span:nth-child(2) { background: #4a5578; }
.kd-bi-dash-top .avatars span:nth-child(3) { background: var(--bi-blue-600); }

.kd-bi-dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 22px 0;
}
.kd-bi-dash-stats .stat {
  text-align: center;
  border-left: 1px solid var(--bi-line-soft);
  padding: 0 8px;
}
.kd-bi-dash-stats .stat:first-child { border-left: none; }
.kd-bi-dash-stats .stat h4 {
  font-size: 26px;
  font-weight: 800;
  color: var(--bi-ink-950);
  margin-bottom: 4px;
}
.kd-bi-dash-stats .stat span {
  font-size: 12px;
  color: var(--bi-ink-400);
  font-weight: 500;
}

.kd-bi-dash-chart { padding: 4px 24px 20px; border-top: 1px solid var(--bi-line-soft); }
.kd-bi-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  margin-bottom: 14px;
}
.kd-bi-chart-head .title { font-size: 13px; font-weight: 700; color: var(--bi-ink-950); }
.kd-bi-chart-head .delta { font-size: 12px; font-weight: 700; color: #15975f; }
.kd-bi-dash-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 60px;
}
.kd-bi-dash-bars i {
  flex: 1;
  background: var(--bi-lav-line);
  border-radius: 3px 3px 0 0;
  font-style: normal;
}
.kd-bi-dash-bars i.lo-blue { background: #a9c2fb; }
.kd-bi-dash-bars i.hi-blue { background: var(--bi-blue-600); }
.kd-bi-dash-months {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 11px;
  color: var(--bi-ink-300);
  font-weight: 500;
}

.kd-bi-dash-rows { border-top: 1px solid var(--bi-line-soft); }
.kd-bi-dash-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--bi-line-soft);
  font-size: 13px;
}
.kd-bi-dash-row .tick { width: 4px; height: 22px; border-radius: 3px; flex-shrink: 0; }
.kd-bi-dash-row .tick.green { background: #22c55e; }
.kd-bi-dash-row .tick.blue { background: var(--bi-blue-600); }
.kd-bi-dash-row .tick.gray { background: var(--bi-ink-300); }
.kd-bi-dash-row .label { font-weight: 600; color: var(--bi-ink-950); flex: 1; }
.kd-bi-dash-row .status {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.kd-bi-dash-row .status.approved { background: #e7f8ef; color: #15975f; }
.kd-bi-dash-row .status.review   { background: #eef0f5; color: var(--bi-ink-400); }
.kd-bi-dash-row .status.pending  { background: var(--bi-lav); color: var(--bi-blue-600); }
.kd-bi-dash-row .status.draft    { background: #eef0f5; color: var(--bi-ink-400); }
.kd-bi-dash-row .amount { font-weight: 700; color: var(--bi-ink-950); min-width: 68px; text-align: right; }

.kd-bi-dash-foot {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: var(--bi-paper);
  padding: 14px 24px;
  border-top: 1px solid var(--bi-line-soft);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--bi-ink-400);
}
.kd-bi-dash-foot span { display: inline-flex; align-items: center; gap: 7px; }
.kd-bi-dash-foot i {
  width: 7px; height: 7px;
  border-radius: 50%;
  font-style: normal;
}
.kd-bi-dash-foot i.teal  { background: #14b8a6; }
.kd-bi-dash-foot i.green { background: #22c55e; }
.kd-bi-dash-foot i.blue  { background: var(--bi-blue-600); }

/* ══════════════════════════════════════════════════════════════
   SERVICES — 2-col icon-card grid + tall right-side visual
   ══════════════════════════════════════════════════════════════ */
/* Transparent so the Hero + Services shared background shows through
   with no seam — scoped to this specific section only. */
.kd-bi-section--services { background: #fff; }
.kd-bi-section--services .kd-bi-head h2 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
  color: #0D1B2E;
}
.kd-bi-section--services .kd-bi-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-bi-svc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.kd-bi-svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-content: start;
}
.kd-bi-svc-card {
  background: #fff;
  border: 1px solid #E4E8EF;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px;
}
.kd-bi-svc-icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
background: linear-gradient(135deg, rgba(230, 247, 254, 0.5) 0%, #E6F7FE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.kd-bi-svc-icon img, .kd-bi-svc-icon svg { width: auto; height: auto; }
.kd-bi-svc-card h3 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  color: #0D1B2E;
}
.kd-bi-svc-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-bi-svc-visual {
  border-radius: 16px;
  overflow: hidden;
  min-height: 100%;
  background: #eef1fb;
}
.kd-bi-svc-visual img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}
.kd-bi-svc-visual-placeholder {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: flex;
  align-items: center;
  padding: 32px;
  border: 1px dashed #c9d3e6;
  border-radius: 16px;
  font-size: 13px;
  color: #6B7A99;
  text-align: center;
  box-sizing: border-box;
}

/* ══════════════════════════════════════════════════════════════
   SOLUTIONS — hub-and-spoke: 3 cards left, 3 right, center
   text-label hub, short connector lines
   ══════════════════════════════════════════════════════════════ */
.kd-bi-section--solutions .kd-bi-head h2 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
  color: #0D1B2E;
}
.kd-bi-section--solutions .kd-bi-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-bi-solutions-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.kd-bi-solutions-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 444px;
  max-width: 444px;
}
.kd-bi-solutions-card {
  position: relative;
  width: 100%;
  height: 170px;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #E2E6F0;
  background: #fff;
}
.kd-bi-solutions-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 0;
  border-top: 2px solid #1A56DB;
}
.kd-bi-solutions-col--left .kd-bi-solutions-card::after { right: -32px; }
.kd-bi-solutions-col--right .kd-bi-solutions-card::after { left: -32px; }
.kd-bi-solutions-card h3 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #0D1B2E;
}
.kd-bi-solutions-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-bi-solutions-hub {
  flex-shrink: 0;
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kd-bi-solutions-hub img { max-width: 100%; height: auto; display: block; }
.kd-bi-solutions-hub-placeholder {
  width: 220px;
  padding: 32px;
  border: 1px dashed #c9d3e6;
  border-radius: 16px;
  font-size: 13px;
  color: #6B7A99;
}

/* ══════════════════════════════════════════════════════════════
   AI-POWERED BUSINESS INTELLIGENCE — 2x2 icon-card grid
   ══════════════════════════════════════════════════════════════ */
.kd-bi-section--ecosystem .kd-bi-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  max-width: none;
  text-align: left;
}
.kd-bi-section--ecosystem .kd-bi-head h2 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
  color: #0D1B2E;
  margin-bottom: 0;
  flex: 1 1 55%;
}
.kd-bi-section--ecosystem .kd-bi-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
  margin: 0;
  flex: 1 1 35%;
}
.kd-bi-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.kd-bi-ecosystem-card {
  background: #fff;
  border: 1px solid #E4E8EF;
  border-radius: 16px;
  padding: 28px;
}
.kd-bi-ecosystem-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #004195;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.kd-bi-ecosystem-icon img, .kd-bi-ecosystem-icon svg { width: 20px; height: 20px; }
.kd-bi-ecosystem-card h3 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #0D1B2E;
  margin-bottom: 10px;
}
.kd-bi-ecosystem-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
}

/* ══════════════════════════════════════════════════════════════
   BUSINESS BENEFITS — dark full-bleed band, centered Geist
   heading/intro, then a 3-col grid of stat cards with a gradient
   top border. Same 3-layer background system (Color / Photo / Image).
   ══════════════════════════════════════════════════════════════ */
.kd-bi-benefits { position: relative; background: #0B1733; overflow: hidden; }
.kd-bi-benefits-has-photo { background-size: cover; background-position: center; }
.kd-bi-benefits-has-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11,23,51,0.82);
  z-index: 0;
  pointer-events: none;
}
.kd-bi-benefits-bg {
  position: absolute;
  left: 0; bottom: 40px;
  width: 220px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.kd-bi-benefits-wrap { position: relative; z-index: 1; }
.kd-bi-benefits .kd-bi-head h2 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
  color: #fff;
}
.kd-bi-benefits .kd-bi-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}
.kd-bi-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.kd-bi-benefits-grid + .kd-bi-benefits-grid { margin-top: 40px; }
.kd-bi-benefits-grid--1 { grid-template-columns: repeat(1, 1fr); }
.kd-bi-benefits-grid--2 { grid-template-columns: repeat(2, 1fr); }
.kd-bi-benefits-card {
  border-top: 2px solid transparent;
  border-image: linear-gradient(90.47deg, #01AEF0 -0.02%, #01D4DA 97.78%) 1;
  padding-top: 24px;
  text-align: center;
}
.kd-bi-benefits-card h3 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 12px;
}
.kd-bi-benefits-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}
.kd-bi-benefits-card p strong { font-weight: 700; color: #fff; }

/* ══════════════════════════════════════════════════════════════
   WHY CHOOSE KLOUDDATA — light band, left content+photo beside a
   right-hand vertical checklist (icon square + single-line stat).
   ══════════════════════════════════════════════════════════════ */
.kd-bi-why2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: center;
}
.kd-bi-why2-content h2 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
  color: #0D1B2E;
  margin-bottom: 20px;
}
.kd-bi-why2-content p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #6B7A99;
  margin-bottom: 28px;
}
.kd-bi-why2-image { border-radius: 16px; overflow: hidden; }
.kd-bi-why2-image img { width: 100%; height: auto; display: block; }
.kd-bi-why2-image-placeholder {
  padding: 40px;
  border: 1px dashed #c9d3e6;
  border-radius: 16px;
  font-size: 13px;
  color: #6B7A99;
  text-align: center;
}
.kd-bi-why2-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 8px;
}
.kd-bi-why2-item { display: flex; align-items: center; gap: 20px; }
.kd-bi-why2-icon {
  flex-shrink: 0;
  width: 50px; height: 50px;
  border-radius: 12px;
  background: #004195;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kd-bi-why2-icon img,
.kd-bi-why2-icon svg { width: 24px; height: 24px; }
.kd-bi-why2-icon svg { stroke: #fff; }
.kd-bi-why2-item span {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #0D1B2E;
}

/* ══════════════════════════════════════════════════════════════
   SUCCESS STORIES — live case-study CPT grid, dark image cards
   (same component/pattern as the Revenue Cloud & Agentforce pages)
   ══════════════════════════════════════════════════════════════ */
.bi-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bi-stories-card {
  position: relative;
  display: block;
  min-height: 420px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #1a2a4a;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.bi-stories-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,23,51,0) 30%, rgba(11,23,51,0.92) 100%);
}
.bi-stories-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bi-stories-tag {
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: -8px;
}
.bi-stories-title {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.35;
  color: #fff;
}
.bi-stories-stats { display: flex; gap: 16px; }
.bi-stories-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 16px;
  border-right: 1px solid rgba(255,255,255,0.25);
}
.bi-stories-stat:last-child { border-right: none; padding-right: 0; }
.bi-stories-stat-value { font-size: 24px; font-weight: 800; color: #fff; }
.bi-stories-stat-label { font-size: 12px; line-height: 1.4; color: rgba(255,255,255,0.7); }
.bi-stories-read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 10px 10px 10px 18px;
  border: 1.5px solid rgba(255,255,255,0.8);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
}
.bi-stories-arrow {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #0B1733;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bi-stories-arrow svg { stroke: currentColor; }
@media (max-width: 900px) { .bi-stories-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════════
   LATEST INSIGHTS — 1 image-overlay featured post beside 3 plain
   text list posts (real WP Posts, filtered by category)
   ══════════════════════════════════════════════════════════════ */
.bi-insights-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; align-items: stretch; }
.bi-insights-featured {
  position: relative;
  display: block;
  min-height: 420px;
  border-radius: var(--bi-radius-lg);
  overflow: hidden;
  background-color: var(--bi-navy-950);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.bi-insights-featured::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,18,36,0) 30%, rgba(11,18,36,.94) 100%);
}
.bi-insights-featured-body {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%; padding: 32px;
}
.bi-insights-featured-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: #8fd0ff; margin-bottom: 12px;
}
.bi-insights-featured-title { font-size: 26px; font-weight: 800; line-height: 1.3; color: #fff; margin-bottom: 12px; max-width: 480px; }
.bi-insights-featured-desc { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.82); max-width: 440px; }
.bi-insights-side { display: flex; flex-direction: column; gap: 16px; }
.bi-insights-item {
  display: block;
  background: #fff;
  border: 1px solid #E4E8EF;
  border-radius: var(--bi-radius-md);
  padding: 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bi-insights-item:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -16px rgba(10,17,40,.18); border-color: var(--bi-blue-600); }
.bi-insights-item-tag { display: block; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bi-blue-600); margin-bottom: 8px; }
.bi-insights-item-title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 16px; font-weight: 700; line-height: 1.35; color: var(--bi-ink-950); margin-bottom: 8px;
}
.bi-insights-item-desc {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 13.5px; line-height: 1.6; color: #6B7A99; margin-bottom: 12px;
}
.bi-insights-item-read { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--bi-blue-600); }
.bi-insights-item-arrow { display: inline-flex; align-items: center; }
.bi-insights-item-arrow svg { transition: transform .2s ease; stroke: currentColor; }
.bi-insights-item:hover .bi-insights-item-arrow svg { transform: translateX(3px); }
@media (max-width: 900px) {
  .bi-insights-grid { grid-template-columns: 1fr; }
  .bi-insights-featured { min-height: 280px; }
}

/* ══════════════════════════════════════════════════════════════
   FAQ — bordered rounded card, native <details>/<summary>.
   ══════════════════════════════════════════════════════════════ */
.kd-bi-faq-wrap { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.kd-bi-faq-item {
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.kd-bi-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 20px;
  background: #fff;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: var(--bi-ink-950);
  cursor: pointer;
  transition: background .18s ease;
}
.kd-bi-faq-q:hover { background: #F9FAFB; }
.kd-bi-faq-item[open] .kd-bi-faq-q { background: #F9FAFB; border-bottom: 2px solid #E5E7EB; }
.kd-bi-faq-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: #111827;
  display: flex; align-items: center; justify-content: center;
}
.kd-bi-faq-icon img { width: 14px; height: 14px; }
.kd-bi-faq-icon svg { transition: transform .2s ease; }
.kd-bi-faq-item[open] .kd-bi-faq-icon { color: var(--bi-ink-950); }
.kd-bi-faq-item[open] .kd-bi-faq-icon svg { transform: rotate(180deg); }
.kd-bi-faq-a {
  padding: 20px 20px 24px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #6B7280;
  background: #fff;
}
.kd-bi-faq-item > summary { list-style: none; }
.kd-bi-faq-item > summary::-webkit-details-marker { display: none; }

/* ══════════════════════════════════════════════════════════════
   FINAL CTA — contained rounded card (not full-bleed), centered
   heading/subtext, pill outline button with a circular arrow.
   ══════════════════════════════════════════════════════════════ */
.kd-bi-cta2-wrap { padding-bottom: 120px; }
.kd-bi-cta2 {
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  padding: 64px 32px;
  overflow: hidden;
}
.kd-bi-cta2-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.kd-bi-cta2-inner h2 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 16px;
}
.kd-bi-cta2-inner p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin-bottom: 32px;
}
.kd-bi-cta2-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 8px 8px 26px;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: background .18s ease;
}
.kd-bi-cta2-btn:hover { background: rgba(255,255,255,0.08); }
.kd-bi-cta2-arrow {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #0B1733;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .kd-bi-hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 115px; }
  .kd-bi-hero h1 { font-size: 40px; line-height: 1.2; }
  .kd-bi-hero-lead { max-width: 100%; }
  .kd-bi-svc-layout { grid-template-columns: 1fr; }
  .kd-bi-svc-visual { order: -1; }
  .kd-bi-svc-visual img,
  .kd-bi-svc-visual-placeholder { min-height: 220px; }
  .kd-bi-solutions-layout { flex-direction: column; gap: 24px; }
  .kd-bi-solutions-col { max-width: 100%; }
  .kd-bi-solutions-card::after { display: none; }
  .kd-bi-section--solutions .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-section--ecosystem .kd-bi-head { flex-direction: column; gap: 16px; }
  .kd-bi-section--ecosystem .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-ecosystem-grid { grid-template-columns: 1fr; }
  .kd-bi-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .kd-bi-benefits .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-section--services .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-why2-layout { grid-template-columns: 1fr; gap: 40px; }
  .kd-bi-why2-content h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-cta2-inner h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-dash-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .kd-bi-wrap { padding: 0 20px; }
  .kd-bi-section { padding: 56px 0; }
  .kd-bi-hero h1 { font-size: 40px; line-height: 1.2; }
  .kd-bi-hero-lead { font-size: 16px; line-height: 1.6; }
  .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-hero-grid { gap: 28px; padding-top: 100px; }
  .kd-bi-svc-grid { grid-template-columns: 1fr; }
  .kd-bi-section--services .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-section--solutions .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-section--ecosystem .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-benefits .kd-bi-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-benefits .kd-bi-head p { font-size: 16px; line-height: 1.6; }
  .kd-bi-benefits-grid { grid-template-columns: 1fr; }
  .kd-bi-why2-content h2 { font-size: 30px; line-height: 1.3; }
  .kd-bi-why2-item span { font-size: 18px; line-height: 24px; }
  .kd-bi-why2-icon { width: 48px; height: 48px; }
  .kd-bi-cta2-inner h2 { font-size: 30px; line-height: 1.3; }
}
