/* ========================================
   HOME PAGE (v2)
   Aligned with DI Suite + Case Studies design language.
   Inter / Manrope, purple #8042A5, lavender gradients.
   ======================================== */

.do-home-v2 {
  background: #ffffff;
}

.do-home-v2 section {
  font-family: 'Inter', 'Open Sans', sans-serif;
  color: #1B1B1F;
}

.do-home-v2 a { text-decoration: none; }

.ds-text-purple { color: #66288B; }

/* Eyebrow / pill labels */
.ds-section-eyebrow,
.ds-trust-eyebrow,
.ds-home-badge {
  display: inline-block;
  color: #9227d2;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 0;
  border-radius: 999px;
  margin-bottom: 16px;
}
.ds-section-eyebrow {
    margin-bottom: 0
}
/* Section H2 */
.do-home-v2 h2 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #1B1B1F;
  margin: 0 0 16px 0;
}

.do-home-v2 h3 {
  font-family: 'Manrope', 'Inter', sans-serif;
  color: #2E3337;
}

.do-home-v2 p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

/* ============== Buttons ============== */
.ds-btn-primary,
.ds-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  height: 52px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1.5px solid transparent;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.ds-btn-primary {
  background: #8042A5;
  color: #FFFFFF;
}
.ds-btn-primary:hover,
.ds-btn-primary:focus {
  background: #66288B;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(102, 40, 139, 0.25);
  transform: translateY(-1px);
}

.ds-btn-ghost {
  background: #FFFFFF;
  color: #66288B;
  border-color: #E2B6F7;
}
.ds-btn-ghost:hover,
.ds-btn-ghost:focus {
  background: #FAEBFF;
  color: #66288B;
  text-decoration: none;
  border-color: #C495DD;
}

.ds-btn-inline { height: 44px; padding: 0 18px; font-size: 14px; }

/* ============== Animations ============== */
.ds-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ds-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   1. HERO  (dark + purple — talent-desk inspired)
   ======================================== */
.ds-home-hero {
  position: relative;
  background: #05060E;
  background-image:
    radial-gradient(circle at 100% 0%, rgb(155 57 188 / 0.55) 0%, rgba(245, 217, 255, 0) 40%), radial-gradient(circle at 0% 100%, rgb(99 47 126 / 0.65) 0%, rgb(99 47 126 / 0%) 45%), linear-gradient(135deg, #47267e 0%, #14082A 50%, #05060E 100%);
     color: #ECEEF6;
  overflow: hidden;
  padding: 110px 0 100px;
}

.ds-home-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(196, 149, 221, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 149, 221, 0.06) 1px, transparent 1px),
    radial-gradient(ellipse at 18% 35%, rgba(128, 66, 165, 0.42), transparent 55%),
    radial-gradient(ellipse at 82% 80%, rgba(64, 25, 110, 0.5), transparent 55%);
  background-size: 56px 56px, 56px 56px, 100% 100%, 100% 100%;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 60%, transparent 100%);
          mask-image: radial-gradient(ellipse at center, #000 60%, transparent 100%);
}

/* Who We Are — hero background image (about_us_banner.png) layered under the dark gradient */
.do-who-we-are .ds-home-hero {
  background-image:
    /* dark overlay so headline text stays readable */
    linear-gradient(135deg, rgba(71, 38, 126, 0.75) 0%, rgba(20, 8, 42, 0.78) 50%, rgba(5, 6, 14, 0.85) 100%),
    /* the banner image */
    url('../images/about_us_banner.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Careers — hero background image (about_us_banner.png) layered under the dark gradient */
.do-careers .ds-home-hero {
  background-image:
    /* dark overlay so headline text stays readable */
    linear-gradient(135deg, rgba(71, 38, 126, 0.78) 0%, rgba(20, 8, 42, 0.82) 50%, rgba(5, 6, 14, 0.88) 100%),
    /* the banner image */
    url('../images/about_us_banner.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Space-time particle field — full-bleed animated background */
.ds-hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 65%, transparent 100%);
          mask-image: radial-gradient(ellipse at center, #000 65%, transparent 100%);
  animation: dsHeroParticleDrift 24s ease-in-out infinite alternate;
}
/* Paused state — applied when the hero is scrolled out of viewport to save CPU */
.ds-hero-particles.is-paused {
  animation-play-state: paused;
}

.ds-hero-particles .ds-hero-grain {
  mix-blend-mode: overlay;
}

@keyframes dsHeroParticleDrift {
  0%   { transform: translate3d(-1.2%, 0.6%, 0) scale(1); }
  100% { transform: translate3d(1.2%, -0.6%, 0) scale(1.03); }
}

@media (prefers-reduced-motion: reduce) {
  .ds-hero-particles,
  .ds-hero-particles * { animation: none !important; }
}

.ds-home-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 0 40px;
}

.ds-home-hero-left { flex: 1; min-width: 0; }
.ds-home-hero-right { flex: 1; min-width: 0; display: flex; justify-content: flex-end; height: 420px;}

.ds-hero-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C495DD;
  margin: 0 0 36px 0;
}

.ds-home-hero-left h1 {
font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -2px;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}

.ds-home-hero-left h1 .ds-text-purple {
  color: #ff6ff8;
}

.ds-home-hero-lede {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #C7CADD;
  max-width: 540px;
  margin: 0 0 18px 0;
}

.ds-hero-tagline {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #9098B0;
  margin: 0 0 38px 0;
}

.ds-home-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Outline buttons — dark + purple variant for hero */
.ds-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #C495DD;
  height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(196, 149, 221, 0.45);
  border-radius: 4px;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ds-btn-outline:hover,
.ds-btn-outline:focus {
  background: rgba(128, 66, 165, 0.18);
  border-color: rgba(196, 149, 221, 0.85);
  color: #F0DCFB;
  text-decoration: none;
}
.ds-btn-outline-mail {
  text-transform: none;
  letter-spacing: 0.3px;
  font-weight: 500;
}

/* ========================================
   Careers — Bionic figure visualisation (hero right side)
   ======================================== */
.ds-bionic-vis {
  width: 100%;
  max-width: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-bionic-vis svg {
  width: 100%;
  height: auto;
  max-height: 480px;
  display: block;
  overflow: visible;
}
.ds-bionic-vis .ds-bionic-figure {
  transform-origin: 270px 290px;
  animation: dsBionicBreath 4.4s ease-in-out infinite;
}
@keyframes dsBionicBreath {
  0%, 100% { filter: brightness(1); }
  50%      { filter: brightness(1.15); }
}
.ds-bionic-vis .ds-bionic-tag {
  animation: dsBionicTagFloat 3.8s ease-in-out infinite;
  transform-origin: center;
}
.ds-bionic-vis .ds-bionic-tag-l:nth-of-type(2) { animation-delay: 0.4s; }
.ds-bionic-vis .ds-bionic-tag-l:nth-of-type(3) { animation-delay: 0.8s; }
.ds-bionic-vis .ds-bionic-tag-l:nth-of-type(4) { animation-delay: 1.2s; }
.ds-bionic-vis .ds-bionic-tag-r:nth-of-type(1) { animation-delay: 1.6s; }
.ds-bionic-vis .ds-bionic-tag-r:nth-of-type(2) { animation-delay: 2s; }
.ds-bionic-vis .ds-bionic-tag-r:nth-of-type(3) { animation-delay: 2.4s; }
.ds-bionic-vis .ds-bionic-tag-r:nth-of-type(4) { animation-delay: 2.8s; }
@keyframes dsBionicTagFloat {
  0%, 100% { filter: brightness(1); }
  50%      { filter: brightness(1.25); }
}
@media (prefers-reduced-motion: reduce) {
  .ds-bionic-vis,
  .ds-bionic-vis * { animation: none !important; }
}

/* ========================================
   Studio model diagram (Who We Are — Operating Model section)
   Visualises: client + studio working as one, 4 principles embodied
   ======================================== */
.ds-studio-vis {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.ds-studio-vis .ds-studio-iter {
  transform-origin: 300px 175px;
  animation: dsStudioIterPulse 3.6s ease-in-out infinite;
}
@keyframes dsStudioIterPulse {
  0%, 100% { filter: brightness(1); }
  50%      { filter: brightness(1.25); }
}
@media (prefers-reduced-motion: reduce) {
  .ds-studio-vis,
  .ds-studio-vis * { animation: none !important; }
}

/* ========================================
   Hero disciplines diagram (Who We Are)
   5 satellite badges → central DECISION hub
   ======================================== */
.ds-hero-disciplines {
  width: 100%;
  max-width: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-hero-disciplines svg {
  width: 100%;
  height: auto;
  max-height: 460px;
  display: block;
  overflow: visible;
}
.ds-hero-disciplines .ds-orb-badge {
  transform-origin: center;
  animation: dsOrbBreath 4.4s ease-in-out infinite;
}
.ds-hero-disciplines .ds-orb-badge:nth-of-type(2) { animation-delay: 0.6s; }
.ds-hero-disciplines .ds-orb-badge:nth-of-type(3) { animation-delay: 1.2s; }
.ds-hero-disciplines .ds-orb-badge:nth-of-type(4) { animation-delay: 1.8s; }
.ds-hero-disciplines .ds-orb-badge:nth-of-type(5) { animation-delay: 2.4s; }
@keyframes dsOrbBreath {
  0%, 100% { filter: brightness(1); }
  50%      { filter: brightness(1.18); }
}
@media (prefers-reduced-motion: reduce) {
  .ds-hero-disciplines .ds-orb-badge { animation: none !important; }
}

/* ============================================================
   HERO RIGHT — flyout metric cards (Who We Are)
   ============================================================ */
.do-who-we-are .ds-hero-flyout {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-height: 460px;
  margin: 0 auto;
  display: block;
}

/* Decorative glow halos */
.do-who-we-are .ds-hero-flyout-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  opacity: 0.55;
  animation: dsFlyoutGlow 8s ease-in-out infinite;
}
.do-who-we-are .ds-hero-flyout-glow-a {
  top: 8%;
  right: 10%;
  width: 280px;
  height: 280px;
  background: radial-gradient(closest-side, rgba(196, 149, 221, 0.55), transparent 70%);
}
.do-who-we-are .ds-hero-flyout-glow-b {
  bottom: 4%;
  left: 6%;
  width: 240px;
  height: 240px;
  background: radial-gradient(closest-side, rgba(22, 201, 255, 0.32), transparent 70%);
  animation-delay: 2s;
}
@keyframes dsFlyoutGlow {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  50%      { transform: translate(8px, -10px) scale(1.06); opacity: 0.75; }
}

/* Floating particles */
.do-who-we-are .ds-hero-flyout-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E2B6F7;
  box-shadow: 0 0 14px rgba(226, 182, 247, 0.85);
  pointer-events: none;
  animation: dsFlyoutDrift 6.4s ease-in-out infinite;
}
.do-who-we-are .ds-hero-flyout-dot-1 { top: 12%;  left: 22%; animation-delay: 0s;   }
.do-who-we-are .ds-hero-flyout-dot-2 { top: 38%;  right: 8%; width: 4px; height: 4px; animation-delay: 1.4s; background: #16C9FF; box-shadow: 0 0 12px rgba(22, 201, 255, 0.85); }
.do-who-we-are .ds-hero-flyout-dot-3 { bottom: 22%; left: 12%; width: 5px; height: 5px; animation-delay: 2.8s; }
.do-who-we-are .ds-hero-flyout-dot-4 { bottom: 8%;  right: 28%; width: 4px; height: 4px; animation-delay: 4s; background: #16C9FF; box-shadow: 0 0 10px rgba(22, 201, 255, 0.7); }
@keyframes dsFlyoutDrift {
  0%, 100% { transform: translateY(0) translateX(0); opacity: 0.7; }
  50%      { transform: translateY(-18px) translateX(8px); opacity: 1; }
}

/* The cards themselves */
.do-who-we-are .ds-hero-flyout-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 270px;
  padding: 24px 26px 22px;
  background: linear-gradient(180deg, rgba(30, 18, 56, 0.92), rgba(20, 8, 42, 0.92));
  border: 1px solid rgba(196, 149, 221, 0.35);
  border-radius: 18px;
  box-shadow:
    0 30px 60px -20px rgba(102, 40, 139, 0.55),
    0 12px 32px -12px rgba(20, 8, 42, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: dsFlyoutBob 5.6s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.do-who-we-are .ds-hero-flyout-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(226, 182, 247, 0.55), rgba(22, 201, 255, 0.0) 50%, rgba(196, 149, 221, 0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.7;
}
.do-who-we-are .ds-hero-flyout-card:hover {
  transform: translateY(-4px) rotate(0) !important;
  border-color: rgba(226, 182, 247, 0.6);
  box-shadow:
    0 36px 70px -22px rgba(128, 66, 165, 0.7),
    0 16px 36px -14px rgba(20, 8, 42, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Card 1 — top-left */
.do-who-we-are .ds-hero-flyout-card-1 {
  top: 6%;
  left: 0;
  transform: rotate(-2deg);
  animation-delay: 0.2s;
}
/* Card 2 — bottom-right, offset/overlapping for the flyout feel */
.do-who-we-are .ds-hero-flyout-card-2 {
  bottom: 6%;
  right: 0;
  transform: rotate(2deg);
  animation-delay: 1.6s;
}

@keyframes dsFlyoutBob {
  0%, 100% { transform: translateY(0) rotate(var(--ds-rot, 0deg)); }
  50%      { transform: translateY(-10px) rotate(var(--ds-rot, 0deg)); }
}
.do-who-we-are .ds-hero-flyout-card-1 { --ds-rot: -2deg; }
.do-who-we-are .ds-hero-flyout-card-2 { --ds-rot:  2deg; }

/* Card content */
.do-who-we-are .ds-hero-flyout-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(196, 149, 221, 0.28), rgba(22, 201, 255, 0.18));
  border: 1px solid rgba(226, 182, 247, 0.4);
  color: #E2B6F7;
  margin-bottom: 4px;
}
.do-who-we-are .ds-hero-flyout-card-2 .ds-hero-flyout-icon {
  color: #B5ECFF;
  border-color: rgba(22, 201, 255, 0.45);
}
.do-who-we-are .ds-hero-flyout-value {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -1.5px;
  color: #ffffff;
  background: linear-gradient(135deg, #ffffff 0%, #E2B6F7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.do-who-we-are .ds-hero-flyout-card-2 .ds-hero-flyout-value {
  background: linear-gradient(135deg, #ffffff 0%, #B5ECFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.do-who-we-are .ds-hero-flyout-plus {
  font-size: 32px;
  font-weight: 700;
  margin-left: 4px;
  vertical-align: top;
  line-height: 1.4;
}
.do-who-we-are .ds-hero-flyout-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #E2B6F7;
  margin-top: 2px;
}
.do-who-we-are .ds-hero-flyout-card-2 .ds-hero-flyout-label {
  color: #B5ECFF;
}
.do-who-we-are .ds-hero-flyout-sub {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: rgba(240, 220, 251, 0.65);
  letter-spacing: 0.1px;
}

/* Reduced-motion + responsive */
@media (prefers-reduced-motion: reduce) {
  .do-who-we-are .ds-hero-flyout-card,
  .do-who-we-are .ds-hero-flyout-glow,
  .do-who-we-are .ds-hero-flyout-dot {
    animation: none !important;
  }
}
@media (max-width: 992px) {
  .do-who-we-are .ds-hero-flyout {
    min-height: auto;
    padding: 20px 0;
  }
  .do-who-we-are .ds-hero-flyout-card {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 14px auto;
    top: auto; bottom: auto; left: auto; right: auto;
    transform: none !important;
    animation: none;
  }
  .do-who-we-are .ds-hero-flyout-glow,
  .do-who-we-are .ds-hero-flyout-dot { display: none; }
}
@media (max-width: 480px) {
  .do-who-we-are .ds-hero-flyout-value { font-size: 44px; }
  .do-who-we-are .ds-hero-flyout-card { padding: 20px 22px; }
}

/* ========================================
   1b. HERO SPEC PANEL (right side)
   ======================================== */
.ds-spec-panel {
  position: relative;
  width: 100%;
  max-width: 540px;
  padding: 40px 38px 32px;
  background: rgba(20, 12, 38, 0.55);
  border: 1px solid rgba(196, 149, 221, 0.12);
}

.ds-spec-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 0 solid rgba(196, 149, 221, 0.65);
  pointer-events: none;
}
.ds-spec-corner-tl { top: -1px; left: -1px;  border-top-width: 1.5px; border-left-width: 1.5px; }
.ds-spec-corner-tr { top: -1px; right: -1px; border-top-width: 1.5px; border-right-width: 1.5px; }
.ds-spec-corner-bl { bottom: -1px; left: -1px;  border-bottom-width: 1.5px; border-left-width: 1.5px; }
.ds-spec-corner-br { bottom: -1px; right: -1px; border-bottom-width: 1.5px; border-right-width: 1.5px; }

.ds-spec-header {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #B196CB;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(196, 149, 221, 0.14);
  margin-bottom: 6px;
}

.ds-spec-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ds-spec-rows li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.ds-spec-rows li + li {
  border-top: 1px solid rgba(196, 149, 221, 0.08);
}
.ds-spec-key {
  color: #B196CB;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
.ds-spec-val {
  color: #FFFFFF;
  font-weight: 500;
}
.ds-spec-link {
  color: #C495DD;
  font-weight: 500;
}
.ds-spec-link:hover { color: #F0DCFB; text-decoration: underline; }

.ds-spec-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(196, 149, 221, 0.14);
}
.ds-spec-tile {
  display: flex;
  align-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.45);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #C495DD;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(196, 149, 221, 0.06);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ds-spec-tile:hover,
.ds-spec-tile:focus {
  background: rgba(128, 66, 165, 0.32);
  border-color: rgba(196, 149, 221, 0.45);
  color: #F0DCFB;
  text-decoration: none;
}

/* ========================================
   2. TRUST LAYER
   ======================================== */
.ds-trust-layer {
   border-top: 1px solid rgba(128, 66, 165, 0.08);
      padding: 60px 0 0}
.do-careers .ds-trust-layer{
  padding: 60px 0 100px;
}
.ds-trust-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.ds-trust-statement {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
    color: #393950;
width: 80%;
    margin: 0 auto;
    font-size: 26px !important;
    line-height: 34px !important;
}

.ds-trust-statement strong {

  font-weight: 700;
}

/* ========================================
   3. METRICS
   ======================================== */
.ds-metrics {
  background: #ffffff;
  padding: 80px 0 90px;
  border-bottom: 1px solid rgba(128, 66, 165, 0.08);
}

.ds-metrics-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ds-metric-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF5FF 100%);
  border: 1px solid rgba(128, 66, 165, 0.14);
  border-radius: 18px;
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  min-width: 0;
}



.ds-metric-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8042A5 0%, #C495DD 100%);
}


.ds-metric-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background:linear-gradient(135deg, #9645c6 0%, #731ca7 100%);
  color: #FFFFFF;
  margin-bottom: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ds-metric-icon svg {
  width: 28px !important;
  height: 28px !important;
  stroke: #FFFFFF;
  color: #FFFFFF;
}

.ds-metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(102, 40, 139, 0.12);
  border-color: rgba(128, 66, 165, 0.3);
}
.ds-metric-card:hover .ds-metric-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 22px rgba(102, 40, 139, 0.32);
}

.ds-metric-value {
  display: block;
  font-family: 'Manrope', 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  letter-spacing: -1px;
  color: #1B1B1F;
  white-space: nowrap;
  margin: 0 0 8px 0;
}
.ds-metric-unit {
  font-family: 'Manrope', 'Inter', sans-serif !important;
  font-size: 26px !important;
  font-weight: 700;
  color: #66288B;
  margin-left: 2px;
}
.ds-metric-label {
  display: block;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #1B1B1F;
  margin: 0 0 6px 0;
}
.ds-metric-sub {
  display: block;
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #5B6065;
}

/* ========================================
   4. WHY DIFFERENT  (dark mode)
   ======================================== */
.ds-why-different {
  position: relative;
  background: #05060E;
  background-image:
   radial-gradient(circle at 100% 0%, rgb(155 57 188 / 0.45) 0%, rgba(245, 217, 255, 0) 40%), radial-gradient(circle at 0% 100%, rgb(99 47 126 / 0.55) 0%, rgb(99 47 126 / 0%) 45%), linear-gradient(135deg, #2A1452 0%, #43257a 50%, #191f50 100%);
     color: #ECEEF6;
  padding: 80px 0;
  overflow: hidden;
}

.ds-why-different::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(196, 149, 221, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 149, 221, 0.05) 1px, transparent 1px);
  background-size: 56px 56px, 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 60%, transparent 100%);
          mask-image: radial-gradient(ellipse at center, #000 60%, transparent 100%);
}

.ds-why-different-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.ds-why-different-text { width: 100%; max-width: 820px; order: 2; }
.ds-why-different-text p { margin-left: auto; margin-right: auto; }
.ds-why-different-diagram {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 1;
  margin-bottom: 10px;
}
.ds-why-different-cta { order: 3; margin-top: 0px; display: flex; justify-content: center; width: 100%; }

.ds-why-different-text .ds-section-eyebrow {
  background: transparent;
  color: #ff6ff8;
  padding: 6px 0;
  letter-spacing: 2px;
}

.ds-why-different-text h2 {
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF;
}
.ds-why-different-text h2 .ds-text-purple { 
  color: #ff6ff8; }

.ds-why-different-text p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
  max-width: 560px;
  color: #C7CADD;
}
.ds-why-different-text p strong { color: #F0DCFB; font-weight: 700; }

.ds-why-different-text .ds-btn-primary {
  background: rgba(196, 149, 221, 0.12);
  border: 1px solid rgba(196, 149, 221, 0.45);
  color: #F0DCFB;
}
.ds-why-different-text .ds-btn-primary:hover,
.ds-why-different-text .ds-btn-primary:focus {
  background: rgba(128, 66, 165, 0.4);
  border-color: rgba(196, 149, 221, 0.85);
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(102, 40, 139, 0.35);
}

.ds-why-different-diagram svg {
  width: 100%;
  max-width: 1180px;
  height: 260px;
  display: block;
  overflow: visible;
}

/* ===== Pipeline diagram: cylinders + flowing connectors + arrow ===== */
.ds-pipeline .ds-flow-line {
  animation: dsPipeFlow 1.6s linear infinite;
}
@keyframes dsPipeFlow {
  to { stroke-dashoffset: -120; }
}

.ds-pipeline .ds-cyl {
  transform-origin: center bottom;
  animation: dsCylBreath 5s ease-in-out infinite;
}
.ds-pipeline .ds-cyl-b { animation-delay: 0.6s; }
.ds-pipeline .ds-cyl-c { animation-delay: 1.2s; }

@keyframes dsCylBreath {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}

.ds-pipeline .ds-decision-bulb {
  transform-origin: 985px 220px;
  animation: dsBulbPulse 2.8s ease-in-out infinite;
}
@keyframes dsBulbPulse {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50%      { transform: scale(1.04); filter: brightness(1.18); }
}

@media (prefers-reduced-motion: reduce) {
  .ds-pipeline *,
  .ds-pipeline .ds-flow-line,
  .ds-pipeline .ds-cyl,
  .ds-pipeline .ds-decision-bulb { animation: none !important; }
}

/* ========================================
   FIVE DISCIPLINES — card grid (Who We Are)
   Each card: icon-in-circle badge → name → divider → italic question
   ======================================== */
.ds-discipline-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.ds-discipline-card {
  background: rgba(20, 12, 38, 0.55);
  border: 1px solid rgba(196, 149, 221, 0.32);
  border-radius: 14px;
  padding: 32px 22px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.ds-discipline-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 149, 221, 0.7);
  box-shadow: 0 12px 28px rgba(102, 40, 139, 0.25);
}
.ds-discipline-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(128, 66, 165, 0.32);
  border: 1px solid rgba(196, 149, 221, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F0DCFB;
  flex-shrink: 0;
}
.ds-discipline-badge svg { width: 28px; height: 28px; }

.ds-discipline-card:hover .ds-discipline-badge {
  background: rgba(168, 101, 224, 0.4);
  color: #FFFFFF;
}

/* Higher specificity so this wins over `.do-home-v2 h3` which sets a dark grey color */
.do-home-v2 .ds-discipline-card .ds-discipline-name,
.ds-discipline-card .ds-discipline-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #F0DCFB;
  line-height: 1.35;
  margin: 0;
}
.ds-discipline-divider {
  width: 60%;
  height: 0;
  border-top: 1px dotted rgba(196, 149, 221, 0.4);
  display: block;
}
.ds-discipline-q {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: #C7CADD;
  margin: 0;
  max-width: 22ch;
}
.ds-discipline-converge {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 16px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 11px !important;
  letter-spacing: 1.4px;
color: rgb(130 228 255);
}
.ds-discipline-converge span { color: rgba(196, 149, 221, 0.55); margin: 0 6px; }

@media (max-width: 1100px) {
  .ds-discipline-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .ds-discipline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 460px) {
  .ds-discipline-grid { grid-template-columns: 1fr; }
}

/* ========================================
   5. YOUR TEAM, AMPLIFIED
   ======================================== */
.ds-amplify {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.ds-amplify-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: stretch;
}

.ds-amplify-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ds-amplify-content .ds-section-eyebrow {
  margin-bottom: 4px;
}

.ds-amplify-content h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 14px 0;
}

.ds-amplify-lede {
  font-size: 17px;
  line-height: 27px;
  color: #4D4450;
  margin: 0 0 28px 0;
  max-width: 520px;
}

.ds-amplify-lede strong {
  color: #66288B;
  font-weight: 700;
}

.ds-amplify-figure {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
   align-self: stretch;
  min-height: 620px;
  display: flex;
      border: 1px solid #f3d9fe;
}

.ds-amplify-figure svg,
.ds-amplify-figure img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Team-Amplifier visualization animations */
.ds-amp-vis .ds-suit-ring {
  transform-origin: 300px 320px;
  animation: dsSuitSpin 22s linear infinite;
}
.ds-amp-vis .ds-suit-rim {
  transform-origin: 300px 320px;
  animation: dsSuitSpin 16s linear infinite reverse;
}
@keyframes dsSuitSpin {
  to { transform: rotate(360deg); }
}

.ds-amp-vis .ds-amp-team {
  transform-origin: 300px 388px;
  animation: dsTeamBreath 4.4s ease-in-out infinite;
}
@keyframes dsTeamBreath {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-3px) scale(1.015); }
}

.ds-amp-vis .ds-amp-badge {
  transition: filter 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ds-amp-vis *,
  .ds-amp-vis .ds-suit-ring,
  .ds-amp-vis .ds-suit-rim,
  .ds-amp-vis .ds-amp-team { animation: none !important; }
}

.ds-amplify-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 28px 0;
}

.ds-amplify-card {
  background: #FFFFFF;
  border: 1px solid rgba(128, 66, 165, 0.12);
  border-radius: 14px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 16px;
  row-gap: 2px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ds-amplify-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(102, 40, 139, 0.10);
  border-color: rgba(128, 66, 165, 0.25);
}

.ds-amplify-icon {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FAEBFF 0%, #F0CFFE 100%);
  color: #66288B;
  margin: 2px 0 0 0;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.ds-amplify-icon svg { width: 22px; height: 22px; }

.ds-amplify-card:hover .ds-amplify-icon {
  background: linear-gradient(135deg, #8042A5 0%, #66288B 100%);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.ds-amplify-stat {
  grid-column: 2;
  grid-row: 1;
  display: inline-block;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.5px;
  color: #66288B;
  margin: 0 0 2px 0;
}

.ds-amplify-card h3 {
  grid-column: 2;
  grid-row: 2;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1B1B1F;
  margin: 2px 0 4px;
  letter-spacing: -0.2px;
}

.ds-amplify-card p {
  grid-column: 2;
  grid-row: 3;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 20px;
  color: #4D4450;
  margin: 0;
}

.ds-amplify-cta { align-self: flex-start; }

@media (max-width: 980px) {
  .ds-amplify-body {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .ds-amplify-figure { max-width: 520px; margin: 0 auto; }
  .ds-amplify-content { align-items: center; text-align: center; }
  .ds-amplify-lede { margin-left: auto; margin-right: auto; }
  .ds-amplify-cta { align-self: center; }
}

@media (max-width: 760px) {
  .ds-amplify-grid { grid-template-columns: 1fr; }
  .ds-amplify-content h2 { font-size: 30px; line-height: 38px; }
  .ds-amplify { padding: 70px 0; }
}

/* ========================================
   6. CASE TEASER
   ======================================== */
.ds-case-teaser {
      background: #f8e3fe;
  padding: 60px 0;
}

.ds-case-teaser-header,
.ds-industries-header,
.ds-voices-header {
  max-width: 820px;
  margin: 0 auto 56px;
  padding: 0 32px;
  text-align: center;
}

.ds-case-teaser-header p,
.ds-industries-header p,
.ds-voices-header p {
  font-size: 17px;
  line-height: 28px;
  color: #4D4450;
}

.ds-case-teaser-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ds-case-card {
  background: #FFFFFF;
  border: 1px solid rgba(174, 178, 184, 0.15);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ds-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}

.ds-case-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.ds-case-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ds-case-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(128, 66, 165, 0.12);
  border-radius: 999px;
  padding: 5px 11px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8042A5;
}

.ds-case-card-body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.ds-case-card-body h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #2E3337;
  margin: 0;
}
.ds-case-card-body p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #5B6065;
  margin: 0;
  min-height: 44px;
}
.ds-case-card-foot {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.ds-case-stat-value {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.1;
  color: #8042A5;
}
.ds-case-stat-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5B6065;
  margin-top: 2px;
}
.ds-case-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #8042A5;
}

.ds-case-teaser-foot,
.ds-industries-foot {
  text-align: center;
  margin-top: 40px;
}

/* ========================================
   6. INDUSTRIES
   ======================================== */
.ds-industries {
  background: #ffffff;
  padding: 60px 0;
}

.ds-industry-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ds-industry-card {
  position: relative;
  display: block;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  color: #FFFFFF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(128, 66, 165, 0.1);
}

.ds-industry-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ds-industry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(102, 40, 139, 0.18);
}
.ds-industry-card:hover img {
  transform: scale(1.06);
}

.ds-industry-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, rgba(20,8,35,0) 30%, rgba(20,8,35,0.55) 65%, rgba(20,8,35,0.85) 100%);
  color: #FFFFFF;
}

.ds-industry-overlay h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0 0 4px;
  letter-spacing: -0.2px;
}

.ds-industry-overlay span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.85);
}

/* ========================================
   7. CLIENT VOICES
   ======================================== */
.ds-voices {
  background: linear-gradient(180deg, #f8e3fe 0%, #fdf6ff 100%);
  padding: 60px 0;
}

.ds-voices-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ds-voice-card {
  background: #FFFFFF;
  border: 1px solid rgba(128, 66, 165, 0.12);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ds-voice-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(102, 40, 139, 0.1);
}

.ds-voice-quote {
  display: block;
  opacity: 0.85;
}

.ds-voice-body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #2E3337;
  margin: 0;
  flex-grow: 1;
}

.ds-voice-author {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ds-voice-role {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1B1B1F;
}
.ds-voice-industry {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8042A5;
  background: #F5D9FF;
  padding: 3px 10px;
  border-radius: 999px;
}

/* ========================================
   CAREERS — Bionic Suite (8 D-Tools)
   ======================================== */
.ds-bionic {
  position: relative;
  background-color: #05060E;
  background-image:
    /* dark overlay so headline + cards stay readable */
    linear-gradient(135deg, rgba(41, 20, 80, 0.85) 0%, rgba(22, 9, 45, 0.88) 50%, rgba(23, 27, 66, 0.9) 100%),
    /* purple atmospheric glows */
    radial-gradient(circle at 100% 0%, rgba(155, 57, 188, 0.35) 0%, rgba(245, 217, 255, 0) 45%),
    radial-gradient(circle at 0% 100%, rgba(99, 47, 126, 0.4) 0%, rgba(99, 47, 126, 0) 45%),
    /* the banner image */
    url('../images/about_us_banner.png');
  background-size: cover, 100% 100%, 100% 100%, cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ECEEF6;
  padding: 90px 0;
  overflow: hidden;
}
.ds-bionic-header {
  max-width: 820px;
  margin: 0 auto 48px;
  padding: 0 32px;
  text-align: center;
}
.ds-bionic-header .ds-section-eyebrow {
  background: transparent;
  color: #C495DD;
  padding: 6px 0;
  letter-spacing: 2px;
}
.ds-bionic-header h2 { color: #FFFFFF; font-size: 38px; line-height: 46px; }
.ds-bionic-header h2 .ds-text-purple { color: #C495DD; }
.ds-bionic-header p {
  color: #C7CADD;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 640px;
}

.ds-bionic-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ds-bionic-card {
  position: relative;
  background: rgba(68, 25, 91, 0.32);
  border: 1px solid rgba(196, 149, 221, 0.32);
  border-radius: 14px;
  padding: 28px 22px 24px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.ds-bionic-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 149, 221, 0.7);
  box-shadow: 0 12px 28px rgba(102, 40, 139, 0.25);
}
.ds-bionic-num {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: #C495DD;
  background: rgba(196, 149, 221, 0.12);
  border: 1px solid rgba(196, 149, 221, 0.3);
  border-radius: 4px;
  padding: 3px 8px;
  margin-bottom: 14px;
}
.do-home-v2 .ds-bionic-card h3,
.ds-bionic-card h3 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  margin: 0 0 8px;
}
.ds-bionic-card h3 sup {
  font-size: 9px;
  color: #C495DD;
  font-weight: 500;
  margin-left: 2px;
  vertical-align: super;
}
.ds-bionic-card p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #C7CADD;
  margin: 0;
}

/* ========================================
   CAREERS — Training Grid (5 disciplines × 3 levels)
   ======================================== */
.ds-training {
  background: #ffffff;
  padding: 90px 0;
}
.ds-training-header {
  max-width: 820px;
  margin: 0 auto 36px;
  padding: 0 32px;
  text-align: center;
}
.ds-training-header h2 { font-size: 38px; line-height: 46px; }
.ds-training-header p {
  color: #4D4450;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 640px;
}
.ds-training-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  overflow-x: auto;
}
.ds-training-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  border: 1px solid rgba(128, 66, 165, 0.14);
  border-radius: 16px;
  overflow: hidden;
  font-size: 13.5px;
}
.ds-training-table th,
.ds-training-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(128, 66, 165, 0.10);
}
.ds-training-table thead th {
  background: linear-gradient(180deg, #FAF1FF 0%, #F0CFFE 100%);
  color: #66288B;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.ds-training-table thead th.ds-tt-discipline { background: #66288B; color: #FFFFFF; }
.ds-training-table tbody th.ds-tt-discipline {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 13.5px;
  color: #1B1B1F;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF5FF 100%);
  border-right: 1px solid rgba(128, 66, 165, 0.10);
  letter-spacing: -0.2px;
  text-transform: none;
  width: 22%;
}
.ds-training-table tbody td {
  color: #4D4450;
  line-height: 22px;
}
.ds-training-table tbody tr:last-child th,
.ds-training-table tbody tr:last-child td { border-bottom: 0; }
.ds-tt-level {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.6px;
}

/* ========================================
   CAREERS — Roles (5 specialised tracks)
   ======================================== */
.ds-roles {
  position: relative;
  background: #05060E;
    background: radial-gradient(circle at 0% 0%, rgba(155, 57, 188, 0.35) 0%, rgba(245, 217, 255, 0) 45%), linear-gradient(rgb(46 23 89) 0%, rgb(20 25 70) 100%) rgb(20 24 58);
  padding: 90px 0;
}
.ds-roles-header {
  max-width: 820px;
  margin: 0 auto 40px;
  padding: 0 32px;
  text-align: center;
}
.ds-roles-header .ds-section-eyebrow { color: #C495DD; background: transparent; padding: 6px 0; letter-spacing: 2px; }
.ds-roles-header h2 { color: #FFFFFF; font-size: 38px; line-height: 46px; }
.ds-roles-header h2 .ds-text-purple { color: #C495DD; }

.ds-roles-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.ds-role-card {
  display: flex;
  flex-direction: column;
  background: rgba(39, 21, 80, 0.55);
  border: 1px solid rgba(196, 149, 221, 0.32);
  border-radius: 14px;
  padding: 24px 22px 22px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.ds-role-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8042A5 0%, #C495DD 100%);
  border-radius: 14px 14px 0 0;
}
.ds-role-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 149, 221, 0.7);
  box-shadow: 0 12px 28px rgba(102, 40, 139, 0.25);
  text-decoration: none;
}
.ds-role-no {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: #C495DD;
  margin: 6px 0 12px;
}
.do-home-v2 .ds-role-card h3,
.ds-role-card h3 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 0 8px;
}
.ds-role-card p {
  font-size: 12.5px;
  line-height: 19px;
  color: #C7CADD;
  margin: 0 0 14px;
  flex: 1;
}
.ds-role-skills {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #C495DD;
  padding-top: 12px;
  border-top: 1px dotted rgba(196, 149, 221, 0.35);
}

/* ========================================
   CAREERS — Lifecycle Flywheel
   ======================================== */
.ds-lifecycle {
  background: linear-gradient(180deg, #ffffff 0%, #FAF1FF 100%);
  padding: 90px 0;
}
.ds-lifecycle-header {
  max-width: 820px;
  margin: 0 auto 40px;
  padding: 0 32px;
  text-align: center;
}
.ds-lifecycle-header h2 { font-size: 38px; line-height: 46px; }

.ds-lifecycle-flow {
  list-style: none;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: stage;
}
.ds-lifecycle-stage {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(128, 66, 165, 0.14);
  border-radius: 16px;
  padding: 26px 22px 22px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.ds-lifecycle-stage::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #8042A5;
  z-index: 2;
}
.ds-lifecycle-stage:last-child::after { content: '↻'; }
.ds-lifecycle-stage:hover {
  transform: translateY(-3px);
  border-color: rgba(128, 66, 165, 0.35);
  box-shadow: 0 14px 32px rgba(102, 40, 139, 0.10);
}
.ds-lifecycle-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: #C495DD;
}
.ds-lifecycle-label {
  display: block;
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #66288B;
  margin: 10px 0 14px;
}
.do-home-v2 .ds-lifecycle-stage h3,
.ds-lifecycle-stage h3 {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  color: #1B1B1F;
  margin: 0 0 8px;
}
.ds-lifecycle-stage p {
  font-size: 13.5px;
  line-height: 21px;
  color: #4D4450;
  margin: 0;
}

/* ========================================
   CAREERS — Dual CTA  (Talent + Clients)
   ======================================== */
.ds-careers-cta {
  background: #ffffff;
  padding: 60px 0 100px;
}
.ds-careers-cta-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.ds-careers-cta-grid-single {
  grid-template-columns: 1fr;
  max-width: 880px;
}
.ds-careers-cta-grid-single .ds-careers-cta-card {
  text-align: center;
  padding: 56px 48px;
}
.ds-careers-cta-grid-single .ds-careers-cta-card p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.ds-careers-cta-card {
  background: linear-gradient(180deg, #ffffff 0%, #FAF1FF 100%);
  border: 1px solid rgba(128, 66, 165, 0.18);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ds-careers-cta-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8042A5 0%, #C495DD 100%);
}
.ds-careers-cta-talent::before { background: linear-gradient(90deg, #66288B 0%, #C495DD 100%); }
.ds-careers-cta-clients::before { background: linear-gradient(90deg, #16C9FF 0%, #C495DD 100%); }
.ds-careers-cta-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #66288B;
  background: #F0CFFE;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.ds-careers-cta-clients .ds-careers-cta-eyebrow {
  color: #075E84;
  background: rgba(22, 201, 255, 0.18);
}
.ds-careers-cta-card h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 12px;
}
.ds-careers-cta-card p {
  font-size: 15px;
  line-height: 24px;
  color: #4D4450;
  margin: 0 auto 20px;
  max-width: 380px;
}

/* ========================================
   CAREERS — Responsive
   ======================================== */
@media (max-width: 1100px) {
  .ds-bionic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ds-roles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ds-lifecycle-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ds-lifecycle-stage::after { content: '↓'; right: 50%; top: auto; bottom: -22px; transform: translateX(50%) translateY(0); }
  .ds-lifecycle-stage:nth-child(2)::after { content: '↻'; }
  .ds-lifecycle-stage:last-child::after { content: '↻'; }
}
@media (max-width: 720px) {
  .ds-bionic-header h2,
  .ds-training-header h2,
  .ds-roles-header h2,
  .ds-lifecycle-header h2 { font-size: 28px; line-height: 36px; }
  .ds-bionic, .ds-training, .ds-roles, .ds-lifecycle, .ds-careers-cta { padding: 70px 0; }
  .ds-bionic-grid { grid-template-columns: 1fr; }
  .ds-roles-grid { grid-template-columns: 1fr; }
  .ds-lifecycle-flow { grid-template-columns: 1fr; }
  .ds-careers-cta-grid { grid-template-columns: 1fr; }
  .ds-training-table { font-size: 12px; }
  .ds-training-table th, .ds-training-table td { padding: 12px 14px; }
}

/* ========================================
   8. FINAL CTA
   ======================================== */
.ds-final-cta {
  background: #ffffff;
  padding: 60px 0 100px;
}

.ds-final-cta-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 56px;
  background: radial-gradient(ellipse at 0% 0%, #F5D9FF 0%, rgba(245,217,255,0) 60%),
              radial-gradient(ellipse at 100% 100%, #E2B6F7 0%, rgba(226,182,247,0) 60%),
              #FAF1FF;
  border: 1px solid rgba(128, 66, 165, 0.15);
  border-radius: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ds-final-cta-card h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #1B1B1F;
  margin: 0 0 14px;
  letter-spacing: -1px;
}

.ds-final-cta-card p {
  font-size: 17px;
  line-height: 28px;
  color: #4D4450;
  margin: 0 0 28px;
}

.ds-final-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1100px) {
  .ds-home-hero-inner,
  .ds-why-different-inner {
    flex-direction: column;
    gap: 48px;
  }
  .ds-home-hero-right { justify-content: flex-start; }
  .ds-home-hero-left h1 { font-size: 72px; }
  .ds-spec-panel { max-width: 100%; }
  .ds-metrics-inner { grid-template-columns: repeat(2, 1fr); }
  .ds-metric-value { font-size: 30px !important; }
  .ds-metric-unit { font-size: 22px !important; }
  .ds-case-teaser-grid,
  .ds-industry-grid,
  .ds-voices-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .do-home-v2 h2 { font-size: 30px; line-height: 38px; }
  .ds-home-hero { padding: 80px 0 70px; }
  .ds-home-hero-inner { padding: 0 24px; gap: 40px; }
  .ds-home-hero-left h1 { font-size: 48px; letter-spacing: -0.5px; }
  .ds-home-hero-lede { font-size: 16px; line-height: 26px; }
  .ds-spec-panel { padding: 30px 24px 24px; }
  .ds-spec-tile { padding: 18px; font-size: 12px; letter-spacing: 1.4px; }
  .ds-trust-statement { font-size: 17px; line-height: 27px; }
  .ds-metrics,
  .ds-why-different,
  .ds-case-teaser,
  .ds-industries,
  .ds-voices { padding: 70px 0; }
  .ds-metrics-inner,
  .ds-case-teaser-grid,
  .ds-industry-grid,
  .ds-voices-grid { grid-template-columns: 1fr; }
  .ds-metric-card { padding: 26px 22px; }
  .ds-metric-value { font-size: 28px !important; white-space: normal; }
  .ds-metric-icon { width: 50px; height: 50px; margin-bottom: 18px; }
  .ds-why-different-text h2 { font-size: 30px; line-height: 38px; }
  .ds-final-cta-card { padding: 44px 24px; }
  .ds-final-cta-card h2 { font-size: 28px; line-height: 36px; }
  .ds-home-hero-ctas .ds-btn-outline,
  .ds-final-cta-actions .ds-btn-primary,
  .ds-final-cta-actions .ds-btn-ghost { width: 100%; }
}

/* ============================================================
   CONTACT PAGE  (.do-contact) — white theme
   ============================================================ */

/* --- Hero (matches Case Studies hero) --- */
.do-contact-hero {
  padding: 60px 0;
  background: #ffffff;
  background-image:
    radial-gradient(circle at 100% 0%, rgb(155 57 188 / 0.45) 0%, rgba(245, 217, 255, 0) 40%),
    radial-gradient(circle at 0% 100%, rgb(99 47 126 / 0.55) 0%, rgb(99 47 126 / 0%) 45%),
    linear-gradient(135deg, #2A1452 0%, #43257a 50%, #191f50 100%);
}
.do-contact-hero .hero-container {
  max-width: 768px;
  padding: 0 32px;
}
.do-contact-hero h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.43;
  letter-spacing: -0.0357em;
  color: #fff;
  margin: 0 0 4px 0;
}
.do-contact-hero p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.625;
  color: #d8baff;
  margin: 0;
}
@media (max-width: 768px) {
  .do-contact-hero h1 { font-size: 32px; }
  .do-contact-hero p { font-size: 17px; }
}
@media (max-width: 480px) {
  .do-contact-hero { padding: 44px 0; }
  .do-contact-hero h1 { font-size: 26px; }
  .do-contact-hero p { font-size: 15px; }
}

.do-contact .ds-contact {
  color: #1B1B1F;
  padding: 90px 0 90px;
  position: relative;
  overflow: hidden;
}
.do-contact .ds-contact::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(closest-side, rgba(128, 66, 165, 0.10), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
.do-contact .ds-contact::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -160px;
  width: 600px;
  height: 600px;
  background: radial-gradient(closest-side, rgba(196, 149, 221, 0.14), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
.do-contact .ds-contact-grid {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 56px;
  align-items: start;
}

/* --- LEFT: form wrapper --- */
.do-contact .ds-contact-form-wrap h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #14082A;
  margin: 14px 0 18px;
  letter-spacing: -0.5px;
}
.do-contact .ds-contact-form-wrap h2 .ds-text-purple {
  color: #66288B;
}
.do-contact .ds-contact-lede {
  font-size: 16px;
  line-height: 26px;
  color: rgba(27, 27, 31, 0.7);
  max-width: 540px;
  margin: 0 0 28px;
}
.do-contact .ds-section-eyebrow {
  color: #66288B;
}

/* --- Status messages --- */
.do-contact .ds-contact-status {
  margin: 0 0 24px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border: 1px solid transparent;
}
.do-contact .ds-contact-status-success {
  background: #E6F8FE;
  border-color: rgba(22, 201, 255, 0.45);
  color: #0A6E89;
}
.do-contact .ds-contact-status-error {
  background: #FDECEF;
  border-color: rgba(214, 60, 90, 0.4);
  color: #A02540;
}

/* --- Form layout --- */
.do-contact .ds-contact-form {
  display: block;
}
.do-contact .ds-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.do-contact .ds-form-field {
  display: block;
  margin-bottom: 18px;
}
.do-contact .ds-form-row .ds-form-field {
  margin-bottom: 0;
}
.do-contact .ds-form-label {
  display: block;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #66288B;
  font-weight: 700;
  margin-bottom: 8px;
}
.do-contact .ds-form-label em {
  color: #C2185B;
  font-style: normal;
  margin-left: 2px;
}
.do-contact .ds-contact-form input[type="text"],
.do-contact .ds-contact-form input[type="email"],
.do-contact .ds-contact-form input[type="tel"],
.do-contact .ds-contact-form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #E2C8F1;
  border-radius: 10px;
  padding: 14px 16px;
  color: #14082A;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 22px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: 0 1px 2px rgba(20, 8, 42, 0.04);
}
.do-contact .ds-contact-form textarea {
  resize: vertical;
  min-height: 140px;
  font-family: 'Inter', sans-serif;
}
.do-contact .ds-contact-form input::placeholder,
.do-contact .ds-contact-form textarea::placeholder {
  color: rgba(27, 27, 31, 0.38);
}
.do-contact .ds-contact-form input:hover,
.do-contact .ds-contact-form textarea:hover {
  border-color: #C495DD;
}
.do-contact .ds-contact-form input:focus,
.do-contact .ds-contact-form textarea:focus {
  border-color: #8042A5;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(128, 66, 165, 0.18);
}

/* --- Honeypot: visually hidden but reachable to bots --- */
.do-contact .ds-form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* --- Submit button --- */
.do-contact .ds-form-submit {
  margin-top: 8px;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}
.do-contact .ds-form-fineprint {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: rgba(27, 27, 31, 0.55);
  max-width: 480px;
}

/* --- RIGHT: info card --- */
.do-contact .ds-contact-info {
  background: #ffffff;
  border: 1px solid #EADAF5;
  border-radius: 18px;
  padding: 36px 32px;
  position: relative;
  box-shadow: 0 12px 40px rgba(102, 40, 139, 0.08), 0 2px 6px rgba(20, 8, 42, 0.04);
}
.do-contact .ds-contact-info h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  color: #14082A;
  margin: 12px 0 24px;
  letter-spacing: -0.3px;
}
.do-contact .ds-contact-channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.do-contact .ds-contact-channels > li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 0 0 22px;
  border-bottom: 1px dashed #EADAF5;
}
.do-contact .ds-contact-channels > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.do-contact .ds-contact-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3E8FB;
  border: 1px solid #E2C8F1;
  color: #66288B;
}
.do-contact .ds-contact-channels > li > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.do-contact .ds-contact-label {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #66288B;
  font-weight: 700;
}
.do-contact .ds-contact-channels a {
  font-size: 17px;
  line-height: 24px;
  color: #14082A;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease;
}
.do-contact .ds-contact-channels a:hover {
  color: #8042A5;
}
.do-contact .ds-contact-text {
  font-size: 15px;
  line-height: 22px;
  color: rgba(27, 27, 31, 0.82);
}
.do-contact .ds-contact-sub {
  font-size: 13px;
  line-height: 20px;
  color: rgba(27, 27, 31, 0.55);
}
.do-contact .ds-contact-footnote {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #EADAF5;
}
.do-contact .ds-contact-footnote p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: rgba(27, 27, 31, 0.7);
}
.do-contact .ds-contact-footnote a {
  color: #66288B;
  text-decoration: underline;
  text-decoration-color: rgba(102, 40, 139, 0.35);
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.do-contact .ds-contact-footnote a:hover {
  color: #8042A5;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .do-contact .ds-contact { padding: 80px 0 96px; }
  .do-contact .ds-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .do-contact .ds-contact-form-wrap h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .do-contact .ds-contact { padding: 64px 0 80px; }
  .do-contact .ds-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .do-contact .ds-form-row .ds-form-field {
    margin-bottom: 18px;
  }
  .do-contact .ds-contact-form-wrap h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .do-contact .ds-contact-info {
    padding: 28px 22px;
  }
}

/* ============================================================
   INDUSTRIES WE SERVE  (.do-industries)
   ============================================================ */

/* --- Hero (matches Case Studies hero) --- */
.do-industries-hero {
  padding: 60px 0;
  background: #ffffff;
  background-image:
    radial-gradient(circle at 100% 0%, rgb(155 57 188 / 0.45) 0%, rgba(245, 217, 255, 0) 40%),
    radial-gradient(circle at 0% 100%, rgb(99 47 126 / 0.55) 0%, rgb(99 47 126 / 0%) 45%),
    linear-gradient(135deg, #2A1452 0%, #43257a 50%, #191f50 100%);
}
.do-industries-hero .hero-container {
  max-width: 820px;
  padding: 0 32px;
}
.do-industries-hero h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.43;
  letter-spacing: -0.0357em;
  color: #fff;
  margin: 0 0 4px 0;
}
.do-industries-hero p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.625;
  color: #d8baff;
  margin: 0;
}
@media (max-width: 768px) {
  .do-industries-hero h1 { font-size: 32px; }
  .do-industries-hero p  { font-size: 17px; }
}
@media (max-width: 480px) {
  .do-industries-hero { padding: 44px 0; }
  .do-industries-hero h1 { font-size: 26px; }
  .do-industries-hero p  { font-size: 15px; }
}

/* --- Industry grid (image tiles, white theme) --- */
.do-industries .ds-iws-grid-section {

  color: #1B1B1F;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
.do-industries .ds-iws-grid-section::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
   filter: blur(10px);
  pointer-events: none;
}
.do-industries .ds-iws-grid-section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -160px;
  width: 600px;
  height: 600px;
   filter: blur(10px);
  pointer-events: none;
}
.do-industries .ds-iws-header {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto 64px;
  padding: 0 32px;
  text-align: center;
}
.do-industries .ds-iws-header h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #14082A;
  margin: 14px 0 16px;
  letter-spacing: -0.5px;
}
.do-industries .ds-iws-header p {
  font-size: 17px;
  line-height: 26px;
  color: rgba(27, 27, 31, 0.7);
  margin: 0;
}

/* --- Image-tile grid --- */
.do-industries .ds-iws-image-grid {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.do-industries .ds-iws-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #EADAF5;
  aspect-ratio: 4 / 3;
  background: #14082A;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
  box-shadow: 0 8px 24px rgba(102, 40, 139, 0.10), 0 2px 6px rgba(20, 8, 42, 0.06);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.do-industries .ds-iws-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) brightness(0.78) saturate(0.85);
  transition: filter 0.5s ease, transform 0.6s ease;
  z-index: 0;
}
.do-industries .ds-iws-tile::after {
  /* permanent dark-purple gradient under the title for legibility */
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60%;
  background: linear-gradient(180deg, transparent 0%, rgba(20, 8, 42, 0.55) 55%, rgba(10, 5, 24, 0.92) 100%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.do-industries .ds-iws-tile-name {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px 18px;
  z-index: 2;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.do-industries .ds-iws-tile-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(43, 22, 85, 0.0) 0%, rgba(43, 22, 85, 0.78) 35%, rgba(20, 8, 42, 0.96) 100%);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.do-industries .ds-iws-tile-overlay h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 8px;
  letter-spacing: -0.2px;
}
.do-industries .ds-iws-tile-overlay p {
  font-size: 13px;
  line-height: 19px;
  color: rgba(240, 220, 251, 0.85);
  margin: 0 0 12px;
}
.do-industries .ds-iws-tile-overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px dashed rgba(196, 149, 221, 0.35);
  padding-top: 10px;
}
.do-industries .ds-iws-tile-overlay li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 18px;
  color: #E2B6F7;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.do-industries .ds-iws-tile-overlay li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #16C9FF;
  box-shadow: 0 0 8px rgba(22, 201, 255, 0.6);
}

/* Hover state — desktop */
.do-industries .ds-iws-tile:hover,
.do-industries .ds-iws-tile:focus-visible {
  transform: translateY(-3px);
  border-color: #C495DD;
  box-shadow: 0 22px 48px rgba(102, 40, 139, 0.28), 0 6px 14px rgba(20, 8, 42, 0.10);
}
.do-industries .ds-iws-tile:hover img,
.do-industries .ds-iws-tile:focus-visible img {
  filter: grayscale(0) brightness(0.55) saturate(1);
  transform: scale(1.05);
}
.do-industries .ds-iws-tile:hover .ds-iws-tile-name,
.do-industries .ds-iws-tile:focus-visible .ds-iws-tile-name {
  opacity: 0;
  transform: translateY(8px);
}
.do-industries .ds-iws-tile:hover::after,
.do-industries .ds-iws-tile:focus-visible::after {
  opacity: 0;
}
.do-industries .ds-iws-tile:hover .ds-iws-tile-overlay,
.do-industries .ds-iws-tile:focus-visible .ds-iws-tile-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Touch / coarse pointer — show overlay info as a compact strip below the title without requiring hover */
@media (hover: none) {
  .do-industries .ds-iws-tile:hover img { transform: none; filter: grayscale(0.35) brightness(0.78) saturate(0.85); }
  .do-industries .ds-iws-tile:hover .ds-iws-tile-name { opacity: 1; transform: none; }
  .do-industries .ds-iws-tile:hover .ds-iws-tile-overlay { opacity: 0; pointer-events: none; }
}

@media (prefers-reduced-motion: reduce) {
  .do-industries .ds-iws-tile,
  .do-industries .ds-iws-tile img,
  .do-industries .ds-iws-tile-name,
  .do-industries .ds-iws-tile-overlay { transition: none !important; }
  .do-industries .ds-iws-tile:hover img { transform: none; }
  .do-industries .ds-iws-tile:hover { transform: none; }
}
.do-industries .ds-iws-grid {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.do-industries .ds-iws-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #EADAF5;
  border-radius: 18px;
  padding: 36px 32px 30px;
  box-shadow: 0 12px 40px rgba(102, 40, 139, 0.06), 0 2px 6px rgba(20, 8, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.do-industries .ds-iws-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #C495DD 0%, #66288B 50%, #16C9FF 100%);
  opacity: 0.7;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.do-industries .ds-iws-card:hover {
  transform: translateY(-4px);
  border-color: #C495DD;
  box-shadow: 0 22px 60px rgba(102, 40, 139, 0.16), 0 4px 12px rgba(20, 8, 42, 0.06);
}
.do-industries .ds-iws-card:hover::before {
  opacity: 1;
  height: 4px;
}
.do-industries .ds-iws-num {
  position: absolute;
  top: 26px;
  right: 28px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
  color: rgba(196, 149, 221, 0.35);
  letter-spacing: -1px;
  user-select: none;
}
.do-industries .ds-iws-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F3E8FB, #FBF1FF);
  border: 1px solid #E2C8F1;
  color: #66288B;
  margin-bottom: 22px;
}
.do-industries .ds-iws-card h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  color: #14082A;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}
.do-industries .ds-iws-blurb {
  font-size: 15px;
  line-height: 23px;
  color: rgba(27, 27, 31, 0.72);
  margin: 0 0 18px;
}
.do-industries .ds-iws-decisions {
  list-style: none;
  margin: 0 0 22px;
  padding: 18px 0 0;
  border-top: 1px dashed #EADAF5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.do-industries .ds-iws-decisions li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #14082A;
  font-weight: 500;
}
.do-industries .ds-iws-decisions li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #8042A5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(128, 66, 165, 0.15);
}
.do-industries .ds-iws-links {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #F0E2FA;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.do-industries .ds-iws-links a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #66288B;
  text-decoration: none;
  letter-spacing: 0.1px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.do-industries .ds-iws-links a:hover {
  color: #8042A5;
  transform: translateX(2px);
}

/* --- The Pattern strip (cross-industry decisions) --- */
.do-industries .ds-iws-pattern {
  background: linear-gradient(180deg, #14082A 0%, #05060E 100%);
  color: #F0DCFB;
  padding: 110px 0 120px;
  position: relative;
  overflow: hidden;
}
.do-industries .ds-iws-pattern::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 720px;
  background: radial-gradient(closest-side, rgba(128, 66, 165, 0.28), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}
.do-industries .ds-iws-pattern-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}
.do-industries .ds-iws-pattern h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  margin: 14px 0 14px;
  letter-spacing: -0.5px;
}
.do-industries .ds-iws-pattern h2 .ds-text-purple {
  color: #E2B6F7;
}
.do-industries .ds-iws-pattern > .ds-iws-pattern-inner > p {
  font-size: 17px;
  line-height: 26px;
  color: rgba(240, 220, 251, 0.75);
  max-width: 720px;
  margin: 0 auto 50px;
}
.do-industries .ds-iws-pattern-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.do-industries .ds-iws-pattern-grid li {
  background: rgba(20, 8, 42, 0.55);
  border: 1px solid rgba(128, 66, 165, 0.35);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  transition: border-color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.do-industries .ds-iws-pattern-grid li:hover {
  border-color: rgba(226, 182, 247, 0.6);
  transform: translateY(-3px);
  background: rgba(20, 8, 42, 0.75);
}
.do-industries .ds-iws-pattern-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 66, 165, 0.22);
  border: 1px solid rgba(196, 149, 221, 0.35);
  color: #E2B6F7;
  margin-bottom: 4px;
}
.do-industries .ds-iws-pattern-grid strong {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: -0.2px;
}
.do-industries .ds-iws-pattern-grid li > span:not(.ds-iws-pattern-icon) {
  font-size: 13px;
  line-height: 19px;
  color: rgba(240, 220, 251, 0.7);
}

/* --- Trust strip text-purple bridge (uses existing .ds-trust-layer) --- */
.do-industries .ds-trust-layer .ds-text-purple {
  color: #66288B;
}

/* --- Responsive --- */
@media (max-width: 1100px) {
  .do-industries .ds-iws-image-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .do-industries .ds-iws-image-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .do-industries .ds-iws-pattern-grid { grid-template-columns: repeat(2, 1fr); }
  .do-industries .ds-iws-header h2 { font-size: 32px; line-height: 40px; }
  .do-industries .ds-iws-pattern h2 { font-size: 30px; line-height: 38px; }
  /* On tappable devices the overlay won't trigger, so promote the title strip */
  .do-industries .ds-iws-tile-name { font-size: 14px; padding: 12px 14px; }
}
@media (max-width: 480px) {
  .do-industries .ds-iws-grid-section { padding: 72px 0 80px; }
  .do-industries .ds-iws-image-grid { grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 16px; }
  .do-industries .ds-iws-pattern { padding: 72px 0 80px; }
  .do-industries .ds-iws-pattern-grid { grid-template-columns: 1fr; }
  .do-industries .ds-iws-header h2 { font-size: 24px; line-height: 32px; }
  .do-industries .ds-iws-pattern h2 { font-size: 24px; line-height: 32px; }
}

