/* ==========================================================================
   KloudData — Data Visualization Services
   Dedicated, self-contained stylesheet for
   page-templates/tmpl-data-visualization.php
   Namespaced under .kd-dviz — design system (colors, spacing, typography,
   buttons) is transformed from assets/css/data-strategy-consulting.css
   (kd-dstrat -> kd-dviz, --dstrat- -> --dviz-), which itself reads as a
   sibling of the Data Engineering / BI & Analytics / Data Modernization /
   Data Integration Services pages. Does not read or extend main.css tokens.

   This page has a SIGNIFICANTLY REDUCED section list versus Data Strategy
   Consulting: no Services (6-card-grid + photo) section, no Use Cases
   (photo + connected pulsing-icon list) section. Only the styles for the
   8 sections actually used are included below:

   - HERO — standalone section with its OWN cream/blush gradient
     background (no shared-background wrapper with the section below it,
     unlike most other pages on this site).
   - SOLUTIONS — hub-and-spoke (3 cards left, 3 right, center image hub).
   - ENTERPRISE DATA VISUALIZATION SOLUTIONS (divider-grid) — dark
     full-bleed band, rules transformed from Data Strategy Consulting's
     .kd-dstrat-integration-* "Data Integration Strategy" section (itself
     cloned from assets/css/salesforce-security-compliance.css's
     .kd-sfsec-compliance-* section, originally
     assets/css/salesforce-revenue-cloud.css's .rc2-models-* section) — a
     borderless grid separated by hairline dividers only.
   - BUSINESS IMPACT — SIMPLE variant. Unlike Data Strategy Consulting's
     "Business Value" cards (thin top hairline + separate absolutely-
     positioned left accent bar), this page's outcomes cards are a plain
     bordered box: border + radius + padding only, no icon, no accent bar.
   - WHY CHOOSE US, SUCCESS STORIES, FAQ, FINAL CTA — transformed 1:1 from
     Data Strategy Consulting's equivalent sections.

   Every multi-column-to-single-column stacking breakpoint uses 1024px.
   ========================================================================== */

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

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

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

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

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

.kd-dviz-section { padding: 88px 0; background-color: #fbfaf7; }
.kd-dviz-section--white { background: #fff; }
.kd-dviz-section--lav { background: #F2F5FA; }

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

/* ── Buttons ──────────────────────────────────────────────── */
.kd-dviz-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.kd-dviz-btn--primary {
  background: #004195;
  color: #fff;
}
.kd-dviz-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(12,20,48,0.24); }
.kd-dviz-btn--ghost {
  background: transparent;
  color: #004195;
  border: 2px solid #004195;
}
.kd-dviz-btn--ghost:hover { background: #fff; color: #004195; }
.kd-dviz-btn .arrow { display: inline-flex; }
.kd-dviz-btn-icon { width: 16px; height: 16px; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════════
   HERO — standalone section, own light cream/blush gradient
   background. No shared-background wrapper with the section below
   it (there's a visible seam between Hero and Solutions), and no
   hero CTA button (sitewide pattern).
   ══════════════════════════════════════════════════════════════ */
.kd-dviz-hero {
  position: relative;
  background: linear-gradient(160deg, #FDF3EE 0%, #FBF6F1 45%, #F7F4EE 100%);
  padding: 140px 0 80px;
  overflow: hidden;
}
/* Optional editor-supplied Background Image (Hero tab) — replaces the
   default gradient entirely and is shown plain, no scrim/overlay, matching
   the same convention used for every other page's hero background image. */
.kd-dviz-hero-has-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.kd-dviz-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.kd-dviz-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-dviz-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-dviz-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-dviz-hero-lead strong { color: var(--dviz-ink-950); font-weight: 700; }

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

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

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

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

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

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

/* ══════════════════════════════════════════════════════════════
   SOLUTIONS — hub-and-spoke: 3 cards left, 3 right, center
   image hub, short connector lines
   ══════════════════════════════════════════════════════════════ */
.kd-dviz-section--solutions .kd-dviz-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-dviz-section--solutions .kd-dviz-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dviz-solutions-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.kd-dviz-solutions-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 444px;
  max-width: 444px;
}
.kd-dviz-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-dviz-solutions-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 0;
  border-top: 2px solid #1A56DB;
}
.kd-dviz-solutions-col--left .kd-dviz-solutions-card::after { right: -32px; }
.kd-dviz-solutions-col--right .kd-dviz-solutions-card::after { left: -32px; }
.kd-dviz-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-dviz-solutions-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dviz-solutions-hub {
  flex-shrink: 0;
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kd-dviz-solutions-hub img { max-width: 100%; height: auto; display: block; }
.kd-dviz-solutions-hub-placeholder {
  width: 220px;
  padding: 32px;
  border: 1px dashed #c9d3e6;
  border-radius: 16px;
  font-size: 13px;
  color: #6B7A99;
}

/* ══════════════════════════════════════════════════════════════
   ENTERPRISE DATA VISUALIZATION SOLUTIONS (divider-grid) — dark
   full-bleed band: left-aligned heading + intro, right-side 2x3
   icon-card grid with hairline dividers. An optional editor-
   supplied image sits low-key behind everything, bottom-left.
   Dedicated dark palette, scoped to .kd-dviz-divider so it doesn't
   affect any other (light) section.
   ══════════════════════════════════════════════════════════════ */
.kd-dviz-divider { position: relative; background: #0B1733; overflow: hidden; }
/* Full-cover Background Photo (optional) — sits over the Background
   Color, under a dark scrim so heading/card text stays legible over
   any photo, with the small corner Background Image and all content
   still painted above the scrim (later in DOM order, same z-index). */
.kd-dviz-divider-has-photo { background-size: cover; background-position: center; }
.kd-dviz-divider-has-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11,23,51,0.82);
  z-index: 0;
  pointer-events: none;
}
.kd-dviz-divider-wrap { position: relative; z-index: 1; }
/* Positioned relative to the full-width section (not .kd-dviz-wrap), so
   it touches the true left edge of the viewport instead of stopping at
   .kd-dviz-wrap's centered/padded content box. */
.kd-dviz-divider-bg {
  position: absolute;
  left: 0; bottom: 40px;
  width: 220px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
/* Centered heading/intro (reuses .kd-dviz-head, styled here for the dark
   background) followed by a 3-col grid of border-top cards — matches the
   Data Modernization page's "Business Value" pattern. */
.kd-dviz-divider .kd-dviz-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-dviz-divider .kd-dviz-head h2 .accent {
  background: linear-gradient(90deg, #01AEF0 0.01%, #01D4DA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kd-dviz-divider .kd-dviz-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}
.kd-dviz-divider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.kd-dviz-divider-grid + .kd-dviz-divider-grid { margin-top: 40px; }
/* A trailing row with fewer than 3 items spreads its items across the
   full row width instead of leaving an empty column. */
.kd-dviz-divider-grid--1 { grid-template-columns: repeat(1, 1fr); }
.kd-dviz-divider-grid--2 { grid-template-columns: repeat(2, 1fr); }
.kd-dviz-divider-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-dviz-divider-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-dviz-divider-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}
@media (max-width: 1024px) {
  .kd-dviz-divider .kd-dviz-head h2 { font-size: 30px; line-height: 42px; }
  .kd-dviz-divider-grid,
  .kd-dviz-divider-grid--2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .kd-dviz-divider .kd-dviz-head h2 { font-size: 30px; line-height: 36px; }
  .kd-dviz-divider .kd-dviz-head p { font-size: 16px; line-height: 1.6; }
  .kd-dviz-divider-grid,
  .kd-dviz-divider-grid--2 { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════
   BUSINESS IMPACT — SIMPLE variant. White/cream full-bleed band,
   centered Geist heading/intro, then a 3-col grid of PLAIN bordered
   cards: border + radius + padding only. No icon, no colored accent
   bar, no bold-substring styling (this page's outcome descriptions
   carry no percentage/figure worth bolding).
   ══════════════════════════════════════════════════════════════ */
.kd-dviz-outcomes { position: relative; background: #FBFAF7; overflow: hidden; }
.kd-dviz-outcomes-has-photo { background-size: cover; background-position: center; }
.kd-dviz-outcomes-bg {
  position: absolute;
  left: 0; bottom: 40px;
  width: 220px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.kd-dviz-outcomes-wrap { position: relative; z-index: 1; }
.kd-dviz-outcomes .kd-dviz-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-dviz-outcomes .kd-dviz-head h2 .accent {
  background: linear-gradient(90deg, #004195 0%, #01AEF0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kd-dviz-outcomes .kd-dviz-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dviz-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.kd-dviz-outcomes-grid + .kd-dviz-outcomes-grid { margin-top: 40px; }
/* A trailing row with fewer than 3 items spreads its items across the
   full row width instead of leaving an empty column. */
.kd-dviz-outcomes-grid--1 { grid-template-columns: repeat(1, 1fr); }
.kd-dviz-outcomes-grid--2 { grid-template-columns: repeat(2, 1fr); }

/* Boxed card + inset left accent bar — matches the Data Strategy
   Consulting page's "Business Value" stat-card style. The border wraps
   the whole card; the bar sits inset from the edges, not flush against
   the border. */
.kd-dviz-outcomes-card {
  position: relative;
  border: 1px solid #E2E6F0;
  border-radius: 16px;
  padding: 24px 24px 24px 32px;
  background: #fff;
  box-sizing: border-box;
}
.kd-dviz-outcomes-card::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 2px;
  background: #004195;
}
.kd-dviz-outcomes-card h3 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #0D1B2E;
  margin-bottom: 12px;
}
.kd-dviz-outcomes-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
}
@media (max-width: 1024px) {
  .kd-dviz-outcomes .kd-dviz-head h2 { font-size: 30px; line-height: 40px; }
  .kd-dviz-outcomes-grid,
  .kd-dviz-outcomes-grid--2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .kd-dviz-outcomes .kd-dviz-head h2 { font-size: 30px; line-height: 40px; }
  .kd-dviz-outcomes .kd-dviz-head p { font-size: 16px; line-height: 1.6; }
  .kd-dviz-outcomes-grid,
  .kd-dviz-outcomes-grid--2 { grid-template-columns: 1fr; }
}

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

/* ══════════════════════════════════════════════════════════════
   SUCCESS STORIES — live case-study CPT grid, dark image cards
   (same component/pattern as the sibling service pages)
   ══════════════════════════════════════════════════════════════ */
.dviz-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dviz-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;
}
.dviz-stories-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,23,51,0) 30%, rgba(11,23,51,0.92) 100%);
}
.dviz-stories-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dviz-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;
}
.dviz-stories-title {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.35;
  color: #fff;
}
.dviz-stories-stats { display: flex; gap: 16px; }
.dviz-stories-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 16px;
  border-right: 1px solid rgba(255,255,255,0.25);
}
.dviz-stories-stat:last-child { border-right: none; padding-right: 0; }
.dviz-stories-stat-value { font-size: 24px; font-weight: 800; color: #fff; }
.dviz-stories-stat-label { font-size: 12px; line-height: 1.4; color: rgba(255,255,255,0.7); }
.dviz-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;
}
.dviz-stories-arrow {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #0B1733;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dviz-stories-arrow svg { stroke: currentColor; }
@media (max-width: 1024px) { .dviz-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)
   ══════════════════════════════════════════════════════════════ */
.dviz-insights-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; align-items: stretch; }
.dviz-insights-featured {
  position: relative;
  display: block;
  min-height: 420px;
  border-radius: var(--dviz-radius-lg);
  overflow: hidden;
  background-color: var(--dviz-navy-950);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.dviz-insights-featured::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,18,36,0) 30%, rgba(11,18,36,.94) 100%);
}
.dviz-insights-featured-body {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%; padding: 32px;
}
.dviz-insights-featured-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: #8fd0ff; margin-bottom: 12px;
}
.dviz-insights-featured-title { font-size: 26px; font-weight: 800; line-height: 1.3; color: #fff; margin-bottom: 12px; max-width: 480px; }
.dviz-insights-featured-desc { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.82); max-width: 440px; }
.dviz-insights-side { display: flex; flex-direction: column; gap: 16px; }
.dviz-insights-item {
  display: block;
  background: #fff;
  border: 1px solid #E4E8EF;
  border-radius: var(--dviz-radius-md);
  padding: 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.dviz-insights-item:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -16px rgba(10,17,40,.18); border-color: var(--dviz-blue-600); }
.dviz-insights-item-tag { display: block; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--dviz-blue-600); margin-bottom: 8px; }
.dviz-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(--dviz-ink-950); margin-bottom: 8px;
}
.dviz-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;
}
.dviz-insights-item-read { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--dviz-blue-600); }
.dviz-insights-item-arrow { display: inline-flex; align-items: center; }
.dviz-insights-item-arrow svg { transition: transform .2s ease; stroke: currentColor; }
.dviz-insights-item:hover .dviz-insights-item-arrow svg { transform: translateX(3px); }
@media (max-width: 900px) {
  .dviz-insights-grid { grid-template-columns: 1fr; }
  .dviz-insights-featured { min-height: 280px; }
}

   FAQ — bordered rounded card, matching border/radius/hover/open-state
   colors and typography exactly. Native <details>/<summary>.
   ══════════════════════════════════════════════════════════════ */
.kd-dviz-faq-wrap { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.kd-dviz-faq-item {
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.kd-dviz-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(--dviz-ink-950);
  cursor: pointer;
  transition: background .18s ease;
}
.kd-dviz-faq-q:hover { background: #F9FAFB; }
.kd-dviz-faq-item[open] .kd-dviz-faq-q { background: #F9FAFB; border-bottom: 2px solid #E5E7EB; }
.kd-dviz-faq-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: #111827;
  display: flex; align-items: center; justify-content: center;
}
.kd-dviz-faq-icon img { width: 14px; height: 14px; }
.kd-dviz-faq-icon svg { transition: transform .2s ease; }
.kd-dviz-faq-item[open] .kd-dviz-faq-icon { color: var(--dviz-ink-950); }
.kd-dviz-faq-item[open] .kd-dviz-faq-icon svg { transform: rotate(180deg); }
.kd-dviz-faq-a {
  padding: 20px 20px 24px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #6B7280;
  background: #fff;
}
.kd-dviz-faq-item > summary { list-style: none; }
.kd-dviz-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-dviz-cta2-wrap { padding-bottom: 120px; }
.kd-dviz-cta2 {
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  padding: 64px 32px;
  overflow: hidden;
}
.kd-dviz-cta2-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.kd-dviz-cta2-inner h2 {
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 16px;
}
.kd-dviz-cta2-inner p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 32px;
}
.kd-dviz-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-dviz-cta2-btn:hover { background: rgba(255,255,255,0.08); }
.kd-dviz-cta2-arrow {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #0B1733;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .kd-dviz-cta2-inner h2 { font-size: 30px; }
}
@media (max-width: 640px) {
  .kd-dviz-cta2-inner h2 { font-size: 30px; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .kd-dviz-hero { padding-top: 115px; }
  .kd-dviz-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .kd-dviz-hero h1 { font-size: 40px; line-height: 1.2; }
  .kd-dviz-hero-lead { max-width: 100%; }
  .kd-dviz-head h2 { font-size: 30px; }
  .kd-dviz-solutions-layout { flex-direction: column; gap: 24px; }
  .kd-dviz-solutions-col { max-width: 100%; }
  .kd-dviz-solutions-card::after { display: none; }
  .kd-dviz-section--solutions .kd-dviz-head h2 { font-size: 30px; line-height: 42px; }
  .kd-dviz-dash-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .kd-dviz-wrap { padding: 0 20px; }
  .kd-dviz-section { padding: 56px 0; }
  .kd-dviz-hero { padding: 100px 0 48px; }
  .kd-dviz-hero h1 { font-size: 40px; line-height: 1.25; }
  .kd-dviz-hero-lead { font-size: 16px; line-height: 1.6; }
  .kd-dviz-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-dviz-section--solutions .kd-dviz-head h2 { font-size: 30px; }
  .kd-dviz-hero-grid { gap: 28px; }
  .kd-dviz-dash-top { padding: 12px 16px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .kd-dviz-dash-top .period { display: none; }
  .kd-dviz-dash-stats .stat h4 { font-size: 19px; }
  .kd-dviz-dash-stats .stat span { font-size: 10.5px; }
  .kd-dviz-dash-chart { padding: 4px 16px 16px; }
  .kd-dviz-dash-bars { gap: 3px; }
  .kd-dviz-dash-row { padding: 12px 16px; gap: 10px; }
  .kd-dviz-dash-row .amount { min-width: auto; }
  .kd-dviz-dash-foot { padding: 12px 16px; gap: 14px; }
}
