/*
 * Ported from the hand-written HTML embed on
 * /infomagnus-solutions/modern-development-with-continuous-compliance.
 *
 * Every colour is a custom property so the .webflow.tsx props can override them
 * inline. Per-node accents come through --accent, which each node sets for itself
 * and every accent-aware rule reads, so one rule set covers all four accents.
 */

.jLH4jvt0zvC6_Mb0i1y1 {
  /* Overridden inline by the theme props. These are the embed's original values. */
  --bg: #05213c;
  --node: #0a2f52;
  --line: #1d4470;
  --txt: #eaf1fa;
  --muted: #93aac8;
  --signal: #38bdf8;
  --human: #f5a524;
  --alert: #fb7185;
  --success: #34d399;
  --radius: 13px;
  --maxw: 1360px;
  --step: 4.2s;
  --cyc: 7s;

  box-sizing: border-box;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 34px clamp(14px, 3vw, 32px);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--txt);
  -webkit-font-smoothing: antialiased;
}

.jLH4jvt0zvC6_Mb0i1y1 *,
.jLH4jvt0zvC6_Mb0i1y1 *::before,
.jLH4jvt0zvC6_Mb0i1y1 *::after {
  box-sizing: border-box;
}

.gYiQDKdH49veKQ2czW9I {
  width: 100%;
}

.VtSdk1FCYgs4YPcSrDKw {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
}

.Ov3PPhrC1mqQPNtyi4BC {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
}

.kwglplfJ8lAZyBDPw0uj + .VtSdk1FCYgs4YPcSrDKw {
  margin-top: 0;
}

/* ---------- lanes ---------- */

.k8zZ74QZ2DPx6XoRmGZq {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.Bq0u3lraZ5SM79b4IlJQ {
  /* The connector divs sit between tabs, so the lane can't rely on gap. */
  margin: 0;
  padding: 0;
}

.NVx5JMz9ooJgEt8Ghm75 {
  --accent: var(--signal);
  flex: 1 1 0;
  min-width: 70px;
  padding: 14px 12px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--node);
  text-align: center;
  position: relative;
  transition: border-color 0.25s, box-shadow 0.25s;
}

button.NVx5JMz9ooJgEt8Ghm75 {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button.NVx5JMz9ooJgEt8Ghm75:hover {
  border-color: color-mix(in srgb, var(--accent) 50%, transparent);
}

button.NVx5JMz9ooJgEt8Ghm75:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Resting tint for any node whose accent differs from the default signal colour. */
.CglgDTnaW8Jy148tUu2f {
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

.nE30kNppO3BkzwJzH4q_ {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 5px;
}

.CglgDTnaW8Jy148tUu2f .nE30kNppO3BkzwJzH4q_ {
  color: var(--accent);
}

.MmoJMisaHoz4lBduUtMR {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

/* Selected loop step, and the lifecycle stages it touches. */
.YfvmiikQy4dSAluZHa3N,
.YJMQ0csElbdvBYXnFrVe {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 10px 26px color-mix(in srgb, var(--accent) 22%, transparent);
}

/* Lifecycle stages borrow the active loop step's accent while coupled. */
.YJMQ0csElbdvBYXnFrVe {
  --accent: var(--coupleAccent, var(--signal));
}

/* ---------- connectors ---------- */

.Lu6huGeGSZQ9ctqK_rou {
  flex: 0 0 24px;
  align-self: center;
  height: 2px;
  position: relative;
  background: var(--line);
}

.Lu6huGeGSZQ9ctqK_rou::before {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid var(--line);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* ---------- uncoupled lifecycle sweep ---------- */

.HCZzwIxUb3j7rbuIKkAh {
  animation: F3eKWUJNHnQ7bPDIjssA var(--cyc) linear infinite;
  animation-delay: var(--d);
}

.N0Yz4_jyjCUrnfGmpEtU {
  animation: Lu6huGeGSZQ9ctqK_rou var(--cyc) linear infinite;
  animation-delay: var(--d);
}

@keyframes F3eKWUJNHnQ7bPDIjssA {
  0%,
  100% {
    border-color: var(--line);
    box-shadow: none;
  }
  4% {
    border-color: var(--signal);
    box-shadow: 0 0 0 1px var(--signal), 0 8px 26px color-mix(in srgb, var(--signal) 28%, transparent);
  }
  18% {
    border-color: var(--line);
    box-shadow: none;
  }
}

@keyframes Lu6huGeGSZQ9ctqK_rou {
  0%,
  100% {
    background: var(--line);
  }
  6% {
    background: var(--signal);
  }
  22% {
    background: var(--line);
  }
}

/* ---------- countdown ring ---------- */

.GyBWccQ1N1An2D1LBwun {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  overflow: visible;
  pointer-events: none;
}

.VyIsqIe9hnXn07eCVJIh {
  fill: none;
  stroke: color-mix(in srgb, var(--accent) 22%, transparent);
  stroke-width: 1.5;
}

.UsBJIAd4r9ZTF5H_zWzu {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  /* 2πr for r=5.5 */
  stroke-dasharray: 34.56;
  stroke-dashoffset: 0;
  animation: wVfWne4TcbB_PLKstZEu var(--step) linear forwards;
}

.JU1pB7EKZi4ldRRa9Sme .UsBJIAd4r9ZTF5H_zWzu {
  animation-play-state: paused;
}

@keyframes wVfWne4TcbB_PLKstZEu {
  to {
    stroke-dashoffset: 34.56;
  }
}

/* ---------- coupler between the two lanes ---------- */

.kwglplfJ8lAZyBDPw0uj {
  position: relative;
  height: 52px;
  margin: 6px 0;
}

.kwglplfJ8lAZyBDPw0uj::before,
.kwglplfJ8lAZyBDPw0uj::after {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--line);
}

.kwglplfJ8lAZyBDPw0uj::before {
  left: 22px;
}

.kwglplfJ8lAZyBDPw0uj::after {
  right: 22px;
}

._broKnJAwowGxbcmZ2SJ {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(90deg, var(--signal) 0 9px, transparent 9px 22px);
  background-size: 22px 100%;
  animation: hLm7hR2OOf4tIXuwPF1i 1.5s linear infinite;
}

.aajl2_ekcLO3eizeBMUi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

@keyframes hLm7hR2OOf4tIXuwPF1i {
  to {
    background-position: 22px 0;
  }
}

@keyframes PRCuJyTSNBLN3WtYiyJL {
  to {
    background-position: 0 22px;
  }
}

/* ---------- return arrow ---------- */

.iSDBRBp7jbpPytOjNJ_j {
  position: relative;
  height: 34px;
  margin-top: 2px;
}

.teuiAnlLQGHP10ZxlL_2 {
  position: absolute;
  left: 34px;
  right: 22px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(90deg, var(--signal) 0 9px, transparent 9px 22px);
  background-size: 22px 100%;
  opacity: 0.7;
  animation: upU3QR6VvBmunsWYB6qQ 1.5s linear infinite;
}

.VSPxAwOC_U7SlS59jm5y {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 9px solid var(--signal);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.GPmwlpbsCjx86ca_18CJ {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 10px;
  background: var(--bg);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

@keyframes upU3QR6VvBmunsWYB6qQ {
  to {
    background-position: -22px 0;
  }
}

/* ---------- detail panel ---------- */

.bsE6Y9lFIG3n7l8IF1YC {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--node) 50%, transparent);
  min-height: 96px;
}

.vV184dLqlJSi_aW_dnFL {
  flex: 0 0 auto;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--accent, var(--signal));
  padding-top: 3px;
}

.RKG7x0CsTMW8sBTnf9UP {
  animation: JpgebG3EmIX3xPRjZAgq 0.22s ease-out;
}

.GX5ZJHlvRfST2VFeuT0f {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--txt);
}

.BnDh4neMLDIog8GKCMB_ {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}

@keyframes JpgebG3EmIX3xPRjZAgq {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/*
 * ---------- stacked layout ----------
 * These rules are duplicated below inside the ≤991px media query. A media query
 * can't be aliased onto a class, and the "Stacked" layout variant has to force the
 * same result at any width, so the two blocks are kept deliberately identical.
 */

.KGEtDV02YCoI7mMLJfQr .k8zZ74QZ2DPx6XoRmGZq {
  flex-direction: column;
  align-items: center;
}

.KGEtDV02YCoI7mMLJfQr .NVx5JMz9ooJgEt8Ghm75 {
  flex: 0 0 auto;
  width: 100%;
  max-width: 520px;
  padding: 13px 16px;
}

.KGEtDV02YCoI7mMLJfQr .Lu6huGeGSZQ9ctqK_rou {
  flex: 0 0 24px;
  width: 2px;
  height: 24px;
  margin: 0 auto;
}

.KGEtDV02YCoI7mMLJfQr .Lu6huGeGSZQ9ctqK_rou::before {
  right: auto;
  left: 50%;
  top: auto;
  bottom: -1px;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--line);
  border-bottom: 0;
}

.KGEtDV02YCoI7mMLJfQr .kwglplfJ8lAZyBDPw0uj {
  height: 60px;
}

.KGEtDV02YCoI7mMLJfQr .kwglplfJ8lAZyBDPw0uj::before,
.KGEtDV02YCoI7mMLJfQr .kwglplfJ8lAZyBDPw0uj::after {
  display: none;
}

.KGEtDV02YCoI7mMLJfQr ._broKnJAwowGxbcmZ2SJ {
  left: 50%;
  right: auto;
  top: 8px;
  bottom: 8px;
  height: auto;
  width: 2px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(180deg, var(--signal) 0 9px, transparent 9px 22px);
  background-size: 100% 22px;
  animation: PRCuJyTSNBLN3WtYiyJL 1.5s linear infinite;
}

.KGEtDV02YCoI7mMLJfQr .iSDBRBp7jbpPytOjNJ_j {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.KGEtDV02YCoI7mMLJfQr .teuiAnlLQGHP10ZxlL_2 {
  display: none;
}

.KGEtDV02YCoI7mMLJfQr .VSPxAwOC_U7SlS59jm5y {
  position: static;
  transform: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 9px solid var(--signal);
  border-top: 0;
}

.KGEtDV02YCoI7mMLJfQr .GPmwlpbsCjx86ca_18CJ {
  position: static;
  transform: none;
  background: transparent;
  padding: 0;
}

@media (max-width: 991px) {
  .zNlEhEI6BmFBz3Pf3Ilt .k8zZ74QZ2DPx6XoRmGZq {
    flex-direction: column;
    align-items: center;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .NVx5JMz9ooJgEt8Ghm75 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 520px;
    padding: 13px 16px;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .Lu6huGeGSZQ9ctqK_rou {
    flex: 0 0 24px;
    width: 2px;
    height: 24px;
    margin: 0 auto;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .Lu6huGeGSZQ9ctqK_rou::before {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--line);
    border-bottom: 0;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .kwglplfJ8lAZyBDPw0uj {
    height: 60px;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .kwglplfJ8lAZyBDPw0uj::before,
  .zNlEhEI6BmFBz3Pf3Ilt .kwglplfJ8lAZyBDPw0uj::after {
    display: none;
  }

  .zNlEhEI6BmFBz3Pf3Ilt ._broKnJAwowGxbcmZ2SJ {
    left: 50%;
    right: auto;
    top: 8px;
    bottom: 8px;
    height: auto;
    width: 2px;
    transform: translateX(-50%);
    background: repeating-linear-gradient(180deg, var(--signal) 0 9px, transparent 9px 22px);
    background-size: 100% 22px;
    animation: PRCuJyTSNBLN3WtYiyJL 1.5s linear infinite;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .iSDBRBp7jbpPytOjNJ_j {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .teuiAnlLQGHP10ZxlL_2 {
    display: none;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .VSPxAwOC_U7SlS59jm5y {
    position: static;
    transform: none;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 9px solid var(--signal);
    border-top: 0;
  }

  .zNlEhEI6BmFBz3Pf3Ilt .GPmwlpbsCjx86ca_18CJ {
    position: static;
    transform: none;
    background: transparent;
    padding: 0;
  }
}

@media (max-width: 479px) {
  .jLH4jvt0zvC6_Mb0i1y1 {
    padding: 24px 14px;
  }

  .VtSdk1FCYgs4YPcSrDKw {
    font-size: 11px;
  }

  .MmoJMisaHoz4lBduUtMR {
    font-size: 13.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .NVx5JMz9ooJgEt8Ghm75,
  .Lu6huGeGSZQ9ctqK_rou,
  ._broKnJAwowGxbcmZ2SJ,
  .teuiAnlLQGHP10ZxlL_2,
  .UsBJIAd4r9ZTF5H_zWzu,
  .RKG7x0CsTMW8sBTnf9UP {
    animation: none !important;
  }

  .HCZzwIxUb3j7rbuIKkAh {
    border-color: var(--signal);
  }

  .N0Yz4_jyjCUrnfGmpEtU {
    background: var(--signal);
  }
}

