/* ═══════════════════════════════════════════════════════
   TECHNOLOGY INDEX PAGE — design system
   Inherits from technology.css + styles.css globals.
   All tokens reference CSS custom properties.
   ═══════════════════════════════════════════════════════ */

/* ── Eyebrow / lane label ── */
.ti-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-dim);
  border: 1px solid rgba(3,70,148,0.14);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

/* ── Technology Index Hero — two-column layout to use horizontal space ── */
.ti-hero.sol-hero {
  min-height: 0;
  padding: clamp(6rem, 8vw, 8rem) 0 clamp(3rem, 4vw, 4.5rem);
  align-items: stretch;
}
.ti-hero .container {
  width: 100%;
}
.ti-hero__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  text-align: left;
}
.ti-hero__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ti-hero__left .sol-hero__eyebrow {
  margin-bottom: 20px;
}
.ti-hero__left h1 {
  text-align: left;
}
.ti-hero__left p {
  text-align: left;
  margin: 0 0 0;
}
.ti-hero__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
  flex-shrink: 0;
}
.ti-hero__stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
}
.ti-hero__stat-num {
  display: block;
  font-family: var(--font);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #e8eef6;
  line-height: 1;
  margin-bottom: 4px;
}
.ti-hero__stat-lbl {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-on-dark-muted);
}

@media (max-width: 900px) {
  .ti-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ti-hero__left {
    align-items: center;
  }
  .ti-hero__left h1,
  .ti-hero__left p {
    text-align: center;
  }
  .ti-hero__right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
  }
  .ti-hero__stat {
    min-width: 130px;
    flex: 1;
  }
}

/* ── Hero CTA row ── */
.sol-hero__cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
.ti-hero__ghost {
  border: 1.5px solid rgba(255,255,255,0.28) !important;
  color: rgba(255,255,255,0.88) !important;
  background: transparent !important;
}
.ti-hero__ghost:hover {
  border-color: rgba(255,255,255,0.65) !important;
  color: #fff !important;
  background: rgba(255,255,255,0.06) !important;
}

/* ── Stats bar ── */
.ti-stats-bar {
  background: #fff;
  border-top: 1px solid var(--ink-100);
  border-bottom: 1px solid var(--ink-100);
}
.ti-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.ti-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 2rem 1rem;
  border-right: 1px solid var(--ink-100);
}
.ti-stat-item:last-child { border-right: none; }
.ti-stat-num {
  font-family: var(--font);
  font-size: clamp(1.8rem,3vw,2.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--primary) 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ti-stat-lbl {
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-align: center;
}

/* ── AI Innovation strip ── */
.ti-ai-strip { padding: clamp(2.5rem,4vw,3.5rem) 0; }
.ti-ai-strip__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.ti-ai-strip__left .ti-eyebrow { margin-bottom: 16px; }
.ti-ai-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.ti-ai-chips span {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: var(--primary-dim);
  color: var(--primary);
  border: 1px solid rgba(3,70,148,0.15);
}
.ti-ai-strip__lead {
  font-size: var(--ma-body-text);
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}
.ti-ai-strip__sub {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-tertiary);
  margin: 0 0 14px;
}
.ti-partners-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ti-partner-badge {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  background: var(--surface);
  border: 1px solid var(--ink-100);
  padding: 5px 12px;
  border-radius: 6px;
  text-transform: uppercase;
}

/* ── Architecture Stack — ti-arch ── */
.ti-stack-section {
  padding: clamp(4rem, 6vw, 5.5rem) 0;
  background: transparent;
}

.ti-arch {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 0;
  overflow: visible;
  border: none;
  box-shadow: none;
}

/* ── Group header labels — old block removed, see new styles below ── */
.ti-arch__group-label--core { background: transparent; border: none; }
.ti-arch__group-label--eng  { background: transparent; border: none; }
.ti-arch__group-label--res  { background: transparent; border: none; }

/* ── Individual band row ── */
.ti-arch__band {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid var(--ink-100);
  background: #fff;
  transition: background 150ms ease;
}
.ti-arch__band:last-child { border-bottom: none; }

/* Layer-specific row backgrounds — all plain white */
.ti-arch__band--outcomes  { background: #fff; }
.ti-arch__band--eng       { background: #fff; }
.ti-arch__band--res       { background: #fff; }

/* Left label */
.ti-arch__band-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 18px 20px 18px 24px;
  border-right: 1px solid var(--ink-100);
  position: relative;
}

/* Left colour bar */
.ti-arch__band-label::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  border-radius: 0 2px 2px 0;
}
.ti-arch__band--outcomes  .ti-arch__band-label::before { background: #94a3b8; }
.ti-arch__band--ai        .ti-arch__band-label::before { background: #2563eb; }
.ti-arch__band--identity  .ti-arch__band-label::before { background: var(--primary); }
.ti-arch__band--security  .ti-arch__band-label::before { background: #1d4ed8; }
.ti-arch__band--eng       .ti-arch__band-label::before { background: #7c3aed; }
.ti-arch__band--res       .ti-arch__band-label::before { background: #0d9488; }

.ti-arch__band-label i {
  font-size: 13px;
  margin-bottom: 2px;
}
.ti-arch__band--outcomes  .ti-arch__band-label i { color: #94a3b8; }
.ti-arch__band--ai        .ti-arch__band-label i { color: #2563eb; }
.ti-arch__band--identity  .ti-arch__band-label i { color: var(--primary); }
.ti-arch__band--security  .ti-arch__band-label i { color: #1d4ed8; }
.ti-arch__band--eng       .ti-arch__band-label i { color: #7c3aed; }
.ti-arch__band--res       .ti-arch__band-label i { color: #0d9488; }

.ti-arch__band-label span {
  font-family: var(--font);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.ti-arch__band-label em {
  font-family: var(--font);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  color: var(--text-tertiary);
}

/* Right chips area */
.ti-arch__band-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
}

/* Chips */
.ti-arch__chip {
  font-family: var(--font);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-secondary);
  background: #fff;
  border: 1px solid var(--ink-100);
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 150ms ease;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(10,22,40,0.04);
}

.ti-arch__band--outcomes  .ti-arch__chip:hover { color: var(--primary);  background: var(--primary-dim);        border-color: rgba(3,70,148,0.2); }
.ti-arch__band--ai        .ti-arch__chip:hover { color: #2563eb;          background: rgba(37,99,235,0.06);      border-color: rgba(37,99,235,0.2); }
.ti-arch__band--identity  .ti-arch__chip:hover { color: var(--primary);  background: var(--primary-dim);        border-color: rgba(3,70,148,0.2); }
.ti-arch__band--security  .ti-arch__chip:hover { color: #1d4ed8;          background: rgba(29,78,216,0.06);      border-color: rgba(29,78,216,0.2); }
.ti-arch__band--eng       .ti-arch__chip:hover { color: #7c3aed;          background: rgba(124,58,237,0.07);     border-color: rgba(124,58,237,0.2); }
.ti-arch__band--res       .ti-arch__chip:hover { color: #0d9488;          background: rgba(13,148,136,0.07);     border-color: rgba(13,148,136,0.2); }

.ti-arch__chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(10,22,40,0.09);
}

/* Responsive */
@media (max-width: 768px) {
  .ti-arch__band { grid-template-columns: 1fr; }
  .ti-arch__band-label {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-right: none;
    border-bottom: 1px solid var(--ink-100);
  }
  .ti-arch__band-label::before { width: 100%; height: 3px; top: 0; bottom: auto; border-radius: 0; }
  .ti-arch__band-label em { margin-left: auto; }
  .ti-arch__band-body { padding: 12px 20px; }
}

/* ── Capability Map cards ── */
.ti-capmap-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.ti-capmap-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  border-radius: 14px;
  border: 1px solid var(--ink-100);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
  transition: all 280ms var(--ease-quart);
  position: relative;
  overflow: hidden;
}
.ti-capmap-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--cmc);
}
.ti-capmap-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--cmc);
}
.ti-capmap-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--cms);
  color: var(--cmc);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.ti-capmap-card__label {
  font-family: var(--font);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cmc);
}
.ti-capmap-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  margin: 0;
}
.ti-capmap-card p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
  flex: 1;
}
.ti-capmap-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--cmc);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: auto;
}

/* ── Lane headers ── */
.ti-lane-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
.ti-lane-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

/* ── Domain cards grid — redesigned ── */
.ti-domain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
  align-items: stretch;
}

.ti-domain-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid var(--ink-100);
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 260ms var(--ease-quart), transform 260ms var(--ease-quart), border-color 260ms var(--ease-quart);
  box-shadow: 0 1px 4px rgba(10,22,40,0.05);
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* Accent top bar */
.ti-domain-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 260ms var(--ease-quart);
}
.ti-domain-card--eng::before { background: #7c3aed; }
.ti-domain-card--res::before { background: #0d9488; }

.ti-domain-card:hover {
  box-shadow: 0 8px 28px rgba(3,70,148,0.10);
  transform: translateY(-3px);
  border-color: rgba(3,70,148,0.2);
}
.ti-domain-card:hover::before { opacity: 1; }
.ti-domain-card--eng:hover { box-shadow: 0 8px 28px rgba(124,58,237,0.10); border-color: rgba(124,58,237,0.2); }
.ti-domain-card--res:hover { box-shadow: 0 8px 28px rgba(13,148,136,0.10); border-color: rgba(13,148,136,0.2); }

/* Card header */
.ti-domain-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid var(--ink-100);
}

.ti-domain-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 1px;
}
.ti-dc-icon--core { background: var(--primary-dim); color: var(--primary); }
.ti-dc-icon--eng  { background: rgba(124,58,237,0.08); color: #7c3aed; }
.ti-dc-icon--res  { background: rgba(13,148,136,0.08); color: #0d9488; }

.ti-domain-card__head > div { min-width: 0; }

.ti-domain-card__head h3 {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  margin: 0 0 5px;
}

.ti-domain-card__head p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  max-width: none;
}

/* Flags */
.ti-dc-flag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 2px 6px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.ti-dc-flag--new      { background: rgba(5,150,105,0.1);   color: #059669; }
.ti-dc-flag--flagship { background: rgba(245,158,11,0.12); color: #b45309; }

.ti-dc-has-framework {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 500;
  color: var(--text-tertiary);
  margin-top: 5px;
}

/* Capabilities body */
.ti-domain-card__chips {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 22px;
  flex: 1;
  padding-top: 14px;
  padding-bottom: 4px;
}

.ti-domain-card__chips span {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-secondary);
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 5px 0;
  border-bottom: 1px solid var(--ink-100);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ti-domain-card__chips span::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink-200);
  flex-shrink: 0;
}

.ti-domain-card__chips span:last-child {
  border-bottom: none;
}

.ti-dc-chip--more {
  color: var(--primary) !important;
  font-weight: 600 !important;
  font-size: 11px !important;
}
.ti-dc-chip--more::before { background: var(--primary) !important; }
.ti-domain-card--eng .ti-dc-chip--more { color: #7c3aed !important; }
.ti-domain-card--eng .ti-dc-chip--more::before { background: #7c3aed !important; }
.ti-domain-card--res .ti-dc-chip--more { color: #0d9488 !important; }
.ti-domain-card--res .ti-dc-chip--more::before { background: #0d9488 !important; }

/* Card footer */
.ti-domain-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 22px;
  border-top: 1px solid var(--ink-100);
  background: var(--surface);
  margin-top: auto;
  gap: 8px;
}

.ti-dc-powers {
  font-family: var(--font);
  font-size: 11px;
  color: var(--text-tertiary);
  font-weight: 500;
  flex: 1;
  min-width: 0;
}

/* Prepend a subtle "Use cases:" label */
.ti-dc-powers::before {
  content: 'Use cases: ';
  font-weight: 600;
  color: var(--text-secondary);
}

.ti-dc-cta {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  transition: gap 180ms ease;
}
.ti-domain-card:hover .ti-dc-cta { gap: 8px; }
.ti-domain-card--eng .ti-dc-cta { color: #7c3aed; }
.ti-domain-card--res .ti-dc-cta { color: #0d9488; }

/* ── Pipeline blocks ── */
.ti-pipeline-block {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 32px;
  box-shadow: var(--shadow-sm);
}
.ti-pipeline-block--eng { background: rgba(124,58,237,0.02); border-color: rgba(124,58,237,0.15); }
.ti-pipeline-block--res { background: rgba(13,148,136,0.02); border-color: rgba(13,148,136,0.15); }

.ti-pipeline-block__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink-100);
}
.ti-pipeline-block__title {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.ti-pipeline-block__sub {
  font-family: var(--font);
  font-size: 12px;
  color: var(--text-secondary);
}
.ti-pipeline-badge {
  margin-left: auto;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: var(--primary-dim);
  color: var(--primary);
}

.ti-pipeline-steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ti-pipe-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border: 1px solid var(--ink-100);
  border-radius: 10px;
  background: var(--surface);
  min-width: 100px;
  text-align: center;
  flex: 1;
}
.ti-pipe-step small {
  display: block;
  font-size: 10px;
  color: var(--text-tertiary);
  line-height: 1.3;
}
.ti-pipe-step--active { border-color: var(--primary); background: var(--primary-dim); }
.ti-pipe-step--active span { color: var(--primary); font-weight: 700; }
.ti-pipe-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ti-pipe-step span:not(.ti-pipe-num) {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}
.ti-pipe-arrow {
  color: var(--ink-200);
  font-size: 11px;
  flex-shrink: 0;
}
.ti-pipeline-block__note {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--ink-100);
  font-size: 12px;
  color: var(--text-secondary);
  font-style: italic;
  margin-bottom: 0;
}

/* ── Why Mantra grid ── */
.ti-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ti-why-card {
  padding: 26px;
  border: 1px solid var(--ink-100);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ti-why-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary-dim);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.ti-why-card__icon--tick {
  background: rgba(5,150,105,0.1);
  color: #059669;
}
.ti-why-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}
.ti-why-card p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}
.ti-why-card--stat {
  border-color: var(--primary);
  background: var(--primary-dim);
}
.ti-why-stat-num {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary);
  line-height: 1;
}
.ti-why-card--stat h3 { color: var(--primary); }

/* ── CTA trust row ── */
.ti-cta-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
  font-family: var(--font);
  font-size: 12px;
  color: var(--text-tertiary);
  font-weight: 500;
}
.ti-cta-trust-row i { color: #059669; }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .ti-capmap-grid { grid-template-columns: repeat(2, 1fr); }
  .ti-why-grid { grid-template-columns: repeat(2, 1fr); }
  .ti-ai-strip__inner { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 900px) {
  .ti-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .ti-stat-item:nth-child(2) { border-right: none; }
  .ti-domain-grid { grid-template-columns: 1fr; }
  .ti-capmap-grid { grid-template-columns: 1fr; }
  .ti-pipeline-steps { gap: 6px; }
  .ti-pipe-step { min-width: 80px; padding: 10px 12px; }
}
@media (max-width: 640px) {
  .ti-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .ti-why-grid { grid-template-columns: 1fr; }
  .ti-ps-row { grid-template-columns: 1fr; }
  .ti-ps-label { border-right: none; border-bottom: 1px solid var(--ink-100); }
  .ti-pipeline-steps { flex-direction: column; align-items: stretch; }
  .ti-pipe-arrow { transform: rotate(90deg); align-self: center; }
}

/* ════════════════════════════════════════════════════════════
   AI DECISION PIPELINE — immersive dark section
   ════════════════════════════════════════════════════════════ */
.ti-ai-pipeline {
  background: linear-gradient(160deg, #050d1e 0%, #0a1a35 50%, #060e20 100%);
  border-radius: 20px;
  padding: clamp(3rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

/* Subtle radial glow */
.ti-ai-pipeline::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(3,70,148,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.ti-aip__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 1;
}

.ti-aip__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #60a5fa;
  background: rgba(96,165,250,0.1);
  border: 1px solid rgba(96,165,250,0.2);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.ti-aip__title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #e8eef6;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.ti-aip__sub {
  font-size: 0.9rem;
  color: rgba(180,200,230,0.75);
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

/* Step track */
.ti-aip__track {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.ti-aip__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  color: rgba(96,165,250,0.4);
  font-size: 14px;
  flex-shrink: 0;
  width: 36px;
}

.ti-aip__connector--loop {
  color: #60a5fa;
}

/* Individual step */
.ti-aip__step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.ti-aip__step:hover {
  background: rgba(3,70,148,0.12);
  border-color: rgba(96,165,250,0.25);
  transform: translateY(-3px);
}

.ti-aip__step--active {
  background: rgba(3,70,148,0.2);
  border-color: rgba(96,165,250,0.4);
  box-shadow: 0 0 30px rgba(3,70,148,0.2);
}

.ti-aip__step-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(96,165,250,0.12);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.ti-aip__step--active .ti-aip__step-icon {
  background: rgba(96,165,250,0.22);
  color: #93c5fd;
}

.ti-aip__step-body { flex: 1; }

.ti-aip__step-num {
  font-family: var(--font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(96,165,250,0.6);
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.ti-aip__step-body h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #e8eef6;
  margin: 0 0 8px;
  line-height: 1.3;
}

.ti-aip__step-body p {
  font-size: 0.75rem;
  color: rgba(180,200,230,0.7);
  line-height: 1.6;
  margin: 0 0 10px;
  max-width: none;
}

.ti-aip__step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.ti-aip__step-tags span {
  font-family: var(--font);
  font-size: 10px;
  font-weight: 600;
  color: rgba(147,197,253,0.8);
  background: rgba(96,165,250,0.1);
  border: 1px solid rgba(96,165,250,0.15);
  padding: 2px 8px;
  border-radius: 4px;
}

/* Metrics row */
.ti-aip__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ti-aip__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px;
  background: rgba(255,255,255,0.03);
  text-align: center;
}

.ti-aip__metric-val {
  font-family: var(--font);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #60a5fa;
  line-height: 1;
}

.ti-aip__metric-lbl {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  color: rgba(180,200,230,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ════════════════════════════════════════════════════════════
   MLOPS LIFECYCLE — dark purple section
   ════════════════════════════════════════════════════════════ */
.ti-mlops-pipeline {
  background: linear-gradient(160deg, #0f0820 0%, #180b30 50%, #0c061a 100%);
  border-radius: 20px;
  padding: clamp(3rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.ti-mlops-pipeline::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(124,58,237,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.ti-mlops__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 1;
}

.ti-mlops__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #a78bfa;
  background: rgba(167,139,250,0.1);
  border: 1px solid rgba(167,139,250,0.2);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.ti-mlops__title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #e8eef6;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.ti-mlops__sub {
  font-size: 0.9rem;
  color: rgba(200,180,230,0.75);
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

/* Steps track — 6 columns */
.ti-mlops__track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

/* Connecting arrow between steps */
.ti-mlops__track-arrow {
  display: none; /* hidden in grid mode; visual flow done by order */
}

.ti-mlops__step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(167,139,250,0.12);
  border-radius: 14px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  transition: background 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.ti-mlops__step::after {
  content: '→';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(167,139,250,0.35);
  font-size: 16px;
  z-index: 2;
}
.ti-mlops__step:last-child::after { display: none; }

.ti-mlops__step:hover {
  background: rgba(124,58,237,0.1);
  border-color: rgba(167,139,250,0.3);
  transform: translateY(-3px);
}

.ti-mlops__step--active {
  background: rgba(124,58,237,0.18);
  border-color: rgba(167,139,250,0.45);
  box-shadow: 0 0 30px rgba(124,58,237,0.2);
}

.ti-mlops__step-num {
  font-family: var(--font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(167,139,250,0.6);
  text-transform: uppercase;
}

.ti-mlops__step-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(167,139,250,0.12);
  color: #a78bfa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.ti-mlops__step--active .ti-mlops__step-icon {
  background: rgba(167,139,250,0.22);
  color: #c4b5fd;
}

.ti-mlops__step h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #e8eef6;
  margin: 0;
  line-height: 1.3;
}

.ti-mlops__step p {
  font-size: 0.75rem;
  color: rgba(200,180,230,0.7);
  line-height: 1.6;
  margin: 0;
  max-width: none;
}

.ti-mlops__step-stat {
  font-family: var(--font);
  font-size: 10px;
  font-weight: 600;
  color: rgba(167,139,250,0.7);
  background: rgba(167,139,250,0.08);
  border: 1px solid rgba(167,139,250,0.15);
  padding: 4px 10px;
  border-radius: 6px;
  line-height: 1.4;
  margin-top: auto;
}

/* ════════════════════════════════════════════════════════════
   INNOVATION LIFECYCLE — teal section with vertical timeline
   ════════════════════════════════════════════════════════════ */
.ti-innov-pipeline {
  background: linear-gradient(160deg, #021a18 0%, #042d28 50%, #011510 100%);
  border-radius: 20px;
  padding: clamp(3rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.ti-innov-pipeline::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(13,148,136,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.ti-innov__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 1;
}

.ti-innov__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #34d399;
  background: rgba(52,211,153,0.1);
  border: 1px solid rgba(52,211,153,0.2);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.ti-innov__title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #e8eef6;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.ti-innov__sub {
  font-size: 0.9rem;
  color: rgba(160,220,200,0.75);
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

/* Horizontal 5-stage track */
.ti-innov__stages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}

/* Each stage */
.ti-innov__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

/* Marker: just the centred icon, no connecting line */
.ti-innov__stage-marker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.ti-innov__stage-marker::before { display: none; }

.ti-innov__stage-line { display: none; }
.ti-innov__stage:last-child .ti-innov__stage-line { display: none; }
.ti-innov__stage:last-child .ti-innov__stage-marker::before { display: none; }

.ti-innov__stage-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(52,211,153,0.1);
  border: 2px solid rgba(52,211,153,0.25);
  color: #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  z-index: 2;
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.ti-innov__stage:hover .ti-innov__stage-icon {
  background: rgba(52,211,153,0.2);
  border-color: rgba(52,211,153,0.5);
  box-shadow: 0 0 20px rgba(52,211,153,0.2);
}

.ti-innov__stage--active .ti-innov__stage-icon {
  background: rgba(52,211,153,0.22);
  border-color: rgba(52,211,153,0.55);
  box-shadow: 0 0 28px rgba(52,211,153,0.25);
  color: #6ee7b7;
}

.ti-innov__stage-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(52,211,153,0.3), rgba(52,211,153,0.1));
  margin-left: 0;
}

.ti-innov__stage:last-child .ti-innov__stage-line { display: none; }
/* Also hide the ::before spacer on last child so it doesn't push icon off-centre */
.ti-innov__stage:last-child .ti-innov__stage-marker::before { display: none; }

/* Stage body */
.ti-innov__stage-body {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ti-innov__stage-num {
  font-family: var(--font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(52,211,153,0.5);
  text-transform: uppercase;
}

.ti-innov__stage-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #e8eef6;
  margin: 0;
  line-height: 1.3;
}

.ti-innov__stage-desc {
  font-size: 0.78rem;
  color: rgba(160,220,200,0.7);
  line-height: 1.65;
  margin: 0;
  max-width: none;
}

.ti-innov__stage-outputs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 4px;
  width: 100%;
}

.ti-innov__stage-outputs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  color: rgba(110,231,183,0.75);
  background: rgba(52,211,153,0.08);
  border: 1px solid rgba(52,211,153,0.15);
  padding: 5px 10px;
  border-radius: 6px;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .ti-aip__track {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    row-gap: 12px;
  }
  .ti-innov__stages { grid-template-columns: repeat(3, 1fr); }
  .ti-mlops__track { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .ti-aip__track {
    grid-template-columns: 1fr;
  }
  .ti-aip__connector { display: none; }
  .ti-aip__metrics { grid-template-columns: repeat(2, 1fr); }
  .ti-innov__stages { grid-template-columns: 1fr; }
  .ti-innov__stage-marker { display: none; }
  .ti-innov__stage-body { align-items: flex-start; text-align: left; padding: 0; }
  .ti-innov__stage { border-left: 2px solid rgba(52,211,153,0.2); padding-left: 20px; margin-bottom: 28px; }
  .ti-innov__stage-outputs { flex-direction: row; flex-wrap: wrap; }
  .ti-mlops__track { grid-template-columns: 1fr; }
  .ti-mlops__step::after { display: none; }
}

/* ════════════════════════════════════════════════════════════
   AI INNOVATION BANNER — light theme
   ════════════════════════════════════════════════════════════ */
.ti-innovation-banner {
  background: #fff;
  border-top: 1px solid var(--ink-100);
  border-bottom: 1px solid var(--ink-100);
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  position: relative;
  overflow: hidden;
}

.ti-innovation-banner::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse, rgba(3,70,148,0.04) 0%, transparent 68%);
  pointer-events: none;
}

/* Top row: headline left + capabilities right */
.ti-innov-banner__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.ti-innov-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--primary);
  background: var(--primary-dim);
  border: 1px solid rgba(3,70,148,0.14);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.ti-innov-banner__title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.ti-innov-banner__lead {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
  max-width: none;
}

/* Capabilities grid */
.ti-innov-banner__capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ti-innov-cap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--ink-100);
  border-radius: 10px;
  padding: 14px 16px;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.ti-innov-cap:hover {
  background: var(--primary-dim);
  border-color: rgba(3,70,148,0.2);
  box-shadow: 0 2px 10px rgba(3,70,148,0.07);
}

.ti-innov-cap i {
  font-size: 15px;
  color: var(--primary);
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.ti-innov-cap span {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* Stats bar */
.ti-innov-banner__stats {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--ink-100);
  border-radius: 14px;
  padding: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ti-innov-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 22px 16px;
  text-align: center;
}

.ti-innov-stat__div {
  width: 1px;
  height: 40px;
  background: var(--ink-100);
  flex-shrink: 0;
}

.ti-innov-stat__num {
  font-family: var(--font);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--primary) 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.ti-innov-stat__lbl {
  font-family: var(--font);
  font-size: 10.5px;
  font-weight: 600;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* Partners row */
.ti-innov-banner__partners {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 0.5rem;
}

.ti-innov-partners__label {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.ti-innov-partners__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ti-innov-partner {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  background: var(--surface);
  border: 1px solid var(--ink-100);
  padding: 6px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 180ms ease;
}

.ti-innov-partner:hover {
  background: var(--primary-dim);
  border-color: rgba(3,70,148,0.2);
  color: var(--primary);
}

/* Responsive */
@media (max-width: 1024px) {
  .ti-innov-banner__head { grid-template-columns: 1fr; }
  .ti-innov-banner__capabilities { grid-template-columns: repeat(3, 1fr); }
  .ti-innov-banner__stats { grid-template-columns: repeat(3, 1fr); }
  .ti-innov-stat__div { display: none; }
}

@media (max-width: 640px) {
  .ti-innov-banner__capabilities { grid-template-columns: repeat(2, 1fr); }
  .ti-innov-banner__stats { grid-template-columns: repeat(2, 1fr); }
  .ti-innov-banner__partners { flex-direction: column; align-items: flex-start; }
}

/* ── Integrated Platform Stack — ti-arch rows ── */
.ti-stack-section {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: transparent;
}

.ti-arch {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

/* ── Group labels ── */
.ti-arch__group-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 18px 0 2px;
}
.ti-arch__group-label i { font-size: 0.7rem; }
.ti-arch__group-label--core { color: #034694; }
.ti-arch__group-label--eng  { color: #7c3aed; }
.ti-arch__group-label--res  { color: #0d9488; }

/* ── Band row ── */
.ti-arch__band {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 14px;
  transition: border-color 240ms ease, box-shadow 240ms ease;
}
.ti-arch__band:hover {
  border-color: rgba(3,70,148,0.22);
  box-shadow: 0 4px 18px rgba(3,70,148,0.06);
}
.ti-arch__band--outcomes { background: #fff; border-color: #e8edf2; }

/* ── Icon ── */
.ti-arch__band-label {
  width: 44px;
  height: 44px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  color: #034694;
}
.ti-arch__band-label::before { display: none; }
.ti-arch__band-label i { font-size: 1.25rem; }
.ti-arch__band-label span,
.ti-arch__band-label em { display: none; }

.ti-arch__band--eng .ti-arch__band-label { background: transparent; color: #7c3aed; }
.ti-arch__band--res .ti-arch__band-label { background: transparent; color: #0d9488; }

/* ── Content block — left aligned ── */
.ti-arch__band-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1;
  min-width: 0;
  text-align: left;
}

/* Eyebrow */
.ti-arch__band-body-eyebrow {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 8px;
}

/* Title — hidden, eyebrow serves as the label */
.ti-arch__band-body-title { display: none; }

/* Description — hidden, kept for fallback */
.ti-arch__band-body-desc { display: none; }

/* ── Chips ── */
.ti-arch__band-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ti-arch__chip {
  font-size: 0.71rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms, color 180ms, border-color 180ms;
}
.ti-arch__chip:hover {
  background: rgba(3,70,148,0.08);
  color: #034694;
  border-color: rgba(3,70,148,0.18);
}
.ti-arch__band--eng .ti-arch__chip:hover { background: rgba(124,58,237,0.08); color: #7c3aed; border-color: rgba(124,58,237,0.18); }
.ti-arch__band--res .ti-arch__chip:hover { background: rgba(13,148,136,0.08); color: #0d9488; border-color: rgba(13,148,136,0.18); }

/* ── Arrow ── */
.ti-arch__band-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #dde3ec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-left: 8px;
  transition: background 200ms, border-color 200ms, color 200ms;
}
.ti-arch__band:hover .ti-arch__band-arrow {
  background: #034694;
  border-color: #034694;
  color: #fff;
}
.ti-arch__band--eng:hover .ti-arch__band-arrow { background: #7c3aed; border-color: #7c3aed; }
.ti-arch__band--res:hover .ti-arch__band-arrow { background: #0d9488; border-color: #0d9488; }

/* ── Mobile ── */
@media (max-width: 640px) {
  .ti-arch__band { padding: 18px 20px; gap: 16px; }
  .ti-arch__band-body-desc { display: none; }
  .ti-arch__band-arrow { display: none; }
}


/* ══════════════════════════════════════════════════════════════
   TECHNOLOGY INDEX — MISSING RESPONSIVE RULES
   MLOps track, Innovation pipeline, AI pipeline metrics,
   and general section/pipeline spacing fixes
   ══════════════════════════════════════════════════════════════ */

/* ── MLOps 6-column track → 3 → 2 → 1 ── */
@media (max-width: 1100px) {
  .ti-mlops__track {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .ti-mlops__step::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .ti-mlops__track {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .ti-mlops__track {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ── Innovation stages → 3 → 1 ── */
@media (max-width: 1100px) {
  .ti-innov__stages {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .ti-innov__stages {
    grid-template-columns: 1fr;
  }

  .ti-innov__stage-marker {
    display: none;
  }

  .ti-innov__stage-body {
    align-items: flex-start;
    text-align: left;
    padding: 0;
  }

  .ti-innov__stage {
    border-left: 2px solid rgba(52, 211, 153, 0.2);
    padding-left: 20px;
    margin-bottom: 28px;
  }

  .ti-innov__stage-outputs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* ── AI Decision Pipeline track on mobile ── */
@media (max-width: 1100px) {
  .ti-aip__track {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    row-gap: 12px;
  }
}

@media (max-width: 768px) {
  .ti-aip__track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ti-aip__connector {
    display: none;
  }

  .ti-aip__metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .ti-aip__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .ti-aip__metric {
    padding: 14px 10px;
  }

  .ti-aip__metric-val {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
}

/* ── Domain grid ── */
@media (max-width: 900px) {
  .ti-domain-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ti-domain-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Capmap grid (3-col → 2 → 1) ── */
@media (max-width: 1100px) {
  .ti-capmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ti-capmap-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Why-Mantra grid (3-col → 2 → 1) ── */
@media (max-width: 1100px) {
  .ti-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ti-why-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Stats bar (4-col → 2 → 2) ── */
@media (max-width: 900px) {
  .ti-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ti-stat-item:nth-child(2) {
    border-right: none;
  }

  .ti-stat-item:nth-child(3) {
    border-top: 1px solid var(--ink-100);
  }

  .ti-stat-item:nth-child(4) {
    border-top: 1px solid var(--ink-100);
  }
}

/* ── AI Innovation banner ── */
@media (max-width: 1024px) {
  .ti-innov-banner__head {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ti-innov-banner__capabilities {
    grid-template-columns: repeat(3, 1fr);
  }

  .ti-innov-banner__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .ti-innov-stat__div {
    display: none;
  }
}

@media (max-width: 640px) {
  .ti-innov-banner__capabilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .ti-innov-banner__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ti-innov-banner__partners {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── AI strip (2-col → 1) ── */
@media (max-width: 1100px) {
  .ti-ai-strip__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ── Tech Cat Hero segment link chips ── */
@media (max-width: 768px) {
  .tech-cat-hero .sol-hero__seg-link {
    white-space: normal;
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  .tech-cat-hero .sol-hero__seg-link {
    flex: 1 1 100%;
  }
}

/* ── Architecture band (stack icon + chips on mobile) ── */
@media (max-width: 640px) {
  .ti-arch__band {
    padding: 16px 18px;
    gap: 12px;
  }

  .ti-arch__band-arrow {
    display: none;
  }

  .ti-arch__chip {
    font-size: 11px;
    padding: 2px 8px;
  }
}

/* ── Pipeline steps (mobile pill wrap) ── */
@media (max-width: 640px) {
  .ti-pipeline-steps {
    flex-direction: column;
    align-items: stretch;
  }

  .ti-pipe-step {
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
  }

  .ti-pipe-arrow {
    transform: rotate(90deg);
    align-self: center;
  }
}

/* ── General dark pipeline sections on mobile ── */
@media (max-width: 640px) {
  .ti-ai-pipeline,
  .ti-mlops-pipeline,
  .ti-innov-pipeline {
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
    border-radius: 14px;
    margin-bottom: 24px;
  }

  .ti-aip__header,
  .ti-mlops__header,
  .ti-innov__header {
    margin-bottom: 1.5rem;
  }

  .ti-aip__title,
  .ti-mlops__title,
  .ti-innov__title {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
  }
}


/* ══════════════════════════════════════════════════════════════
   AI PIPELINE & INNOVATION PIPELINE — PROPER MOBILE FIX
   The ti-aip__track uses an 11-column grid (6 steps + 5 arrows)
   and ti-innov__stages uses repeat(5, 1fr).
   These need full structural overrides below 900px.
   ══════════════════════════════════════════════════════════════ */

/* ── AI Pipeline track: force single column on tablet/mobile ── */
@media (max-width: 1200px) {
  /* 3 steps per row by hiding alternating connector visibility */
  .ti-aip__track {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
  }

  .ti-aip__step {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 200px;
  }

  .ti-aip__connector {
    display: none;
  }
}

@media (max-width: 768px) {
  .ti-aip__track {
    flex-direction: column;
    gap: 10px;
  }

  .ti-aip__step {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    flex-direction: row;
    gap: 14px;
    padding: 18px 20px;
  }

  .ti-aip__step-icon {
    flex-shrink: 0;
  }

  .ti-aip__step-body h4 {
    font-size: 0.93rem;
  }

  .ti-aip__step-body p {
    font-size: 0.78rem;
  }

  .ti-aip__step-tags {
    gap: 4px;
  }

  .ti-aip__connector {
    display: none;
  }
}

@media (max-width: 480px) {
  .ti-ai-pipeline {
    padding: 2rem 1rem;
    border-radius: 12px;
  }

  .ti-aip__step {
    padding: 14px 16px;
  }

  .ti-aip__step-tags span {
    font-size: 9px;
    padding: 2px 6px;
  }
}

/* ── AI Pipeline metrics bar: 4-col → 2-col → 2-col ── */
@media (max-width: 768px) {
  .ti-aip__metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
}

@media (max-width: 400px) {
  .ti-aip__metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .ti-aip__metric-val {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
  }
}

/* ── Innovation pipeline: 5-col → 3-col → 1-col vertical timeline ── */
@media (max-width: 1100px) {
  .ti-innov__stages {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .ti-innov-pipeline {
    padding: 2rem 1.25rem;
    border-radius: 14px;
  }

  .ti-innov__stages {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .ti-innov__stage {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(52, 211, 153, 0.12);
    position: relative;
  }

  .ti-innov__stage:last-child {
    border-bottom: none;
  }

  /* Replace the big circular marker with a small inline icon */
  .ti-innov__stage-marker {
    flex-shrink: 0;
    width: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ti-innov__stage-icon {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .ti-innov__stage-line {
    display: none;
  }

  .ti-innov__stage-body {
    flex: 1;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }

  .ti-innov__stage-body h4 {
    font-size: 1rem;
    text-align: left;
  }

  .ti-innov__stage-desc {
    font-size: 0.8rem;
    text-align: left;
  }

  .ti-innov__stage-outputs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
  }

  .ti-innov__stage-outputs span {
    font-size: 10px;
    padding: 4px 8px;
  }

  .ti-innov__stage-num {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .ti-innov__stage-marker {
    width: 36px;
  }

  .ti-innov__stage-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

/* ── MLOps pipeline: 6-col → proper responsive ── */
@media (max-width: 1200px) {
  .ti-mlops__track {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .ti-mlops__step {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 180px;
  }

  .ti-mlops__step::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .ti-mlops-pipeline {
    padding: 2rem 1.25rem;
    border-radius: 14px;
  }

  .ti-mlops__track {
    flex-direction: column;
    gap: 10px;
  }

  .ti-mlops__step {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
  }

  .ti-mlops__step-icon {
    flex-shrink: 0;
  }

  .ti-mlops__step h4 {
    font-size: 0.9rem;
  }

  .ti-mlops__step p {
    font-size: 0.75rem;
  }

  .ti-mlops__step-stat {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .ti-mlops__step {
    padding: 14px 14px;
  }
}

/* ── Domain cards grid: auto-fill so 1 col on phone ── */
@media (max-width: 900px) {
  .ti-domain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ti-domain-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Domain card foot: stack on narrow cards ── */
@media (max-width: 640px) {
  .ti-domain-card__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 16px;
  }
}

/* ── Architecture band chips: wrap cleanly ── */
@media (max-width: 768px) {
  .ti-arch__band {
    flex-wrap: wrap;
    padding: 14px 16px;
    gap: 10px;
  }

  .ti-arch__band-chips {
    flex-wrap: wrap;
  }

  .ti-arch__band-label {
    width: 36px;
    height: 36px;
  }

  .ti-arch__chip {
    font-size: 11px;
    padding: 3px 9px;
    white-space: normal;
  }

  .ti-arch__band-body-eyebrow {
    margin-bottom: 6px;
  }
}

/* ── Capmap cards: fix text overflow on mobile ── */
@media (max-width: 640px) {
  .ti-capmap-card {
    padding: 20px;
    gap: 8px;
  }

  .ti-capmap-card h3 {
    font-size: 1rem;
  }

  .ti-capmap-card p {
    font-size: 0.82rem;
  }
}

/* ── Section headings on mobile ── */
@media (max-width: 640px) {
  .td-section__head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .ti-aip__header {
    margin-bottom: 1.5rem;
  }

  .ti-aip__title {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
  }

  .ti-aip__sub {
    font-size: 0.82rem;
  }
}


/* ══════════════════════════════════════════════════════════════
   INNOVATION PIPELINE MOBILE — Remove separator lines between stages
   The border-bottom on each stage creates the visible line.
   Also fix content clipping / overflow on narrow screens.
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  /* Remove the border line between stages */
  .ti-innov__stage {
    border-bottom: none !important;
    border-left: none !important;
    padding-left: 0 !important;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .ti-innov__stage:not(:last-child) {
    border-bottom: 1px solid rgba(52, 211, 153, 0.08) !important;
  }

  /* Keep icon centred and a reasonable size */
  .ti-innov__stage-marker {
    width: auto;
    flex-shrink: 0;
  }

  .ti-innov__stage-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 50%;
  }

  /* Body takes full width */
  .ti-innov__stage-body {
    width: 100%;
    gap: 6px;
  }

  .ti-innov__stage-body h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .ti-innov__stage-desc {
    font-size: 0.82rem;
    line-height: 1.6;
  }

  /* Output chips wrap */
  .ti-innov__stage-outputs {
    flex-wrap: wrap;
    gap: 6px;
  }

  .ti-innov__stage-outputs span {
    font-size: 10px;
    padding: 4px 10px;
  }

  /* Hide the decorative line that runs down through the markers */
  .ti-innov__stage-line {
    display: none !important;
  }

  /* Prevent overflow clipping on the pipeline container */
  .ti-innov-pipeline {
    overflow: visible;
  }

  .ti-innov__stages {
    overflow: visible;
    padding: 0;
    gap: 0;
  }

  /* Also fix the AI pipeline step overflow — text was getting clipped */
  .ti-aip__step {
    overflow: visible;
  }

  .ti-aip__step-body p {
    overflow-wrap: break-word;
    word-break: normal;
  }

  /* Fix MLOps step content clipping */
  .ti-mlops__step {
    overflow: visible;
  }

  .ti-mlops__step p {
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media (max-width: 480px) {
  .ti-innov__stage {
    padding: 14px 0;
  }

  .ti-innov__stage-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .ti-innov__stage-body h4 {
    font-size: 0.95rem;
  }
}
