/**
 * DESKOM Enterprise Design System
 * Premium B2B SaaS aesthetic — Microsoft / Stripe / Linear quality
 */

/* ── Design Tokens ── */
:root {
  --de-brand: #AC2626;
  --de-brand-dark: #8a1e1e;
  --de-brand-light: #c43333;
  --de-brand-glow: rgba(172, 38, 38, 0.12);
  --de-brand-subtle: rgba(172, 38, 38, 0.06);
  --de-bg: #ffffff;
  --de-bg-elevated: #ffffff;
  --de-bg-subtle: #f7f7f8;
  --de-bg-dark: #0a0a0b;
  --de-bg-dark-elevated: #141416;
  --de-text: #0a0a0b;
  --de-text-muted: #52525b;
  --de-text-light: #71717a;
  --de-border: rgba(0, 0, 0, 0.06);
  --de-border-strong: rgba(0, 0, 0, 0.1);
  --de-radius-sm: 6px;
  --de-radius: 10px;
  --de-radius-lg: 16px;
  --de-radius-xl: 24px;
  --de-radius-button: 14px;
  --de-radius-card: 20px;
  --de-radius-image: 24px;
  --de-radius-hero: 32px;
  --de-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --de-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  --de-shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.08);
  --de-shadow-brand: 0 4px 20px var(--de-brand-glow);
  --de-glass: rgba(255, 255, 255, 0.94);
  --de-glass-border: rgba(0, 0, 0, 0.04);
  --de-header-h: 88px;
  --de-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --de-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --de-transition-slow: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Motion tokens — Vol 07 Ch 128/140 */
  --de-motion-duration-instant: 0ms;
  --de-motion-duration-fast: 150ms;
  --de-motion-duration-base: 200ms;
  --de-motion-duration-moderate: 300ms;
  --de-motion-duration-slow: 400ms;
  --de-motion-duration-ambient: 40s;
  --de-ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --de-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --de-ease-in: cubic-bezier(0.4, 0, 1, 1);
  --de-motion-distance-sm: 8px;
  --de-motion-distance-md: 16px;
  --de-container: 1160px;
  --de-space-1: 8px;
  --de-space-2: 16px;
  --de-space-3: 24px;
  --de-space-4: 32px;
  --de-space-6: 48px;
  --de-space-8: 64px;
  --de-space-10: 80px;
  --de-space-12: 96px;
  --de-space-16: 128px;
}

[data-theme="dark"] {
  --de-bg: #0a0a0b;
  --de-bg-elevated: #141416;
  --de-bg-subtle: #1c1c1f;
  --de-text: #fafafa;
  --de-text-muted: #a1a1aa;
  --de-text-light: #71717a;
  --de-border: rgba(255, 255, 255, 0.07);
  --de-border-strong: rgba(255, 255, 255, 0.12);
  --de-glass: rgba(10, 10, 11, 0.92);
  --de-glass-border: rgba(255, 255, 255, 0.06);
  --de-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  --de-shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.45);
  --de-brand-glow: rgba(172, 38, 38, 0.2);
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; margin: 0; padding: 0; }
body.de-site {
  margin: 0;
  padding: 0;
  font-family: var(--de-font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--de-text);
  background: var(--de-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--de-brand); text-decoration: none; transition: color var(--de-transition); }
a:hover { color: var(--de-brand-dark); }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--de-text);
}
h1 { letter-spacing: -0.035em; font-weight: 600; }
p { margin: 0 0 1em; color: var(--de-text-muted); }
ul, ol { margin: 0; padding: 0; list-style: none; }
.de-skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 10000;
  padding: 12px 20px; background: var(--de-brand); color: #fff; border-radius: var(--de-radius-sm);
}
.de-skip-link:focus { left: 16px; top: 16px; }

/* ── Logo ── */
.de-logo, .deskom-logo { display: inline-flex; align-items: center; }
.deskom-logo {
  max-width: 280px; max-height: 76px; width: auto; height: auto; object-fit: contain;
  transition: opacity var(--de-transition);
}
.de-header .de-logo { flex-shrink: 0; }
.de-header .deskom-logo {
  max-width: 320px; max-height: 88px;
}
.de-footer__brand .deskom-logo {
  max-width: 280px; max-height: 76px;
}
.de-drawer__head .deskom-logo {
  max-width: 240px; max-height: 64px;
}
.de-footer .deskom-logo,
.de-footer .deskom-logo--auto {
  filter: brightness(0) invert(1);
}
.deskom-logo--white { filter: brightness(0) invert(1); }
.de-header .deskom-logo--auto { filter: none; }
[data-theme="dark"] .deskom-logo--auto,
[data-theme="dark"] .de-header .deskom-logo--auto {
  filter: brightness(0) invert(1);
}
.de-header.is-scrolled .deskom-logo--auto {
  filter: none;
}
[data-theme="dark"] .de-header.is-scrolled .deskom-logo--auto {
  filter: brightness(0) invert(1);
}
[data-theme="light"] .de-header:not(.is-scrolled) .deskom-logo--auto { filter: none; }
.de-hero--dark .de-header:not(.is-scrolled) .deskom-logo--auto,
.de-hero--showcase .de-header:not(.is-scrolled) .deskom-logo--auto {
  filter: brightness(0) invert(1);
}
.de-header--on-dark:not(.is-scrolled) .deskom-logo--auto {
  filter: brightness(0) invert(1);
}
.de-header--on-dark:not(.is-scrolled) .de-nav__item > a,
.de-header--on-dark:not(.is-scrolled) .de-icon-btn {
  color: #fff;
}
.de-header--on-dark:not(.is-scrolled) .de-mobile-toggle span {
  background: #fff;
}
.de-hero--dark .de-header:not(.is-scrolled) .de-nav__item > a,
.de-hero--showcase .de-header:not(.is-scrolled) .de-nav__item > a,
.de-hero--dark .de-header:not(.is-scrolled) .de-icon-btn,
.de-hero--showcase .de-header:not(.is-scrolled) .de-icon-btn {
  color: #fff;
}
.de-hero--dark .de-header:not(.is-scrolled) .de-mobile-toggle span,
.de-hero--showcase .de-header:not(.is-scrolled) .de-mobile-toggle span {
  background: #fff;
}
.deskom-logo-fallback { display: inline-flex; font-weight: 800; font-size: 1.35rem; letter-spacing: 0.12em; color: var(--de-brand); }

/* ── Layout ── */
.de-main { min-height: 60vh; }
.de-hero--gradient + .de-section,
.de-hero--gradient ~ .de-section:first-of-type { /* homepage flows under transparent header */ }
.de-hero--gradient { margin-top: calc(-1 * var(--de-header-h)); padding-top: calc(80px + var(--de-header-h)); }
.de-hero--dark, .de-hero--showcase { margin-top: calc(-1 * var(--de-header-h)); padding-top: calc(60px + var(--de-header-h)); }
.container { max-width: var(--de-container); margin: 0 auto; padding: 0 var(--de-space-3); }

/* Minimal grid (replaces bootstrap-grid.css) */
.row { display: flex; flex-wrap: wrap; margin: 0 calc(var(--de-space-2) * -0.5); }
.row > [class*="col-"] { padding: 0 calc(var(--de-space-2) * 0.5); box-sizing: border-box; width: 100%; min-width: 0; }
.row > .col-6 { width: 50%; }
.row > .col-12 { width: 100%; }
@media (min-width: 768px) {
  .row > .col-md-3 { width: 25%; }
  .row > .col-md-4 { width: 33.333%; }
  .row > .col-md-6 { width: 50%; }
}
@media (min-width: 1024px) {
  .row > .col-lg-2 { width: 16.666%; }
  .row > .col-lg-3 { width: 25%; }
  .row > .col-lg-4 { width: 33.333%; }
  .row > .col-lg-5 { width: 41.666%; }
  .row > .col-lg-6 { width: 50%; }
  .row > .col-lg-7 { width: 58.333%; }
  .row > .col-lg-8 { width: 66.666%; }
  .row > .col-lg-10 { width: 83.333%; }
  .row > .col-lg-12 { width: 100%; }
}
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }

.de-section { padding: var(--de-space-16) 0; }
.de-section--subtle { background: var(--de-bg-subtle); }
.de-section--dark {
  background: var(--de-bg-dark);
  color: #fff;
}
.de-section--dark h2, .de-section--dark h3, .de-section--dark h4 { color: #fff; }
.de-section--dark p { color: rgba(255,255,255,0.72); }

/* ── Header ── */
.de-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: transform var(--de-transition);
}
.de-header__bar {
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--de-transition), box-shadow var(--de-transition), backdrop-filter var(--de-transition), border-color var(--de-transition);
}
.de-header.is-scrolled .de-header__bar {
  background: var(--de-glass);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--de-border);
  box-shadow: var(--de-shadow-sm);
}
[data-theme="dark"] .de-header__bar { background: transparent; }
[data-theme="dark"] .de-header.is-scrolled .de-header__bar {
  background: var(--de-glass);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.de-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--de-header-h); gap: 24px;
}
.de-nav { display: none; }
@media (min-width: 1024px) { .de-nav { display: block; flex: 1; } }
.de-nav__list { display: flex; align-items: center; gap: 4px; justify-content: center; }
.de-nav__item > a {
  display: flex; align-items: center; gap: 4px;
  padding: 8px 14px; border-radius: var(--de-radius-sm);
  font-size: 14px; font-weight: 500; color: var(--de-text);
  transition: background var(--de-transition), color var(--de-transition);
}
.de-nav__item > a:hover, .de-nav__item.is-active > a {
  color: var(--de-brand); background: rgba(172, 38, 38, 0.08);
}
.de-nav__chevron { font-size: 10px; opacity: 0.6; }

/* Mega menu */
.de-mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  width: min(720px, 90vw); padding: 24px;
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  border-radius: var(--de-radius-lg); box-shadow: var(--de-shadow-lg);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--de-transition), transform var(--de-transition), visibility var(--de-transition);
}
.de-nav__item--mega { position: relative; }
.de-nav__item--mega:hover .de-mega,
.de-nav__item--mega:focus-within .de-mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.de-mega__grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 24px; }
.de-mega__col h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--de-text-light); margin-bottom: 12px; }
.de-mega__col ul li a {
  display: block; padding: 8px 0; font-size: 14px; color: var(--de-text);
  border-radius: var(--de-radius-sm); transition: color var(--de-transition), padding-left var(--de-transition);
}
.de-mega__col ul li a:hover { color: var(--de-brand); padding-left: 6px; }
.de-mega__card {
  padding: 20px; border-radius: var(--de-radius);
  background: var(--de-brand);
  color: #fff;
}
.de-mega__card h4 { color: #fff; margin-bottom: 8px; }
.de-mega__card p { color: rgba(255,255,255,0.85); font-size: 13px; margin-bottom: 16px; }
.de-mega__card .de-btn { background: #fff; color: var(--de-brand); }
.de-mega__card .de-btn:hover { background: rgba(255,255,255,0.9); }

.de-header__actions { display: flex; align-items: center; gap: 8px; }
.de-header__cta { display: none; }
@media (min-width: 768px) { .de-header__cta { display: inline-flex; } }
.de-mobile-toggle {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; padding: 8px; border: none; background: none; cursor: pointer;
}
@media (min-width: 1024px) { .de-mobile-toggle { display: none; } }
.de-mobile-toggle span {
  display: block; height: 2px; background: var(--de-text); border-radius: 2px;
  transition: transform var(--de-transition), opacity var(--de-transition);
}
.de-mobile-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.de-mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
.de-mobile-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.de-icon-btn {
  width: 40px; height: 40px; border: none; border-radius: var(--de-radius-sm);
  background: transparent; color: var(--de-text); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--de-transition), color var(--de-transition);
}
.de-icon-btn:hover { background: var(--de-bg-subtle); color: var(--de-brand); }

.de-theme-icon--light { display: none; }
[data-theme="dark"] .de-theme-icon--dark { display: none; }
[data-theme="dark"] .de-theme-icon--light { display: inline; }

.de-search-hint {
  margin: 12px 0 0; font-size: 12px; color: var(--de-text-light); text-align: center;
}
.de-search-hint kbd {
  padding: 2px 6px; border-radius: 4px; border: 1px solid var(--de-border);
  background: var(--de-bg-subtle); font-size: 11px; font-family: inherit;
}
.de-search-overlay {
  position: fixed; inset: 0; z-index: 1200;
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 15vh; background: rgba(0,0,0,0.55);
  opacity: 0; visibility: hidden; transition: opacity var(--de-transition), visibility var(--de-transition);
}
.de-search-overlay.is-open { opacity: 1; visibility: visible; }
.de-search-overlay__inner { width: min(600px, 90vw); position: relative; }
.de-search-overlay__inner input {
  width: 100%; padding: 18px 52px 18px 20px; font-size: 16px;
  border: 1px solid var(--de-border); border-radius: var(--de-radius-lg);
  background: var(--de-bg-elevated); color: var(--de-text);
  box-shadow: var(--de-shadow-lg);
}
.de-search-overlay__inner input:focus { outline: 2px solid var(--de-brand); outline-offset: 2px; }
.de-search-overlay__close {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
}
.de-search-results { margin-top: 16px; background: var(--de-bg-elevated); border-radius: var(--de-radius); overflow: hidden; max-height: 50vh; overflow-y: auto; }
.de-search-results a { display: block; padding: 14px 20px; border-bottom: 1px solid var(--de-border); color: var(--de-text); font-size: 14px; }
.de-search-results a:hover, .de-search-results a:focus { background: var(--de-bg-subtle); color: var(--de-brand); outline: none; }

.de-drawer__section h4 {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--de-text-light); margin: 0 0 8px;
}
.de-drawer__sub li a {
  display: block; padding: 10px 0; font-size: 15px; font-weight: 500;
  color: var(--de-text-muted); border-bottom: 1px solid var(--de-border);
}

/* Mobile drawer */
.de-drawer { position: fixed; inset: 0; z-index: 1100; pointer-events: none; }
.de-drawer.is-open { pointer-events: auto; }
.de-drawer__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,0.5);
  opacity: 0; transition: opacity var(--de-transition);
}
.de-drawer.is-open .de-drawer__backdrop { opacity: 1; }
.de-drawer__panel {
  position: absolute; top: 0; right: 0; width: min(360px, 90vw); height: 100%;
  background: var(--de-bg-elevated); padding: 24px; overflow-y: auto;
  transform: translateX(100%); transition: transform var(--de-transition);
  box-shadow: var(--de-shadow-lg);
}
.de-drawer.is-open .de-drawer__panel { transform: translateX(0); }
.de-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.de-drawer__nav li a {
  display: block; padding: 14px 0; font-size: 18px; font-weight: 600;
  color: var(--de-text); border-bottom: 1px solid var(--de-border);
}
.de-drawer__section { margin-top: 24px; }
.de-drawer__section h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--de-text-light); margin-bottom: 8px; }
.de-drawer__section li a { display: block; padding: 8px 0; font-size: 14px; color: var(--de-text-muted); }

/* ── Buttons ── */
.de-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--de-radius-sm);
  font-family: var(--de-font); font-size: 14px; font-weight: 500;
  border: 1px solid transparent; cursor: pointer;
  transition: background var(--de-transition), color var(--de-transition), border-color var(--de-transition), box-shadow var(--de-transition);
  text-decoration: none; white-space: nowrap; letter-spacing: -0.01em;
}
.de-btn--primary {
  background: var(--de-brand);
  color: #fff;
}
.de-btn--primary:hover { color: #fff; background: var(--de-brand-dark); box-shadow: var(--de-shadow-brand); }
.de-btn--outline {
  background: transparent; border-color: var(--de-border-strong); color: var(--de-text);
}
.de-btn--outline:hover { border-color: var(--de-text); color: var(--de-text); background: var(--de-bg-subtle); }
.de-btn--lg { padding: 16px 32px; font-size: 15px; }
.de-btn--sm { padding: 8px 16px; font-size: 13px; }
.de-btn--block { width: 100%; margin-top: 24px; }
.de-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; color: var(--de-brand); }
.de-link:hover { gap: 10px; }

/* ── Hero ── */
.de-hero {
  position: relative; padding: var(--de-space-12) 0 var(--de-space-16); overflow: hidden;
  min-height: 82vh; display: flex; align-items: center;
}
.de-hero--gradient .de-hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 15% 30%, rgba(172, 38, 38, 0.04) 0%, transparent 55%),
    var(--de-bg);
}
.de-hero--gradient::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: var(--de-border);
}
.de-hero--dark { background: var(--de-bg-dark); color: #fff; min-height: 48vh; padding: var(--de-space-8) 0 var(--de-space-12); }
.de-hero--dark .de-hero__title { color: #fff; }
.de-hero--dark .de-hero__subtitle { color: rgba(255,255,255,0.72); }
.de-hero__inner { position: relative; z-index: 1; max-width: 720px; }
.de-hero__title {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem); font-weight: 600;
  letter-spacing: -0.04em; line-height: 1.05; margin-bottom: var(--de-space-3);
}
.de-hero__title .de-accent { color: var(--de-brand); }
.de-hero__title .de-thin { font-weight: 400; color: var(--de-text-muted); }
.de-hero--gradient .de-hero__title .de-thin { color: var(--de-text-light); }
.de-hero__subtitle {
  font-size: clamp(1rem, 1.8vw, 1.125rem); max-width: 520px; margin-bottom: var(--de-space-4);
  line-height: 1.75; color: var(--de-text-muted);
}
.de-hero__actions { display: flex; flex-wrap: wrap; gap: var(--de-space-2); }
.de-hero__scroll {
  position: absolute; bottom: var(--de-space-4); left: 50%; transform: translateX(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--de-border); display: flex; align-items: center; justify-content: center;
  color: var(--de-text-light); transition: border-color var(--de-transition), color var(--de-transition);
}
.de-hero__scroll:hover { border-color: var(--de-brand); color: var(--de-brand); }

.de-badge, .deskom-badge {
  display: inline-block; padding: 6px 12px; margin-bottom: var(--de-space-2);
  background: var(--de-brand-subtle); color: var(--de-brand);
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: 4px; border: none;
}

/* ── Section header ── */
.de-section-header { margin-bottom: var(--de-space-8); }
.de-section-header--center { text-align: center; }
.de-section-header--center .de-section-header__subtitle { margin-left: auto; margin-right: auto; }
.de-eyebrow {
  display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--de-brand); margin-bottom: var(--de-space-2);
}
.de-section-header__title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  letter-spacing: -0.03em; font-weight: 600; line-height: 1.12;
}
.de-section-header__title .de-thin, .de-thin { font-weight: 400; }
.de-section-header__subtitle {
  font-size: 1.0625rem; max-width: 560px; margin-top: var(--de-space-2);
  line-height: 1.7;
}

/* ── Breadcrumbs ── */
.de-breadcrumbs { margin-bottom: 24px; }
.de-breadcrumbs__list { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; }
.de-breadcrumbs__item:not(:last-child)::after { content: '/'; margin-left: 8px; color: var(--de-text-light); }
.de-breadcrumbs__item a { color: var(--de-text-muted); }
.de-breadcrumbs__item a:hover { color: var(--de-brand); }
.de-breadcrumbs__item span { color: #AC2626; font-weight: 600; }

/* ── Cards ── */
.de-card, .deskom-card {
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  border-radius: var(--de-radius-lg); padding: var(--de-space-4);
  transition: border-color var(--de-transition), box-shadow var(--de-transition);
}
.de-card:hover, .deskom-card:hover { border-color: var(--de-border-strong); box-shadow: var(--de-shadow-sm); }
.deskom-card--dark, .de-card--dark {
  background: var(--de-bg-dark-elevated); border-color: rgba(255,255,255,0.08); color: #fff;
}
.deskom-card--dark p, .de-card--dark p { color: rgba(255,255,255,0.72); }
.deskom-card__title, .de-card__title { font-size: 1.1rem; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }

.de-feature-card, .deskom-feature-card {
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  border-radius: var(--de-radius-lg); padding: var(--de-space-4); height: 100%;
  transition: border-color var(--de-transition), box-shadow var(--de-transition);
}
.de-feature-card:hover, .deskom-feature-card:hover {
  border-color: var(--de-border-strong); box-shadow: var(--de-shadow-sm);
}
.de-feature-card__icon, .deskom-feature-card__icon {
  width: 40px; height: 40px; border-radius: var(--de-radius-sm);
  background: var(--de-brand-subtle); color: var(--de-brand);
  display: flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: var(--de-space-2);
}
.de-feature-card h4, .deskom-feature-card h4 { font-size: 1rem; margin-bottom: 8px; }
.de-feature-card p, .deskom-feature-card p { font-size: 14px; margin: 0; }

/* Core values — single row on desktop */
.de-core-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--de-space-3);
  align-items: stretch;
}
.de-core-values__item { min-width: 0; }

/* Service cards */
.de-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.de-service-card,
.de-product-card,
.de-blog-card,
.de-portfolio-card,
.de-feature-card,
.de-industry-card {
  transition: transform var(--de-transition), box-shadow var(--de-transition), border-color var(--de-transition);
}
.de-service-card {
  display: block; padding: var(--de-space-4); border-radius: var(--de-radius-lg);
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  height: 100%; color: var(--de-text);
}
.de-service-card:hover { color: var(--de-text); border-color: var(--de-border-strong); box-shadow: var(--de-shadow-sm); }
.de-service-card--dark {
  background: var(--de-bg-elevated); border-color: var(--de-border); color: var(--de-text);
}
.de-service-card--dark:hover { color: var(--de-text); }
.de-service-card--dark p { color: var(--de-text-muted); }
.de-service-card__icon { font-size: 20px; color: var(--de-brand); margin-bottom: var(--de-space-2); opacity: 0.9; }
.de-service-card h3 { font-size: 1.15rem; margin-bottom: 12px; }
.de-service-card p { font-size: 14px; margin-bottom: 20px; }
.de-service-card__arrow {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--de-brand-subtle); color: var(--de-brand);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--de-transition), color var(--de-transition);
  font-size: 12px;
}
.de-service-card:hover .de-service-card__arrow { background: var(--de-brand); color: #fff; }

/* Product cards */
.de-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.de-product-card {
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  border-radius: var(--de-radius-lg); overflow: hidden;
  transition: transform var(--de-transition), box-shadow var(--de-transition);
}
.de-product-card:hover { box-shadow: var(--de-shadow-sm); border-color: var(--de-border-strong); }
.de-product-card__img { aspect-ratio: 16/10; overflow: hidden; background: var(--de-bg-subtle); }
.de-product-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--de-transition-slow); }
.de-product-card:hover .de-product-card__img img { transform: scale(1.05); }
.de-product-card__body { padding: 24px; }
.de-product-card__label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--de-brand); margin-bottom: 8px; }
.de-product-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.de-product-card p { font-size: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 16px; }

/* ── Stats ── */
.de-stats, .deskom-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; }
.de-stat, .deskom-stat { text-align: center; }
.de-stat__value, .deskom-stat__value {
  font-size: clamp(2rem, 4.5vw, 2.75rem); font-weight: 600; color: var(--de-brand);
  letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums;
}
.de-section--dark .de-stat__value, .de-cta--dark .deskom-stat__value { color: #fff; }
.de-stat__label, .deskom-stat__label { font-size: 14px; color: var(--de-text-muted); margin-top: 8px; }
.de-section--dark .de-stat__label { color: rgba(255,255,255,0.65); }

/* ── Timeline ── */
.de-timeline, .deskom-timeline { max-width: 720px; margin: 0 auto; }
.de-timeline__item, .deskom-timeline__item {
  display: flex; gap: 24px; padding-bottom: 32px; position: relative;
}
.de-timeline__item:not(:last-child)::before, .deskom-timeline__item:not(:last-child)::before {
  content: ''; position: absolute; left: 19px; top: 40px; bottom: 0; width: 2px;
  background: var(--de-border);
}
.de-timeline__marker, .deskom-timeline__marker {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  background: var(--de-brand); color: #fff; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.de-timeline__content h4, .deskom-timeline__content h4 { margin-bottom: 6px; }

/* Journey timeline — vertical track with year pills + dots */
.de-journey, .deskom-journey {
  max-width: 760px; margin: 0 auto; position: relative;
}
.de-journey::before, .deskom-journey::before {
  content: ''; position: absolute; left: 82px; top: 14px; bottom: 14px;
  width: 2px; background: var(--de-border); z-index: 0;
}
.de-journey__item, .deskom-journey__item {
  display: flex; align-items: flex-start; gap: var(--de-space-5);
  position: relative; padding-bottom: var(--de-space-6);
}
.de-journey__item:last-child, .deskom-journey__item:last-child { padding-bottom: 0; }
.de-journey__marker, .deskom-journey__marker {
  flex-shrink: 0; width: 96px; display: flex; align-items: center;
  justify-content: flex-end; gap: 14px; position: relative; z-index: 1; padding-top: 8px;
}
.de-journey__year, .deskom-journey__year {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 52px; padding: 6px 10px;
  font-size: 0.8125rem; font-weight: 700; color: var(--de-brand);
  background: #fff; border: 2px solid var(--de-brand); border-radius: 999px;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.de-journey__dot, .deskom-journey__dot {
  flex-shrink: 0; width: 12px; height: 12px; border-radius: 50%;
  background: var(--de-brand); border: 3px solid var(--de-bg);
  box-shadow: 0 0 0 1px var(--de-border);
}
.de-journey__content, .deskom-journey__content {
  flex: 1; min-width: 0; padding: var(--de-space-4) var(--de-space-5);
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  border-radius: var(--de-radius); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.de-journey__content h4, .deskom-journey__content h4 {
  font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.01em;
  margin-bottom: 8px; color: var(--de-text);
}
.de-journey__content p, .deskom-journey__content p {
  font-size: 14px; margin: 0; color: var(--de-text-muted); line-height: 1.6;
}

/* ── FAQ ── */
.de-faq__list, .deskom-faq__list { max-width: 760px; margin: 0 auto; }
.de-faq__item, .deskom-faq__item {
  border: 1px solid var(--de-border); border-radius: var(--de-radius);
  margin-bottom: 12px; overflow: hidden; background: var(--de-bg-elevated);
}
.de-faq__question, .deskom-faq__question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; border: none; background: none; cursor: pointer;
  font-family: var(--de-font); font-size: 15px; font-weight: 600;
  text-align: left; color: var(--de-text); gap: 16px;
}
.de-faq__question i, .deskom-faq__question i { transition: transform var(--de-transition); color: var(--de-brand); }
.de-faq__item.is-open .de-faq__question i,
.deskom-faq__item.is-open .deskom-faq__question i { transform: rotate(45deg); }
.de-faq__answer, .deskom-faq__answer { padding: 0 24px 20px; }
.de-faq__answer p, .deskom-faq__answer p { margin: 0; font-size: 14px; }

/* ── CTA ── */
.de-cta, .deskom-cta { padding: 80px 0; text-align: center; }
.de-cta--dark, .deskom-cta.mil-dark-bg {
  background: var(--de-bg-dark);
}
.de-cta__title, .deskom-cta h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin-bottom: 16px; }
.de-cta--dark .de-cta__title, .deskom-cta .mil-muted { color: #fff; }
.de-cta__text { max-width: 520px; margin: 0 auto 32px; }
.de-cta__actions, .deskom-cta__buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* ── Client carousel ── */
.de-logo-carousel { overflow: hidden; padding: 40px 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.de-logo-carousel__track {
  display: flex; gap: 48px; animation: de-scroll 40s linear infinite; width: max-content;
}
.de-logo-carousel__track:hover { animation-play-state: paused; }
@keyframes de-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.de-logo-carousel__item {
  flex-shrink: 0; width: 140px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.6; filter: grayscale(1); transition: opacity var(--de-transition), filter var(--de-transition);
}
.de-logo-carousel__item:hover { opacity: 1; filter: grayscale(0); }
.de-logo-carousel__item img { max-height: 48px; width: auto; object-fit: contain; }

/* ── Portfolio ── */
.de-portfolio-toolbar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px; margin-bottom: 32px;
}
.de-portfolio-toolbar .de-portfolio-filters { margin-bottom: 0; justify-content: flex-start; }
.de-portfolio-toolbar .de-portfolio-search { margin: 0; max-width: 280px; flex: 1; min-width: 200px; }
.de-portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; justify-content: center; }
.de-filter-btn {
  padding: 8px 18px; border-radius: 100px; border: 1px solid var(--de-border);
  background: var(--de-bg-elevated); font-size: 13px; font-weight: 500;
  cursor: pointer; color: var(--de-text-muted); transition: all var(--de-transition);
}
.de-filter-btn.is-active, .de-filter-btn:hover { background: var(--de-brand); color: #fff; border-color: var(--de-brand); }
.de-portfolio-search {
  max-width: 400px; margin: 0 auto 40px; position: relative;
}
.de-portfolio-search input {
  width: 100%; padding: 14px 20px 14px 44px; border-radius: var(--de-radius);
  border: 1px solid var(--de-border); background: var(--de-bg-elevated);
  font-family: var(--de-font); font-size: 14px; color: var(--de-text);
}
.de-portfolio-search i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--de-text-light); }
.de-portfolio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: var(--de-space-4); }
.de-portfolio-card {
  display: block; border: none; background: none; padding: 0; cursor: pointer; text-align: left; width: 100%;
  border-radius: var(--de-radius-lg); overflow: hidden; text-decoration: none; color: inherit;
  transition: box-shadow var(--de-transition);
}
.de-portfolio-card:hover { box-shadow: var(--de-shadow); }
.de-portfolio-card__img { aspect-ratio: 16/10; overflow: hidden; border-radius: var(--de-radius-lg); background: var(--de-bg-subtle); border: 1px solid var(--de-border); }
.de-portfolio-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--de-transition-slow); }
.de-portfolio-card:hover .de-portfolio-card__img img { transform: scale(1.03); }
.de-portfolio-card__body { padding: var(--de-space-3) var(--de-space-1) var(--de-space-2); }
.de-portfolio-card__tag {
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--de-brand);
}
.de-portfolio-card h3 {
  font-size: 1.125rem; margin: var(--de-space-1) 0 0; color: var(--de-text);
  letter-spacing: -0.02em; font-weight: 600;
}
.de-portfolio-card.is-hidden { display: none; }

/* Modal */
.de-modal-overlay, .deskom-modal-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: var(--de-space-3); overflow-y: auto;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.de-modal-overlay.is-open, .deskom-modal-overlay.is-open { opacity: 1; visibility: visible; }
.de-modal, .deskom-modal {
  background: var(--de-bg-elevated); border-radius: var(--de-radius-xl);
  width: min(900px, 100%); margin: auto; overflow: hidden;
  box-shadow: var(--de-shadow-lg);
  transform: translateY(12px) scale(0.99);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}
.de-modal-overlay.is-open .de-modal,
.deskom-modal-overlay.is-open .deskom-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.de-modal__header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; border-bottom: 1px solid var(--de-border);
}
.de-modal__company { font-weight: 700; font-size: 1.1rem; }
.de-modal__nav { display: flex; gap: 8px; }
.de-modal__nav button {
  width: 36px; height: 36px; border-radius: var(--de-radius-sm);
  border: 1px solid var(--de-border); background: var(--de-bg-subtle);
  cursor: pointer; color: var(--de-text);
}
.de-modal__hero { aspect-ratio: 16/7; background: var(--de-bg-subtle); overflow: hidden; }
.de-modal__hero img { width: 100%; height: 100%; object-fit: cover; }
.de-modal__body { padding: 28px; }
.de-modal__meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; font-size: 13px; color: var(--de-text-muted); }
.de-modal__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.de-modal__tag { padding: 4px 12px; border-radius: 100px; background: rgba(172,38,38,0.1); color: var(--de-brand); font-size: 12px; font-weight: 600; }
.de-modal__gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin-top: 24px; }
.de-modal__gallery img { border-radius: var(--de-radius); aspect-ratio: 16/10; object-fit: cover; width: 100%; }

/* ── Forms ── */
.de-form, .deskom-form { max-width: 800px; }
.de-form input, .de-form textarea, .de-form select,
.deskom-form input, .deskom-form textarea, .deskom-form select {
  width: 100%; padding: 14px 18px; margin-bottom: 16px;
  border: 1px solid var(--de-border); border-radius: var(--de-radius);
  font-family: var(--de-font); font-size: 15px; color: var(--de-text);
  background: var(--de-bg-elevated); transition: border-color var(--de-transition), box-shadow var(--de-transition);
}
.de-form input:focus, .de-form textarea:focus, .de-form select:focus,
.deskom-form input:focus, .deskom-form textarea:focus, .deskom-form select:focus {
  outline: none; border-color: var(--de-brand); box-shadow: 0 0 0 3px var(--de-brand-glow);
}
.de-form__message, .deskom-form__message {
  padding: 12px 16px; border-radius: var(--de-radius-sm); margin-bottom: 16px; display: none;
}
.de-form__message.is-success, .deskom-form__message.is-success { display: block; background: #d4edda; color: #155724; }
.de-form__message.is-error, .deskom-form__message.is-error { display: block; background: #f8d7da; color: #721c24; }
.de-field-error, .deskom-field-error { display: none; color: var(--de-brand); font-size: 12px; margin-top: -12px; margin-bottom: 12px; }
.de-form .is-invalid + .de-field-error, .deskom-form .is-invalid + .deskom-field-error { display: block; }
.de-hp, .deskom-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ── Contact ── */
.de-contact-actions, .deskom-contact-actions {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 40px;
}
.de-contact-actions a, .deskom-contact-actions a {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px;
  border-radius: var(--de-radius-sm); font-weight: 500; font-size: 14px;
  transition: box-shadow var(--de-transition), background var(--de-transition);
}
.de-wa, .deskom-wa { background: #25d366; color: #fff !important; }
.de-call, .deskom-call { background: var(--de-brand); color: #fff !important; }
.de-email, .deskom-email { background: var(--de-bg-elevated); border: 1px solid var(--de-border); color: var(--de-text) !important; }
.de-contact-grid, .deskom-contact-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
@media (max-width: 991px) {
  .de-contact-grid, .deskom-contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .de-contact-grid, .deskom-contact-grid { grid-template-columns: 1fr; }
}
.de-contact-card, .deskom-contact-card {
  padding: 28px; border-radius: var(--de-radius-lg); background: var(--de-bg-elevated);
  border: 1px solid var(--de-border); text-align: center;
}
.de-contact-card i, .deskom-contact-card i { font-size: 28px; color: var(--de-brand); margin-bottom: 12px; }
.de-map, .deskom-map, .de-footer__map { border-radius: var(--de-radius-lg); overflow: hidden; border: 1px solid var(--de-border); }
.de-map iframe, .deskom-map iframe, .de-footer__map iframe { width: 100%; height: 320px; border: 0; display: block; }
.de-footer__map { margin: 32px 0; }
.de-footer__map iframe { height: 200px; }

/* Meeting booking */
.de-meeting-card {
  padding: var(--de-space-4); border-radius: var(--de-radius-lg);
  background: var(--de-bg-subtle);
  border: 1px solid var(--de-border); text-align: left;
}
.de-meeting-card__icon { font-size: 24px; color: var(--de-brand); margin-bottom: var(--de-space-2); display: block; }
.de-meeting-card h3 { font-size: 1.125rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: var(--de-space-1); }

/* ── Blog ── */
.de-blog-search, .deskom-blog-search {
  display: flex; gap: 12px; margin-bottom: 24px;
}
.de-blog-search input, .deskom-blog-search input { flex: 1; }
.de-blog-categories, .deskom-blog-categories { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.de-blog-categories a, .deskom-blog-categories a {
  padding: 6px 14px; border-radius: 100px; font-size: 13px; font-weight: 500;
  border: 1px solid var(--de-border); color: var(--de-text-muted);
}
.de-blog-categories a.is-active, .de-blog-categories a:hover,
.deskom-blog-categories a.is-active, .deskom-blog-categories a:hover {
  background: var(--de-brand); color: #fff; border-color: var(--de-brand);
}
.de-blog-empty, .deskom-blog-empty { text-align: center; padding: 64px 24px; }
.de-blog-empty i, .deskom-blog-empty i { font-size: 48px; color: var(--de-text-light); margin-bottom: 16px; }

/* ── Careers — Open positions ── */
.de-open-positions__list {
  display: flex;
  flex-direction: column;
  gap: var(--de-space-3);
  max-width: 880px;
  margin: 0 auto;
}
.de-job-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--de-space-4);
  padding: var(--de-space-4);
  background: var(--de-bg-elevated);
  border: 1px solid var(--de-border);
  border-radius: var(--de-radius-lg);
  transition: border-color var(--de-transition), box-shadow var(--de-transition);
}
.de-job-card:hover {
  border-color: var(--de-border-strong);
  box-shadow: var(--de-shadow-sm);
}
.de-job-card__body { min-width: 0; flex: 1; }
.de-job-card__title {
  font-size: 1.125rem;
  margin-bottom: 6px;
  color: var(--de-text);
}
.de-job-card__meta {
  font-size: 14px;
  font-weight: 600;
  color: var(--de-brand);
  margin-bottom: 8px;
}
.de-job-card__desc {
  font-size: 14px;
  color: var(--de-text-muted);
  margin: 0;
  line-height: 1.6;
}
.de-job-card__status {
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--de-brand);
  background: var(--de-brand-subtle);
  border: 1px solid rgba(172, 38, 38, 0.15);
}
@media (max-width: 575px) {
  .de-job-card {
    flex-direction: column;
    gap: var(--de-space-2);
  }
  .de-job-card__status { align-self: flex-start; }
}

/* ── Careers — Hiring Process + Apply side by side ── */
.de-careers-apply-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--de-space-8);
}
.de-careers-apply-grid__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: var(--de-space-4);
  background: var(--de-bg-elevated);
  border: 1px solid var(--de-border);
  border-radius: var(--de-radius-lg);
}
.de-careers-apply-grid__col .de-section-header { margin-bottom: var(--de-space-4); }
.de-careers-apply-grid__col .de-timeline { max-width: none; margin: 0; flex: 1; }
.de-careers-apply-grid__col .de-form { max-width: none; flex: 1; }
@media (min-width: 992px) {
  .de-careers-apply-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--de-space-6);
    align-items: stretch;
  }
}

/* ── Lists ── */
.de-list, .deskom-list { }
.de-list li, .deskom-list li { display: flex; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--de-text-muted); }
.de-list li i, .deskom-list li i { color: var(--de-brand); margin-top: 3px; }
.de-list--light li, .deskom-list--light li { color: rgba(255,255,255,0.8); }

/* ── Hiring section ── */
.deskom-hiring, .de-hiring { }
.deskom-hiring__title, .de-hiring__title { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: 12px; }
.deskom-hiring__subtitle { font-size: 1.1rem; max-width: 640px; }
.de-hiring__cards,
.de-hiring__why-join {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--de-space-4);
  align-items: stretch;
  margin-bottom: var(--de-space-8);
}
.de-hiring__cards > .de-feature-card,
.de-hiring__why-join > .de-feature-card { min-width: 0; }
@media (min-width: 768px) {
  .de-hiring__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .de-hiring__why-join { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .de-hiring__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .de-hiring__why-join { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.de-feature-card--dark {
  background: var(--de-bg-dark);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.de-hiring__cards .de-feature-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.de-hiring__cards .de-feature-card:not(.de-feature-card--dark) h3 {
  color: var(--de-text);
}
.de-hiring__cards .de-feature-card.de-feature-card--dark,
.de-main .de-hiring__cards .de-feature-card.de-feature-card--dark {
  background: var(--de-bg-dark);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.de-hiring__cards .de-feature-card.de-feature-card--dark h3,
.de-main .de-hiring__cards .de-feature-card.de-feature-card--dark h3,
.de-hiring__cards .de-feature-card.de-feature-card--dark h3 i,
.de-main .de-hiring__cards .de-feature-card.de-feature-card--dark h3 i {
  color: #fff;
}
.de-hiring__cards .de-feature-card.de-feature-card--dark .de-check-list li,
.de-hiring__cards .de-feature-card.de-feature-card--dark .de-check-list--light li,
.de-main .de-hiring__cards .de-feature-card.de-feature-card--dark .de-check-list li,
.de-main .de-hiring__cards .de-feature-card.de-feature-card--dark .de-check-list--light li {
  color: rgba(255, 255, 255, 0.85);
}

/* ── Tech stack ── */
.de-tech-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.de-tech-pill {
  padding: 10px 20px; border-radius: 100px; font-size: 13px; font-weight: 600;
  background: var(--de-bg-elevated); border: 1px solid var(--de-border); color: var(--de-text);
}

/* ── Process steps ── */
.de-process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.de-process-step { text-align: center; padding: 24px; }
.de-process-step__num {
  width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 16px;
  background: var(--de-brand); color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* ── Related cards ── */
.de-related-card, .deskom-related-card {
  display: block; padding: 28px; border-radius: var(--de-radius-lg);
  border: 1px solid var(--de-border); background: var(--de-bg-elevated);
  color: var(--de-text); transition: all var(--de-transition);
}
.de-related-card:hover, .deskom-related-card:hover { border-color: var(--de-brand); transform: translateY(-4px); color: var(--de-text); }

/* ── Content page ── */
.de-content { max-width: 800px; margin: 0 auto; }
.de-content img { border-radius: var(--de-radius-lg); margin: 24px 0; }
.de-content blockquote {
  border-left: 4px solid var(--de-brand); padding: 16px 24px; margin: 32px 0;
  background: rgba(172,38,38,0.05); border-radius: 0 var(--de-radius) var(--de-radius) 0;
  font-weight: 600; color: var(--de-text);
}
.de-content h5 { margin-top: 32px; }

/* Accordion (legacy content) */
.de-accordion { border: 1px solid var(--de-border); border-radius: var(--de-radius); margin-bottom: 12px; overflow: hidden; }
.de-accordion__head {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; border: none; background: var(--de-bg-elevated); cursor: pointer;
  font-family: var(--de-font); font-weight: 600; font-size: 15px; color: var(--de-text);
}
.de-accordion__body { padding: 0 24px 20px; display: none; }
.de-accordion.is-open .de-accordion__body { display: block; }

/* ── 404 ── */
.de-404 { text-align: center; padding: 120px 24px; min-height: 70vh; display: flex; align-items: center; justify-content: center; }
.de-404__code { font-size: clamp(6rem, 20vw, 12rem); font-weight: 800; line-height: 1; color: var(--de-brand); opacity: 0.15; }
.de-404 h1 { font-size: 2rem; margin: -40px 0 16px; position: relative; }
.de-404 p { margin-bottom: 32px; }

/* ── Coming soon ── */
.de-coming-soon { min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 48px 24px; }

/* ── Footer ── */
.de-footer {
  background: var(--de-bg-dark); color: rgba(255,255,255,0.65);
  padding: var(--de-space-12) 0 var(--de-space-4); margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  overflow-x: clip;
}
.de-footer h4, .de-footer h5 {
  color: #fff; font-size: 12px; margin-bottom: var(--de-space-2);
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
}
.de-footer__grid {
  margin-bottom: var(--de-space-6);
  align-items: flex-start;
  row-gap: var(--de-space-4);
}
.de-footer__grid > [class*="col-"] { margin-bottom: 0; }
.de-footer__brand p { font-size: 14px; margin: var(--de-space-2) 0 var(--de-space-3); max-width: 300px; line-height: 1.7; }
@media (min-width: 768px) and (max-width: 1023px) {
  .de-footer__brand { width: 100%; }
}
@media (min-width: 1024px) {
  .de-footer__grid { row-gap: 0; }
  .de-footer__brand p { max-width: none; }
}
.de-footer__social { display: flex; gap: 12px; }
.de-footer__social a {
  width: 40px; height: 40px; border-radius: var(--de-radius-sm);
  background: rgba(255,255,255,0.08); color: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--de-transition), color var(--de-transition);
}
.de-footer__social a:hover { background: var(--de-brand); color: #fff; }
.de-footer__links li { margin-bottom: 10px; }
.de-footer__links a { color: rgba(255,255,255,0.65); font-size: 14px; }
.de-footer__links a:hover { color: #fff; }
.de-footer__links--compact li { margin-bottom: 6px; }
.de-newsletter, .deskom-newsletter { display: flex; gap: 8px; margin-top: 12px; }
.de-newsletter input, .deskom-newsletter input {
  flex: 1; padding: 10px 14px; border-radius: var(--de-radius-sm);
  border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.06);
  color: #fff; font-size: 14px;
}
.de-newsletter button, .deskom-newsletter button {
  padding: 10px 16px; border: none; border-radius: var(--de-radius-sm);
  background: var(--de-brand); color: #fff; cursor: pointer;
}
.de-footer__locations {
  margin-bottom: 24px;
  padding-top: var(--de-space-6);
  border-top: 1px solid rgba(255,255,255,0.06);
  align-items: flex-start;
  row-gap: var(--de-space-4);
}
.de-footer__locations > [class*="col-"] { margin-bottom: 0; }
.de-footer__locations p { font-size: 14px; line-height: 1.7; margin: 0; }
.de-footer__locations a { color: rgba(255,255,255,0.85); }
.de-footer__locations .de-footer__links a { color: rgba(255,255,255,0.65); }
.de-footer__locations .de-footer__links a:hover { color: #fff; }
@media (min-width: 1024px) {
  .de-footer__locations { row-gap: 0; }
}
.de-footer__bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; font-size: 13px; }

/* ── Global widgets ── */
.de-scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1001; pointer-events: none; }
.de-scroll-progress__bar { height: 100%; width: 0; background: var(--de-brand); transition: width 0.1s linear; }
.de-back-top {
  position: fixed; bottom: 100px; right: 24px; z-index: 900;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--de-border);
  background: var(--de-bg-elevated); color: var(--de-text);
  box-shadow: var(--de-shadow-sm); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--de-transition), color var(--de-transition);
}
.de-back-top:hover { background: var(--de-brand); color: #fff; border-color: var(--de-brand); }
.de-fab-group { position: fixed; bottom: 24px; right: 24px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
.de-fab {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px; box-shadow: var(--de-shadow-lg);
  transition: transform var(--de-transition);
}
.de-service-card:hover,
.de-product-card:hover,
.de-blog-card:hover,
.de-portfolio-card:hover,
.de-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--de-shadow-lg);
}
.de-fab:hover { transform: scale(1.06); }
.de-fab--wa { background: #25d366; }
.de-fab--call { background: var(--de-brand); }
.de-fab--brochure { background: #333; font-size: 18px; }
.de-cookie {
  position: fixed; bottom: 24px; left: 24px; z-index: 950; max-width: 380px;
  padding: 20px 24px; border-radius: var(--de-radius-lg);
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  box-shadow: var(--de-shadow-lg); display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
}
.de-cookie p { font-size: 13px; margin: 0; flex: 1; min-width: 200px; }

/* ── Animations ── */
.de-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.de-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .de-reveal { opacity: 1; transform: none; transition: none; }
  .de-logo-carousel__track { animation: none; }
  .de-process-timeline__item { animation: none; }
}
.de-skeleton {
  background: linear-gradient(90deg, var(--de-bg-subtle) 25%, var(--de-border) 50%, var(--de-bg-subtle) 75%);
  background-size: 200% 100%; animation: de-shimmer 1.5s infinite; border-radius: var(--de-radius);
}
@keyframes de-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ── KOLIG legacy icons (homepage) — hidden in stat rows for editorial clarity */
.kolig_prod_icon { display: none; }
.de-section--dark .de-stats .kolig_prod_icon { display: none; }
.de-process-step .kolig_prod_icon {
  display: block; font-size: 1.25rem; color: var(--de-brand-light); margin-bottom: var(--de-space-2);
}
.kolig_prod_heading { font-size: 1.125rem; font-weight: 600; color: inherit; letter-spacing: -0.02em; }
.kolig_prod_text { font-size: 13px; color: var(--de-text-muted); }
.de-kolig-lead {
  text-align: center; max-width: 640px; margin: 0 auto var(--de-space-6);
  color: rgba(255,255,255,0.7); font-size: 1.0625rem; line-height: 1.75;
}
.de-pull-quote {
  border-left: 2px solid var(--de-brand); padding-left: var(--de-space-3);
  margin: var(--de-space-4) 0; font-size: 1.125rem; line-height: 1.65;
  color: var(--de-text); font-weight: 500;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  :root { --de-header-h: 68px; }
  .de-header .deskom-logo { max-width: 190px; max-height: 56px; }
  .de-footer__brand .deskom-logo { max-width: 220px; max-height: 58px; }
  .de-drawer__head .deskom-logo { max-width: 200px; max-height: 52px; }
  .de-section { padding: var(--de-space-10) 0; }
  .de-hero { min-height: auto; padding: var(--de-space-8) 0 var(--de-space-10); }
  .de-mega__grid { grid-template-columns: 1fr; }
  .de-fab-group { bottom: 16px; right: 16px; }
  .de-cookie { left: 16px; right: 16px; max-width: none; }
  .de-back-top { right: 16px; bottom: 90px; }
  .de-core-values { grid-template-columns: 1fr; }
  .deskom-journey::before { left: 11px; top: 10px; bottom: 10px; }
  .deskom-journey__item {
    flex-direction: column; gap: var(--de-space-2);
    padding-left: 32px; padding-top: 36px; padding-bottom: var(--de-space-5);
  }
  .deskom-journey__marker {
    width: auto; position: absolute; left: 0; top: 4px;
    justify-content: flex-start; gap: var(--de-space-2); padding-top: 0;
  }
  .deskom-journey__dot { position: absolute; left: 5px; top: 50%; transform: translateY(-50%); }
  .deskom-journey__year { min-width: 48px; padding: 5px 9px; font-size: 0.75rem; margin-left: 28px; }
  .deskom-journey__content { margin-top: 0; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .de-header .deskom-logo { max-width: 260px; max-height: 72px; }
  .de-core-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.de-card .de-footer__links a { color: var(--de-text-muted); }
.de-card .de-footer__links a:hover { color: var(--de-brand); }
.mil-ball, .mil-preloader, .mil-frame, .mil-menu-frame, .mil-curtain, .mil-progress-track { display: none !important; }

/* Legacy class aliases for section includes */
.mil-soft-bg, .deskom-process, .deskom-faq, .deskom-values, .deskom-journey-section,
.deskom-stats-section, .deskom-achievements, .deskom-service-features, .deskom-related,
.deskom-hiring, .deskom-contact-actions { /* styled via de-* equivalents above */ }
.mil-p-120-90, .mil-p-120-60, .mil-p-120-0, .mil-p-60-0 { padding: 96px 0; }
.mil-mb-60 { margin-bottom: 48px; }
.mil-mb-30 { margin-bottom: 24px; }
.mil-center { text-align: center; }
.mil-up { /* animation handled by de-reveal */ }
.mil-thin, .de-thin { font-weight: 400; }
.mil-muted { color: var(--de-text-muted); }
.mil-light-soft { color: var(--de-text-muted); }
.mil-dark-bg { background: var(--de-bg-dark); color: #fff; }
.mil-dark-bg .mil-muted, .mil-dark-bg h2, .mil-dark-bg h3 { color: #fff; }
.mi-invert-fix { /* no-op */ }
.deskom-btn--primary, .mil-button.deskom-btn--primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--de-radius-sm);
  background: var(--de-brand);
  color: #fff !important; font-weight: 500; border: none; text-decoration: none;
}
.deskom-btn--primary:hover { color: #fff !important; box-shadow: var(--de-shadow-brand); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* Legacy Ashley accordion → enterprise style */
.mil-accordion-group {
  border: 1px solid var(--de-border); border-radius: var(--de-radius);
  margin-bottom: 12px; overflow: hidden; background: var(--de-bg-elevated);
}
.mil-accordion-menu {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; cursor: pointer;
}
.mil-accordion-head { margin: 0; font-weight: 600; font-size: 15px; color: var(--de-text); }
.mil-accordion-content { padding: 0 24px 20px; display: none; }
.mil-accordion-group.is-open .mil-accordion-content { display: block; }
.mil-symbol .mil-minus { display: none; }
.mil-accordion-group.is-open .mil-symbol .mil-plus { display: none; }
.mil-accordion-group.is-open .mil-symbol .mil-minus { display: block; }
.mil-symbol { color: var(--de-brand); font-size: 20px; }
.mil-service-card-lg {
  display: block; padding: 32px; border-radius: var(--de-radius-lg);
  border: 1px solid var(--de-border); background: var(--de-bg-elevated);
  color: var(--de-text); height: 100%; transition: all var(--de-transition);
}
.mil-service-card-lg:hover { border-color: var(--de-border-strong); box-shadow: var(--de-shadow-sm); color: var(--de-text); }
.mil-service-card-lg h4 { color: var(--de-text); }
.mil-dark-bg .mil-service-card-lg { background: var(--de-bg-dark-elevated); border-color: rgba(255,255,255,0.08); color: #fff; }
.mil-dark-bg .mil-service-card-lg h4 { color: #fff; }
.mil-service-list { list-style: none; padding: 0; }
.mil-service-list li { padding: 4px 0; font-size: 14px; color: var(--de-text-muted); }
.mil-service-list li::before { content: '✓'; color: var(--de-brand); margin-right: 8px; }
.mil-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--de-brand); }
.mil-descr { font-size: 14px; color: var(--de-text-muted); }
.mil-accent { color: var(--de-brand); }
.mil-button {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px;
  border-radius: var(--de-radius); background: var(--de-brand); color: #fff !important;
  font-weight: 600; border: none; text-decoration: none;
}
.mil-image-frame img { border-radius: var(--de-radius-lg); width: 100%; }
.mil-horizontal { max-width: 100%; }

/* ── V3.2 Enterprise Refinements ── */
.de-hero--showcase {
  background: var(--de-bg-dark);
  color: #fff; min-height: 48vh; position: relative; overflow: hidden;
}
.de-hero--showcase::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 40% at 20% 50%, rgba(172,38,38,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.de-hero--showcase .de-hero__title { color: #fff; }
.de-hero--showcase .de-hero__title .de-thin { color: rgba(255,255,255,0.55); }
.de-hero--showcase .de-hero__subtitle { color: rgba(255,255,255,0.65); }

/* Enterprise trust */
.de-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: var(--de-space-3); }
.de-trust-card {
  text-align: center; padding: var(--de-space-4) var(--de-space-2);
  border-radius: var(--de-radius-lg);
  background: transparent; border: 1px solid rgba(255,255,255,0.08);
  transition: border-color var(--de-transition);
}
.de-trust-card:hover { border-color: rgba(255,255,255,0.16); }
.de-trust-card__icon { display: none; }
.de-trust-card .de-stat__value { color: #fff; font-size: clamp(1.75rem, 4vw, 2.5rem); }
.de-trust-card .de-stat__label { color: rgba(255,255,255,0.55); font-size: 13px; }

/* Industry cards */
.de-industry-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: var(--de-space-3); }
.de-industry-card {
  display: block; padding: var(--de-space-4); border-radius: var(--de-radius-lg);
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  color: var(--de-text); transition: border-color var(--de-transition), box-shadow var(--de-transition);
}
.de-industry-card:hover { color: var(--de-text); border-color: var(--de-border-strong); box-shadow: var(--de-shadow-sm); }
.de-industry-card__icon {
  width: 36px; height: 36px; border-radius: var(--de-radius-sm);
  background: var(--de-brand-subtle); color: var(--de-brand);
  display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: var(--de-space-2);
}
.de-industry-card h3 { font-size: 1rem; margin-bottom: 8px; }
.de-industry-card p { font-size: 13px; margin-bottom: 16px; }
.de-industry-card__link { font-size: 13px; font-weight: 600; color: var(--de-brand); }

/* Process timeline horizontal */
.de-process-timeline {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px;
  position: relative;
}
.de-process-timeline__item {
  text-align: center; padding: var(--de-space-3) var(--de-space-2); border-radius: var(--de-radius-lg);
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
}
.de-process-timeline__marker {
  width: 44px; height: 44px; border-radius: 50%; margin: 0 auto var(--de-space-2);
  background: var(--de-brand);
  color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 600;
}
.de-process-timeline__marker i { font-size: 16px; margin-bottom: 2px; }
.de-process-timeline__content h4 { font-size: 14px; margin-bottom: 6px; }
.de-process-timeline__content p { font-size: 12px; margin: 0; }

/* Success stories */
.de-success-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.de-success-card {
  border-radius: var(--de-radius-lg); overflow: hidden;
  background: var(--de-bg-dark-elevated); border: 1px solid rgba(255,255,255,0.08);
}
.de-success-card__head {
  display: flex; gap: var(--de-space-2); align-items: center; padding: var(--de-space-3);
  background: transparent; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.de-success-card__icon {
  width: 40px; height: 40px; border-radius: var(--de-radius-sm);
  background: var(--de-brand-subtle); color: var(--de-brand);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.de-success-card__head h3 { color: #fff; font-size: 1rem; margin: 0; }
.de-success-card__industry { font-size: 12px; color: rgba(255,255,255,0.6); }
.de-success-card__body { padding: 24px; }
.de-success-card__block { margin-bottom: 16px; }
.de-success-card__block h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--de-brand-light); margin-bottom: 6px; }
.de-success-card__block p { font-size: 14px; color: rgba(255,255,255,0.72); margin: 0; }
.de-success-card__metrics { display: flex; gap: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.08); }
.de-success-card__metric strong { display: block; color: #fff; font-size: 1.1rem; }
.de-success-card__metric span { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; }

/* Tech categories */
.de-tech-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.de-tech-category {
  padding: 28px; border-radius: var(--de-radius-lg);
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  transition: box-shadow var(--de-transition), border-color var(--de-transition);
}
.de-tech-category:hover { border-color: var(--de-border-strong); box-shadow: var(--de-shadow-sm); }
.de-tech-category__head { display: flex; align-items: center; gap: var(--de-space-2); margin-bottom: var(--de-space-2); }
.de-tech-category__icon {
  width: 36px; height: 36px; border-radius: var(--de-radius-sm);
  background: var(--de-brand-subtle); color: var(--de-brand);
  display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.de-tech-category__items { display: flex; flex-wrap: wrap; gap: 8px; }
.de-tech-pill--interactive { cursor: default; transition: all var(--de-transition); }
.de-tech-pill--interactive:hover { background: var(--de-brand-subtle); color: var(--de-brand); border-color: rgba(172,38,38,0.2); }

/* Blog cards */
.de-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.de-blog-card {
  display: block; border-radius: var(--de-radius-lg); overflow: hidden;
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  color: var(--de-text); transition: all var(--de-transition);
}
.de-blog-card:hover { color: var(--de-text); box-shadow: var(--de-shadow-sm); }
.de-blog-card--horizontal { display: grid; grid-template-columns: 200px 1fr; margin-bottom: 24px; }
@media (max-width: 600px) { .de-blog-card--horizontal { grid-template-columns: 1fr; } }
.de-blog-card__img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--de-bg-subtle); }
.de-blog-card--horizontal .de-blog-card__img { aspect-ratio: auto; min-height: 160px; }
.de-blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--de-transition-slow); }
.de-blog-card:hover .de-blog-card__img img { transform: scale(1.05); }
.de-blog-card__cat {
  position: absolute; top: 12px; left: 12px; padding: 4px 10px;
  background: var(--de-brand); color: #fff; font-size: 11px; font-weight: 700;
  border-radius: 100px; text-transform: uppercase;
}
.de-blog-card__body { padding: 24px; }
.de-blog-card__body time { font-size: 12px; color: var(--de-text-light); }
.de-blog-card__body h3 { font-size: 1.1rem; margin: 8px 0; }
.de-blog-card__body p { font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Download center */
.de-download-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.de-download-card {
  display: flex; align-items: center; gap: 20px; padding: 24px;
  border-radius: var(--de-radius-lg); background: var(--de-bg-elevated);
  border: 1px solid var(--de-border); color: var(--de-text);
  transition: all var(--de-transition);
}
.de-download-card:hover { color: var(--de-text); border-color: var(--de-brand); box-shadow: var(--de-shadow); transform: translateX(4px); }
.de-download-card__icon {
  width: 56px; height: 56px; border-radius: var(--de-radius);
  background: rgba(172,38,38,0.1); color: var(--de-brand);
  display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0;
}
.de-download-card__body { flex: 1; }
.de-download-card__body h3 { font-size: 1rem; margin-bottom: 4px; }
.de-download-card__body p { font-size: 13px; margin: 0; }
.de-download-card__meta { font-size: 11px; color: var(--de-text-light); margin-top: 8px; display: block; }
.de-download-card__action { color: var(--de-brand); font-size: 20px; }
.de-download-note { margin-top: 32px; padding: 16px 20px; border-radius: var(--de-radius); background: rgba(172,38,38,0.06); font-size: 14px; }
.de-download-note code { background: var(--de-bg-subtle); padding: 2px 6px; border-radius: 4px; }

/* About banner */
.de-about-banner { position: relative; padding: 80px 0; overflow: hidden; }
.de-about-banner__bg {
  position: absolute; inset: 0;
  background: var(--de-bg-subtle);
}
.de-about-banner__inner { position: relative; z-index: 1; }
.de-about-banner__lead { font-size: 1.15rem; color: var(--de-text); font-weight: 500; }

/* Portfolio card enhancements */
.de-portfolio-card__sub { font-size: 13px; margin: 8px 0; color: var(--de-text-muted); }
.de-portfolio-card__tech { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.de-portfolio-card__tech span {
  padding: 3px 10px; border-radius: 100px; font-size: 11px; font-weight: 600;
  background: rgba(172,38,38,0.08); color: var(--de-brand);
}

/* Premium modal */
.de-modal__sticky-nav {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; padding-bottom: 16px;
  border-bottom: 1px solid var(--de-border); position: sticky; top: 0;
  background: var(--de-bg-elevated); z-index: 2; padding-top: 8px;
}
.de-modal__sticky-nav a {
  padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600;
  background: var(--de-bg-subtle); color: var(--de-text-muted);
}
.de-modal__sticky-nav a:hover { background: var(--de-brand); color: #fff; }
.de-modal__features { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px; }
.de-modal__features li {
  padding: 10px 14px; border-radius: var(--de-radius-sm);
  background: var(--de-bg-subtle); font-size: 13px;
}
.de-modal__features li::before { content: '✓ '; color: var(--de-brand); font-weight: 700; }

/* Module pills */
.de-module-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.de-module-pill {
  padding: 10px 16px; border-radius: var(--de-radius);
  background: var(--de-bg-subtle); font-size: 13px; font-weight: 500;
  border: 1px solid var(--de-border);
}
.de-module-pill i { color: var(--de-brand); margin-right: 6px; }

/* Contact departments */
.de-editorial-lead {
  text-align: center; max-width: 560px; margin: 0 auto var(--de-space-6);
  font-size: 1.0625rem; line-height: 1.7; color: var(--de-text-muted);
}
.de-contact-card--dept { text-align: left; padding: var(--de-space-4); }
.de-contact-card--dept h4 { font-size: 1rem; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 8px; }
.de-contact-card--dept p { font-size: 14px; margin-bottom: var(--de-space-2); }
.de-contact-card--dept a { display: block; font-size: 13px; margin-top: 4px; color: var(--de-text-muted); }
.de-contact-card--dept a:hover { color: var(--de-brand); }
.de-contact-actions a:hover { box-shadow: var(--de-shadow-sm); }

/* Floating labels */
.de-field { position: relative; margin-bottom: 20px; }
.de-field-label {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  font-size: 15px; color: var(--de-text-light); pointer-events: none;
  transition: all var(--de-transition); background: var(--de-bg-elevated); padding: 0 4px;
}
.de-field textarea + .de-field-label,
.de-field--filled .de-field-label,
.de-field input:focus + .de-field-label,
.de-field textarea:focus + .de-field-label,
.de-field select:focus + .de-field-label {
  top: 0; font-size: 11px; color: var(--de-brand); font-weight: 600;
}
.de-field input, .de-field textarea, .de-field select { margin-bottom: 0; }

/* Footer partners */
.de-footer__partners { margin-bottom: var(--de-space-3); padding-top: var(--de-space-3); border-top: 1px solid rgba(255,255,255,0.06); }
.de-footer__partner-logos { display: flex; flex-wrap: wrap; gap: 8px; }
.de-footer__partner-logos span {
  padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase;
  background: transparent; color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.08);
}

/* FAB sales */
.de-fab--sales { background: var(--de-brand); font-size: 18px; }

/* AI Assistant */
.de-assistant { position: fixed; bottom: 24px; left: 24px; z-index: 960; }
.de-assistant__toggle {
  display: flex; align-items: center; gap: 10px; padding: 14px 20px;
  border: none; border-radius: 100px; cursor: pointer;
  background: var(--de-brand);
  color: #fff; font-family: var(--de-font); font-weight: 500; font-size: 14px;
  box-shadow: var(--de-shadow); transition: background var(--de-transition);
}
.de-assistant__toggle:hover { background: var(--de-brand-dark); }
.de-assistant__panel {
  position: absolute; bottom: calc(100% + 12px); left: 0;
  width: min(380px, calc(100vw - 48px)); height: 480px;
  background: var(--de-bg-elevated); border: 1px solid var(--de-border);
  border-radius: var(--de-radius-xl); box-shadow: var(--de-shadow-lg);
  display: flex; flex-direction: column; overflow: hidden;
}
.de-assistant__header {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 16px 20px; border-bottom: 1px solid var(--de-border);
  background: var(--de-bg-subtle);
}
.de-assistant__header strong { display: block; font-size: 15px; }
.de-assistant__header span { font-size: 12px; color: var(--de-text-muted); }
.de-assistant__close { border: none; background: none; cursor: pointer; color: var(--de-text-muted); font-size: 18px; }
.de-assistant__messages { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.de-assistant__msg { display: flex; gap: 10px; align-items: flex-start; }
.de-assistant__msg--user { flex-direction: row-reverse; }
.de-assistant__avatar {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: var(--de-brand); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.de-assistant__bubble {
  padding: 12px 16px; border-radius: var(--de-radius);
  background: var(--de-bg-subtle); font-size: 13px; line-height: 1.5; max-width: 85%;
}
.de-assistant__msg--user .de-assistant__bubble { background: var(--de-brand); color: #fff; }
.de-assistant__bubble a { color: inherit; text-decoration: underline; }
.de-assistant__typing .de-assistant__bubble { display: flex; gap: 4px; padding: 16px; }
.de-assistant__typing .de-assistant__bubble span {
  width: 8px; height: 8px; border-radius: 50%; background: var(--de-text-light);
  animation: de-typing 1.2s infinite;
}
.de-assistant__typing .de-assistant__bubble span:nth-child(2) { animation-delay: 0.2s; }
.de-assistant__typing .de-assistant__bubble span:nth-child(3) { animation-delay: 0.4s; }
@keyframes de-typing { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
.de-assistant__suggestions {
  display: flex; flex-wrap: wrap; gap: 6px; padding: 8px 16px;
  border-top: 1px solid var(--de-border);
}
.de-assistant__suggestions button {
  padding: 6px 12px; border-radius: 100px; border: 1px solid var(--de-border);
  background: var(--de-bg-elevated); font-size: 11px; cursor: pointer;
  font-family: var(--de-font); color: var(--de-text-muted);
}
.de-assistant__suggestions button:hover { border-color: var(--de-brand); color: var(--de-brand); }
.de-assistant__input {
  display: flex; gap: 8px; padding: 12px 16px; border-top: 1px solid var(--de-border);
}
.de-assistant__input input {
  flex: 1; padding: 10px 14px; border: 1px solid var(--de-border);
  border-radius: var(--de-radius); font-family: var(--de-font); font-size: 14px;
  background: var(--de-bg-elevated); color: var(--de-text);
}
.de-assistant__input button {
  width: 40px; height: 40px; border: none; border-radius: var(--de-radius);
  background: var(--de-brand); color: #fff; cursor: pointer;
}

@media (max-width: 767px) {
  .de-assistant { bottom: 16px; left: 16px; }
  .de-assistant__label { display: none; }
  .de-assistant__toggle { width: 52px; height: 52px; padding: 0; justify-content: center; border-radius: 50%; }
  .de-process-timeline { grid-template-columns: repeat(2, 1fr); }
  .de-fab-group { bottom: 80px; }
}

/* ── Fix batch: placeholders, prose, utilities ── */
.de-accent, .mil-accent { color: var(--de-brand); }
.justify-content-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }
.de-img-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  min-height: 200px; padding: 32px; border-radius: var(--de-radius-lg);
  background: var(--de-bg-subtle); border: 1px dashed var(--de-border-strong);
  color: var(--de-text-muted); text-align: center;
}
.de-img-placeholder i { font-size: 32px; opacity: 0.4; }
.de-img-placeholder span { font-size: 14px; font-weight: 500; max-width: 240px; }
.de-product-hero-img { margin-bottom: var(--de-space-6); border-radius: var(--de-radius-image); overflow: hidden; }
.de-product-hero-img img, .de-product-hero-img__media { width: 100%; border-radius: var(--de-radius-image); }
.de-prose { font-size: 16px; line-height: 1.75; }
.de-prose .de-lead { font-size: 1.25rem; color: var(--de-text); margin-bottom: 1.5em; }
.de-prose blockquote {
  margin: 1.5em 0; padding: 20px 24px; border-left: 4px solid var(--de-brand);
  background: var(--de-brand-subtle); border-radius: 0 var(--de-radius) var(--de-radius) 0;
  color: var(--de-text); font-weight: 500;
}
.de-check-list { list-style: none; padding: 0; margin: 0 0 1em; }
.de-check-list li { padding: 6px 0 6px 24px; position: relative; font-size: 14px; color: var(--de-text-muted); }
.de-check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--de-brand); font-weight: 700; }
.de-check-list--compact li { padding: 4px 0 4px 20px; }
.de-check-list--light li { color: rgba(255,255,255,0.8); }
.de-btn:focus-visible, .de-icon-btn:focus-visible, .de-mobile-toggle:focus-visible,
.de-faq__question:focus-visible, .de-filter-btn:focus-visible,
.de-form input:focus-visible, .de-form textarea:focus-visible, .de-form select:focus-visible,
.deskom-form input:focus-visible, .deskom-form textarea:focus-visible, .deskom-form select:focus-visible {
  outline: 2px solid var(--de-brand); outline-offset: 2px;
}
.de-nav__item > a:focus-visible, .de-drawer a:focus-visible { outline: 2px solid var(--de-brand); outline-offset: 2px; }
img.de-broken { display: none; }

/* Portfolio modal — legacy work content markup */
.de-modal__body .work_head { font-size: 1rem; font-weight: 600; margin: 1.25em 0 0.5em; color: var(--de-text); }
.de-modal__body .work_span { font-weight: 500; color: var(--de-text-muted); }
.de-modal__body .work_ul { margin: 0 0 1em; padding-left: 1.25em; color: var(--de-text-muted); }
.de-modal__body .work_ul li { margin-bottom: 0.35em; }
.de-modal__body h4 { margin: 1.25em 0 0.5em; }
.de-modal__body p { color: var(--de-text-muted); }
.kolig_prod_icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 14px; background: var(--de-brand-subtle); color: var(--de-brand); font-size: 1.25rem; margin-bottom: 12px; }
.kolig_prod_heading { font-size: 1.5rem; font-weight: 700; margin-bottom: 4px; }
.kolig_prod_text { font-size: 0.9rem; color: var(--de-text-muted); }
.de-portfolio-card h3 { font-size: 1rem; line-height: 1.4; }
.de-portfolio-card h3 .work_head { font-size: inherit; margin: 0; font-weight: 600; }
.de-portfolio-card__sub { font-size: 0.875rem; color: var(--de-text-muted); margin-top: 8px; }

/* Product & service migrated page bodies */
.de-product-inline-img { margin: 24px 0; border-radius: var(--de-radius-lg); overflow: hidden; }
.de-product-inline-img img { width: 100%; height: auto; display: block; }
.de-product-hero-img { margin-bottom: 32px; border-radius: var(--de-radius-lg); overflow: hidden; }
.de-product-hero-img img { width: 100%; height: auto; display: block; }
.de-service-page-body .de-section { padding: var(--de-space-6) 0; }
.de-service-page-body .de-faq__question { cursor: pointer; }
.de-service-page-body .de-faq__question p { margin: 0; font-weight: 600; flex: 1; }
.de-service-page-body .de-faq__icon { display: flex; align-items: center; font-size: 20px; font-weight: 300; color: var(--de-brand); min-width: 24px; justify-content: center; }
.de-service-page-body .de-faq__icon div:last-child { display: none; }
.de-service-page-body .de-faq__item.is-open .de-faq__icon div:first-child { display: none; }
.de-service-page-body .de-faq__item.is-open .de-faq__icon div:last-child { display: block; }
.de-service-page-body .de-faq__answer p + p { margin-top: 1em; }
.de-service-page-body .de-service-card { display: block; height: 100%; text-decoration: none; color: inherit; }
.de-service-page-body .mil-adaptive-right { text-align: right; }
@media (max-width: 991.98px) {
  .de-service-page-body .mil-adaptive-right { text-align: left; margin-top: 12px; }
}

/* Article / publication pages */
.de-article-hero-img { border-radius: var(--de-radius-lg); overflow: hidden; margin-bottom: 24px; }
.de-article-hero-img img { width: 100%; height: auto; display: block; }
.de-article-img { margin-bottom: 24px; border-radius: var(--de-radius); overflow: hidden; }
.de-article-img img { width: 100%; height: auto; display: block; }
.de-article-meta {
  display: flex; flex-wrap: wrap; gap: 16px 32px; margin-bottom: 48px;
  font-size: 14px; color: var(--de-text-muted);
}
.de-article-meta span { color: var(--de-text); font-weight: 500; }
.de-article-body h5 { font-size: 1.1rem; margin: 2em 0 0.75em; }
.de-article-body p { margin-bottom: 1.25em; color: var(--de-text-muted); }
.de-article-body blockquote {
  border-left: 3px solid var(--de-brand); padding: 16px 24px; margin: 2em 0;
  font-style: italic; color: var(--de-text); background: var(--de-bg-subtle); border-radius: 0 var(--de-radius) var(--de-radius) 0;
}

/* Team cards */
.de-team-grid > [class*="col-"] { margin-bottom: var(--de-space-3); }
.de-team-card {
  position: relative; border-radius: var(--de-radius-lg); overflow: hidden;
  aspect-ratio: 3/4; background: var(--de-bg-subtle);
}
.de-team-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--de-transition-slow); }
.de-team-card__overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  padding: 24px; text-align: center;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
  opacity: 0; transition: opacity var(--de-transition);
}
.de-team-card:hover img { transform: scale(1.05); }
.de-team-card:hover .de-team-card__overlay { opacity: 1; }
.de-team-card__overlay h5 { margin: 0 0 4px; font-size: 1rem; }
.de-team-card__overlay h5 a { color: #fff; text-decoration: none; }
.de-team-card__overlay p { margin: 0 0 12px; font-size: 13px; color: rgba(255,255,255,0.8); }
.de-team-card__social { list-style: none; padding: 0; margin: 0; display: flex; gap: 12px; }
.de-team-card__social a { color: rgba(255,255,255,0.85); font-size: 14px; }
.de-team-card__social a:hover { color: #fff; }

/* Utility */
.de-no-wrap { white-space: nowrap; }
.de-text-end { text-align: right; }
.de-section-header-row { margin-bottom: 32px; }
@media (max-width: 991.98px) { .de-text-end { text-align: left; margin-top: 12px; } }
.de-blog-categories { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.de-blog-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.de-404 h4 { font-size: 1.25rem; margin: -24px 0 32px; position: relative; font-weight: 500; }

/* ── v4.1 Simple refinements ── */
body.de-site { background: #fff; }
.de-header__bar {
  background: #fff;
  border-bottom: 1px solid var(--de-border);
  box-shadow: var(--de-shadow-sm);
}
.de-header.is-scrolled .de-header__bar {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.de-main { padding-top: var(--de-header-h); }
.de-hero--gradient,
.de-hero--dark,
.de-hero--showcase {
  margin-top: 0;
  padding-top: var(--de-space-10);
}
.de-hero--light {
  margin-top: 0;
  padding: var(--de-space-10) 0 var(--de-space-6);
  background: var(--de-bg-subtle);
}
.de-hero--light .de-hero__bg { display: none; }
.de-hero--light .de-hero__title { color: var(--de-text); font-size: clamp(1.75rem, 4vw, 2.5rem); }
.de-hero--light .de-hero__subtitle { color: var(--de-text-muted); }
.de-reveal { opacity: 1; transform: none; transition: none; }
.de-assistant,
.de-fab-group,
.de-scroll-progress,
.de-search-overlay,
.de-cookie { display: none !important; }
.de-portfolio-card:hover .de-portfolio-card__img img { transform: scale(1.02); }
.de-project-detail__hero {
  margin-bottom: var(--de-space-4);
  border-radius: var(--de-radius-lg);
  overflow: hidden;
  border: 1px solid var(--de-border);
  background: #fff;
}
.de-project-detail__img { width: 100%; height: auto; display: block; }
.de-project-detail__lead {
  font-size: 1.125rem;
  color: var(--de-text-muted);
  margin-bottom: var(--de-space-4);
  line-height: 1.7;
}
.de-project-detail__content .work_head { font-size: 1rem; font-weight: 600; margin: 1.5em 0 0.5em; color: var(--de-text); }
.de-project-detail__content .work_span { font-weight: 500; color: var(--de-text-muted); }
.de-project-detail__content .work_ul { margin: 0 0 1em; padding-left: 1.25em; color: var(--de-text-muted); list-style: disc; }
.de-project-detail__content .work_ul li { margin-bottom: 0.35em; }
.de-project-detail__content h4 { margin: 1.25em 0 0.5em; }
.de-project-detail__content p { color: var(--de-text-muted); }
.de-project-detail__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: var(--de-space-6);
  padding-top: var(--de-space-4);
  border-top: 1px solid var(--de-border);
  flex-wrap: wrap;
}
.de-form__message { width: 100%; margin-bottom: 16px; padding: 12px 16px; border-radius: var(--de-radius-sm); display: none; }
.de-form__message.is-success,
.de-form__message.is-error { display: block; }
.de-form__message.is-success { background: #ecfdf5; color: #065f46; }
.de-form__message.is-error { background: #fef2f2; color: #991b1b; }
.deskom-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
@media (max-width: 767px) {
  .de-project-detail__nav { flex-direction: column; align-items: stretch; }
  .de-project-detail__nav .de-btn { width: 100%; justify-content: center; }
}
