/* ==========================================================================
   KloudData — Enterprise AI Roadmap and Operating Model Services
   Dedicated, self-contained stylesheet for
   page-templates/tmpl-ai-roadmap-operating-model.php
   Namespaced under .kd-arom — design system (colors, spacing, typography,
   buttons) cloned from the shared "Services" landing-page pattern used
   across this theme's AI/Data/Salesforce service lines (see
   custom-ai-agents-services.css / ai-transformation-consulting.css), so
   this page reads as a sibling of those pages. Does not read or extend
   main.css tokens.

   Sections: Hero + Services (shared background), Operating Model (dark
   stat band, 6 cards / 3-col grid, optional background photo), Business
   Benefits (light stat-card grid with a big bold figure per card), Why
   Choose Us (photo + checklist), Client Success, Latest Insights, FAQ,
   Final CTA ("cta2" pattern).
   ========================================================================== */

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

  font-family: Geist, sans-serif;
  color: var(--arom-ink-950);
  background: var(--arom-white);
  overflow-x: hidden;
}

.kd-arom h1, .kd-arom h2, .kd-arom h3, .kd-arom h4 {
  font-family: Geist, sans-serif;
  color: #0D1B2E;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}

.kd-arom, .kd-arom * { font-family: Geist, sans-serif; }

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

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

.kd-arom-section { padding: 88px 0; background-color: #fbfaf7; }
.kd-arom-section--white { background: #fff; }
.kd-arom-section--lav { background: #F2F5FA; }
/* Services (--lav) already contributes bottom padding right above this
   section, and the lavender→white background change marks the boundary
   on its own — so Operating Model drops its own top padding to avoid
   stacking both and leaving an oversized gap before its heading. */
.kd-arom-section--opmodel { padding-top: 0; }

/* ── Section head + badge ─────────────────────────────────── */
.kd-arom-head { margin: 0 0 56px; text-align: center; }
.kd-arom-badge {
  display: inline-block;
  background: #fff;
  border: 1px solid #E4E8EF;
  color: #6B7A99;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.kd-arom-badge--light {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.28);
  color: #fff;
}
.kd-arom-head h2 { font-size: 48px; font-weight: 700; margin-bottom: 16px; line-height: 58px; color: #0D1B2E; }
.kd-arom-head p { font-size: 18px; line-height: 1.7; color: #6B7A99; margin: 0 auto; }

.kd-arom-section--services .kd-arom-head .accent { background: linear-gradient(90deg, #004195 0%, #01AEF0 85.58%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.kd-arom-section--opmodel .kd-arom-head .accent  { background: linear-gradient(90deg, #004195 0%, #01AEF0 85.58%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.kd-arom-why-content .accent                     { background: linear-gradient(90deg, #004195 0%, #01AEF0 85.58%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.kd-arom-section--stories .kd-arom-head .accent  { background: linear-gradient(90deg, #004195 0%, #01AEF0 85.58%);-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.kd-arom-section--insights .kd-arom-head .accent { background: linear-gradient(90deg, #004195 0%, #01AEF0 85.58%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

@media (max-width: 1024px) {
  .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-arom br { display: none; }
}

/* ── Buttons ──────────────────────────────────────────────── */
.kd-arom-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-arom-btn--primary { background: #004195; color: #fff; }
.kd-arom-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(12,20,48,0.24); }
.kd-arom-hero .kd-arom-btn--primary {
  height: auto;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  border: 1.5px solid transparent;
  border-radius: 999px;
  background: #004195;
  opacity: 1;
}
.kd-arom-hero .kd-arom-btn--primary:hover { opacity: 1; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(12,20,48,0.24); }
.kd-arom-hero .kd-arom-btn--primary:focus-visible { outline: 2px solid #004195; outline-offset: 2px; }
.kd-arom-hero-ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* ══════════════════════════════════════════════════════════════
   HERO + SERVICES — shared background wrapper
   ══════════════════════════════════════════════════════════════ */
.kd-arom-hero-merged { position: relative; background-color: #FBFAF7; }
.kd-arom-hero-merged-has-bg { background-size: 100% 100%; background-position: top center; background-repeat: no-repeat; }
.kd-arom-hero { position: relative; background: transparent; padding-bottom: 80px; overflow: hidden; }
.kd-arom-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
  padding-top: 140px;
}
.kd-arom-hero h1 {
  font-family: Geist, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 74px;
  letter-spacing: 0;
  color: #0D1B2E;
  margin-bottom: 22px;
}
.kd-arom-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-arom-hero-lead {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #6B7A99;
  margin-bottom: 8px;
}
.kd-arom-hero-lead strong { color: var(--arom-ink-950); font-weight: 700; }

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

.kd-arom-route {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid var(--arom-line);
  border-radius: var(--arom-radius-lg);
  box-shadow: 0 20px 60px rgba(12,20,48,0.12);
  padding: 32px 28px 28px;
  box-sizing: border-box;
}
.kd-arom-route-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.kd-arom-route-top .name { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 700; color: var(--arom-ink-950); }
.kd-arom-route-top .name .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }
.kd-arom-route-top .period { font-size: 11.5px; font-weight: 600; color: var(--arom-ink-300); }
.kd-arom-route-path { position: relative; padding-left: 4px; }
.kd-arom-route-path::before {
  content: '';
  position: absolute;
  left: 15px; top: 10px; bottom: 10px;
  width: 2px;
  background: linear-gradient(90deg, #004195 0%, #01AEF0 85.58%);
  opacity: 0.35;
}
.kd-arom-route-step { position: relative; display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; }
.kd-arom-route-node {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #eef1fb;
  border: 2px solid #dfe4f7;
  color: var(--arom-blue-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}
.kd-arom-route-step.is-done .kd-arom-route-node { background: #004195; border-color: #004195; color: #fff; }
.kd-arom-route-body { padding-top: 3px; }
.kd-arom-route-body .label { display: block; font-size: 14.5px; font-weight: 700; color: var(--arom-ink-950); margin-bottom: 2px; }
.kd-arom-route-body .sub { display: block; font-size: 12.5px; color: var(--arom-ink-400); }
.kd-arom-route-status {
  margin-left: auto;
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  background: #eef0f5;
  color: var(--arom-ink-400);
}
.kd-arom-route-step.is-done .kd-arom-route-status { background: #e7f8ef; color: #15975f; }
.kd-arom-route-step.is-active .kd-arom-route-status { background: var(--arom-lav); color: var(--arom-blue-600); }
.kd-arom-route-foot {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: var(--arom-paper);
  padding: 14px 18px;
  border-radius: 12px;
  margin-top: 18px;
  border-top: 1px solid var(--arom-line-soft);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--arom-ink-400);
}
.kd-arom-route-foot span { display: inline-flex; align-items: center; gap: 7px; }
.kd-arom-route-foot i { width: 7px; height: 7px; border-radius: 50%; font-style: normal; }
.kd-arom-route-foot i.teal { background: #14b8a6; }
.kd-arom-route-foot i.green { background: #22c55e; }
.kd-arom-route-foot i.blue { background: var(--arom-blue-600); }

/* ══════════════════════════════════════════════════════════════
   SERVICES — 2-col icon-card grid + tall right-side visual
   ══════════════════════════════════════════════════════════════ */
.kd-arom-section--services { background: #fff; }
.kd-arom-section--services .kd-arom-head h2 { font-family: Geist, sans-serif; font-weight: 700; font-size: 48px; line-height: 58px; color: #0D1B2E; }
.kd-arom-section--services .kd-arom-head p { font-family: Geist, sans-serif; font-weight: 400; font-size: 18px; line-height: 28px; color: #6B7A99; }
.kd-arom-services-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 24px; align-items: stretch; }
.kd-arom-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-content: start; }
.kd-arom-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-arom-services-icon {
  width: 45px; height: 45px;
  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-arom-services-icon img, .kd-arom-services-icon svg { width: auto; height: auto; }
.kd-arom-services-card h3 { font-family: Geist, sans-serif; font-weight: 700; font-size: 22px; line-height: 28px; color: #0D1B2E; }
.kd-arom-services-card p { font-family: Geist, sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: #6B7A99; }
.kd-arom-services-visual { border-radius: 16px; overflow: hidden; min-height: 100%; background: #eef1fb; }
.kd-arom-services-visual img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.kd-arom-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;
}

/* ══════════════════════════════════════════════════════════════
   OPERATING MODEL — light section, photo + connected vertical list
   (same pattern as the "Use Cases" section on sibling AI pages,
   e.g. .kd-aiml-func-* in ai-ml-services.css). Deliberately kept
   different from the dark card-grid Business Benefits band below
   it, so the two sections don't repeat the same layout back to back.
   ══════════════════════════════════════════════════════════════ */
.kd-arom-func-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.kd-arom-func-image { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: var(--arom-radius-lg); display: block; }
.kd-arom-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(--arom-radius-lg);
  font-size: 13px;
  color: #6B7A99;
  text-align: center;
}
.kd-arom-func-list { position: relative; display: grid; gap: 24px; }
.kd-arom-func-item { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 14px; }
/* Connector segment drawn per item, 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-arom-func-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 51px;
  bottom: -31px;
  left: 22px;
  width: 2px;
  background: #01AEF040;
  z-index: 0;
}
.kd-arom-func-row {
  flex: 1 1 auto;
  min-width: 0;
  background: #fff;
  border: 1px solid #E6ECF5;
  border-radius: var(--arom-radius-md);
  padding: 18px 22px;
  box-shadow: 0px 2px 12px 0px #0041950D;
}
.kd-arom-func-icon {
  position: relative;
  flex-shrink: 0;
  margin-top: 7px;
  width: 44px; height: 44px;
  border-radius: 40px;
  background: #fff;
  border: 2px solid #E6ECF5;
  box-shadow: 0px 2px 12px 0px #00419514;
  color: #004195;
  display: flex; align-items: center; justify-content: center;
}
.kd-arom-func-icon img, .kd-arom-func-icon svg { position: relative; z-index: 1; width: 22px; height: 22px; }
.kd-arom-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;
}
.kd-arom-func-icon svg { stroke: currentColor !important; }
.kd-arom-func-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.kd-arom-func-row .label { display: block; font-family: Geist, sans-serif; font-weight: 700; font-size: 22px; line-height: 28px; color: #0D1B2E; }
.kd-arom-func-row .desc { display: block; font-family: Geist, sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: #6B7A99; margin-top: 2px; }
@media (max-width: 1024px) {
  .kd-arom-section--opmodel .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-arom-func-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .kd-arom-section--opmodel .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
}

/* ══════════════════════════════════════════════════════════════
   BUSINESS BENEFITS — dark full-bleed band, 3-col card grid (same
   pattern/CSS shape as Operating Model above and every sibling
   service page's Business Outcomes band).
   ══════════════════════════════════════════════════════════════ */
.kd-arom-benefits { position: relative; background: #0B1733; overflow: hidden; }
.kd-arom-benefits-has-photo { background-size: cover; background-position: center; }
.kd-arom-benefits-has-photo::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(11,23,51,0.82);
  z-index: 0;
  pointer-events: none;
}
.kd-arom-benefits-bg { position: absolute; left: 0; bottom: 40px; width: 220px; height: auto; opacity: 0.5; pointer-events: none; z-index: 0; }
.kd-arom-benefits-wrap { position: relative; z-index: 1; }
.kd-arom-benefits .kd-arom-head h2 { font-family: Geist, sans-serif; font-weight: 700; font-size: 48px; line-height: 58px; color: #fff; }
.kd-arom-benefits .kd-arom-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-arom-benefits .kd-arom-head p { font-family: Geist, sans-serif; font-weight: 400; font-size: 18px; line-height: 28px; color: #FFFFFFCC; }
.kd-arom-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.kd-arom-benefits-grid + .kd-arom-benefits-grid { margin-top: 40px; }
.kd-arom-benefits-grid--1 { grid-template-columns: repeat(1, 1fr); }
.kd-arom-benefits-grid--2 { grid-template-columns: repeat(2, 1fr); }
.kd-arom-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-arom-benefits-card h3 { font-family: Geist, sans-serif; font-weight: 700; font-size: 22px; line-height: 28px; color: #fff; margin-bottom: 12px; }
.kd-arom-benefits-card p { font-family: Geist, sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: #FFFFFFCC; }
.kd-arom-benefits-card p strong { font-weight: 700; color: #fff; }
@media (max-width: 1024px) {
  .kd-arom-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .kd-arom-benefits .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
}
@media (max-width: 640px) {
  .kd-arom-benefits .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-arom-benefits .kd-arom-head p { font-size: 16px; line-height: 1.6; }
  .kd-arom-benefits-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-arom-why-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 64px; align-items: center; }
.kd-arom-why-content h2 { font-family: Geist, sans-serif; font-weight: 700; font-size: 48px; line-height: 58px; color: #0D1B2E; margin-bottom: 20px; }
.kd-arom-why-content p { font-family: Geist, sans-serif; font-weight: 400; font-size: 18px; line-height: 28px; color: #6B7A99; margin-bottom: 28px; }
.kd-arom-why-image { border-radius: 16px; overflow: hidden; }
.kd-arom-why-image img { width: 100%; height: auto; display: block; }
.kd-arom-why-image-placeholder { padding: 40px; border: 1px dashed #c9d3e6; border-radius: 16px; font-size: 13px; color: #6B7A99; text-align: center; }
.kd-arom-why-list { display: flex; flex-direction: column; gap: 36px; padding-top: 8px; }
.kd-arom-why-item { display: flex; align-items: center; gap: 20px; }
.kd-arom-why-icon {
  flex-shrink: 0;
  width: 50px; height: 50px;
  border-radius: 12px;
  background: #004195;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kd-arom-why-icon img, .kd-arom-why-icon svg { width: 24px; height: 24px; }
.kd-arom-why-icon svg { stroke: #fff; }
.kd-arom-why-item span { font-family: Geist, sans-serif; font-weight: 700; font-size: 22px; line-height: 28px; color: #0D1B2E; }
@media (max-width: 1024px) {
  .kd-arom-why-layout { grid-template-columns: 1fr; gap: 40px; }
  .kd-arom-why-content h2 { font-size: 30px; line-height: 1.3; }
}
@media (max-width: 640px) {
  .kd-arom-why-content h2 { font-size: 30px; line-height: 1.3; }
  .kd-arom-why-item span { font-size: 18px; line-height: 24px; }
  .kd-arom-why-icon { width: 48px; height: 48px; }
}

/* ══════════════════════════════════════════════════════════════
   CLIENT SUCCESS — live case-study CPT grid, dark image cards
   ══════════════════════════════════════════════════════════════ */
.arom-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.arom-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;
}
.arom-stories-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,23,51,.25) 0%, rgba(11,23,51,.55) 40%, rgba(11,23,51,.98) 100%); }
.arom-stories-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.arom-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;
}
.arom-stories-title { font-family: Geist, sans-serif; font-weight: 700; font-size: 22px; line-height: 1.35; color: #fff; }
.arom-stories-stats { display: flex; gap: 16px; }
.arom-stories-stat { display: flex; flex-direction: column; gap: 4px; padding-right: 16px; border-right: 1px solid rgba(255,255,255,0.25); }
.arom-stories-stat:last-child { border-right: none; padding-right: 0; }
.arom-stories-stat-value { font-size: 24px; font-weight: 700; color: #fff; }
.arom-stories-stat-label { font-size: 12px; line-height: 1.4; color: rgba(255,255,255,0.7); }
.arom-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;
}
.arom-stories-arrow { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: #fff; color: #0B1733; display: flex; align-items: center; justify-content: center; }
.arom-stories-arrow svg { stroke: currentColor; width: 14px; height: 14px; }
@media (max-width: 1024px) { .arom-stories-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .arom-stories-body { padding: 18px; } }

/* ══════════════════════════════════════════════════════════════
   LATEST INSIGHTS — 1 image-overlay featured post beside plain
   text list posts.
   ══════════════════════════════════════════════════════════════ */
.arom-insights-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; align-items: stretch; }
.arom-insights-featured {
  position: relative;
  display: block;
  min-height: 460px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #0B1224;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.arom-insights-featured::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,17,40,0) 0%, rgba(10,17,40,.45) 45%, rgba(8,14,32,.97) 100%); }
.arom-insights-featured-body { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: 36px; }
.arom-insights-featured-tag { display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #7FCBFF; margin-bottom: 14px; }
.arom-insights-featured-title { font-size: 22px; font-weight: 700; line-height: 1.3; color: #fff; margin-bottom: 14px; max-width: 560px; }
.arom-insights-featured-desc { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.82); max-width: 500px; }
.arom-insights-side { display: flex; flex-direction: column; gap: 18px; }
.arom-insights-item {
  display: block;
  background: #fff;
  border: 1px solid #E4E8EF;
  border-radius: 14px;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.arom-insights-item:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -16px rgba(10,17,40,.18); border-color: var(--arom-blue-600); }
.arom-insights-item-tag { display: block; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #004195; margin-bottom: 10px; }
.arom-insights-item-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 22px; font-weight: 800; line-height: 1.35; color: var(--arom-ink-950); margin-bottom: 8px; }
.arom-insights-item-desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 16px; line-height: 1.6; color: #6B7A99; margin-bottom: 14px; }
.arom-insights-item-read { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #004195; }
.arom-insights-item-arrow { display: inline-flex; align-items: center; }
.arom-insights-item-arrow svg { width: 14px; height: 14px; transition: transform .2s ease; stroke: currentColor; }
.arom-insights-item:hover .arom-insights-item-arrow svg { transform: translateX(3px); }
@media (max-width: 900px) {
  .arom-insights-grid { grid-template-columns: 1fr; }
  .arom-insights-featured { min-height: 320px; }
}
@media (max-width: 640px) { .arom-insights-featured-body { padding: 24px; } }

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

/* ══════════════════════════════════════════════════════════════
   FINAL CTA — contained rounded card, pill outline button with a
   circular arrow ("cta2" pattern).
   ══════════════════════════════════════════════════════════════ */
.kd-arom-cta2-wrap { padding-bottom: 120px; }
.kd-arom-cta2 { background-size: cover; background-position: center; border-radius: 26px; padding: 64px 32px; overflow: hidden; text-align: center; }
.kd-arom-cta2-inner { margin: 0 auto; text-align: center; }
.kd-arom-cta2-inner .kd-arom-badge--light { margin-bottom: 20px; }
.kd-arom-cta2-inner h2 { font-family: Geist, sans-serif; font-weight: 700; font-size: 40px; line-height: 1.25; color: #fff; margin-bottom: 16px; }
.kd-arom-cta2-inner p { font-family: Geist, sans-serif; font-size: 18px; line-height: 28px; color: rgba(255,255,255,0.75); margin-bottom: 32px; }
.kd-arom-cta2-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 26px;
  border: 1.5px solid rgba(255,255,255,.6);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  transition: opacity .2s ease, background .2s ease;
}
.kd-arom-cta2-btn:hover { opacity: 0.9; text-decoration: none; color: #fff; background: rgba(255,255,255,0.08); }
.kd-arom-cta2-arrow { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #0B1733; display: flex; align-items: center; justify-content: center; }
.kd-arom-cta2-arrow svg { width: 14px; height: 14px; stroke: currentColor; }
@media (max-width: 1024px) { .kd-arom-cta2-inner h2 { font-size: 30px; line-height: 1.3; } }
@media (max-width: 640px) { .kd-arom-cta2-inner h2 { font-size: 30px; line-height: 1.3; } }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .kd-arom-hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 115px; }
  .kd-arom-hero h1 { font-size: 40px; line-height: 1.2; }
  .kd-arom-hero-lead { max-width: 100%; }
  .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
  /* Higher-specificity base rule (two classes) otherwise beats the
     generic .kd-arom-head h2 media-query rule above at every width,
     so the Services heading never actually shrank on tablet/mobile. */
  .kd-arom-section--services .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-arom-cta2-inner h2 { font-size: 30px; }
  .kd-arom-services-layout { grid-template-columns: 1fr; }
  .kd-arom-services-visual { order: -1; }
  .kd-arom-services-visual img, .kd-arom-services-visual-placeholder { min-height: 220px; }
}

@media (max-width: 640px) {
  .kd-arom-wrap { padding: 0 20px; }
  .kd-arom-section { padding: 56px 0; }
  .kd-arom-hero h1 { font-size: 40px; line-height: 1.25; }
  .kd-arom-hero-lead { font-size: 16px; line-height: 1.6; }
  .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-arom-section--services .kd-arom-head h2 { font-size: 30px; line-height: 1.3; }
  .kd-arom-hero-grid { gap: 28px; padding-top: 100px; }
  .kd-arom-services-grid { grid-template-columns: 1fr; }
  .kd-arom-hero-ctas { flex-direction: column; align-items: stretch; }
  .kd-arom-hero-ctas .kd-arom-btn { justify-content: center; width: 100%; }
}
