/* Hero image crop alignment */
.hero-image.v2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}



:root {
  --de-bg: #ffffff;
  --de-bg-soft: #f4f6fc;
  --de-surface: #ffffff;
  --de-surface-alt: #f8fafc;
  --de-text: #111827;
  --de-text-muted: #4b5563;
  --de-border: rgba(17, 24, 39, 0.14);
  --de-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
  --de-brand: #2253de;
  --de-brand-hover: #130b32;
  --de-accent: #ff7a18;
  color-scheme: light;
}
html[data-theme="dark"] {
  --de-bg: #080b14;
  --de-bg-soft: #101624;
  --de-surface: #121a2a;
  --de-surface-alt: #172033;
  --de-text: #f8fafc;
  --de-text-muted: #cbd5e1;
  --de-border: rgba(255, 255, 255, 0.14);
  --de-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --de-brand: #2253de;
  --de-brand-hover: #130b32;
  --de-accent: #ff9b45;
  color-scheme: dark;
}
html, body { background-color: var(--de-bg); color: var(--de-text); }
html[data-theme="dark"] body,
html[data-theme="dark"] .page-wrapper,
html[data-theme="dark"] .main-wrapper { background-color: var(--de-bg); color: var(--de-text); }
html[data-theme="dark"] :is(h1, h2, h3, h4, h5, h6) { color: var(--de-text); }
html[data-theme="dark"] :is(p, li, blockquote, .w-richtext, .w-richtext p, .w-richtext li) { color: var(--de-text-muted); }
html[data-theme="dark"] :is(section, .section) { background-color: transparent; }
html[data-theme="dark"] [data-theme-surface],
html[data-theme="dark"] :is(.card, .service-card, .feature-card, .blog-card, .faq-item) {
  background-color: var(--de-surface); border-color: var(--de-border); box-shadow: var(--de-shadow);
}
html[data-theme="dark"] [data-theme-soft],
html[data-theme="dark"] :is(.section-light, .background-light, .bg-light) { background-color: var(--de-bg-soft); }
html[data-theme="dark"] .navbar-button-wrapper > a.button:not(.theme-mode-button),
html[data-theme="dark"] .de-sac-button-wrap > a.button:not(.theme-mode-button) {
  background-color: var(--de-brand); color: #ffffff; border-color: var(--de-brand);
}
html[data-theme="dark"] .navbar-button-wrapper > a.button:not(.theme-mode-button):hover,
html[data-theme="dark"] .de-sac-button-wrap > a.button:not(.theme-mode-button):hover {
  background-color: var(--de-brand-hover); color: #ffffff; border-color: var(--de-brand-hover);
}
html[data-theme="dark"] .button.v2.de-btn-blue,
html[data-theme="dark"] a.button.v2.de-btn-blue {
  background-color: #f17d3e !important; border-color: #f17d3e !important; color: #ffffff !important;
  text-shadow: 0 0.03125rem 0.0625rem rgba(19, 11, 50, 0.25);
  box-shadow: 0 0.75rem 1.75rem rgba(241, 125, 62, 0.28) !important;
}
html[data-theme="dark"] .button.v2.de-btn-blue:hover,
html[data-theme="dark"] a.button.v2.de-btn-blue:hover {
  background-color: #df6d32 !important; border-color: #df6d32 !important; color: #ffffff !important;
  text-shadow: 0 0.03125rem 0.0625rem rgba(19, 11, 50, 0.28);
  box-shadow: 0 0.875rem 2rem rgba(241, 125, 62, 0.34) !important;
}
html[data-theme="dark"] .de-card-text { color: #c3ccd9 !important; }
html[data-theme="dark"] .section.background-primary-soft.sofr-btm-border { border-bottom-color: #8080808c !important; }



.de-careers-markets .de-careers-market-row {
  position: relative; isolation: isolate; overflow: hidden; cursor: pointer; transition: background-color 0.3s ease;
}
.de-careers-markets .de-careers-market-row::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(241, 125, 62, 0.07) 28%, rgba(255, 155, 69, 0.3) 50%, rgba(241, 125, 62, 0.07) 72%, transparent 100%);
  transform: translateX(-115%); transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.de-careers-markets .de-careers-market-row:nth-child(even)::after { transform: translateX(115%); }
.de-careers-markets .de-careers-market-row:hover { background-color: rgba(241, 125, 62, 0.045); }
.de-careers-markets .de-careers-market-row:hover::after { transform: translateX(115%); }
.de-careers-markets .de-careers-market-row:nth-child(even):hover::after { transform: translateX(-115%); }
.de-careers-markets .de-careers-market-row > * { position: relative; z-index: 1; }
.de-careers-markets .de-careers-market-row .de-careers-card-title { transition: color 0.3s ease; }
.de-careers-markets .de-careers-market-row:hover .de-careers-card-title { color: #f17d3e !important; }
.de-careers-markets .de-careers-market-row > span[aria-hidden="true"],
.de-careers-markets .de-careers-market-arrow {
  display: inline-block; transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}
.de-careers-markets .de-careers-market-row:hover > span[aria-hidden="true"],
.de-careers-markets .de-careers-market-row:hover .de-careers-market-arrow {
  color: #f17d3e !important; transform: translateX(0.28rem) scale(1.12);
}
html[data-theme="dark"] .section.background-light.de-careers-markets,
html[data-theme="dark"] .de-careers-markets {
  background: radial-gradient(circle at 14% 16%, rgba(140, 185, 223, 0.14) 0%, rgba(140, 185, 223, 0.05) 32%, transparent 58%), linear-gradient(180deg, #151b29 0%, #172033 100%) !important;
  border-bottom-color: rgba(255, 255, 255, 0.13) !important;
}
html[data-theme="dark"] .de-careers-markets :is(.display-1, .display-2, .h2-standard, h1, h2, h3):not(.market-link) { color: #f8fafc !important; }
html[data-theme="dark"] .de-careers-markets :is(.paragraph, .paragraph-large) { color: #cbd5e1 !important; }
html[data-theme="dark"] .de-careers-markets .label.careers-v2,
html[data-theme="dark"] .de-careers-markets .label.careers-v2.on-dark,
html[data-theme="dark"] .de-careers-markets .label.v2,
html[data-theme="dark"] .de-careers-markets .label.v2.on-dark { color: #f17d3e !important; }
html[data-theme="dark"] .de-careers-markets .de-careers-market-list,
html[data-theme="dark"] .de-careers-markets .de-careers-market-row { border-color: rgba(255, 255, 255, 0.13) !important; }
html[data-theme="dark"] .de-careers-markets .de-careers-market-row .de-careers-card-title.market-link,
html[data-theme="dark"] .de-careers-markets .de-careers-market-row .de-careers-card-title { color: #8cb9df !important; }
html[data-theme="dark"] .de-careers-markets .de-careers-market-row > span[aria-hidden="true"],
html[data-theme="dark"] .de-careers-markets .de-careers-market-arrow { color: #8cb9df !important; }
html[data-theme="dark"] .de-careers-markets .de-careers-market-row:hover { background-color: rgba(255, 155, 69, 0.08); }
html[data-theme="dark"] .de-careers-markets .de-careers-market-row::after {
  background: linear-gradient(90deg, transparent 0%, rgba(241, 125, 62, 0.12) 28%, rgba(255, 155, 69, 0.4) 50%, rgba(241, 125, 62, 0.12) 72%, transparent 100%);
}
html[data-theme="dark"] .de-careers-markets .de-careers-market-row:hover .de-careers-card-title.market-link,
html[data-theme="dark"] .de-careers-markets .de-careers-market-row:hover .de-careers-card-title { color: #f17d3e !important; }
html[data-theme="dark"] .de-careers-markets .de-careers-market-row:hover > span[aria-hidden="true"],
html[data-theme="dark"] .de-careers-markets .de-careers-market-row:hover .de-careers-market-arrow { color: #f17d3e !important; }
html[data-theme="dark"] .de-careers-markets a.links-underlined.careers-v2,
html[data-theme="dark"] .de-careers-markets .links-underlined.careers-v2 { color: #8cb9df !important; }
html[data-theme="dark"] .de-careers-markets .links-underlined.careers-v2 span,
html[data-theme="dark"] .de-careers-markets .links-underlined.careers-v2 [aria-hidden="true"] { color: #8cb9df !important; }



.de-home-wcu .tab.card.de-home-wcu-tab.w--current,
.de-home-wcu .w-tab-link.de-home-wcu-tab.w--current {
  border-top-width: 4px !important; border-top-color: #f17d3e !important;
  border-bottom-width: 1px !important; border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.07) !important; background-image: none !important;
  color: #f8fafc !important; box-shadow: none !important;
}
.de-home-wcu .tab.card.de-home-wcu-tab.w--current .de-card-text,
.de-home-wcu .w-tab-link.de-home-wcu-tab.w--current .de-card-text { color: #cbd5e1 !important; }
html[data-theme="dark"] .section.de-home-wcu { color: #ffffff !important; /* section bg from Style panel only */ }
html[data-theme="dark"] .de-home-wcu .label.v2,
html[data-theme="dark"] .de-home-wcu .label.v2.gray { color: #f17d3e !important; }
html[data-theme="dark"] .de-home-wcu .w-tab-link:not(.w--current):hover {
  background-color: rgba(255, 255, 255, 0.08) !important; background-image: none !important;
}
html[data-theme="dark"] .de-home-wcu .w-tab-link:not(.w--current):hover,
html[data-theme="dark"] .de-home-wcu .w-tab-link:not(.w--current):hover * { color: #f8fafc !important; text-shadow: none !important; }
html[data-theme="dark"] .de-home-wcu .w-tab-link:not(.w--current):hover .de-card-text { color: #cbd5e1 !important; text-shadow: none !important; }



html[data-theme="dark"] .section.de-home-ir,
html[data-theme="dark"] section.de-home-ir {
  background-color: #12161f !important;
  background-image: radial-gradient(ellipse 70% 36% at 8% 0%, rgba(241, 125, 62, 0.08) 0%, transparent 58%), radial-gradient(ellipse 55% 30% at 92% 4%, rgba(122, 128, 140, 0.1) 0%, transparent 52%), linear-gradient(180deg, #161b26 0%, #12161f 42%, #0e121a 100%) !important;
  border-top-style: solid !important; border-top-width: 1px !important; border-top-color: rgba(170, 176, 188, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(170, 176, 188, 0.06), inset 0 14px 32px -20px rgba(241, 125, 62, 0.14) !important;
}
html[data-theme="dark"] .section.de-home-gateway,
html[data-theme="dark"] section.de-home-gateway { border-bottom-width: 0 !important; border-bottom-color: transparent !important; box-shadow: none !important; }
html[data-theme="dark"] .de-home-ir :is(.de-home-ir-shell, .card.shadow.more.de-home-ir-card, .de-home-ir-card) {
  background-color: #1a2233 !important;
  background-image: linear-gradient(165deg, rgba(34, 83, 222, 0.14) 0%, rgba(26, 34, 51, 0.92) 48%, #1a2233 100%) !important;
  border-top-color: rgba(170, 176, 188, 0.18) !important; border-right-color: rgba(170, 176, 188, 0.14) !important;
  border-bottom-color: rgba(170, 176, 188, 0.14) !important; border-left-color: rgba(34, 83, 222, 0.55) !important;
  box-shadow: 0 0.875rem 2.25rem rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(170, 176, 188, 0.1), inset 0 1px 0 rgba(140, 185, 223, 0.06) !important;
}
html[data-theme="dark"] .de-home-ir :is(.de-home-ir-shell, .card.shadow.more.de-home-ir-card, .de-home-ir-card) :is(h1, h2, h3, h4, h5, h6, .heading) { color: #f8fafc !important; }
html[data-theme="dark"] .de-home-ir :is(.de-home-ir-shell, .card.shadow.more.de-home-ir-card, .de-home-ir-card) :is(p, .paragraph, blockquote) { color: #cbd5e1 !important; }
html[data-theme="dark"] .de-home-ir .label.v2,
html[data-theme="dark"] .de-home-ir .label.v2.gray { color: #f17d3e !important; }



/* Item 122 — Markets/Capabilities gateway dark (scoped to .de-home-gateway only).
   Preserves hero, Why Choose Us tabs/hover/bullets/rotation, Industry Recognition. */
html[data-theme="dark"] .de-home-gateway.section.background-primary-soft,
html[data-theme="dark"] section.de-home-gateway.background-primary-soft {
  background-color: var(--de-bg-soft) !important;
  background-image: none !important;
}

html[data-theme="dark"] .de-home-gateway .label.careers-v2,
html[data-theme="dark"] .de-home-gateway .label.v2 {
  color: #f17d3e !important;
}

html[data-theme="dark"] .de-home-gateway :is(h2, h3, .h2-standard, .de-careers-card-title) {
  color: var(--de-text) !important;
}

html[data-theme="dark"] .de-home-gateway p,
html[data-theme="dark"] .de-home-gateway .paragraph {
  color: var(--de-text-muted) !important;
}

/* Portfolio-style blue wash on gateway cards — no orange, no bounce, no border shift */
html[data-theme="dark"] .de-home-gateway .de-home-gateway-card,
html[data-theme="dark"] .de-home-gateway :is(.card, .card-section).de-home-gateway-card {
  background-color: #121a2a !important;
  background-image: linear-gradient(180deg, rgba(34, 83, 222, 0.18) 0%, rgba(34, 83, 222, 0.07) 32%, #121a2a 72%) !important;
  border-top-color: rgba(34, 83, 222, 0.22) !important;
  border-right-color: rgba(34, 83, 222, 0.18) !important;
  border-bottom-color: rgba(34, 83, 222, 0.18) !important;
  border-left-color: rgba(34, 83, 222, 0.42) !important;
  border-left-width: 2px !important;
  box-shadow:
    0 0.75rem 1.85rem rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(34, 83, 222, 0.12),
    inset 0 1px 0 rgba(140, 185, 223, 0.06) !important;
  transform: none !important;
  cursor: default !important;
  transition-property: background !important;
}

html[data-theme="dark"] .de-home-gateway .de-home-gateway-card:hover,
html[data-theme="dark"] .de-home-gateway :is(.card, .card-section).de-home-gateway-card:hover {
  background-image: linear-gradient(155deg, rgba(34, 83, 222, 0.22) 0%, rgba(18, 26, 42, 0.95) 42%, #101624 100%) !important;
  border-top-color: rgba(34, 83, 222, 0.22) !important;
  border-right-color: rgba(34, 83, 222, 0.18) !important;
  border-bottom-color: rgba(34, 83, 222, 0.18) !important;
  border-left-color: rgba(34, 83, 222, 0.42) !important;
  box-shadow:
    0 0.75rem 1.85rem rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(34, 83, 222, 0.12),
    inset 0 1px 0 rgba(140, 185, 223, 0.06) !important;
  transform: none !important;
  cursor: default !important;
}

/* Item 124 follow-up — gateway orange CTAs use Careers orange V2 glow in dark */
html[data-theme="dark"] .de-home-gateway .button.v2,
html[data-theme="dark"] .de-home-gateway a.button.v2,
html[data-theme="dark"] .de-home-gateway .button.v2.de-btn-blue {
  background-color: #f17d3e !important;
  border-color: #f17d3e !important;
  color: #ffffff !important;
  text-shadow: 0 0.03125rem 0.0625rem rgba(19, 11, 50, 0.25);
  box-shadow: 0 0.75rem 1.75rem rgba(241, 125, 62, 0.28) !important;
}

html[data-theme="dark"] .de-home-gateway .button.v2:hover,
html[data-theme="dark"] .de-home-gateway a.button.v2:hover,
html[data-theme="dark"] .de-home-gateway .button.v2.de-btn-blue:hover {
  background-color: #df6d32 !important;
  border-color: #df6d32 !important;
  color: #ffffff !important;
  text-shadow: 0 0.03125rem 0.0625rem rgba(19, 11, 50, 0.28);
  box-shadow: 0 0.875rem 2rem rgba(241, 125, 62, 0.34) !important;
}



html[data-theme="dark"] .de-home-wcu .bullet,
html[data-theme="dark"] .de-home-wcu .de-home-wcu-bullet,
html[data-theme="dark"] .w-tab-pane .bullet.de-home-wcu-bullet {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  position: relative !important; overflow: hidden !important;
  background-color: rgba(8, 11, 20, 0.58) !important; background-image: none !important;
  border: 1px solid rgba(216, 216, 216, 0.32) !important; color: transparent !important; filter: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 2px 5px rgba(0, 0, 0, 0.16) !important;
}
html[data-theme="dark"] .de-home-wcu .bullet .unicon,
html[data-theme="dark"] .de-home-wcu .de-home-wcu-bullet .unicon,
html[data-theme="dark"] .w-tab-pane .bullet.de-home-wcu-bullet .unicon {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  position: relative !important; width: 100% !important; height: 100% !important;
  margin: 0 !important; padding: 0 !important; overflow: hidden !important; background: none !important;
  color: transparent !important; -webkit-text-fill-color: transparent !important;
  font-size: 0 !important; line-height: 1 !important; text-indent: -9999px !important; filter: none !important;
}
html[data-theme="dark"] .de-home-wcu .bullet .unicon::before,
html[data-theme="dark"] .de-home-wcu .de-home-wcu-bullet .unicon::before,
html[data-theme="dark"] .w-tab-pane .bullet.de-home-wcu-bullet .unicon::before {
  content: "\2713"; position: absolute; inset: 0; display: inline-flex; align-items: center; justify-content: center;
  color: #ff9b45 !important; -webkit-text-fill-color: #ff9b45 !important;
  font-family: Arial, sans-serif; font-size: 1.05rem; font-weight: 700; line-height: 1; text-indent: 0;
  transform: translateY(-0.01rem);
}



/* Body-section eyebrows in dark → #f17d3e (beats blue Label.v2 / Gray) */
html[data-theme="dark"] .de-careers-markets .label.v2,
html[data-theme="dark"] .de-home-gateway .label.v2,
html[data-theme="dark"] .de-home-wcu .label.v2,
html[data-theme="dark"] .de-home-wcu .label.v2.gray,
html[data-theme="dark"] .de-home-ir .label.v2,
html[data-theme="dark"] .de-home-ir .label.v2.gray {
  color: #f17d3e !important;
}
/* Start a conversation — always #f17d3e both modes (beats dark p muted) */
.de-sac-eyebrow,
html[data-theme="dark"] .de-sac-eyebrow,
html[data-theme="dark"] p.de-sac-eyebrow,
html[data-theme="dark"] .de-sac-join > .de-sac-eyebrow {
  color: #f17d3e !important;
}
