.education-shell {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.education-hero {
  max-width: 980px;
}

.education-hero-title {
  margin: 14px 0 16px;
  font-size: clamp(3.4rem, 6vw, 5.7rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.education-hero-title span {
  display: block;
  color: var(--text-soft);
  font-size: 0.64em;
  margin-top: 12px;
}

.education-hero-subtitle {
  max-width: 700px;
  line-height: 1.95;
  color: var(--text-soft);
  font-size: 1rem;
}

.education-section-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.education-blueprint-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.education-blueprint-intro h2 {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}

.education-blueprint-note {
  max-width: 520px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.9;
  font-size: 0.95rem;
}

.glass-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(145, 104, 65, 0.10);
  box-shadow: 0 16px 34px rgba(76, 45, 17, 0.06);
  backdrop-filter: blur(12px);
}

.blueprint-frame {
  position: relative;
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 122, 24, 0.10), transparent 22%),
    radial-gradient(circle at 85% 16%, rgba(255, 179, 71, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 248, 242, 0.84) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(255, 122, 24, 0.12);
  box-shadow:
    0 24px 50px rgba(76, 45, 17, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.60);
  overflow: hidden;
  isolation: isolate;
}

.blueprint-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 122, 24, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 24, 0.05) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

.blueprint-scanline {
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.36),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.55;
  animation: scanSweep 8.5s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.blueprint-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.blueprint-glow-a {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.18), transparent 70%);
  left: 6%;
  bottom: -6%;
}

.blueprint-glow-b {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 179, 71, 0.16), transparent 70%);
  right: 8%;
  top: -4%;
}

.blueprint-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(145, 104, 65, 0.10);
}

.blueprint-topbar-left,
.blueprint-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.blueprint-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 122, 24, 0.10);
  border: 1px solid rgba(255, 122, 24, 0.14);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.blueprint-chip-soft {
  background: rgba(145, 104, 65, 0.06);
  border-color: rgba(145, 104, 65, 0.10);
  color: var(--text-soft);
}

.blueprint-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255, 122, 24, 0.10);
  animation: statusPulse 2.4s ease-in-out infinite;
}

.blueprint-status-text {
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

.blueprint-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.blueprint-core-panel {
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.92) 100%);
  border: 1px solid rgba(145, 104, 65, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.blueprint-core-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}

.blueprint-core-head h3 {
  margin: 0;
  font-size: 1.24rem;
  letter-spacing: -0.025em;
}

.blueprint-head-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.cognitive-system {
  position: relative;
  min-height: 760px;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(255, 122, 24, 0.05), transparent 58%),
    linear-gradient(180deg, rgba(255, 248, 242, 0.46) 0%, rgba(255, 255, 255, 0.92) 100%);
  border: 1px solid rgba(145, 104, 65, 0.08);
  overflow: hidden;
}

.cognitive-axis {
  position: absolute;
  left: 50%;
  top: 70px;
  bottom: 72px;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 122, 24, 0.06),
    rgba(255, 122, 24, 0.56),
    rgba(255, 122, 24, 0.12)
  );
  box-shadow: 0 0 26px rgba(255, 122, 24, 0.12);
  z-index: 1;
}

.cognitive-axis::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(255, 122, 24, 0),
    rgba(255, 122, 24, 0.9),
    rgba(255, 122, 24, 0)
  );
  filter: blur(6px);
  animation: energyFlow 3s linear infinite;
}

.cognitive-axis-glow {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 120px;
  height: 540px;
  transform: translateX(-50%);
  background: radial-gradient(circle at center, rgba(255, 122, 24, 0.14), transparent 70%);
  filter: blur(40px);
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}

.signal-ring {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 122, 24, 0.12);
  pointer-events: none;
  z-index: 0;
}

.signal-ring-1 {
  top: 110px;
  width: 180px;
  height: 180px;
}

.signal-ring-2 {
  top: 286px;
  width: 260px;
  height: 260px;
}

.signal-ring-3 {
  top: 24px;
  width: 360px;
  height: 360px;
  border-style: dashed;
  opacity: 0.75;
}

.signal-beam {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 620px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.56),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
  z-index: 2;
}

.signal-beam-a {
  top: 70px;
  opacity: 0.85;
}

.signal-beam-b {
  top: 70px;
  left: calc(50% + 8px);
  opacity: 0.38;
}

.cognitive-node {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 4;
}

.cognitive-node-foundation {
  bottom: 102px;
}

.cognitive-node-transition {
  top: 320px;
}

.cognitive-node-specialisation {
  top: 102px;
}

.node-core {
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 7px rgba(255, 122, 24, 0.08),
    0 0 20px rgba(255, 122, 24, 0.18);
  z-index: 5;
  transition: box-shadow 0.25s ease;
}

.node-pulse {
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 122, 24, 0.18);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}

.node-pulse-1 {
  width: 34px;
  height: 34px;
  animation: nodePulse 2.8s ease-out infinite;
}

.node-pulse-2 {
  width: 34px;
  height: 34px;
  animation: nodePulse 2.8s ease-out 1.2s infinite;
}

.node-panel {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 258px;
  max-width: 290px;
  padding: 18px 18px 16px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 242, 0.94) 100%);
  border: 1px solid rgba(255, 122, 24, 0.12);
  box-shadow:
    0 18px 34px rgba(76, 45, 17, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.node-index {
  color: var(--accent);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.node-panel strong {
  color: var(--text-main);
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.node-panel span:last-child {
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.72;
}

.cognitive-node:hover .node-panel,
.cognitive-node.active .node-panel {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 24, 0.28);
  box-shadow:
    0 24px 40px rgba(76, 45, 17, 0.10),
    0 0 0 1px rgba(255, 122, 24, 0.05);
}

.cognitive-node.active .node-core {
  box-shadow:
    0 0 0 8px rgba(255, 122, 24, 0.12),
    0 0 24px rgba(255, 122, 24, 0.24);
}

.cognitive-node:hover .node-core {
  box-shadow:
    0 0 0 10px rgba(255, 122, 24, 0.15),
    0 0 40px rgba(255, 122, 24, 0.35);
}

.module-tag {
  position: absolute;
  border: 1px solid rgba(255, 122, 24, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: var(--accent);
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 22px rgba(76, 45, 17, 0.06);
  cursor: pointer;
  transition: transform 0.22s ease, opacity 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  z-index: 4;
}

.module-tag:hover,
.module-tag.active {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(76, 45, 17, 0.08);
}

.module-tag.active {
  background: rgba(255, 122, 24, 0.15);
  box-shadow: 0 0 18px rgba(255, 122, 24, 0.25);
}

.module-tag-left-1 {
  left: calc(50% - 270px);
  bottom: 200px;
}

.module-tag-left-2 {
  left: calc(50% - 252px);
  bottom: 124px;
}

.module-tag-right-1 {
  right: calc(50% - 248px);
  top: 364px;
}

.module-tag-right-2 {
  right: calc(50% - 262px);
  top: 426px;
}

.module-tag-left-3 {
  left: calc(50% - 286px);
  top: 122px;
}

.module-tag-left-4 {
  left: calc(50% - 238px);
  top: 72px;
}

.module-tag-right-3 {
  right: calc(50% - 248px);
  top: 144px;
}

.module-tag-right-4 {
  right: calc(50% - 278px);
  top: 78px;
}

.connector {
  position: absolute;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 122, 24, 0.08),
    rgba(255, 122, 24, 0.42),
    rgba(255, 179, 71, 0.08)
  );
  transform-origin: left center;
  pointer-events: none;
  z-index: 2;
}

.connector-foundation-left-a {
  left: calc(50% - 180px);
  bottom: 170px;
  width: 114px;
  transform: rotate(154deg);
}

.connector-foundation-left-b {
  left: calc(50% - 170px);
  bottom: 130px;
  width: 92px;
  transform: rotate(170deg);
}

.connector-transition-right-a {
  left: calc(50% + 14px);
  top: 380px;
  width: 114px;
  transform: rotate(22deg);
}

.connector-transition-right-b {
  left: calc(50% + 12px);
  top: 392px;
  width: 126px;
  transform: rotate(50deg);
}

.connector-specialisation-left-a {
  left: calc(50% - 156px);
  top: 142px;
  width: 100px;
  transform: rotate(151deg);
}

.connector-specialisation-left-b {
  left: calc(50% - 128px);
  top: 154px;
  width: 74px;
  transform: rotate(198deg);
}

.connector-specialisation-right-a {
  left: calc(50% + 18px);
  top: 150px;
  width: 86px;
  transform: rotate(24deg);
}

.connector-specialisation-right-b {
  left: calc(50% + 10px);
  top: 168px;
  width: 120px;
  transform: rotate(44deg);
}

.blueprint-footer-note {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(145, 104, 65, 0.10);
}

.blueprint-footer-note p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.85;
  font-size: 0.92rem;
}

.blueprint-detail-panel {
  padding: 24px;
  border-radius: 28px;
  transition: all 0.35s ease;
}

.detail-panel-animate {
  transform: translateY(6px);
  opacity: 0.7;
}

.detail-panel-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.detail-panel-mini {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-panel-mini-soft {
  color: var(--text-muted);
}

.detail-header {
  margin-bottom: 18px;
}

.detail-header h3 {
  margin: 0 0 8px;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

.detail-subtitle {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.85;
}

.detail-logo-wrap {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at left center, rgba(255, 122, 24, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 248, 242, 0.88) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(255, 122, 24, 0.10);
}

.detail-logo-wrap img {
  max-width: 160px;
  max-height: 76px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.detail-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.detail-metric-box {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 122, 24, 0.06);
  border: 1px solid rgba(255, 122, 24, 0.12);
}

.detail-metric-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
}

.detail-metric-box p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.detail-description-box {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 122, 24, 0.05);
  border: 1px solid rgba(255, 122, 24, 0.12);
}

.detail-description-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
}

.detail-description-box p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.88;
}

.detail-divider {
  height: 1px;
  background: rgba(145, 104, 65, 0.10);
  margin: 22px 0;
}

.detail-section-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
}

.detail-section-row h4 {
  margin: 0;
  font-size: 1rem;
}

.detail-row-note {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.detail-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 122, 24, 0.08);
  border: 1px solid rgba(255, 122, 24, 0.14);
  color: var(--accent);
  font-weight: 700;
  font-size: 0.84rem;
}

.detail-chip-soft {
  background: rgba(145, 104, 65, 0.06);
  border-color: rgba(145, 104, 65, 0.12);
  color: var(--text-soft);
}

.detail-quote-box {
  padding: 18px 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at left top, rgba(255, 122, 24, 0.08), transparent 60%),
    linear-gradient(180deg, #fff8f2 0%, #ffffff 100%);
  border: 1px solid rgba(255, 122, 24, 0.12);
  color: var(--text-soft);
  line-height: 1.9;
  font-weight: 600;
}

.education-blueprint-intro-impact {
  margin-bottom: 18px;
}

.impact-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.impact-module-card {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 242, 0.94) 100%);
  border: 1px solid rgba(145, 104, 65, 0.10);
  box-shadow: 0 14px 28px rgba(76, 45, 17, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.impact-module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(76, 45, 17, 0.08);
}

.impact-module-index {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.impact-module-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.impact-module-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.88;
}

.education-closing {
  text-align: center;
  margin-top: 4px;
  padding-bottom: 10px;
}

.education-closing p {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.65;
}

.education-closing span {
  display: block;
  color: var(--accent);
  margin-top: 6px;
}

.reveal,
.reveal-delay,
.reveal-delay-2 {
  opacity: 0;
  transform: translateY(28px);
}

@keyframes scanSweep {
  0% {
    transform: translateY(-180px);
  }
  100% {
    transform: translateY(1200px);
  }
}

@keyframes statusPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.78;
  }
}

@keyframes nodePulse {
  0% {
    opacity: 0.48;
    transform: translate(-50%, -50%) scale(0.88);
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
}

@keyframes energyFlow {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@media (max-width: 1180px) {
  .blueprint-layout {
    grid-template-columns: 1fr;
  }

  .impact-module-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .education-blueprint-intro,
  .blueprint-core-head,
  .detail-section-row {
    display: grid;
  }

  .detail-metric-grid {
    grid-template-columns: 1fr;
  }

  .cognitive-system {
    min-height: 980px;
  }

  .cognitive-axis,
  .cognitive-axis-glow,
  .signal-ring,
  .signal-beam {
    left: 72px;
    transform: none;
  }

  .signal-ring-1 {
    width: 120px;
    height: 120px;
    top: 88px;
    left: 12px;
  }

  .signal-ring-2 {
    width: 170px;
    height: 170px;
    top: 286px;
    left: -12px;
  }

  .signal-ring-3 {
    width: 240px;
    height: 240px;
    top: 26px;
    left: -44px;
  }

  .cognitive-node {
    left: 72px;
    transform: none;
  }

  .node-core,
  .node-pulse {
    left: 0;
    transform: translate(-50%, -50%);
  }

  .node-panel {
    margin-left: 24px;
    min-width: 0;
    width: min(100%, 360px);
    max-width: 360px;
  }

  .cognitive-node-specialisation {
    top: 90px;
  }

  .cognitive-node-transition {
    top: 396px;
  }

  .cognitive-node-foundation {
    bottom: 102px;
  }

  .connector {
    left: 72px !important;
    transform-origin: left center;
  }

  .connector-foundation-left-a {
    bottom: 178px;
    width: 90px;
    transform: rotate(28deg);
  }

  .connector-foundation-left-b {
    bottom: 138px;
    width: 110px;
    transform: rotate(14deg);
  }

  .connector-transition-right-a {
    top: 454px;
    width: 100px;
    transform: rotate(-18deg);
  }

  .connector-transition-right-b {
    top: 476px;
    width: 126px;
    transform: rotate(-36deg);
  }

  .connector-specialisation-left-a {
    top: 162px;
    width: 92px;
    transform: rotate(18deg);
  }

  .connector-specialisation-left-b {
    top: 186px;
    width: 116px;
    transform: rotate(8deg);
  }

  .connector-specialisation-right-a,
  .connector-specialisation-right-b {
    display: none;
  }

  .module-tag {
    font-size: 0.78rem;
  }

  .module-tag-left-3 {
    left: 210px;
    top: 88px;
  }

  .module-tag-left-4 {
    left: 260px;
    top: 154px;
  }

  .module-tag-right-3 {
    left: 210px;
    top: 228px;
    right: auto;
  }

  .module-tag-right-4 {
    left: 260px;
    top: 294px;
    right: auto;
  }

  .module-tag-right-1 {
    left: 210px;
    top: 476px;
    right: auto;
  }

  .module-tag-right-2 {
    left: 260px;
    top: 544px;
    right: auto;
  }

  .module-tag-left-1 {
    left: 210px;
    bottom: 182px;
  }

  .module-tag-left-2 {
    left: 260px;
    bottom: 116px;
  }
}

@media (max-width: 700px) {
  .education-shell {
    gap: 28px;
  }

  .blueprint-frame,
  .blueprint-core-panel,
  .blueprint-detail-panel,
  .impact-module-card {
    padding: 20px;
  }

  .blueprint-topbar {
    align-items: flex-start;
  }

  .cognitive-system {
    min-height: 1060px;
  }

  .cognitive-axis,
  .cognitive-axis-glow,
  .signal-beam,
  .cognitive-node {
    left: 48px;
  }

  .signal-ring-1 {
    left: -6px;
  }

  .signal-ring-2 {
    left: -24px;
  }

  .signal-ring-3 {
    left: -56px;
  }

  .node-panel {
    width: calc(100% - 78px);
    max-width: none;
    margin-left: 18px;
    padding: 16px 16px 15px 18px;
  }

  .module-tag-left-3,
  .module-tag-left-4,
  .module-tag-right-3,
  .module-tag-right-4,
  .module-tag-right-1,
  .module-tag-right-2,
  .module-tag-left-1,
  .module-tag-left-2 {
    left: 124px;
  }

  .module-tag-left-3 { top: 224px; }
  .module-tag-left-4 { top: 284px; }
  .module-tag-right-3 { top: 344px; }
  .module-tag-right-4 { top: 404px; }
  .module-tag-right-1 { top: 604px; }
  .module-tag-right-2 { top: 664px; }
  .module-tag-left-1 { bottom: 202px; }
  .module-tag-left-2 { bottom: 132px; }

  .connector-foundation-left-a,
  .connector-foundation-left-b,
  .connector-transition-right-a,
  .connector-transition-right-b,
  .connector-specialisation-left-a,
  .connector-specialisation-left-b {
    width: 70px;
  }

  .education-closing p {
    font-size: 1.16rem;
  }
}