/* ==========================================================================
   KloudData — Data Integration Services
   Dedicated, self-contained stylesheet for page-templates/tmpl-data-integration.php
   Namespaced under .kd-dint — design system (colors, spacing, typography,
   buttons) cloned from assets/css/ai-operations-mlops.css (itself cloned
   from agentic-ai-automation.css / mcp-integration.css / data-engineering.css)
   so this page reads as a sibling of the Data Engineering / BI & Analytics /
   Data Modernization Services / AI Operations, MLOps and LLMOps Services
   pages. Does not read or extend main.css tokens.

   Sections: Hero + Services (shared background), Solutions (hub-and-spoke),
   Use Cases (photo + connected icon list), Business Outcomes (dark stat
   band, 6 cards / 3-col grid), Why Choose KloudData (photo + checklist),
   Success Stories, FAQ, Final CTA.
   ========================================================================== */

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

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

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

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

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

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

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

/* ── Buttons ──────────────────────────────────────────────── */
.kd-dint-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-dint-btn--primary {
  background: #004195;
  color: #fff;
}
.kd-dint-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(12,20,48,0.24); }
/* Hero CTA — kept only for design-system parity; not used in this page's
   hero markup (buttons were removed sitewide from every service page's hero). */
.kd-dint-hero .kd-dint-btn--primary {
  height: auto;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  border: 1.5px solid transparent;
  border-radius: 24px;
  background: #004195;
  opacity: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.kd-dint-hero .kd-dint-btn--primary:hover { opacity: 1; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(12,20,48,0.24); }
.kd-dint-hero .kd-dint-btn--primary:focus-visible { outline: 2px solid #004195; outline-offset: 2px; }
.kd-dint-btn--ghost {
  background: transparent;
  color: #004195;
  border: 2px solid #004195;
}
.kd-dint-btn--ghost:hover { background: #fff; color: #004195; }
.kd-dint-btn .arrow { display: inline-flex; }
.kd-dint-btn-icon { width: 16px; height: 16px; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════════
   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.
   ══════════════════════════════════════════════════════════════ */
.kd-dint-hero-merged {
  position: relative;
  background-color: #FBFAF7;
}
.kd-dint-hero-merged-has-bg {
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.kd-dint-hero {
  position: relative;
  background: transparent;
  padding-bottom: 80px;
  overflow: hidden;
}
.kd-dint-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
  padding-top: 140px;
}

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

.kd-dint-hero-ctas { display: flex; align-items: center; gap: 12px; flex-wrap: nowrap;margin-top: 20px; }

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

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

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

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

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

.kd-dint-dash-foot {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: var(--dint-paper);
  padding: 14px 24px;
  border-top: 1px solid var(--dint-line-soft);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--dint-ink-400);
}
.kd-dint-dash-foot span { display: inline-flex; align-items: center; gap: 7px; }
.kd-dint-dash-foot i {
  width: 7px; height: 7px;
  border-radius: 50%;
  font-style: normal;
}
.kd-dint-dash-foot i.teal  { background: #14b8a6; }
.kd-dint-dash-foot i.green { background: #22c55e; }
.kd-dint-dash-foot i.blue  { background: var(--dint-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-dint-section--services { background: #fff; }
.kd-dint-section--services .kd-dint-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-dint-section--services .kd-dint-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dint-services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.kd-dint-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-content: start;
}
.kd-dint-services-card {
  background: #fff;
border: 1.31px solid #E6ECF5;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 252px;
}
.kd-dint-services-icon {
  width: 60px; height: 60px;
  flex-shrink: 0;
  border-radius: 12px;
background: linear-gradient(135deg, rgba(230, 247, 254, 0.5) 0%, #E6F7FE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.kd-dint-services-icon img, .kd-dint-services-icon svg { width: auto; height: auto; }
.kd-dint-services-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-dint-services-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dint-services-visual {
  border-radius: 16px;
  overflow: hidden;
  min-height: 100%;
  background: #eef1fb;
}
.kd-dint-services-visual img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}
.kd-dint-services-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
   image hub, short connector lines
   ══════════════════════════════════════════════════════════════ */
.kd-dint-section--solutions .kd-dint-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-dint-section--solutions .kd-dint-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dint-solutions-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.kd-dint-solutions-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 444px;
  max-width: 444px;
}
.kd-dint-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-dint-solutions-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 0;
  border-top: 2px solid #1A56DB;
}
.kd-dint-solutions-col--left .kd-dint-solutions-card::after { right: -32px; }
.kd-dint-solutions-col--right .kd-dint-solutions-card::after { left: -32px; }
.kd-dint-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-dint-solutions-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dint-solutions-hub {
  flex-shrink: 0;
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kd-dint-solutions-hub img { max-width: 100%; height: auto; display: block; }
.kd-dint-solutions-hub-placeholder {
  width: 220px;
  padding: 32px;
  border: 1px dashed #c9d3e6;
  border-radius: 16px;
  font-size: 13px;
  color: #6B7A99;
}

/* ══════════════════════════════════════════════════════════════
   USE CASES — centered head, photo + connected timeline
   Icons cycle through an "active" glow state one at a time, looping
   forever — pure CSS (animation-delay staggered per row via an
   inline --dint-func-i custom property set from PHP), no JS needed.
   ══════════════════════════════════════════════════════════════ */
.kd-dint-section--usecases .kd-dint-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-dint-section--usecases .kd-dint-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
}
.kd-dint-func-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.kd-dint-func-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: var(--dint-radius-lg);
  display: block;
}
.kd-dint-func-image-placeholder {
  width: 100%;
  min-height: 320px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 32px;
  border: 1px dashed #c9d3e6;
  border-radius: var(--dint-radius-lg);
  font-size: 13px;
  color: #6B7A99;
  text-align: center;
}
.kd-dint-func-list { position: relative; display: grid; gap: 24px; }
.kd-dint-func-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
/* Connector segment: drawn per item (not one global line), running from
   this icon's bottom edge down to the next icon's top edge, so it can't
   overshoot when a title/description wraps to more lines than its
   neighbour. */
.kd-dint-func-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 57px;
  bottom: -31px;
  left: 25px;
  width: 2px;
  background: #01AEF040;
  z-index: 0;
}
.kd-dint-func-row {
  flex: 1 1 auto;
  min-width: 0;
  background: #fff;
  border: 1px solid #E6ECF5;
  border-radius: var(--dint-radius-md);
  padding: 18px 22px;
  box-shadow: 0px 2px 12px 0px #0041950D;
}
/* The active/glow state is a separate full-circle overlay animated via
   opacity (not the icon's own `background`) so the fill never looks
   broken/partial mid-transition. */
.kd-dint-func-icon {
  position: relative;
  flex-shrink: 0;
  margin-top: 7px;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E6ECF5;
  box-shadow: 0px 2px 12px 0px #00419514;
  color: #004195;
  display: flex; align-items: center; justify-content: center;
  animation: kd-dint-func-pulse-frame calc(var(--dint-func-count, 6) * 2.5s) ease-in-out infinite;
  animation-delay: calc(var(--dint-func-i, 0) * 2.5s);
}
.kd-dint-func-icon::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(180deg, #004195 0%, #01AEF0 100%);
  box-shadow: 0px 0px 24px 0px #00419559;
  opacity: 0;
  z-index: 0;
  animation: kd-dint-func-pulse-glow calc(var(--dint-func-count, 6) * 2.5s) ease-in-out infinite;
  animation-delay: calc(var(--dint-func-i, 0) * 2.5s);
}
.kd-dint-func-icon img, .kd-dint-func-icon svg {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}
/* Editor-uploaded icon — rendered as a mask (silhouette) instead of a
   plain <img>, so it can be recolored via `background-color: currentColor`
   the same way the default inline SVGs above respond to `color:currentColor`. */
.kd-dint-func-icon-mask {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/* The sitewide `.kd-dint svg { stroke: #0057D8 }` reset (same specificity)
   would otherwise win here, so the icon's stroke never actually follows
   the parent's animated `color`. */
.kd-dint-func-icon svg { stroke: currentColor !important; }
@keyframes kd-dint-func-pulse-frame {
  0%, 8.99% { border-color: transparent; color: #fff; }
  9%, 100%  { border-color: #E6ECF5; color: #004195; }
}
@keyframes kd-dint-func-pulse-glow {
  0%, 3%   { opacity: 1; }
  9%, 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .kd-dint-func-icon, .kd-dint-func-icon::before { animation: none; }
  .kd-dint-func-icon::before { opacity: 0; }
}
.kd-dint-func-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.kd-dint-func-row .label {
  display: block;
  font-family: 'Geist', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #0D1B2E;
}
.kd-dint-func-row .desc {
  display: block;
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #6B7A99;
  margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════════
   BUSINESS OUTCOMES — dark full-bleed band, centered Geist
   heading/intro, then a 3-col grid of stat cards with a gradient
   top border (standard 6-card / 3-column layout, matching the
   sibling Data Engineering / BI & Analytics pages — see
   data-engineering.css .kd-de-outcomes-grid). Same 3-layer
   background system (Color / Photo / Image).
   ══════════════════════════════════════════════════════════════ */
.kd-dint-outcomes { position: relative; background: #0B1733; overflow: hidden; }
.kd-dint-outcomes-has-photo { background-size: cover; background-position: center; }
.kd-dint-outcomes-has-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11,23,51,0.82);
  z-index: 0;
  pointer-events: none;
}
.kd-dint-outcomes-bg {
  position: absolute;
  left: 0; bottom: 40px;
  width: 220px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.kd-dint-outcomes-wrap { position: relative; z-index: 1; }
.kd-dint-outcomes .kd-dint-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-dint-outcomes .kd-dint-head h2 .accent {
  background: linear-gradient(90deg, #29B6F6 0%, #01F0C8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kd-dint-outcomes .kd-dint-head p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}
.kd-dint-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.kd-dint-outcomes-grid + .kd-dint-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-dint-outcomes-grid--1 { grid-template-columns: repeat(1, 1fr); }
.kd-dint-outcomes-grid--2 { grid-template-columns: repeat(2, 1fr); }
.kd-dint-outcomes-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-dint-outcomes-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-dint-outcomes-card p {
  font-family: 'Geist', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}
.kd-dint-outcomes-card p strong { font-weight: 700; color: #fff; }
@media (max-width: 1024px) {
  .kd-dint-outcomes .kd-dint-head h2 { font-size: 30px; line-height: 40px; }
  .kd-dint-outcomes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .kd-dint-outcomes .kd-dint-head h2 { font-size: 30px; line-height: 40px; }
  .kd-dint-outcomes .kd-dint-head p { font-size: 16px; line-height: 1.6; }
  .kd-dint-outcomes-grid { grid-template-columns: 1fr; }
}

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

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

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

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

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