#SingleCaseStudyRetro { scroll-behavior: smooth; }
#SingleCaseStudyRetro .retro-inline-service-link {
  color: var(--color-primary, #0000ff);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
#SingleCaseStudyRetro .retro-inline-service-link:hover,
#SingleCaseStudyRetro .retro-inline-service-link:focus-visible {
  color: var(--color-primary-dark, #0000cc);
  text-decoration-color: currentColor;
}
#SingleCaseStudyRetro .group:hover .retro-inline-service-link {
  color: #fff;
}
#SingleCaseStudyRetro .retro-case-study-faq {
  width: 100%;
  background: #fff;
  padding: clamp(56px, 8vw, 104px) 0;
}
#SingleCaseStudyRetro .retro-case-study-faq__inner {
  width: min(1200px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 8vw, 110px);
}
#SingleCaseStudyRetro .retro-case-study-faq__heading {
  align-self: start;
}
#SingleCaseStudyRetro .retro-case-study-faq__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary, #0000ff);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-case-study-faq__kicker i {
  font-size: 14px;
}
#SingleCaseStudyRetro .retro-case-study-faq__heading h2 {
  margin-top: 14px;
}
#SingleCaseStudyRetro .retro-case-study-faq__heading h2 span {
  color: var(--color-primary, #0000ff);
}
#SingleCaseStudyRetro .retro-case-study-faq__heading > p {
  max-width: 390px;
  margin-top: 18px;
  color: var(--color-text-muted, #536174);
  font-size: 14px;
  line-height: 1.75;
}
#SingleCaseStudyRetro .retro-case-study-faq__list details {
  border-bottom: 1px solid #e4e8ef;
}
#SingleCaseStudyRetro .retro-case-study-faq__list details:first-child {
  border-top: 1px solid #e4e8ef;
}
#SingleCaseStudyRetro .retro-case-study-faq__list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  color: #26394e;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
}
#SingleCaseStudyRetro .retro-case-study-faq__list summary::-webkit-details-marker {
  display: none;
}
#SingleCaseStudyRetro .retro-case-study-faq__list summary i {
  flex: 0 0 auto;
  color: var(--color-primary, #0000ff);
  transition: transform .2s ease;
}
#SingleCaseStudyRetro .retro-case-study-faq__list details[open] summary i {
  transform: rotate(45deg);
}
#SingleCaseStudyRetro .retro-case-study-faq__list details > div {
  padding: 0 28px 18px 0;
}
#SingleCaseStudyRetro .retro-case-study-faq__list details p {
  margin: 0;
  color: var(--color-text-muted, #536174);
  font-size: 13px;
  line-height: 1.75;
}
#SingleCaseStudyRetro .retro-final-banner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 32px !important;
  padding-left: 32px !important;
}
#SingleCaseStudyRetro .retro-final-banner > .container {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  #SingleCaseStudyRetro .retro-case-study-faq {
    padding-right: 0;
    padding-left: 0;
  }
  #SingleCaseStudyRetro .retro-case-study-faq__inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #SingleCaseStudyRetro .retro-final-banner > .container {
    width: 100%;
  }
  #SingleCaseStudyRetro .retro-final-banner {
    max-width: none;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
#SingleCaseStudyRetro .retro-case-study-nav {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  top: var(--case-study-header-height, 0px) !important;
  background: #ffffff !important;
  box-shadow: 0 8px 20px rgba(10, 37, 64, .08);
}
#SingleCaseStudyRetro .retro-overview-tags__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#SingleCaseStudyRetro .retro-overview-tag {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--color-border-light);
  border-radius: 12px;
  background: var(--color-surface);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
#SingleCaseStudyRetro .retro-overview-tag i {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 0, 255, .08);
  color: var(--color-primary);
  font-size: 12px;
  transition: background-color .2s ease, color .2s ease;
}
#SingleCaseStudyRetro .retro-overview-tag:hover {
  border-color: rgba(0, 0, 255, .28);
  background: #ffffff;
  color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(10, 37, 64, .08);
}
#SingleCaseStudyRetro .retro-overview-tag:hover i {
  background: var(--color-primary);
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-solution-dashboard {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce4f2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(10, 37, 64, .14);
  transition: transform .35s ease, box-shadow .35s ease;
}
#SingleCaseStudyRetro .retro-solution-dashboard:hover {
  box-shadow: 0 30px 72px rgba(10, 37, 64, .2);
  transform: translateY(-4px);
}
#SingleCaseStudyRetro .retro-solution-dashboard__chrome {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid #dce4f2;
  background: #f7f9fd;
}
#SingleCaseStudyRetro .retro-solution-dashboard__chrome > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
}
#SingleCaseStudyRetro .retro-solution-dashboard__chrome > span:first-child { background: #ff6b6b; }
#SingleCaseStudyRetro .retro-solution-dashboard__chrome > span:nth-child(2) { background: #fbbf24; }
#SingleCaseStudyRetro .retro-solution-dashboard__chrome > span:nth-child(3) { background: #34d399; }
#SingleCaseStudyRetro .retro-solution-dashboard__chrome strong {
  margin-left: 8px;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}
#SingleCaseStudyRetro .retro-solution-dashboard__image {
  display: block;
  width: 100%;
  height: auto;
}
#SingleCaseStudyRetro .retro-solution-old-modules {
  display: none !important;
}
#SingleCaseStudyRetro .retro-solution-modules-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 20px;
  padding: 0 4px;
}
#SingleCaseStudyRetro .retro-solution-modules-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #0000ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-solution-modules-intro h3 {
  color: #0a2540;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 750;
  line-height: 1.15;
}
#SingleCaseStudyRetro .retro-solution-modules-intro p {
  max-width: 420px;
  color: #6c777d;
  font-size: 13px;
  line-height: 1.7;
}
#SingleCaseStudyRetro .retro-solution-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
#SingleCaseStudyRetro .retro-solution-module {
  display: flex;
  min-height: 142px;
  align-items: flex-start;
  gap: 13px;
  padding: 18px;
  border: 1px solid #e1e7f2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(10, 37, 64, .045);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-solution-module:hover {
  border-color: rgba(0, 0, 255, .28);
  box-shadow: 0 14px 28px rgba(0, 0, 255, .11);
  transform: translateY(-3px);
}
#SingleCaseStudyRetro .retro-solution-module__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  font-size: 14px;
  transition: background-color .25s ease, color .25s ease;
}
#SingleCaseStudyRetro .retro-solution-module:hover .retro-solution-module__icon {
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-solution-module h4 {
  margin: 1px 0 6px;
  color: #0a2540;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
#SingleCaseStudyRetro .retro-solution-module p {
  color: #6c777d;
  font-size: 12px;
  line-height: 1.65;
}
#SingleCaseStudyRetro .retro-ai-old-visual {
  display: none !important;
}
#SingleCaseStudyRetro .retro-ai-enrichment-layout {
  align-items: stretch;
}
#SingleCaseStudyRetro .retro-ai-processing-visual {
  position: relative;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dce4f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 0, 255, .11), transparent 30%),
    linear-gradient(145deg, #f8faff, #eef2ff);
  box-shadow: 0 22px 50px rgba(10, 37, 64, .12);
}
#SingleCaseStudyRetro .retro-ai-processing-visual__topbar,
#SingleCaseStudyRetro .retro-ai-processing-visual__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #64748b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__topbar > div,
#SingleCaseStudyRetro .retro-ai-processing-visual__footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__topbar strong {
  color: #0a2540;
  font-size: 11px;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__topbar i:first-child {
  color: #0000ff;
  font-size: 15px;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__topbar span i {
  color: #10b981;
  font-size: 7px;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 17px 0;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__categories span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #526071;
  font-size: 9px;
  font-weight: 600;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__categories i {
  color: #0000ff;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__pipeline {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(110px, .8fr) minmax(0, 1.15fr);
  gap: 9px;
  align-items: center;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__pipeline {
  flex: 1;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__sources,
#SingleCaseStudyRetro .retro-ai-processing-visual__attributes {
  padding: 11px;
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 13px;
  background: rgba(255, 255, 255, .76);
}
#SingleCaseStudyRetro .retro-ai-processing-visual small {
  display: block;
  margin-bottom: 8px;
  color: #8a95a5;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__sources > div {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  border-top: 1px solid #edf0f6;
  color: #526071;
  font-size: 9px;
  font-weight: 600;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__sources > div i {
  width: 16px;
  color: #0000ff;
  text-align: center;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__engine {
  position: relative;
  display: flex;
  min-height: 145px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 50%;
  background: #0000ff;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(143, 144, 255, .12), 0 12px 25px rgba(0, 0, 255, .22);
  animation: retro-ai-engine-glow 3.2s ease-in-out infinite;
}
@keyframes retro-ai-engine-glow {
  0%, 100% {
    box-shadow: 0 0 0 8px rgba(143, 144, 255, .12), 0 12px 25px rgba(0, 0, 255, .22);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(143, 144, 255, .26), 0 0 38px rgba(109, 110, 255, .4), 0 14px 28px rgba(0, 0, 255, .2);
  }
}
#SingleCaseStudyRetro .retro-ai-processing-visual__engine::before,
#SingleCaseStudyRetro .retro-ai-processing-visual__engine::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #8f90ff;
  content: "";
}
#SingleCaseStudyRetro .retro-ai-processing-visual__engine::before { right: 100%; }
#SingleCaseStudyRetro .retro-ai-processing-visual__engine::after { left: 100%; }
#SingleCaseStudyRetro .retro-ai-processing-visual__engine-core {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  font-size: 14px;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__engine strong {
  max-width: 86px;
  font-size: 11px;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__engine > span {
  color: rgba(255, 255, 255, .7);
  font-size: 8px;
}
#SingleCaseStudyRetro .retro-ai-attribute-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}
#SingleCaseStudyRetro .retro-ai-attribute-grid span {
  padding: 6px 5px;
  border-radius: 6px;
  background: rgba(0, 0, 255, .06);
  color: #526071;
  font-size: 8px;
  font-weight: 600;
  text-align: center;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__footer {
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, .25);
  font-size: 8px;
}
#SingleCaseStudyRetro .retro-ai-processing-visual__footer span:first-child i { color: #f59e0b; }
#SingleCaseStudyRetro .retro-ai-processing-visual__footer span:last-child i { color: #10b981; }
#SingleCaseStudyRetro .retro-ai-old-cards {
  display: none !important;
}
#SingleCaseStudyRetro .retro-ai-enrichment-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
#SingleCaseStudyRetro .retro-ai-enrichment-step {
  position: relative;
  min-height: 190px;
  padding: 20px;
  border: 1px solid #e1e7f2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(10, 37, 64, .05);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-ai-enrichment-step:hover {
  border-color: rgba(0, 0, 255, .3);
  box-shadow: 0 15px 30px rgba(0, 0, 255, .11);
  transform: translateY(-4px);
}
#SingleCaseStudyRetro .retro-ai-enrichment-step__number {
  position: absolute;
  top: 14px;
  right: 17px;
  color: #dbe2f1;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .04em;
}
#SingleCaseStudyRetro .retro-ai-enrichment-step__icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 12px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  font-size: 16px;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-ai-enrichment-step:hover .retro-ai-enrichment-step__icon {
  background: #0000ff;
  color: #ffffff;
  transform: scale(1.06) rotate(4deg);
}
#SingleCaseStudyRetro .retro-ai-enrichment-step h4 {
  margin-bottom: 8px;
  color: #0a2540;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
#SingleCaseStudyRetro .retro-ai-enrichment-step p {
  color: #6c777d;
  font-size: 12px;
  line-height: 1.7;
}
#SingleCaseStudyRetro .retro-integrations-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #dce4f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(0, 0, 255, .1), transparent 34%),
    linear-gradient(145deg, #f8faff, #eef2ff);
  box-shadow: 0 22px 50px rgba(10, 37, 64, .12);
}
#SingleCaseStudyRetro .retro-integrations-visual__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 52%;
  border: 1px dashed rgba(0, 0, 255, .28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#SingleCaseStudyRetro .retro-integrations-visual__ring::before,
#SingleCaseStudyRetro .retro-integrations-visual__ring::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0000ff;
  content: "";
}
#SingleCaseStudyRetro .retro-integrations-visual__ring::before { top: 13%; left: 8%; }
#SingleCaseStudyRetro .retro-integrations-visual__ring::after { right: 8%; bottom: 13%; }
#SingleCaseStudyRetro .retro-integrations-visual__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 142px;
  height: 142px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  border: 7px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: #0000ff;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 255, .24);
  transform: translate(-50%, -50%);
}
#SingleCaseStudyRetro .retro-integrations-visual__hub i {
  margin-bottom: 7px;
  color: #bfc5ff;
  font-size: 20px;
}
#SingleCaseStudyRetro .retro-integrations-visual__hub strong {
  font-size: 12px;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-integrations-visual__hub span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-integration-node {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 158px;
  min-height: 92px;
  grid-template-columns: 27px 1fr;
  align-items: start;
  gap: 4px 8px;
  padding: 13px;
  border: 1px solid rgba(0, 0, 255, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 9px 20px rgba(10, 37, 64, .1);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease;
}
#SingleCaseStudyRetro .retro-integration-node i {
  grid-row: span 2;
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  font-size: 12px;
}
#SingleCaseStudyRetro .retro-integration-node strong {
  color: #0a2540;
  font-size: 10px;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-integration-node span {
  color: #6c777d;
  font-size: 8px;
  line-height: 1.35;
}
#SingleCaseStudyRetro .retro-integration-node:hover {
  border-color: #0000ff;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 255, .15);
  transform: translateY(-4px);
}
#SingleCaseStudyRetro .retro-integration-node:hover i {
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-integration-node.node-1 { top: 18px; left: 16px; }
#SingleCaseStudyRetro .retro-integration-node.node-2 { top: 18px; right: 16px; }
#SingleCaseStudyRetro .retro-integration-node.node-3 { top: 50%; left: 8px; transform: translateY(-50%); }
#SingleCaseStudyRetro .retro-integration-node.node-4 { top: 50%; right: 8px; transform: translateY(-50%); }
#SingleCaseStudyRetro .retro-integration-node.node-5 { bottom: 18px; left: 16px; }
#SingleCaseStudyRetro .retro-integration-node.node-6 { right: 16px; bottom: 18px; }
#SingleCaseStudyRetro .retro-integrations-stack {
  overflow: hidden;
  padding: 16px;
  border: 1px solid #dce4f2;
  border-radius: 22px;
  background: linear-gradient(145deg, #f8faff, #eef2ff);
  box-shadow: 0 22px 50px rgba(10, 37, 64, .12);
}
#SingleCaseStudyRetro .retro-integrations-stack__header,
#SingleCaseStudyRetro .retro-integrations-stack__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-integrations-stack__header > div {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
#SingleCaseStudyRetro .retro-integrations-stack__header strong {
  color: #0a2540;
  font-size: 13px;
}
#SingleCaseStudyRetro .retro-integrations-stack__header > div i {
  color: #0000ff;
  font-size: 18px;
}
#SingleCaseStudyRetro .retro-integrations-stack__header > span i {
  color: #10b981;
  font-size: 7px;
}
#SingleCaseStudyRetro .retro-integrations-stack__core {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 255, .18);
  border-radius: 14px;
  background: #0000ff;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 255, .18);
}
#SingleCaseStudyRetro .retro-integrations-stack__core-icon {
  display: flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, .16);
  font-size: 18px;
}
#SingleCaseStudyRetro .retro-integrations-stack__core > div:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}
#SingleCaseStudyRetro .retro-integrations-stack__core strong {
  font-size: 15px;
  line-height: 1.3;
}
#SingleCaseStudyRetro .retro-integrations-stack__core span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  line-height: 1.4;
}
#SingleCaseStudyRetro .retro-integrations-stack__core > i {
  color: #bfc5ff;
  font-size: 17px;
}
#SingleCaseStudyRetro .retro-integrations-stack__bus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 12px 0;
  color: #0000ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-integrations-stack__bus::before,
#SingleCaseStudyRetro .retro-integrations-stack__bus::after {
  height: 1px;
  flex: 1;
  background: rgba(0, 0, 255, .22);
  content: "";
}
#SingleCaseStudyRetro .retro-integrations-stack__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
#SingleCaseStudyRetro .retro-integration-card {
  display: grid;
  min-height: 102px;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 5px 10px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
#SingleCaseStudyRetro .retro-integration-card i {
  display: flex;
  width: 48px;
  height: 48px;
  grid-row: auto;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  font-size: 20px;
}
#SingleCaseStudyRetro .retro-integration-card__content {
  min-width: 0;
  align-self: center;
}
#SingleCaseStudyRetro .retro-integration-card strong {
  display: block;
  color: #0a2540;
  font-size: 14px;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-integration-card span {
  display: block;
  margin-top: 7px;
  color: #6c777d;
  font-size: 11px;
  line-height: 1.45;
}
#SingleCaseStudyRetro .retro-integration-card:hover {
  border-color: rgba(0, 0, 255, .3);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 255, .1);
  transform: translateY(-3px);
}
#SingleCaseStudyRetro .retro-integration-card:hover i {
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-integrations-stack__footer {
  justify-content: flex-start;
  gap: 6px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid rgba(148, 163, 184, .24);
  letter-spacing: .05em;
}
#SingleCaseStudyRetro .retro-integrations-stack__footer i { color: #10b981; font-size: 11px; }
#SingleCaseStudyRetro .retro-integration-description {
  max-width: 520px;
  font-size: 15px !important;
  line-height: 1.75 !important;
}
#SingleCaseStudyRetro .retro-integration-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
#SingleCaseStudyRetro .retro-integration-stat {
  position: relative;
  min-width: 0;
  padding: 15px !important;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(10, 37, 64, .05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
#SingleCaseStudyRetro .retro-integration-stat > i {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  font-size: 11px;
}
#SingleCaseStudyRetro .retro-integration-stat p {
  margin: 0;
}
#SingleCaseStudyRetro .retro-integration-stat p.text-xl {
  font-size: 20px;
  line-height: 1.15;
}
#SingleCaseStudyRetro .retro-integration-stat p:last-child {
  margin-top: 5px;
  color: #6c777d;
  font-size: 11px;
  line-height: 1.35;
}
#SingleCaseStudyRetro .retro-integration-stat:hover {
  border-color: rgba(0, 0, 255, .3);
  box-shadow: 0 12px 24px rgba(0, 0, 255, .1);
  transform: translateY(-3px);
}
#SingleCaseStudyRetro .retro-integration-stat:hover > i {
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-impact-layout {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 32px;
}
#SingleCaseStudyRetro .retro-impact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}
#SingleCaseStudyRetro .retro-impact-stats > div {
  position: relative;
  min-height: 112px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 17px !important;
  border-radius: 16px;
  background: #ffffff !important;
  box-shadow: 0 8px 20px rgba(10, 37, 64, .06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-impact-stats > div::before {
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  font-weight: 900;
}
#SingleCaseStudyRetro .retro-impact-stats > div:nth-child(2)::before { content: "\f542"; }
#SingleCaseStudyRetro .retro-impact-stats > div:nth-child(3)::before { content: "\f1b3"; }
#SingleCaseStudyRetro .retro-impact-stats > div:nth-child(4)::before { content: "\f153"; }
#SingleCaseStudyRetro .retro-impact-stats > div:hover {
  border-color: rgba(0, 0, 255, .3);
  box-shadow: 0 14px 28px rgba(0, 0, 255, .12);
  transform: translateY(-3px);
}
#SingleCaseStudyRetro .retro-impact-stats > div:hover::before {
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-impact-stats > div > span:first-of-type {
  color: #0000ff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #0000ff !important;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
}
#SingleCaseStudyRetro .retro-impact-stats > div > span:last-of-type {
  margin-top: 5px;
  color: #6c777d !important;
  font-size: 11px;
  line-height: 1.3;
}
#SingleCaseStudyRetro .retro-impact-stats > div:hover > span:first-of-type {
  color: #0000ff !important;
  -webkit-text-fill-color: #0000ff !important;
}
#SingleCaseStudyRetro .retro-impact-stats > div:hover > span:last-of-type {
  color: #526071 !important;
}
#SingleCaseStudyRetro .retro-impact-visual {
  min-width: 0;
  display: flex;
}
#SingleCaseStudyRetro .retro-impact-visual > div {
  height: 100%;
  min-height: 250px;
  margin: 0;
  border: 1px solid #dce4f2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(10, 37, 64, .1);
}
#SingleCaseStudyRetro .retro-impact-visual img {
  display: block;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}
#SingleCaseStudyRetro .retro-impact-visualization {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: auto !important;
  min-height: 236px !important;
  overflow: hidden;
  padding: 14px;
  border: 1px solid #dce4f2;
  border-radius: 20px;
  background:
    radial-gradient(circle at 65% 20%, rgba(0, 0, 255, .1), transparent 34%),
    linear-gradient(145deg, #f8faff, #eef2ff);
  box-shadow: 0 18px 40px rgba(10, 37, 64, .1);
}
#SingleCaseStudyRetro .retro-impact-visualization__header,
#SingleCaseStudyRetro .retro-impact-visualization__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #64748b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-impact-visualization__header > div {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
#SingleCaseStudyRetro .retro-impact-visualization__header strong {
  color: #0a2540;
  font-size: 11px;
}
#SingleCaseStudyRetro .retro-impact-visualization__header > div i {
  color: #0000ff;
  font-size: 15px;
}
#SingleCaseStudyRetro .retro-impact-visualization__header > span i {
  color: #10b981;
  font-size: 7px;
}
#SingleCaseStudyRetro .retro-impact-signal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}
#SingleCaseStudyRetro .retro-impact-signal {
  padding: 11px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease;
}
#SingleCaseStudyRetro .retro-impact-signal:hover {
  border-color: rgba(0, 0, 255, .35);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 255, .1);
  transform: translateY(-3px);
}
#SingleCaseStudyRetro .retro-impact-signal:hover .retro-impact-signal__label {
  color: #0000cc;
}
#SingleCaseStudyRetro .retro-impact-signal__label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0000ff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-impact-signal__label i {
  font-size: 13px;
}
#SingleCaseStudyRetro .retro-impact-signal > strong {
  display: block;
  margin-top: 6px;
  color: #0a2540;
  font-size: 13px;
  line-height: 1.35;
}
#SingleCaseStudyRetro .retro-impact-signal small {
  display: block;
  margin-top: 6px;
  color: #6c777d;
  font-size: 9px;
  line-height: 1.45;
}
#SingleCaseStudyRetro .retro-impact-bars {
  display: flex;
  height: 56px;
  align-items: flex-end;
  gap: 6px;
  margin-top: 14px;
  padding: 7px 7px 5px;
  border-bottom: 1px solid #dce4f2;
  background: linear-gradient(to top, rgba(0, 0, 255, .06), transparent);
}
#SingleCaseStudyRetro .retro-impact-bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, #0000ff, #8f90ff);
}
#SingleCaseStudyRetro .retro-impact-bars span:nth-child(1) { height: 25%; }
#SingleCaseStudyRetro .retro-impact-bars span:nth-child(2) { height: 38%; }
#SingleCaseStudyRetro .retro-impact-bars span:nth-child(3) { height: 35%; }
#SingleCaseStudyRetro .retro-impact-bars span:nth-child(4) { height: 55%; }
#SingleCaseStudyRetro .retro-impact-bars span:nth-child(5) { height: 70%; }
#SingleCaseStudyRetro .retro-impact-bars span:nth-child(6) { height: 92%; }
#SingleCaseStudyRetro .retro-impact-efficiency {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #64748b;
  font-size: 9px;
}
#SingleCaseStudyRetro .retro-impact-efficiency b {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: #e6eaf3;
}
#SingleCaseStudyRetro .retro-impact-efficiency b::before {
  position: absolute;
  inset: 0 26% 0 0;
  border-radius: 999px;
  background: linear-gradient(to right, #f59e0b, #10b981);
  content: "";
}
#SingleCaseStudyRetro .retro-impact-efficiency b i {
  position: absolute;
  top: 50%;
  right: 26%;
  width: 16px;
  height: 16px;
  border: 4px solid #10b981;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(50%, -50%);
}
#SingleCaseStudyRetro .retro-impact-efficiency-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 4px;
  margin-top: 17px;
}
#SingleCaseStudyRetro .retro-impact-efficiency-flow span {
  padding: 7px 4px;
  border: 1px solid rgba(0, 0, 255, .14);
  border-radius: 7px;
  background: rgba(0, 0, 255, .06);
  color: #526071;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}
#SingleCaseStudyRetro .retro-impact-efficiency-flow span:last-child {
  background: rgba(16, 185, 129, .12);
  border-color: rgba(16, 185, 129, .25);
  color: #047857;
}
#SingleCaseStudyRetro .retro-impact-efficiency-flow i {
  color: #0000ff;
  font-size: 9px;
}
#SingleCaseStudyRetro .retro-impact-architecture {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 9px;
  color: #526071;
  font-size: 9px;
  font-weight: 600;
}
#SingleCaseStudyRetro .retro-impact-architecture span {
  width: 78%;
  padding: 4px 7px;
  border: 1px solid rgba(0, 0, 255, .15);
  border-radius: 6px;
  background: rgba(0, 0, 255, .06);
  text-align: center;
}
#SingleCaseStudyRetro .retro-impact-architecture span:nth-of-type(2) {
  width: 92%;
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-impact-architecture i {
  color: #0000ff;
  font-size: 8px;
}
#SingleCaseStudyRetro .retro-impact-visualization__footer {
  justify-content: flex-start;
  gap: 6px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(148, 163, 184, .24);
  font-size: 8px;
  letter-spacing: .04em;
}
#SingleCaseStudyRetro .retro-impact-visualization__footer i {
  color: #10b981;
  font-size: 11px;
}
#SingleCaseStudyRetro .retro-gallery {
  position: relative;
}
#SingleCaseStudyRetro .retro-gallery-intro {
  max-width: 660px;
  font-size: 15px;
  line-height: 1.8;
}
#SingleCaseStudyRetro .retro-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 190px);
  gap: 14px;
}
#SingleCaseStudyRetro .retro-gallery-card {
  position: relative;
  min-width: 0;
  border: 1px solid #dce4f2;
  border-radius: 18px;
  background: #0a2540;
  box-shadow: 0 12px 28px rgba(10, 37, 64, .1);
  isolation: isolate;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
#SingleCaseStudyRetro .retro-gallery-card--featured {
  grid-row: span 2;
  grid-column: span 7;
}
#SingleCaseStudyRetro .retro-gallery-card:not(.retro-gallery-card--featured) {
  grid-column: span 5;
}
#SingleCaseStudyRetro .retro-gallery-card > img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}
#SingleCaseStudyRetro .retro-gallery-card--featured > img {
  object-position: center top;
}
#SingleCaseStudyRetro .retro-gallery-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(10, 37, 64, .02) 22%, rgba(10, 37, 64, .88) 100%);
  content: "";
}
#SingleCaseStudyRetro .retro-gallery-card__caption {
  z-index: 1;
  min-height: 42%;
  background: linear-gradient(180deg, transparent, rgba(10, 37, 64, .86));
}
#SingleCaseStudyRetro .retro-gallery-card__caption p {
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-gallery-card--featured .retro-gallery-card__caption p {
  font-size: 18px;
}
#SingleCaseStudyRetro .retro-gallery-card__caption span:not(.retro-gallery-card__index) {
  display: block;
  max-width: 420px;
  margin-top: 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  line-height: 1.45;
}
#SingleCaseStudyRetro .retro-gallery-card__index {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #aeb4ff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-gallery-card__index::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0000ff;
  content: "";
}
#SingleCaseStudyRetro .retro-gallery-card:hover {
  border-color: rgba(0, 0, 255, .46);
  box-shadow: 0 20px 40px rgba(10, 37, 64, .18);
  transform: translateY(-4px);
}
#SingleCaseStudyRetro .retro-gallery-card:hover > img {
  filter: saturate(1.08);
  transform: scale(1.04);
}
#SingleCaseStudyRetro .retro-gallery-notes {
  gap: 8px;
}
#SingleCaseStudyRetro .retro-gallery-notes > div {
  min-height: 74px;
  padding: 12px !important;
  border: 1px solid #e4e9f3;
  border-radius: 12px;
  background: #f8faff;
  line-height: 1.5;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-gallery-notes > div:hover {
  border-color: rgba(0, 0, 255, .25);
  background: #ffffff;
  transform: translateY(-2px);
}
#SingleCaseStudyRetro .retro-gallery-notes > div span {
  display: block;
  margin-bottom: 3px;
  color: #0a2540;
  font-size: 11px;
}
@media (min-width: 992px) {
  #SingleCaseStudyRetro .retro-gallery-card:nth-child(4),
  #SingleCaseStudyRetro .retro-gallery-card:nth-child(5) {
    grid-column: span 6;
  }
}
#SingleCaseStudyRetro .retro-gallery-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#SingleCaseStudyRetro .retro-gallery-lightbox.is-open {
  display: flex;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(10, 37, 64, .84);
  cursor: zoom-out;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1100px, 100%);
  max-height: calc(100vh - 48px);
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(174, 180, 255, .35);
  border-radius: 20px;
  background: #0a2540;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}
#SingleCaseStudyRetro .retro-gallery-lightbox__toolbar {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__toolbar button,
#SingleCaseStudyRetro .retro-gallery-lightbox__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__toolbar button {
  width: 32px;
  height: 32px;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__arrow {
  align-self: center;
  width: 38px;
  height: 38px;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__toolbar button:hover,
#SingleCaseStudyRetro .retro-gallery-lightbox__arrow:hover {
  border-color: rgba(174, 180, 255, .7);
  background: #0000ff;
  transform: translateY(-2px);
}
#SingleCaseStudyRetro .retro-gallery-lightbox__figure {
  display: flex;
  min-width: 0;
  min-height: 0;
  grid-column: 2;
  grid-row: 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 150px);
  border-radius: 10px;
  object-fit: contain;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__figure figcaption {
  width: 100%;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__figure figcaption strong {
  display: block;
  color: #ffffff;
  font-size: 13px;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__figure figcaption span {
  display: block;
  margin-top: 2px;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__arrow--prev {
  grid-column: 1;
  grid-row: 2;
}
#SingleCaseStudyRetro .retro-gallery-lightbox__arrow--next {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 991px) {
  #SingleCaseStudyRetro .retro-gallery-grid {
    grid-template-rows: repeat(3, 180px);
  }
  #SingleCaseStudyRetro .retro-gallery-card--featured {
    grid-column: span 12;
    grid-row: span 1;
  }
  #SingleCaseStudyRetro .retro-gallery-card:not(.retro-gallery-card--featured) {
    grid-column: span 4;
  }
}
@media (max-width: 639px) {
  #SingleCaseStudyRetro .retro-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 190px);
  }
  #SingleCaseStudyRetro .retro-gallery-card--featured,
  #SingleCaseStudyRetro .retro-gallery-card:not(.retro-gallery-card--featured) {
    grid-column: auto;
    grid-row: auto;
  }
  #SingleCaseStudyRetro .retro-gallery-card--featured .retro-gallery-card__caption p {
    font-size: 15px;
  }
  #SingleCaseStudyRetro .retro-gallery-lightbox {
    padding: 12px;
  }
  #SingleCaseStudyRetro .retro-gallery-lightbox__panel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    padding: 10px;
  }
  #SingleCaseStudyRetro .retro-gallery-lightbox__figure img {
    max-height: calc(100vh - 130px);
  }
}
@media (min-width: 768px) {
#SingleCaseStudyRetro .retro-impact-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #SingleCaseStudyRetro .retro-impact-signal {
    min-width: 0;
  }
  #SingleCaseStudyRetro .retro-impact-visualization__header > span {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  #SingleCaseStudyRetro .retro-impact-layout {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-impact-visual > div,
  #SingleCaseStudyRetro .retro-impact-visual img {
    min-height: 220px;
  }
  #SingleCaseStudyRetro .retro-impact-visualization {
    min-height: auto;
  }
}
@media (max-width: 639px) {
  #SingleCaseStudyRetro .retro-workflow-pipeline {
    padding: 14px;
  }
  #SingleCaseStudyRetro .retro-workflow-pipeline__header > span {
    display: none;
  }
  #SingleCaseStudyRetro .retro-workflow-pipeline__step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 9px;
    padding-right: 9px;
  }
  #SingleCaseStudyRetro .retro-workflow-pipeline__step-icon {
    width: 42px;
    height: 42px;
  }
  #SingleCaseStudyRetro .retro-workflow-pipeline__step strong {
    font-size: 12px;
  }
  #SingleCaseStudyRetro .retro-workflow-pipeline__step small {
    font-size: 8px;
  }
  #SingleCaseStudyRetro .retro-workflow-pipeline__track::before {
    left: 27px;
  }
  #SingleCaseStudyRetro .retro-workflow-pipeline__arrow {
    margin-left: 18px;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__primary {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__connector {
    width: 2px;
    height: 15px;
    margin: 0 auto;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__connector::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 5px solid #0000ff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
    transform: translateX(-50%);
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__connector i {
    display: none;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__parallel {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__parallel::before,
  #SingleCaseStudyRetro .retro-workflow-liveflow__parallel::after {
    display: none;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__split,
  #SingleCaseStudyRetro .retro-workflow-liveflow__merge {
    margin-right: 0;
    margin-left: 0;
  }
  #SingleCaseStudyRetro .retro-integrations-visual {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
  }
  #SingleCaseStudyRetro .retro-integrations-visual__ring {
    display: none;
  }
  #SingleCaseStudyRetro .retro-integrations-visual__hub {
    position: static;
    width: auto;
    height: 108px;
    grid-column: span 2;
    border-width: 5px;
    border-radius: 18px;
    transform: none;
  }
  #SingleCaseStudyRetro .retro-integration-node,
  #SingleCaseStudyRetro .retro-integration-node.node-1,
  #SingleCaseStudyRetro .retro-integration-node.node-2,
  #SingleCaseStudyRetro .retro-integration-node.node-3,
  #SingleCaseStudyRetro .retro-integration-node.node-4,
  #SingleCaseStudyRetro .retro-integration-node.node-5,
  #SingleCaseStudyRetro .retro-integration-node.node-6 {
    position: static;
    width: auto;
    min-height: 86px;
    transform: none;
  }
  #SingleCaseStudyRetro .retro-integrations-stack {
    padding: 13px;
  }
  #SingleCaseStudyRetro .retro-integrations-stack__grid {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-integration-stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  #SingleCaseStudyRetro .retro-ai-processing-visual {
    padding: 13px;
  }
  #SingleCaseStudyRetro .retro-ai-processing-visual__pipeline {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-ai-processing-visual__engine {
    min-height: 105px;
    border-radius: 18px;
  }
  #SingleCaseStudyRetro .retro-ai-processing-visual__engine::before,
  #SingleCaseStudyRetro .retro-ai-processing-visual__engine::after {
    display: none;
  }
}
@media (max-width: 900px) {
  #SingleCaseStudyRetro .retro-workflow-layout {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-ai-enrichment-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #SingleCaseStudyRetro .retro-solution-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  #SingleCaseStudyRetro .retro-ai-enrichment-flow {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-solution-modules-intro {
    display: block;
  }
  #SingleCaseStudyRetro .retro-solution-modules-intro p {
  margin-top: 12px;
  flex: 1;
}
  #SingleCaseStudyRetro .retro-solution-modules {
    grid-template-columns: 1fr;
  }
}
#SingleCaseStudyRetro .retro-challenge-list > .group {
  padding-top: 28px;
  padding-bottom: 28px;
  transition: background-color .25s ease, padding-left .25s ease, padding-right .25s ease;
}
#SingleCaseStudyRetro .retro-challenge-list > .group:hover {
  background: rgba(0, 0, 255, .025);
  padding-right: 14px;
  padding-left: 14px;
}
#SingleCaseStudyRetro .retro-challenge-list h3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#SingleCaseStudyRetro .retro-challenge-list h3 i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border: 1px solid rgba(0, 0, 255, .16);
  border-radius: 10px;
  background: rgba(0, 0, 255, .07);
  color: var(--color-primary);
  font-size: 14px;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-challenge-list > .group:hover h3 i {
  background: var(--color-primary);
  color: #ffffff;
  transform: rotate(-6deg) scale(1.05);
}
#SingleCaseStudyRetro .retro-challenge-list > .group > .grid > div:last-child p {
  max-width: 620px;
}
#SingleCaseStudyRetro .retro-workflow-map {
  position: relative;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding: 18px 20px;
  border-radius: 18px;
  background: #0a2540;
  box-shadow: 0 18px 40px rgba(10, 37, 64, .14);
  scrollbar-width: thin;
}
#SingleCaseStudyRetro .retro-workflow-map > span:nth-child(odd) {
  display: inline-flex;
  min-height: 58px;
  min-width: 142px;
  flex: 1 0 142px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
#SingleCaseStudyRetro .retro-workflow-map > span:nth-child(odd):hover {
  border-color: #8f90ff;
  background: #0000ff;
  transform: translateY(-3px);
}
#SingleCaseStudyRetro .retro-workflow-map > span:nth-child(even) {
  flex: 0 0 auto;
  color: #8f90ff;
  font-size: 12px;
}
#SingleCaseStudyRetro .retro-workflow-map > span:nth-child(odd) > span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0000ff;
  color: #ffffff;
  font-size: 10px;
}
#SingleCaseStudyRetro .retro-workflow-details {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
#SingleCaseStudyRetro .retro-workflow-details > div {
  min-height: 178px;
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(10, 37, 64, .06);
}
#SingleCaseStudyRetro .retro-workflow-details > div:last-child {
  grid-column: auto;
}
#SingleCaseStudyRetro .retro-workflow-details > div > .relative > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #0a2540;
  font-size: 16px;
}
#SingleCaseStudyRetro .retro-workflow-details > div > .relative > span:first-child i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  font-size: 14px;
}
#SingleCaseStudyRetro .retro-workflow-details > div > .relative > span:last-child {
  display: block;
  font-size: 14px;
  line-height: 1.75;
}
#SingleCaseStudyRetro .retro-workflow-details > div:hover > .relative > span:first-child i {
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-workflow-details > div:hover > .relative > span:first-child {
  color: #ffffff !important;
}
#SingleCaseStudyRetro .retro-workflow-details > div:hover > .relative > span:last-child {
  color: rgba(255, 255, 255, .9) !important;
}
#SingleCaseStudyRetro .retro-workflow-orbit {
  position: relative;
  width: min(100%, 760px);
  aspect-ratio: 1 / .82;
  margin: 32px auto 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(0, 0, 255, .08), transparent 34%),
    linear-gradient(135deg, #f8faff, #eef2ff);
  box-shadow: inset 0 0 0 1px rgba(10, 37, 64, .06), 0 18px 42px rgba(10, 37, 64, .08);
  opacity: 1 !important;
}
#SingleCaseStudyRetro .retro-workflow-layout {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: center;
}
#SingleCaseStudyRetro .retro-workflow-intro {
  align-self: center;
}
#SingleCaseStudyRetro .retro-workflow-intro h2 {
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.08;
}
#SingleCaseStudyRetro .retro-workflow-intro p {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.8;
}
#SingleCaseStudyRetro .retro-workflow-pipeline {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid #dce4f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 20%, rgba(143, 144, 255, .18), transparent 32%),
    linear-gradient(145deg, #f8faff, #eef2ff);
  box-shadow: 0 18px 42px rgba(10, 37, 64, .1);
}
#SingleCaseStudyRetro .retro-workflow-pipeline__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, .25);
  color: #64748b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__header > div {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0a2540;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__header > div i {
  color: #0000ff;
  font-size: 15px;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__header > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__header > span i {
  color: #10b981;
  font-size: 7px;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__track {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 16px 4px 2px;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__track::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 30px;
  width: 2px;
  background: linear-gradient(to bottom, #8f90ff, #0000ff 55%, #40a5fa);
  content: "";
  opacity: .45;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 58px;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 9px 12px 9px 7px;
  border: 1px solid rgba(0, 0, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 7px 16px rgba(10, 37, 64, .06);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step:nth-of-type(3n) {
  background: rgba(245, 246, 255, .95);
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step:hover {
  border-color: #0000ff;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 255, .12);
  transform: translateX(4px);
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step-icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 12px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step-icon span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step-icon i {
  font-size: 15px;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step strong {
  display: block;
  color: #0a2540;
  font-size: 13px;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 9px;
  line-height: 1.35;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step--final {
  border-color: rgba(0, 0, 255, .3);
  background: #0000ff;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step--final strong,
#SingleCaseStudyRetro .retro-workflow-pipeline__step--final small {
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step--final small {
  color: rgba(255, 255, 255, .76);
}
#SingleCaseStudyRetro .retro-workflow-pipeline__step--final .retro-workflow-pipeline__step-icon {
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-workflow-pipeline__arrow {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  margin: 3px 0 3px 21px;
  color: #0000ff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
#SingleCaseStudyRetro .retro-workflow-liveflow {
  padding: 18px 2px 2px;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node {
  position: relative;
  min-width: 0;
  min-height: 104px;
  padding: 12px 9px 10px;
  border: 1px solid rgba(0, 0, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 18px rgba(10, 37, 64, .07);
  text-align: center;
  transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node:hover {
  z-index: 2;
  border-color: #0000ff;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 255, .16);
  transform: translateY(-4px);
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node > span {
  position: absolute;
  top: 8px;
  left: 9px;
  color: #0000ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node > i {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 2px auto 7px;
  border-radius: 10px;
  background: rgba(0, 0, 255, .08);
  color: #0000ff;
  font-size: 14px;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node strong {
  display: block;
  color: #0a2540;
  font-size: 11px;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 8px;
  line-height: 1.3;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__connector {
  position: relative;
  height: 2px;
  background: rgba(0, 0, 255, .25);
}
#SingleCaseStudyRetro .retro-workflow-liveflow__connector::after {
  position: absolute;
  top: 50%;
  right: -1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #0000ff;
  content: "";
  transform: translateY(-50%);
}
#SingleCaseStudyRetro .retro-workflow-liveflow__connector i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8f90ff;
  box-shadow: 0 0 0 3px rgba(143, 144, 255, .18);
  animation: retro-workflow-data-dot 2.2s linear infinite;
  transform: translate(-50%, -50%);
}
#SingleCaseStudyRetro .retro-workflow-liveflow__connector:nth-of-type(1) i { animation-delay: .35s; }
#SingleCaseStudyRetro .retro-workflow-liveflow__connector:nth-of-type(2) i { animation-delay: .7s; }
#SingleCaseStudyRetro .retro-workflow-liveflow__connector:nth-of-type(3) i { animation-delay: 1.05s; }
@keyframes retro-workflow-data-dot {
  0% { left: 0; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
#SingleCaseStudyRetro .retro-workflow-liveflow__split {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 14px 18% 11px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 255, .34);
  color: #0000ff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__split::before,
#SingleCaseStudyRetro .retro-workflow-liveflow__split::after {
  position: absolute;
  top: -1px;
  width: 1px;
  height: 13px;
  background: rgba(0, 0, 255, .34);
  content: "";
}
#SingleCaseStudyRetro .retro-workflow-liveflow__split::before { left: 25%; }
#SingleCaseStudyRetro .retro-workflow-liveflow__split::after { right: 25%; }
#SingleCaseStudyRetro .retro-workflow-liveflow__split i {
  margin-right: 5px;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__parallel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__parallel::before,
#SingleCaseStudyRetro .retro-workflow-liveflow__parallel::after {
  position: absolute;
  top: -11px;
  width: 1px;
  height: 11px;
  background: rgba(0, 0, 255, .34);
  content: "";
}
#SingleCaseStudyRetro .retro-workflow-liveflow__parallel::before { left: 25%; }
#SingleCaseStudyRetro .retro-workflow-liveflow__parallel::after { right: 25%; }
#SingleCaseStudyRetro .retro-workflow-liveflow__merge {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 11px 18% 10px;
  color: #64748b;
  font-size: 8px;
  font-weight: 600;
  text-align: center;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__merge i {
  height: 1px;
  background: rgba(0, 0, 255, .28);
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node--final {
  border-color: rgba(0, 0, 255, .3);
  background: #0000ff;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node--final > span,
#SingleCaseStudyRetro .retro-workflow-liveflow__node--final strong,
#SingleCaseStudyRetro .retro-workflow-liveflow__node--final small {
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node--final > i {
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-workflow-liveflow__node--final:hover {
  background: #0000cc;
}
#SingleCaseStudyRetro .retro-solution-title {
  max-width: 760px;
  color: #0a2540 !important;
  font-size: clamp(28px, 3.2vw, 48px) !important;
  font-weight: 750 !important;
  line-height: 1.08 !important;
}
#SingleCaseStudyRetro .retro-technology-description {
  max-width: 660px;
  font-size: 15px !important;
  line-height: 1.75 !important;
}
#SingleCaseStudyRetro .retro-partnership {
  position: relative;
  overflow: hidden;
  padding: 32px 28px 24px;
  border: 1px solid #dce4f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 0, 255, .11), transparent 30%),
    linear-gradient(135deg, #f8faff, #eef2ff);
  box-shadow: 0 18px 40px rgba(10, 37, 64, .08);
}
#SingleCaseStudyRetro .retro-partnership__inner {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: center;
}
#SingleCaseStudyRetro .retro-partnership__lead {
  padding-right: 18px;
  border-right: 1px solid rgba(148, 163, 184, .3);
}
#SingleCaseStudyRetro .retro-partnership__eyebrow {
  margin-bottom: 13px;
}
#SingleCaseStudyRetro .retro-partnership__title {
  max-width: 300px;
  margin: 0;
  color: #0a2540;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 750;
  line-height: 1.1;
}
#SingleCaseStudyRetro .retro-partnership__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin-top: 18px;
  padding: 0 20px;
  border-radius: 2px;
  background: #0000ff;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 255, .45);
  transition: all .25s ease;
}
#SingleCaseStudyRetro .retro-partnership__cta:hover {
  background: #0000cc;
  color: #ffffff;
  transform: scale(1.02);
}
#SingleCaseStudyRetro .retro-partnership__signal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-partnership__signal i {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #0000ff;
  color: #ffffff;
  font-size: 11px;
}
#SingleCaseStudyRetro .retro-partnership__copy {
  color: #6c777d;
  font-size: 14px;
  line-height: 1.75;
}
#SingleCaseStudyRetro .retro-partnership__copy p {
  margin: 0;
}
#SingleCaseStudyRetro .retro-partnership__copy p + p {
  margin-top: 13px;
}
#SingleCaseStudyRetro .retro-partnership__copy a {
  color: #0000ff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 255, .25);
  text-underline-offset: 2px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
#SingleCaseStudyRetro .retro-partnership__copy a:hover {
  color: #0a2540;
  text-decoration-color: #0a2540;
}
#SingleCaseStudyRetro .retro-partnership__brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0a2540;
  font-weight: 700;
}
#SingleCaseStudyRetro .retro-partnership__brand i {
  color: #0000ff;
}
#SingleCaseStudyRetro .retro-partnership__tags {
  justify-content: flex-start;
  gap: 7px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, .25);
}
#SingleCaseStudyRetro .retro-partnership__tags > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #526071;
  font-size: 10px;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease, transform .25s ease;
}
#SingleCaseStudyRetro .retro-partnership__tags > span:hover {
  border-color: rgba(0, 0, 255, .25);
  background: #ffffff;
  color: #0000ff;
  transform: translateY(-2px);
}
#SingleCaseStudyRetro .retro-partnership__tags > span i {
  color: #0000ff;
}
#SingleCaseStudyRetro .retro-final-banner__panel {
  min-height: 430px;
  padding-bottom: 78px;
  border-radius: 11px;
  background: #0000ff;
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-final-banner__chevron {
  top: 50%;
  right: -90px;
  z-index: 0;
  width: 180px;
  transform: translateY(-50%);
}
#SingleCaseStudyRetro .retro-final-banner__chevron img {
  display: block;
  width: 100%;
  height: auto;
}
#SingleCaseStudyRetro .retro-final-banner__title {
  width: calc(100% - 120px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 54px 42px 0 24px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#SingleCaseStudyRetro .retro-final-banner__subtitle {
  width: calc(100% - 120px);
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 42px 0 24px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
}
#SingleCaseStudyRetro .retro-final-banner__copy {
  width: calc(100% - 120px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 42px 36px 24px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
#SingleCaseStudyRetro .retro-final-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
#SingleCaseStudyRetro .retro-final-banner__cta,
#SingleCaseStudyRetro .retro-final-banner__secondary {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 2px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
}
#SingleCaseStudyRetro .retro-final-banner__cta {
  min-width: 260px;
  background: #ffffff;
  color: #0000ff;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, .3);
}
#SingleCaseStudyRetro .retro-final-banner__cta img {
  width: 16px;
  height: 14px;
  margin-left: 8px;
}
#SingleCaseStudyRetro .retro-final-banner__cta:hover {
  color: #0000cc;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  transform: scale(1.03);
}
#SingleCaseStudyRetro .retro-final-banner__secondary {
  border: 1px solid rgba(255, 255, 255, .58);
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-final-banner__secondary i {
  margin-right: 8px;
}
#SingleCaseStudyRetro .retro-final-banner__secondary:hover {
  background: rgba(255, 255, 255, .14);
  color: #ffffff;
  transform: scale(1.03);
}
@media (max-width: 767px) {
  #SingleCaseStudyRetro .retro-partnership {
    padding: 24px 18px 18px;
  }
  #SingleCaseStudyRetro .retro-partnership__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #SingleCaseStudyRetro .retro-partnership__lead {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, .3);
  }
  #SingleCaseStudyRetro .retro-partnership__title {
    max-width: none;
  }
  #SingleCaseStudyRetro .retro-final-banner__panel {
    min-height: 0;
    padding-bottom: 46px;
  }
  #SingleCaseStudyRetro .retro-final-banner__chevron {
    top: auto;
    right: 50%;
    bottom: -42px;
    width: 120px;
    transform: translateX(50%) rotate(90deg);
  }
  #SingleCaseStudyRetro .retro-final-banner__title {
    width: 100%;
    padding: 34px 20px 0;
    font-size: 30px;
    line-height: 1.4;
  }
  #SingleCaseStudyRetro .retro-final-banner__subtitle {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
  #SingleCaseStudyRetro .retro-final-banner__copy {
    width: 100%;
    max-width: 90%;
    padding-right: 0;
    padding-bottom: 28px;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.8;
  }
  #SingleCaseStudyRetro .retro-final-banner__actions {
    flex-direction: column;
  }
  #SingleCaseStudyRetro .retro-final-banner__cta,
  #SingleCaseStudyRetro .retro-final-banner__secondary {
    width: 100%;
  }
}
#SingleCaseStudyRetro .retro-workflow-orbit__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
  width: 58%;
  height: 70%;
  border: 2px dashed rgba(0, 0, 255, .24);
  border-radius: 50%;
  animation: retro-workflow-orbit-spin 18s linear infinite;
  transform: translate(-50%, -50%);
}
@keyframes retro-workflow-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
#SingleCaseStudyRetro .retro-workflow-orbit__ring::before,
#SingleCaseStudyRetro .retro-workflow-orbit__ring::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0000ff;
  content: "";
}
#SingleCaseStudyRetro .retro-workflow-orbit__ring::before { top: 8%; left: 12%; }
#SingleCaseStudyRetro .retro-workflow-orbit__ring::after { right: 10%; bottom: 12%; }
#SingleCaseStudyRetro .retro-workflow-orbit__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 190px;
  height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 8px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: #0000ff;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 255, .24);
  transform: translate(-50%, -50%);
}
#SingleCaseStudyRetro .retro-workflow-orbit__center i {
  margin-bottom: 8px;
  color: #8f90ff;
  font-size: 22px;
}
#SingleCaseStudyRetro .retro-workflow-orbit__center strong {
  font-size: 15px;
  line-height: 1.3;
}
#SingleCaseStudyRetro .retro-workflow-orbit__center span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#SingleCaseStudyRetro .retro-workflow-stage {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 158px;
  min-height: 88px;
  grid-template-columns: 28px 1fr;
  align-items: center;
  column-gap: 9px;
  padding: 13px 14px;
  border: 1px solid rgba(0, 0, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  color: #0a2540;
  box-shadow: 0 10px 22px rgba(10, 37, 64, .1);
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
#SingleCaseStudyRetro .retro-workflow-stage b {
  grid-row: span 2;
  color: #0000ff;
  font-size: 12px;
}
#SingleCaseStudyRetro .retro-workflow-stage i {
  color: #0000ff;
  font-size: 16px;
}
#SingleCaseStudyRetro .retro-workflow-stage span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
#SingleCaseStudyRetro .retro-workflow-stage:hover {
  border-color: #0000ff;
  background: #0000ff;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 255, .22);
  transform: translateY(-4px);
}
#SingleCaseStudyRetro .retro-workflow-stage:hover b,
#SingleCaseStudyRetro .retro-workflow-stage:hover i {
  color: #ffffff;
}
#SingleCaseStudyRetro .retro-workflow-stage.stage-1 { top: 3%; left: 50%; transform: translateX(-50%); }
#SingleCaseStudyRetro .retro-workflow-stage.stage-2 { top: 10%; right: 3%; }
#SingleCaseStudyRetro .retro-workflow-stage.stage-3 { top: 50%; right: 0; transform: translateY(-50%); }
#SingleCaseStudyRetro .retro-workflow-stage.stage-4 { bottom: 10%; right: 3%; }
#SingleCaseStudyRetro .retro-workflow-stage.stage-5 { bottom: 3%; left: 50%; transform: translateX(-50%); }
#SingleCaseStudyRetro .retro-workflow-stage.stage-6 { bottom: 10%; left: 3%; }
#SingleCaseStudyRetro .retro-workflow-stage.stage-7 { top: 10%; left: 3%; }
@media (prefers-reduced-motion: reduce) {
  #SingleCaseStudyRetro .retro-workflow-orbit__ring,
  #SingleCaseStudyRetro .retro-ai-processing-visual__engine,
  #SingleCaseStudyRetro .retro-workflow-liveflow__connector i {
    animation: none;
  }
}
@media (max-width: 639px) {
  #SingleCaseStudyRetro .retro-workflow-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #SingleCaseStudyRetro .retro-workflow-intro p {
    max-width: none;
  }
  #SingleCaseStudyRetro .retro-workflow-orbit {
    display: grid;
    width: 100%;
    aspect-ratio: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
  }
  #SingleCaseStudyRetro .retro-workflow-orbit__ring {
    display: none;
  }
  #SingleCaseStudyRetro .retro-workflow-orbit__center {
    position: static;
    width: 100%;
    height: auto;
    min-height: 110px;
    grid-column: span 2;
    border-width: 5px;
    border-radius: 18px;
    transform: none;
  }
  #SingleCaseStudyRetro .retro-workflow-stage,
  #SingleCaseStudyRetro .retro-workflow-stage.stage-1,
  #SingleCaseStudyRetro .retro-workflow-stage.stage-2,
  #SingleCaseStudyRetro .retro-workflow-stage.stage-3,
  #SingleCaseStudyRetro .retro-workflow-stage.stage-4,
  #SingleCaseStudyRetro .retro-workflow-stage.stage-5,
  #SingleCaseStudyRetro .retro-workflow-stage.stage-6,
  #SingleCaseStudyRetro .retro-workflow-stage.stage-7 {
    position: static;
    width: auto;
    min-height: 76px;
    transform: none;
  }
  #SingleCaseStudyRetro .retro-workflow-stage.stage-7 {
    grid-column: span 2;
  }
  #SingleCaseStudyRetro .retro-workflow-details {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-workflow-details > div:last-child {
    grid-column: auto;
  }
}
@media (min-width: 640px) {
  #SingleCaseStudyRetro .retro-overview-tags__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

      /* ─── COLOR PALETTE VARIABLES ─── */
      :root {
        --color-primary: #0000ff;
        --color-primary-light: #4a4aff;
        --color-primary-dark: #08088d;
        --color-primary-subtle: #8888ff;
        --color-accent: #0a2540;
        --color-bg: #fafafc;
        --color-surface: #ffffff;
        --color-text: #111827;
        --color-text-muted: #4b5563;
        --color-text-light: #6b6b8a;
        --color-border: #e5e7eb;
        --color-border-light: #f3f4f6;
        --color-blue-50: #f0f0ff;
        --color-blue-100: #d9d9ff;
        --color-blue-200: #b3b3ff;
        --color-white-soft: rgba(255, 255, 255, 0.8);
        --color-white-muted: rgba(255, 255, 255, 0.4);
        --color-black-soft: rgba(0, 0, 0, 0.1);
        --shadow-card: 0 4px 24px rgba(0, 0, 255, 0.08);
        --shadow-hover: 0 16px 40px rgba(0, 0, 255, 0.15);
      }

      /* ─── BASE ─── */
      #SingleCaseStudyRetro {
        background-color: var(--color-bg);
        font-family: "Poppins", sans-serif;
        color: var(--color-text);
      }

      /* ─── KEYFRAMES ─── */
      @keyframes slideUp {
        from {
          opacity: 0;
          transform: translateY(40px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes scaleIn {
        from {
          opacity: 0;
          transform: scale(0.96);
        }
        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      /* ─── UTILITY OVERRIDES (using variables) ─── */
      .bg-primary {
        background-color: var(--color-primary);
      }
      .bg-primary-dark {
        background-color: var(--color-primary-dark);
      }
      .bg-primary-subtle {
        background-color: var(--color-primary-subtle);
      }
      .text-primary {
        color: var(--color-primary);
      }
      .text-primary-dark {
        color: var(--color-primary-dark);
      }
      .border-primary {
        border-color: var(--color-primary);
      }
      .hover\:bg-primary-light:hover {
        background-color: var(--color-primary-light);
      }
      .hover\:text-primary:hover {
        color: var(--color-primary);
      }
      .bg-blue-50-custom {
        background-color: var(--color-blue-50);
      }
      .border-blue-100-custom {
        border-color: var(--color-blue-100);
      }

      /* gradient overrides for hero & cards */
      .hero-gradient {
        position: relative;
        background:
          radial-gradient(circle at 82% 18%, rgba(0, 0, 255, .11), transparent 29%),
          radial-gradient(circle at 12% 86%, rgba(124, 58, 237, .07), transparent 25%),
          linear-gradient(180deg, #fbfcff 0%, #f5f7ff 100%);
      }
      .hero-gradient::before {
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(rgba(10, 37, 64, .035) 1px, transparent 1px),
          linear-gradient(90deg, rgba(10, 37, 64, .035) 1px, transparent 1px);
        background-size: 42px 42px;
        mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
        content: "";
        pointer-events: none;
      }
      .hero-gradient > .pointer-events-none {
        display: none;
      }
      .hero-gradient {
        color: #0a2540;
      }
      #SingleCaseStudyRetro .max-w-6xl {
        width: 100%;
        max-width: 1200px !important;
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px !important;
        padding-left: 16px !important;
      }
      .hero-gradient .relative.z-10 {
        position: relative;
        z-index: 1;
        padding-top: 42px;
        padding-bottom: 78px;
      }
      .hero-gradient .retro-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
        gap: 40px;
        align-items: start;
      }
      .hero-gradient .retro-hero-copy {
        min-width: 0;
      }
      .hero-gradient .retro-hero-details {
        position: relative;
        min-width: 0;
        margin-top: 32px;
        padding: 24px;
        border: 1px solid #e1e7f2;
        border-radius: 16px;
        background: rgba(255, 255, 255, .72);
        box-shadow: 0 18px 45px rgba(10, 37, 64, .08);
      }
      .hero-gradient .retro-hero-details::before {
        position: absolute;
        top: 0;
        left: 24px;
        width: 58px;
        height: 3px;
        border-radius: 999px;
        background: #0000ff;
        content: "";
      }
      .hero-gradient .retro-hero-details__heading {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 9px;
        margin-bottom: 20px;
        color: #0a2540;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .13em;
        text-transform: uppercase;
      }
      .hero-gradient .retro-hero-details__status {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-left: auto;
        padding: 5px 8px;
        border: 1px solid rgba(16, 185, 129, .2);
        border-radius: 999px;
        color: #059669;
        font-size: 9px;
        letter-spacing: .08em;
      }
      .hero-gradient .retro-hero-details__status i {
        color: #10b981;
        font-size: 7px;
      }
      .hero-gradient .retro-hero-details__heading i {
        color: #0000ff;
        font-size: 14px;
      }
      .hero-gradient .retro-hero-details .project-details {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        border: 0;
      }
      .hero-gradient .retro-hero-details .project-details > div {
        padding: 13px 0;
        border-top: 1px solid #e4e9f3;
        transition: transform .2s ease, padding-left .2s ease, background-color .2s ease;
      }
      .hero-gradient .retro-hero-details .project-details > div:hover {
        padding-left: 8px;
        background: rgba(0, 0, 255, .035);
        transform: translateX(3px);
      }
      .hero-gradient .retro-hero-details .project-details > div:first-child {
        padding-top: 0;
        border-top: 0;
      }
      .hero-gradient .retro-hero-details .project-details p {
        margin: 0;
      }
      .hero-gradient .retro-hero-details .project-details p:first-child {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #8a95a5;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .12em;
        line-height: 1.4;
        text-transform: uppercase;
      }
      .hero-gradient .retro-hero-details .project-details p:first-child i {
        width: 13px;
        color: #0000ff;
        font-size: 11px;
        text-align: center;
      }
      .hero-gradient .retro-hero-details .project-details p:last-child {
        margin-top: 5px;
        color: #0a2540;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.5;
      }
      .hero-gradient .retro-hero-actions {
        max-width: none;
        justify-content: flex-start;
        align-content: center;
        margin: 16px 0 0;
      }
      .hero-gradient .retro-hero-actions a {
        justify-content: center;
      }
      .hero-gradient p.text-sm.font-medium {
        margin-bottom: 42px;
        color: #8a95a5;
        font-size: 12px;
        font-weight: 400;
      }
      .hero-gradient p.text-sm.font-medium a {
        color: #64748b;
        text-decoration: none;
        transition: color .2s ease;
      }
      .hero-gradient p.text-sm.font-medium a:hover {
        color: #0000ff;
      }
      .hero-gradient .text-\[\#8888ff\] {
        margin-bottom: 16px;
        color: #0000ff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .13em;
        line-height: 1.4;
        text-transform: uppercase;
      }
      .hero-gradient .retro-hero-category {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 5px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #0000ff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .13em;
        line-height: 1.4;
        text-transform: uppercase;
      }
      .hero-gradient .retro-hero-category i {
        font-size: 12px;
      }
      .hero-gradient h1 {
        max-width: 720px;
        margin-bottom: 20px;
        color: #0a2540;
        font-size: clamp(42px, 7vw, 72px);
        font-weight: 750;
        line-height: 1.02;
      }
      .hero-gradient .retro-hero-title {
        max-width: 720px;
        margin-bottom: 20px;
        color: #0a2540 !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 45px !important;
      }
      .hero-gradient .retro-hero-lead {
        max-width: 660px !important;
        margin-bottom: 14px !important;
        color: #919191 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.625 !important;
      }
      .hero-gradient .retro-hero-body {
        max-width: 650px !important;
        margin-bottom: 0 !important;
        color: #919191 !important;
        font-size: 15px !important;
        font-weight: 300 !important;
        line-height: 27px !important;
      }
      .hero-gradient h1 .text-\[\#8f90ff\] {
        background: linear-gradient(to right, #0000ff, #0000ff, #0000ff);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
      }
      .hero-gradient .max-w-4xl.space-y-4 {
        max-width: 650px !important;
        margin-bottom: 0 !important;
      }
      .hero-gradient .max-w-4xl.space-y-4 > :not([hidden]) ~ :not([hidden]) {
        margin-top: 0 !important;
      }
      .hero-gradient .flex.flex-wrap.items-center.gap-4.mb-12 {
        margin-top: 30px;
        margin-bottom: 42px;
      }
      .hero-gradient .border-t {
        border-color: #e4e9f3;
      }
      .hero-gradient .text-white\/40 {
        color: #8a95a5;
      }
      .hero-gradient .text-white.text-sm {
        color: #0a2540;
      }
      @media (min-width: 1024px) {
        #SingleCaseStudyRetro .max-w-6xl {
          padding-right: 32px !important;
          padding-left: 32px !important;
        }
        .hero-gradient .relative.z-10 {
          padding-top: 52px;
          padding-bottom: 96px;
        }
        .hero-gradient .retro-hero-title {
          font-size: 50px !important;
          line-height: 70px !important;
        }
      }
      @media (max-width: 767px) {
        .hero-gradient .retro-hero-grid {
          grid-template-columns: 1fr;
          gap: 28px;
        }
        .hero-gradient .retro-hero-actions {
          flex-direction: column;
          align-items: stretch;
          max-width: none;
          margin-bottom: 20px;
        }
        .hero-gradient .retro-hero-details {
          margin-top: 0;
          padding: 20px;
        }
      }
      .card-blue-gradient {
        background: linear-gradient(
          135deg,
          var(--color-primary),
          var(--color-primary-light)
        );
      }
      .impact-gradient {
        background: linear-gradient(
          135deg,
          var(--color-primary),
          var(--color-accent)
        );
      }
      .hover\:shadow-primary-hover:hover {
        box-shadow: var(--shadow-hover);
      }

#SingleCaseStudyRetro .retro-reveal-ready .retro-reveal-item {
  opacity: 0;
  translate: var(--retro-reveal-x, 0) 18px;
  filter: blur(2px);
  transition: opacity .7s ease, translate .7s cubic-bezier(.22, 1, .36, 1), filter .7s ease;
  transition-delay: var(--retro-reveal-delay, 0ms);
}
#SingleCaseStudyRetro .retro-reveal-ready.retro-reveal-visible .retro-reveal-item {
  opacity: 1;
  translate: 0 0;
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  #SingleCaseStudyRetro .retro-reveal-ready .retro-reveal-item,
  #SingleCaseStudyRetro .retro-reveal-ready.retro-reveal-visible .retro-reveal-item {
    opacity: 1;
    translate: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  #SingleCaseStudyRetro .retro-workflow-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  #SingleCaseStudyRetro .retro-workflow-liveflow__primary {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__connector {
    width: 2px;
    height: 15px;
    margin: 0 auto;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__connector::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 5px solid #0000ff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
    transform: translateX(-50%);
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__connector i {
    display: none;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__parallel {
    grid-template-columns: 1fr;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__parallel::before,
  #SingleCaseStudyRetro .retro-workflow-liveflow__parallel::after {
    display: none;
  }
  #SingleCaseStudyRetro .retro-workflow-liveflow__split,
  #SingleCaseStudyRetro .retro-workflow-liveflow__merge {
    margin-right: 0;
    margin-left: 0;
  }
}
    
