.modules-page {
  --module-blue: #2f5cff;
  --module-blue-soft: #8cb9ff;
  --module-green: #2ca776;
  --module-purple: #7657ed;
  --module-coral: #e95873;
  background: #fff;
}

.modules-page .home-nav__links .is-current {
  color: var(--module-blue);
}

.modules-page .home-nav__links .is-current::after {
  width: 100%;
}

.modules-button--ghost {
  border-color: rgba(23, 21, 46, 0.12);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 34px rgba(53, 66, 132, 0.08);
  backdrop-filter: blur(14px);
}

.modules-button--ghost:hover,
.modules-button--ghost:focus-visible {
  background: #fff;
  box-shadow: 0 16px 38px rgba(53, 66, 132, 0.14);
}

/* Modules hero */
.modules-hero {
  position: relative;
  min-height: 960px;
  overflow: hidden;
  padding: 148px 0 0;
  background:
    radial-gradient(circle at 18% 38%, rgba(255, 255, 255, 0.92) 0 8%, transparent 25%),
    linear-gradient(116deg, #cfeeff 0%, #d8e7ff 36%, #eadbff 67%, #ffdadb 100%);
}

.modules-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 35%, rgba(255, 255, 255, 0.36), transparent 29%),
    linear-gradient(180deg, transparent 70%, rgba(255, 255, 255, 0.56));
  content: "";
  pointer-events: none;
}

.modules-hero__cloud {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  filter: blur(20px);
  opacity: 0.7;
}

.modules-hero__cloud::before,
.modules-hero__cloud::after {
  position: absolute;
  border-radius: inherit;
  background: inherit;
  content: "";
}

.modules-hero__cloud--one {
  top: 238px;
  left: -80px;
  width: 340px;
  height: 96px;
}

.modules-hero__cloud--one::before {
  top: -70px;
  left: 82px;
  width: 180px;
  height: 170px;
}

.modules-hero__cloud--one::after {
  top: -34px;
  left: 205px;
  width: 132px;
  height: 120px;
}

.modules-hero__cloud--two {
  right: 19%;
  bottom: 94px;
  width: 310px;
  height: 78px;
  opacity: 0.4;
}

.module-sculpt {
  position: absolute;
  z-index: 1;
  width: 108px;
  height: 62px;
  border: 17px solid;
  border-radius: 50%;
  filter: drop-shadow(0 18px 20px rgba(61, 68, 115, 0.14));
  transform: rotate(31deg);
}

.module-sculpt--mint {
  top: 150px;
  left: -14px;
  border-color: #9be8d1;
}

.module-sculpt--butter {
  top: 128px;
  right: 5%;
  width: 124px;
  height: 56px;
  border-color: #ffe59a;
  border-left-color: transparent;
  transform: rotate(-28deg);
}

.modules-hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 710px;
  align-items: center;
  grid-template-columns: minmax(400px, 0.76fr) minmax(700px, 1.34fr);
  gap: 34px;
}

.modules-hero__copy {
  position: relative;
  z-index: 4;
  padding-bottom: 28px;
}

.modules-hero__copy h1 {
  max-width: 660px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(72px, 5.4vw, 88px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.84;
  text-transform: uppercase;
}

.modules-hero__copy h1 span {
  display: block;
}

.modules-hero__copy h1 span + span {
  margin-top: 9px;
}

.modules-hero__copy > p {
  max-width: 570px;
  margin: 34px 0 0;
  color: #2d355c;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
}

.modules-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.modules-hero__proof {
  display: flex;
  max-width: 590px;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  color: #465175;
  font-size: 13px;
  line-height: 1.45;
}

.modules-hero__proof-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(45, 167, 118, 0.28);
  border-radius: 50%;
  color: #29a977;
  background: rgba(217, 255, 241, 0.72);
}

.modules-hero__proof-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.campus-map {
  position: relative;
  width: 100%;
  height: 680px;
}

.campus-map::before {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(65, 77, 180, 0.1);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.campus-map__routes {
  position: absolute;
  z-index: 1;
  inset: 18px 0 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.campus-route {
  stroke-width: 8;
  stroke-linecap: round;
  filter: drop-shadow(0 7px 6px rgba(46, 64, 160, 0.13));
  animation: route-dash 2.8s ease-in-out infinite alternate;
}

.campus-route--sis {
  stroke: #5e84ff;
}

.campus-route--erp {
  stroke: #54c792;
}

.campus-route--lms {
  stroke: #9b75f2;
}

.campus-route--attendance {
  stroke: #f07a8e;
}

@keyframes route-dash {
  from { stroke-dasharray: 6 0; }
  to { stroke-dasharray: 34 10; }
}

.campus-map__panel {
  position: absolute;
  z-index: 2;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(76, 98, 183, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 26px 56px rgba(55, 63, 123, 0.14);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.campus-map__panel:hover,
.campus-map__panel:focus-visible {
  z-index: 5;
  outline: none;
  box-shadow: 0 34px 72px rgba(55, 63, 123, 0.21);
  transform: translateY(-7px);
}

.campus-map__panel--sis {
  top: 16px;
  left: 12px;
  width: 44%;
  height: 288px;
  border-color: rgba(47, 92, 255, 0.28);
  background: linear-gradient(145deg, rgba(240, 246, 255, 0.9), rgba(222, 235, 255, 0.72));
}

.campus-map__panel--erp {
  top: 92px;
  right: 0;
  width: 41%;
  height: 246px;
  border-color: rgba(44, 167, 118, 0.28);
  background: linear-gradient(145deg, rgba(241, 255, 248, 0.9), rgba(220, 247, 233, 0.72));
}

.campus-map__panel--lms {
  bottom: 8px;
  left: 7%;
  width: 42%;
  height: 242px;
  border-color: rgba(118, 87, 237, 0.25);
  background: linear-gradient(145deg, rgba(249, 246, 255, 0.92), rgba(232, 223, 255, 0.74));
}

.campus-map__panel--attendance {
  right: 2%;
  bottom: 22px;
  width: 41%;
  height: 252px;
  border-color: rgba(233, 88, 115, 0.25);
  background: linear-gradient(145deg, rgba(255, 248, 249, 0.92), rgba(255, 224, 228, 0.74));
}

.campus-map__label {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  color: var(--module-blue);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.campus-map__panel--erp .campus-map__label {
  color: var(--module-green);
}

.campus-map__panel--lms .campus-map__label {
  color: var(--module-purple);
}

.campus-map__panel--attendance .campus-map__label {
  color: var(--module-coral);
  font-size: 30px;
}

.campus-animation {
  position: absolute;
  right: 13px;
  bottom: 13px;
  left: 13px;
  height: calc(100% - 68px);
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(41, 49, 98, 0.12);
}

.campus-animation::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  content: "";
}

/* SIS — a student record that continually moves through its lifecycle. */
.campus-animation--sis {
  padding: 15px;
  color: #1c2b55;
  background:
    radial-gradient(circle at 100% 0%, rgba(116, 157, 255, 0.23), transparent 43%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(238, 244, 255, 0.92));
}

.sis-record__eyebrow,
.erp-pulse__top,
.lms-path__top,
.attendance-live__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(23, 21, 46, 0.55);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sis-record__eyebrow i {
  padding: 3px 7px;
  border-radius: 999px;
  color: #2647dc;
  background: rgba(91, 122, 255, 0.13);
  font-style: normal;
}

.sis-record__student {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  padding: 11px;
  margin-top: 10px;
  border: 1px solid rgba(47, 92, 255, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(47, 92, 255, 0.1);
  grid-template-columns: auto 1fr auto;
  animation: sis-record-float 4.6s ease-in-out infinite;
}

.sis-record__avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, #7aa5ff, #4a5fff);
  font-size: 11px;
  font-weight: 800;
}

.sis-record__identity {
  display: grid;
  min-width: 0;
  padding-left: 10px;
  line-height: 1.2;
}

.sis-record__identity strong {
  color: #17152e;
  font-size: 12px;
}

.sis-record__identity small {
  margin-top: 4px;
  color: rgba(23, 21, 46, 0.52);
  font-size: 8px;
}

.sis-record__status {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #22835d;
  font-size: 8px;
  font-weight: 700;
}

.sis-record__status i,
.erp-pulse__top i b,
.attendance-live__top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #39bd83;
  box-shadow: 0 0 0 0 rgba(57, 189, 131, 0.36);
  animation: live-ping 2s ease-out infinite;
}

.sis-record__timeline {
  position: relative;
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(3, 1fr);
}

.sis-record__timeline::before {
  position: absolute;
  z-index: 0;
  top: 11px;
  right: 13%;
  left: 13%;
  height: 2px;
  background: rgba(47, 92, 255, 0.13);
  content: "";
}

.sis-record__timeline::after {
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 13%;
  width: 74%;
  height: 2px;
  background: linear-gradient(90deg, #5271ff, #74b4ff);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  animation: sis-timeline-fill 4.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.sis-record__timeline span {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: rgba(23, 21, 46, 0.5);
  font-size: 7px;
}

.sis-record__timeline i {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #3655e9;
  background: #dfe8ff;
  box-shadow: 0 0 0 1px rgba(47, 92, 255, 0.11);
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}

.sis-record__sync {
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 4px;
}

.sis-record__sync > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #526cff;
  animation: sis-sync-dot 1.5s ease-in-out infinite;
}

.sis-record__sync > span:nth-child(2) {
  animation-delay: 160ms;
}

.sis-record__sync > span:nth-child(3) {
  animation-delay: 320ms;
}

.sis-record__sync small {
  margin-left: 3px;
  color: rgba(23, 21, 46, 0.48);
  font-size: 7px;
}

@keyframes sis-record-float {
  0%, 100% { transform: translateY(0) rotate(-0.3deg); }
  50% { transform: translateY(-3px) rotate(0.3deg); }
}

@keyframes sis-timeline-fill {
  0%, 8% { transform: scaleX(0); opacity: 0; }
  22%, 72% { transform: scaleX(1); opacity: 1; }
  88%, 100% { transform: scaleX(1); opacity: 0; }
}

@keyframes sis-sync-dot {
  0%, 65%, 100% { opacity: 0.25; transform: scale(0.72); }
  30% { opacity: 1; transform: scale(1); }
}

/* ERP — live operational bars and an updating activity stream. */
.campus-animation--erp {
  padding: 13px;
  background:
    linear-gradient(rgba(255,255,255,0.72) 1px, transparent 1px) 0 40% / 100% 25%,
    linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(231, 255, 243, 0.93));
}

.erp-pulse__top i {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #178157;
  font-style: normal;
}

.erp-pulse__chart {
  display: flex;
  height: 74px;
  align-items: flex-end;
  gap: 7px;
  padding: 10px 7px 0;
}

.erp-pulse__chart span {
  width: 100%;
  height: var(--bar-height);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #5bd8a2, #21a971);
  box-shadow: 0 5px 12px rgba(33, 169, 113, 0.17);
  transform-origin: bottom;
  animation: erp-bar-live 2.6s ease-in-out infinite alternate;
  animation-delay: var(--bar-delay);
}

.erp-pulse__chart span:nth-child(2n) {
  background: linear-gradient(180deg, #a3edc8, #4bc58e);
}

.erp-pulse__feed {
  position: relative;
  height: 39px;
  overflow: hidden;
  margin-top: 5px;
  border-top: 1px solid rgba(33, 169, 113, 0.12);
}

.erp-pulse__feed span {
  position: absolute;
  inset: 7px 0 auto;
  display: grid;
  align-items: center;
  color: rgba(23, 21, 46, 0.63);
  font-size: 8px;
  grid-template-columns: auto 1fr auto;
  opacity: 0;
  transform: translateY(16px);
  animation: erp-feed-cycle 7.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.erp-pulse__feed span:nth-child(2) {
  animation-delay: 2.5s;
}

.erp-pulse__feed span:nth-child(3) {
  animation-delay: 5s;
}

.erp-pulse__feed i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  margin-right: 6px;
  border-radius: 6px;
  color: #118157;
  background: rgba(75, 197, 142, 0.14);
  font-style: normal;
  font-weight: 800;
}

.erp-pulse__feed strong {
  color: #14835a;
  font-size: 8px;
}

@keyframes erp-bar-live {
  0% { transform: scaleY(0.58); filter: saturate(0.8); }
  100% { transform: scaleY(1); filter: saturate(1.12); }
}

@keyframes erp-feed-cycle {
  0% { opacity: 0; transform: translateY(16px); }
  8%, 27% { opacity: 1; transform: translateY(0); }
  34%, 100% { opacity: 0; transform: translateY(-14px); }
}

/* LMS — a course pathway that advances from lesson to lesson. */
.campus-animation--lms {
  padding: 13px;
  background:
    radial-gradient(circle at 10% 100%, rgba(160, 120, 255, 0.18), transparent 42%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(245, 239, 255, 0.94));
}

.lms-path__top strong {
  color: #7250df;
  font-size: 9px;
}

.lms-path__track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4px 14px;
}

.lms-path__track > i {
  position: absolute;
  top: 29px;
  right: 18px;
  left: 18px;
  height: 2px;
  overflow: hidden;
  background: #e7ddff;
}

.lms-path__track > i::after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8a62ee, #be8cff);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  animation: lms-path-progress 5.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.lms-path__track span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #8b74bd;
  background: #eee8fa;
  box-shadow: 0 0 0 1px rgba(116, 80, 223, 0.11);
  font-size: 7px;
  font-weight: 800;
}

.lms-path__track span.is-complete {
  color: #fff;
  background: #8461e4;
}

.lms-path__track span.is-active {
  color: #6d48d4;
  background: #fff;
  animation: lms-active-node 2.2s ease-in-out infinite;
}

.lms-path__lesson {
  display: grid;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(116, 80, 223, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 9px 18px rgba(116, 80, 223, 0.1);
  grid-template-columns: auto 1fr auto;
  animation: lms-lesson-breathe 5.6s ease-in-out infinite;
}

.lms-path__play {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #b38aff, #7653dd);
  font-size: 8px;
}

.lms-path__lesson > span:nth-child(2) {
  display: grid;
  padding-left: 8px;
  line-height: 1.12;
}

.lms-path__lesson strong {
  color: #241b3a;
  font-size: 9px;
}

.lms-path__lesson small,
.lms-path__lesson > i {
  margin-top: 3px;
  color: rgba(36, 27, 58, 0.48);
  font-size: 7px;
  font-style: normal;
}

@keyframes lms-path-progress {
  0%, 8% { transform: scaleX(0); }
  72%, 100% { transform: scaleX(1); }
}

@keyframes lms-active-node {
  0%, 100% { box-shadow: 0 0 0 1px rgba(116, 80, 223, 0.13), 0 0 0 0 rgba(116, 80, 223, 0.2); }
  50% { box-shadow: 0 0 0 1px rgba(116, 80, 223, 0.13), 0 0 0 7px rgba(116, 80, 223, 0); }
}

@keyframes lms-lesson-breathe {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

/* Attendance — a radar-like presence signal with incoming check-ins. */
.campus-animation--attendance {
  padding: 13px;
  color: #3a1c28;
  background:
    radial-gradient(circle at 75% 58%, rgba(255, 139, 158, 0.22), transparent 33%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(255, 239, 242, 0.94));
}

.attendance-live__top span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.attendance-live__top strong {
  color: #d9516b;
  font-size: 9px;
}

.attendance-live__top i {
  background: #ef6a83;
  box-shadow: 0 0 0 0 rgba(239, 106, 131, 0.34);
}

.attendance-live__radar {
  position: relative;
  display: grid;
  width: 102px;
  height: 102px;
  place-items: center;
  margin: 3px auto 0;
  overflow: hidden;
  border: 1px solid rgba(230, 78, 108, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
}

.attendance-live__radar::before,
.attendance-live__radar::after {
  position: absolute;
  background: rgba(230, 78, 108, 0.09);
  content: "";
}

.attendance-live__radar::before {
  width: 100%;
  height: 1px;
}

.attendance-live__radar::after {
  width: 1px;
  height: 100%;
}

.attendance-live__sweep {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 77%, rgba(239, 106, 131, 0.28) 94%, transparent 100%);
  animation: attendance-scan 3.8s linear infinite;
}

.attendance-live__ring {
  position: absolute;
  border: 1px solid rgba(230, 78, 108, 0.14);
  border-radius: 50%;
}

.attendance-live__ring--one {
  inset: 17px;
}

.attendance-live__ring--two {
  inset: 32px;
}

.attendance-live__radar > div {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  line-height: 1;
}

.attendance-live__radar strong {
  color: #d84d68;
  font-family: var(--display);
  font-size: 27px;
  letter-spacing: -0.03em;
}

.attendance-live__radar strong small {
  font-size: 12px;
}

.attendance-live__radar div > span {
  margin-top: 2px;
  color: rgba(58, 28, 40, 0.48);
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.attendance-live__dot {
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ec5e79;
  box-shadow: 0 3px 8px rgba(216, 77, 104, 0.32);
}

.attendance-live__dot--one {
  top: 22px;
  right: 24px;
  animation: attendance-dot 2s ease-in-out infinite;
}

.attendance-live__dot--two {
  bottom: 28px;
  left: 18px;
  animation: attendance-dot 2s 1s ease-in-out infinite;
}

.attendance-live__checkins {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
}

.attendance-live__checkins > span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  margin-left: -5px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #b13c55;
  background: #ffd6dd;
  font-size: 6px;
  font-weight: 800;
  animation: attendance-checkin 4s ease-in-out infinite;
}

.attendance-live__checkins > span:first-child {
  margin-left: 0;
}

.attendance-live__checkins > span:nth-child(2) {
  animation-delay: 180ms;
}

.attendance-live__checkins > span:nth-child(3) {
  animation-delay: 360ms;
}

.attendance-live__checkins small {
  margin-left: 7px;
  color: rgba(58, 28, 40, 0.53);
  font-size: 7px;
}

@keyframes attendance-scan {
  to { transform: rotate(360deg); }
}

@keyframes attendance-dot {
  0%, 100% { opacity: 0.45; transform: scale(0.78); }
  50% { opacity: 1; transform: scale(1.28); }
}

@keyframes attendance-checkin {
  0%, 12%, 100% { transform: translateY(0); }
  6% { transform: translateY(-4px); }
}

@keyframes live-ping {
  0% { box-shadow: 0 0 0 0 currentColor; }
  70%, 100% { box-shadow: 0 0 0 5px transparent; }
}

.campus-map__core {
  position: absolute;
  z-index: 4;
  top: 43%;
  left: 51%;
  display: grid;
  width: 132px;
  height: 132px;
  place-content: center;
  place-items: center;
  border: 8px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: #f7f9ff;
  box-shadow: 0 22px 50px rgba(45, 57, 130, 0.22), 0 0 0 2px rgba(47, 92, 255, 0.28);
  transform: translate(-50%, -50%);
}

.campus-map__core::before {
  position: absolute;
  inset: -26px;
  border: 1px dashed rgba(47, 92, 255, 0.26);
  border-radius: inherit;
  content: "";
  animation: core-spin 15s linear infinite;
}

@keyframes core-spin {
  to { transform: rotate(360deg); }
}

.campus-map__core span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid var(--module-blue);
  border-radius: 14px;
  color: var(--module-blue);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 800;
}

.campus-map__core strong {
  margin-top: 7px;
  font-size: 13px;
}

.modules-hero__next {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 -18px 50px rgba(61, 68, 115, 0.08);
  backdrop-filter: blur(18px);
}

.modules-hero__next span {
  font-size: clamp(24px, 2.3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.modules-hero__next svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--module-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* Four-core explorer */
.core-explorer {
  padding: 68px 0 136px;
  background:
    radial-gradient(circle at 7% 34%, rgba(191, 241, 213, 0.3), transparent 24%),
    radial-gradient(circle at 88% 37%, rgba(205, 235, 255, 0.44), transparent 28%),
    #fff;
}

.core-explorer__heading {
  max-width: 1200px;
}

.core-explorer__heading h2,
.student-journey__heading h2,
.module-universe__heading h2 {
  margin: 0;
  font-size: clamp(48px, 4.1vw, 64px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.core-explorer__heading p,
.student-journey__heading p,
.module-universe__heading p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #4d5270;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.core-explorer__layout {
  display: grid;
  align-items: start;
  margin-top: 42px;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
}

.core-tabs {
  position: sticky;
  top: 102px;
  overflow: hidden;
  border: 1px solid rgba(47, 92, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 58px rgba(51, 62, 123, 0.1);
  backdrop-filter: blur(16px);
}

.core-tab {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 150px;
  padding: 24px;
  border-bottom: 1px solid rgba(23, 21, 46, 0.09);
  cursor: pointer;
  text-align: left;
  background: transparent;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  transition: color 180ms ease, background 180ms ease;
}

.core-tab:last-child {
  border-bottom: 0;
}

.core-tab > span {
  grid-column: 1;
  grid-row: 1;
  color: var(--module-blue);
  font-family: var(--display);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.core-tab > strong {
  grid-column: 1;
  grid-row: 2;
  max-width: 165px;
  align-self: end;
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.25;
}

.core-tab > svg {
  width: 22px;
  height: 22px;
  align-self: center;
  grid-column: 2;
  grid-row: 1 / span 2;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.core-tab:hover svg {
  transform: translateX(4px);
}

.core-tab.is-active {
  color: #fff;
  background: var(--module-blue);
}

.core-tab.is-active > span {
  color: #fff;
}

.core-tab:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(47, 92, 255, 0.3);
  outline-offset: -3px;
}

.core-panel {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: clamp(34px, 4.4vw, 64px);
  border: 1px solid rgba(47, 92, 255, 0.18);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(234, 255, 246, 0.92), rgba(218, 239, 255, 0.95));
  box-shadow: 0 30px 80px rgba(48, 61, 132, 0.12);
}

.core-panel::before {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(47, 92, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.core-panel[hidden] {
  display: none;
}

.core-panel.is-active {
  animation: panel-arrive 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes panel-arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.core-panel--erp {
  border-color: rgba(214, 169, 25, 0.25);
  background: linear-gradient(135deg, rgba(255, 248, 207, 0.94), rgba(255, 238, 189, 0.84));
}

.core-panel--lms {
  border-color: rgba(118, 87, 237, 0.2);
  background: linear-gradient(135deg, rgba(244, 239, 255, 0.96), rgba(226, 215, 255, 0.9));
}

.core-panel--attendance {
  border-color: rgba(233, 88, 115, 0.2);
  background: linear-gradient(135deg, rgba(255, 240, 243, 0.96), rgba(255, 221, 227, 0.88));
}

.core-panel__intro {
  position: relative;
  z-index: 1;
  max-width: 890px;
}

.core-panel__intro h3 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(34px, 2.8vw, 44px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.core-panel__intro p {
  max-width: 870px;
  margin: 18px 0 0;
  color: #46506b;
  font-size: 17px;
  line-height: 1.55;
}

.core-panel__body {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: stretch;
  margin-top: 34px;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.64fr);
  gap: 28px;
}

.core-product-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 46, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(42, 51, 103, 0.16);
}

.core-product-window__bar {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(23, 21, 46, 0.08);
  background: #f8f9fd;
}

.core-product-window__bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff826c;
}

.core-product-window__bar > span:nth-child(2) {
  background: #ffd35e;
}

.core-product-window__bar > span:nth-child(3) {
  background: #55c87c;
}

.core-product-window__bar small {
  margin-left: 9px;
  color: #7d829a;
  font-size: 10px;
}

.core-product-window > img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: top left;
}

.sis-record {
  display: grid;
  height: 440px;
  grid-template-columns: 98px minmax(0, 1fr);
}

.sis-record__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 12px;
  border-right: 1px solid #edf0f8;
  color: #69708d;
  font-size: 9px;
}

.sis-record__nav b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 9px;
  color: #fff;
  background: var(--module-blue);
}

.sis-record__nav span {
  padding: 6px;
  border-radius: 7px;
}

.sis-record__nav .is-active {
  color: var(--module-blue);
  background: #edf2ff;
}

.sis-record__content {
  min-width: 0;
  padding: 28px;
}

.sis-record__identity {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr auto;
  gap: 13px;
}

.sis-record__avatar {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #4f6cff, #7c5be8);
  font-size: 13px;
  font-weight: 700;
}

.sis-record__identity strong,
.sis-record__identity span {
  display: block;
}

.sis-record__identity strong {
  font-size: 16px;
}

.sis-record__identity span {
  margin-top: 3px;
  color: #747992;
  font-size: 10px;
}

.sis-record__identity small {
  padding: 5px 8px;
  border-radius: 999px;
  color: #16855e;
  background: #e6f9f1;
  font-size: 8px;
  font-weight: 700;
}

.sis-record__stats {
  display: grid;
  margin-top: 24px;
  border: 1px solid #e9edf5;
  border-radius: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.sis-record__stats div {
  padding: 16px;
  border-right: 1px solid #e9edf5;
}

.sis-record__stats div:last-child {
  border-right: 0;
}

.sis-record__stats span,
.sis-record__stats strong {
  display: block;
}

.sis-record__stats span {
  color: #858aa0;
  font-size: 8px;
  text-transform: uppercase;
}

.sis-record__stats strong {
  margin-top: 5px;
  font-size: 10px;
}

.sis-record__table {
  overflow: hidden;
  margin-top: 21px;
  border: 1px solid #e9edf5;
  border-radius: 12px;
}

.sis-record__row {
  display: grid;
  padding: 10px 13px;
  border-bottom: 1px solid #edf0f6;
  color: #4f5673;
  font-size: 9px;
  grid-template-columns: 1.6fr 0.6fr 0.8fr;
}

.sis-record__row:last-child {
  border-bottom: 0;
}

.sis-record__row--head {
  color: #7f849a;
  background: #fafbfe;
  font-weight: 700;
}

.core-capabilities {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.core-capabilities__title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.core-capabilities > div {
  padding: 17px 0;
  border-bottom: 1px solid rgba(23, 21, 46, 0.13);
}

.core-capabilities > div strong {
  display: block;
  font-size: 15px;
}

.core-capabilities > div p {
  margin: 6px 0 0;
  color: #5c627d;
  font-size: 12px;
  line-height: 1.45;
}

.core-capabilities > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--module-blue);
  font-size: 14px;
  font-weight: 700;
}

.core-capabilities > a svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.core-capabilities > a:hover svg {
  transform: translateX(4px);
}

.attendance-product {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(233, 88, 115, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 72% 35%, rgba(255, 255, 255, 0.9), transparent 27%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.65), rgba(255, 228, 234, 0.7));
}

.attendance-product::before {
  position: absolute;
  top: 20%;
  left: 31%;
  width: 58%;
  height: 1px;
  background: var(--module-coral);
  content: "";
  transform: rotate(13deg);
  transform-origin: left;
}

.attendance-product__phone {
  position: absolute;
  z-index: 1;
  bottom: -62px;
  left: 9%;
  width: 43%;
  height: 490px;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 34px 34px 0 0;
  background: #fff;
  box-shadow: 0 26px 52px rgba(64, 52, 95, 0.19);
}

.attendance-product__phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.attendance-product__insight {
  position: absolute;
  z-index: 2;
  top: 90px;
  right: 7%;
  width: 48%;
  padding: 24px;
  border: 1px solid rgba(23, 21, 46, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 44px rgba(61, 53, 99, 0.14);
}

.attendance-product__insight > span {
  color: var(--module-coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.attendance-product__insight > strong {
  display: block;
  margin-top: 7px;
  font-size: 19px;
}

.attendance-product__insight > p {
  margin: 3px 0 17px;
  color: #747991;
  font-size: 11px;
}

.attendance-product__insight > div {
  display: grid;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #eceef4;
  color: #525971;
  font-size: 10px;
  grid-template-columns: 8px 1fr auto;
  gap: 9px;
}

.attendance-product__insight > div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #53c591;
}

.attendance-product__insight > div:first-of-type i {
  background: var(--module-coral);
}

.attendance-product__insight b {
  font-size: 10px;
}

/* Student lifecycle */
.student-journey {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.student-journey__mist {
  position: absolute;
  inset: 120px 0 auto;
  height: 430px;
  background:
    radial-gradient(circle at 12% 52%, rgba(205, 235, 255, 0.58), transparent 14%),
    radial-gradient(circle at 31% 52%, rgba(191, 241, 213, 0.48), transparent 14%),
    radial-gradient(circle at 50% 52%, rgba(220, 206, 255, 0.5), transparent 14%),
    radial-gradient(circle at 69% 52%, rgba(205, 235, 255, 0.55), transparent 14%),
    radial-gradient(circle at 86% 52%, rgba(255, 217, 203, 0.55), transparent 14%);
  filter: blur(3px);
  pointer-events: none;
}

.student-journey__heading {
  position: relative;
  z-index: 1;
}

.journey-track {
  position: relative;
  z-index: 1;
  display: grid;
  height: 218px;
  align-items: start;
  margin-top: 38px;
  grid-template-columns: repeat(6, 1fr);
}

.journey-track__line {
  position: absolute;
  z-index: 0;
  top: 44px;
  left: 2%;
  width: 96%;
  height: 140px;
}

.journey-track__line path {
  stroke: var(--module-blue);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 920;
  stroke-dashoffset: 920;
  animation: journey-draw 2.2s ease forwards;
}

@keyframes journey-draw {
  to { stroke-dashoffset: 0; }
}

.journey-stage {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.journey-stage__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: var(--module-blue);
  background: #fff;
  box-shadow: 0 12px 28px rgba(46, 60, 124, 0.14), 0 0 0 1px rgba(47, 92, 255, 0.12);
}

.journey-stage__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.journey-stage--enrol .journey-stage__icon,
.journey-stage--credential .journey-stage__icon {
  color: var(--module-green);
}

.journey-stage--learn .journey-stage__icon {
  color: var(--module-purple);
}

.journey-stage--graduate .journey-stage__icon {
  color: var(--module-coral);
}

.journey-stage > strong {
  margin-top: 18px;
  color: var(--module-blue);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.journey-stage--enrol > strong,
.journey-stage--credential > strong {
  color: var(--module-green);
}

.journey-stage--learn > strong {
  color: var(--module-purple);
}

.journey-stage--graduate > strong {
  color: var(--module-coral);
}

.journey-stage > p {
  max-width: 150px;
  margin: 10px auto 0;
  color: #46506c;
  font-size: 12px;
  line-height: 1.4;
}

.journey-proof {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  margin-top: -22px;
  grid-template-columns: minmax(0, 1fr) 220px minmax(0, 0.9fr);
  gap: 46px;
}

.journey-proof::before,
.journey-proof::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  height: 2px;
  background: var(--module-blue);
  content: "";
}

.journey-proof::before {
  right: 51%;
  left: 27%;
}

.journey-proof::after {
  right: 23%;
  left: 51%;
}

.journey-record {
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(47, 92, 255, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(49, 60, 119, 0.14);
}

.journey-record__top {
  display: grid;
  align-items: center;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
}

.journey-record__avatar {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--module-blue), var(--module-purple));
  font-size: 12px;
  font-weight: 700;
}

.journey-record__top strong,
.journey-record__top span {
  display: block;
}

.journey-record__top strong {
  font-size: 17px;
}

.journey-record__top span {
  color: #767d98;
  font-size: 11px;
}

.journey-record__top small {
  padding: 5px 9px;
  border-radius: 999px;
  color: #17835e;
  background: #e8f9f1;
  font-size: 9px;
  font-weight: 700;
}

.journey-record__tabs {
  display: flex;
  gap: 20px;
  margin-top: 22px;
  border-bottom: 1px solid #e8ebf3;
  color: #7a8098;
  font-size: 9px;
}

.journey-record__tabs span {
  padding-bottom: 9px;
}

.journey-record__tabs .is-active {
  border-bottom: 2px solid var(--module-blue);
  color: var(--module-blue);
}

.journey-record__body {
  display: grid;
  margin-top: 18px;
  border: 1px solid #eaedf4;
  border-radius: 12px;
  grid-template-columns: 1fr 1fr;
}

.journey-record__body div {
  padding: 13px;
  border-right: 1px solid #eaedf4;
  border-bottom: 1px solid #eaedf4;
}

.journey-record__body div:nth-child(even) {
  border-right: 0;
}

.journey-record__body div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.journey-record__body span,
.journey-record__body strong {
  display: block;
}

.journey-record__body span {
  color: #83899e;
  font-size: 8px;
}

.journey-record__body strong {
  margin-top: 4px;
  font-size: 10px;
}

.journey-identity {
  position: relative;
  z-index: 2;
  padding: 17px 24px 17px 70px;
  border: 1px solid rgba(47, 92, 255, 0.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(48, 60, 124, 0.15);
}

.journey-identity::before {
  position: absolute;
  top: 50%;
  left: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--module-blue), var(--module-purple));
  content: "AR";
  font-size: 11px;
  font-weight: 700;
  transform: translateY(-50%);
}

.journey-identity span,
.journey-identity strong {
  display: block;
}

.journey-identity span {
  color: var(--module-blue);
  font-size: 16px;
  font-weight: 700;
}

.journey-identity strong {
  margin-top: 2px;
  color: #6e7591;
  font-size: 11px;
}

.journey-credential {
  position: relative;
  min-height: 230px;
  padding: 28px 102px 26px 30px;
  border: 8px solid #fff;
  outline: 1px solid rgba(44, 167, 118, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(221, 251, 240, 0.75), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 28px 60px rgba(49, 60, 119, 0.14);
}

.journey-credential__mark {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 13px;
  color: #fff;
  background: #56cba0;
}

.journey-credential__mark svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.journey-credential > small,
.journey-credential > strong,
.journey-credential > span,
.journey-credential > b {
  display: block;
}

.journey-credential > small {
  color: #289573;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-credential > strong {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.2;
}

.journey-credential > span,
.journey-credential > b {
  margin-top: 5px;
  color: #6f7791;
  font-size: 10px;
}

.journey-credential__qr {
  position: absolute;
  right: 28px;
  bottom: 29px;
  width: 58px;
  height: 58px;
  fill: var(--ink);
}

/* Institutional trust */
.institutional-trust {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 35% 20%, rgba(56, 93, 207, 0.24), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(92, 55, 170, 0.22), transparent 26%),
    #071b50;
}

.institutional-trust::before {
  position: absolute;
  right: -90px;
  bottom: -230px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(111, 149, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.institutional-trust .shell {
  position: relative;
  z-index: 1;
  padding-top: 84px;
  padding-bottom: 42px;
}

.institutional-trust__grid {
  display: grid;
  grid-template-columns: 1.18fr repeat(4, minmax(0, 1fr));
}

.institutional-trust__grid h2 {
  max-width: 280px;
  margin: 0;
  padding-right: 34px;
  font-family: var(--display);
  font-size: clamp(51px, 4.4vw, 70px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

.trust-principle {
  min-height: 250px;
  padding: 6px 28px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.trust-principle__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 23px;
  border: 1px solid rgba(140, 185, 255, 0.45);
  border-radius: 50%;
  color: #9bbfff;
  background: rgba(102, 136, 239, 0.12);
}

.trust-principle:nth-of-type(2) .trust-principle__icon {
  color: #80ddb9;
}

.trust-principle:nth-of-type(3) .trust-principle__icon {
  color: #d1a8ff;
}

.trust-principle:nth-of-type(4) .trust-principle__icon {
  color: #ff9aa9;
}

.trust-principle__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.trust-principle strong {
  display: block;
  font-size: 17px;
}

.trust-principle p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.institutional-trust__proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.institutional-trust__proof > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #d8f9ea;
  background: #2f8d63;
}

.institutional-trust__proof svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.institutional-trust__proof p {
  margin: 0;
}

/* Full module universe */
.module-universe {
  padding: 134px 0 120px;
  background:
    radial-gradient(circle at 13% 10%, rgba(205, 235, 255, 0.34), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(255, 217, 203, 0.26), transparent 25%),
    #fff;
}

.module-universe__heading {
  max-width: 990px;
}

.module-bands {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 62px;
  padding-left: 48px;
}

.module-bands::before {
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: 17px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #5b8cff, #9071f2 25%, #43b88c 50%, #ef7186 75%, #e4b33d);
  content: "";
}

.module-band {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 225px;
  border: 1px solid rgba(47, 92, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(239, 247, 255, 0.96), rgba(250, 252, 255, 0.9));
  box-shadow: 0 20px 48px rgba(54, 63, 118, 0.08);
  grid-template-columns: 250px minmax(0, 1fr);
}

.module-band::before {
  position: absolute;
  top: 43px;
  left: -40px;
  width: 24px;
  height: 24px;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--module-blue);
  box-shadow: 0 0 0 2px var(--module-blue);
  content: "";
}

.module-band--learning {
  border-color: rgba(118, 87, 237, 0.17);
  background: linear-gradient(135deg, rgba(246, 241, 255, 0.97), rgba(252, 249, 255, 0.9));
}

.module-band--learning::before {
  background: var(--module-purple);
  box-shadow: 0 0 0 2px var(--module-purple);
}

.module-band--operations {
  border-color: rgba(44, 167, 118, 0.18);
  background: linear-gradient(135deg, rgba(235, 253, 245, 0.97), rgba(250, 255, 252, 0.9));
}

.module-band--operations::before {
  background: var(--module-green);
  box-shadow: 0 0 0 2px var(--module-green);
}

.module-band--engagement {
  border-color: rgba(233, 88, 115, 0.16);
  background: linear-gradient(135deg, rgba(255, 241, 244, 0.97), rgba(255, 251, 252, 0.9));
}

.module-band--engagement::before {
  background: var(--module-coral);
  box-shadow: 0 0 0 2px var(--module-coral);
}

.module-band--trust {
  border-color: rgba(217, 164, 34, 0.2);
  background: linear-gradient(135deg, rgba(255, 249, 226, 0.98), rgba(255, 253, 246, 0.92));
}

.module-band--trust::before {
  background: #dcae37;
  box-shadow: 0 0 0 2px #dcae37;
}

.module-band__category {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid rgba(47, 92, 255, 0.14);
}

.module-band__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(47, 92, 255, 0.18);
  border-radius: 50%;
  color: var(--module-blue);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 26px rgba(57, 67, 123, 0.09);
}

.module-band__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.module-band__category h3 {
  margin: 0;
  color: var(--module-blue);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-transform: uppercase;
}

.module-band--learning .module-band__category {
  border-color: rgba(118, 87, 237, 0.14);
}

.module-band--learning .module-band__icon,
.module-band--learning .module-band__category h3 {
  color: var(--module-purple);
}

.module-band--operations .module-band__category {
  border-color: rgba(44, 167, 118, 0.14);
}

.module-band--operations .module-band__icon,
.module-band--operations .module-band__category h3 {
  color: #188663;
}

.module-band--engagement .module-band__category {
  border-color: rgba(233, 88, 115, 0.14);
}

.module-band--engagement .module-band__icon,
.module-band--engagement .module-band__category h3 {
  color: #d8415e;
}

.module-band--trust .module-band__category {
  border-color: rgba(217, 164, 34, 0.17);
}

.module-band--trust .module-band__icon,
.module-band--trust .module-band__category h3 {
  color: #b9840d;
}

.module-band__items {
  display: grid;
  align-content: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.module-band__items > div {
  min-width: 0;
  padding: 27px 25px;
  border-right: 1px solid rgba(47, 92, 255, 0.12);
  border-bottom: 1px solid rgba(47, 92, 255, 0.12);
}

.module-band__items > div:nth-child(4n) {
  border-right: 0;
}

.module-band__items > div:nth-last-child(-n+4) {
  border-bottom: 0;
}

.module-band__items strong {
  display: block;
  color: var(--module-blue);
  font-size: 13px;
  line-height: 1.3;
}

.module-band__items p {
  margin: 8px 0 0;
  color: #5e657f;
  font-size: 11px;
  line-height: 1.5;
}

.module-band--learning .module-band__items > div {
  border-color: rgba(118, 87, 237, 0.11);
}

.module-band--learning .module-band__items strong {
  color: var(--module-purple);
}

.module-band--operations .module-band__items > div {
  border-color: rgba(44, 167, 118, 0.11);
}

.module-band--operations .module-band__items strong {
  color: #157f5d;
}

.module-band--engagement .module-band__items > div {
  border-color: rgba(233, 88, 115, 0.11);
}

.module-band--engagement .module-band__items strong {
  color: #cf3d58;
}

.module-band--trust .module-band__items > div {
  border-color: rgba(217, 164, 34, 0.12);
}

.module-band--trust .module-band__items strong {
  color: #ad7b08;
}

/* Closing */
.modules-closing {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #071b50;
}

.modules-closing__orbit {
  position: absolute;
  border: 1px solid rgba(99, 134, 255, 0.25);
  border-radius: 50%;
}

.modules-closing__orbit--one {
  top: -300px;
  left: 8%;
  width: 1280px;
  height: 700px;
  transform: rotate(-7deg);
}

.modules-closing__orbit--two {
  top: 100px;
  right: -170px;
  width: 360px;
  height: 360px;
  border-color: rgba(191, 241, 213, 0.2);
}

.modules-closing__content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 470px;
  place-items: center;
  align-content: center;
  text-align: center;
}

.modules-closing__content h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(56px, 7vw, 106px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.modules-closing__content p {
  max-width: 650px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.modules-closing__content > div {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.modules-closing .home-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* Responsive */
@media (max-width: 1260px) {
  .modules-hero__grid {
    grid-template-columns: minmax(340px, 0.72fr) minmax(610px, 1.28fr);
  }

  .modules-hero__copy h1 {
    font-size: clamp(66px, 7.5vw, 94px);
  }

  .campus-map {
    height: 620px;
  }

  .campus-map__label {
    font-size: 32px;
  }

  .campus-map__panel--attendance .campus-map__label {
    font-size: 25px;
  }

  .core-explorer__layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .core-tab {
    min-height: 142px;
    padding: 21px;
  }

  .core-panel {
    padding: 42px;
  }

  .core-panel__body {
    grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.7fr);
  }

  .institutional-trust__grid {
    grid-template-columns: 1fr repeat(4, minmax(0, 1fr));
  }

  .trust-principle {
    padding-inline: 20px;
  }

  .module-band {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .module-band__category {
    padding: 28px;
  }

  .module-band__items > div {
    padding: 23px 20px;
  }
}

@media (max-width: 1080px) {
  .modules-hero {
    min-height: 1320px;
    padding-top: 130px;
  }

  .modules-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .modules-hero__copy {
    max-width: 790px;
    padding-top: 58px;
  }

  .modules-hero__copy h1 {
    font-size: clamp(76px, 11vw, 112px);
  }

  .campus-map {
    width: min(100%, 840px);
    height: 660px;
    margin-inline: auto;
  }

  .core-explorer__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .core-tabs {
    position: static;
    display: grid;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    backdrop-filter: none;
  }

  .core-tab {
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(47, 92, 255, 0.15);
    border-radius: 18px;
    background: #fff;
  }

  .core-tab > span {
    font-size: 34px;
  }

  .core-tab > strong {
    font-size: 14px;
  }

  .core-tab > svg {
    display: none;
  }

  .core-panel__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .core-capabilities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 26px;
  }

  .core-capabilities__title,
  .core-capabilities > a {
    grid-column: 1 / -1;
  }

  .core-capabilities > a {
    margin-top: 8px;
  }

  .journey-track {
    overflow-x: auto;
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 32px;
    padding-left: 32px;
    grid-template-columns: repeat(6, 180px);
    scrollbar-width: none;
  }

  .journey-track::-webkit-scrollbar {
    display: none;
  }

  .journey-track__line {
    width: 1040px;
    left: 32px;
  }

  .journey-proof {
    grid-template-columns: 1fr 180px 1fr;
    gap: 24px;
  }

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

  .institutional-trust__grid h2 {
    max-width: 550px;
    padding: 0 0 42px;
    grid-column: 1 / -1;
  }

  .trust-principle {
    min-height: 210px;
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    border-left: 0;
  }

  .trust-principle:nth-of-type(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.23);
  }

  .module-band {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .module-band__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-band__items > div:nth-child(4n) {
    border-right: 1px solid rgba(47, 92, 255, 0.12);
  }

  .module-band__items > div:nth-child(2n) {
    border-right: 0;
  }

  .module-band__items > div:nth-last-child(-n+4) {
    border-bottom: 1px solid rgba(47, 92, 255, 0.12);
  }

  .module-band__items > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .modules-page .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .modules-hero {
    min-height: auto;
    padding-top: 105px;
  }

  .modules-hero__grid {
    min-height: auto;
    gap: 40px;
  }

  .modules-hero__copy {
    padding-top: 42px;
  }

  .modules-hero__copy h1 {
    font-size: clamp(57px, 18.5vw, 82px);
    line-height: 0.86;
  }

  .modules-hero__copy > p {
    margin-top: 26px;
    font-size: 17px;
  }

  .modules-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .modules-hero__actions .button {
    width: 100%;
  }

  .modules-hero__proof {
    align-items: flex-start;
    font-size: 12px;
  }

  .module-sculpt--butter {
    top: 100px;
    right: -28px;
  }

  .campus-map {
    display: grid;
    width: 100%;
    height: auto;
    padding: 28px 0 58px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .campus-map::before,
  .campus-map__routes {
    display: none;
  }

  .campus-map__panel {
    position: relative;
    inset: auto;
    width: auto;
    height: 210px;
    border-radius: 20px;
  }

  .campus-map__panel--sis {
    grid-column: 1 / -1;
    height: 230px;
  }

  .campus-map__panel--attendance {
    grid-column: 1 / -1;
    height: 225px;
  }

  .campus-map__label {
    top: 14px;
    left: 16px;
    font-size: 28px;
  }

  .campus-map__panel--attendance .campus-map__label {
    font-size: 23px;
  }

  .campus-animation {
    right: 9px;
    bottom: 9px;
    left: 9px;
    height: calc(100% - 57px);
  }

  .sis-record__student {
    padding: 9px;
    margin-top: 8px;
  }

  .sis-record__timeline {
    margin-top: 9px;
  }

  .erp-pulse__chart {
    height: 64px;
  }

  .lms-path__track {
    padding-block: 14px 10px;
  }

  .lms-path__track > i {
    top: 25px;
  }

  .attendance-live__radar {
    width: 92px;
    height: 92px;
  }

  .campus-map__core {
    top: auto;
    bottom: 2px;
    left: 50%;
    width: 82px;
    height: 82px;
    border-width: 5px;
    transform: translateX(-50%);
  }

  .campus-map__core::before {
    inset: -13px;
  }

  .campus-map__core span {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    font-size: 21px;
  }

  .campus-map__core strong {
    margin-top: 2px;
    font-size: 9px;
  }

  .modules-hero__next {
    width: calc(100% - 36px);
    min-height: 86px;
    padding: 0 22px;
    border-radius: 22px 22px 0 0;
  }

  .modules-hero__next span {
    font-size: 21px;
  }

  .core-explorer,
  .student-journey,
  .module-universe {
    padding-top: 92px;
    padding-bottom: 94px;
  }

  .core-explorer__heading h2,
  .student-journey__heading h2,
  .module-universe__heading h2 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .core-explorer__heading p,
  .student-journey__heading p,
  .module-universe__heading p {
    margin-top: 18px;
    font-size: 16px;
  }

  .core-explorer__layout {
    margin-top: 38px;
  }

  .core-tabs {
    display: flex;
    overflow-x: auto;
    margin-right: -18px;
    margin-left: -18px;
    padding: 0 18px 10px;
    gap: 9px;
    scrollbar-width: none;
  }

  .core-tabs::-webkit-scrollbar {
    display: none;
  }

  .core-tab {
    width: 154px;
    min-width: 154px;
    min-height: 118px;
    padding: 15px;
  }

  .core-tab > span {
    font-size: 28px;
  }

  .core-tab > strong {
    max-width: 120px;
    font-size: 12px;
  }

  .core-panel {
    min-height: 0;
    padding: 28px 20px;
    border-radius: 23px;
  }

  .core-panel__intro h3 {
    font-size: 34px;
  }

  .core-panel__intro p {
    font-size: 15px;
  }

  .core-panel__body {
    margin-top: 24px;
  }

  .core-product-window > img,
  .sis-record {
    height: 310px;
  }

  .sis-record {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .sis-record__nav {
    gap: 11px;
    padding: 12px 7px;
    font-size: 6px;
  }

  .sis-record__nav b {
    width: 27px;
    height: 27px;
  }

  .sis-record__content {
    padding: 17px 12px;
  }

  .sis-record__identity {
    grid-template-columns: 36px 1fr;
    gap: 8px;
  }

  .sis-record__avatar {
    width: 36px;
    height: 36px;
    font-size: 9px;
  }

  .sis-record__identity strong {
    font-size: 11px;
  }

  .sis-record__identity span {
    font-size: 7px;
  }

  .sis-record__identity small {
    display: none;
  }

  .sis-record__stats {
    margin-top: 14px;
  }

  .sis-record__stats div {
    padding: 9px 7px;
  }

  .sis-record__stats span {
    font-size: 5px;
  }

  .sis-record__stats strong {
    font-size: 7px;
  }

  .sis-record__table {
    margin-top: 13px;
  }

  .sis-record__row {
    padding: 7px;
    font-size: 6px;
  }

  .core-capabilities {
    display: flex;
  }

  .core-capabilities > div {
    padding: 15px 0;
  }

  .attendance-product {
    min-height: 390px;
  }

  .attendance-product__phone {
    bottom: -78px;
    left: 5%;
    width: 47%;
    height: 420px;
  }

  .attendance-product__insight {
    top: 75px;
    right: 4%;
    width: 55%;
    padding: 16px;
  }

  .attendance-product__insight > strong {
    font-size: 15px;
  }

  .journey-track {
    height: 240px;
    margin-top: 42px;
  }

  .journey-proof {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin-top: 22px;
    gap: 20px;
  }

  .journey-proof::before,
  .journey-proof::after {
    display: none;
  }

  .journey-identity {
    align-self: center;
    order: -1;
  }

  .journey-record,
  .journey-credential {
    width: 100%;
  }

  .institutional-trust .shell {
    padding-top: 70px;
    padding-bottom: 34px;
  }

  .institutional-trust__grid {
    grid-template-columns: 1fr;
  }

  .institutional-trust__grid h2 {
    max-width: 340px;
    font-size: 56px;
  }

  .trust-principle {
    min-height: 0;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0 !important;
  }

  .trust-principle__icon {
    margin-bottom: 16px;
  }

  .institutional-trust__proof {
    align-items: flex-start;
  }

  .module-bands {
    margin-top: 42px;
    padding-left: 0;
  }

  .module-bands::before,
  .module-band::before {
    display: none;
  }

  .module-band {
    display: block;
    border-radius: 22px;
  }

  .module-band__category {
    padding: 25px 23px;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 92, 255, 0.13);
  }

  .module-band__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .module-band__category h3 {
    font-size: 28px;
  }

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

  .module-band__items > div,
  .module-band__items > div:nth-child(2n),
  .module-band__items > div:nth-child(4n),
  .module-band__items > div:nth-last-child(-n+2),
  .module-band__items > div:nth-last-child(-n+4) {
    padding: 19px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 92, 255, 0.11);
  }

  .module-band__items > div:last-child {
    border-bottom: 0;
  }

  .module-band__items strong {
    font-size: 14px;
  }

  .module-band__items p {
    font-size: 12px;
  }

  .modules-closing__content {
    min-height: 520px;
  }

  .modules-closing__content h2 {
    font-size: clamp(53px, 16vw, 76px);
  }

  .modules-closing__content p {
    font-size: 16px;
  }

  .modules-closing__content > div {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .modules-closing__content .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .modules-hero__copy h1 {
    font-size: 57px;
  }

  .campus-map__panel {
    height: 190px;
  }

  .campus-map__panel--sis,
  .campus-map__panel--attendance {
    height: 210px;
  }

  .campus-map__label {
    font-size: 24px;
  }

  .campus-map__panel--attendance .campus-map__label {
    font-size: 19px;
  }

  .campus-animation {
    padding: 9px;
  }

  .sis-record__student {
    padding: 7px;
  }

  .sis-record__avatar {
    width: 31px;
    height: 31px;
  }

  .sis-record__timeline {
    margin-top: 6px;
  }

  .sis-record__timeline i {
    width: 20px;
    height: 20px;
  }

  .sis-record__timeline::before,
  .sis-record__timeline::after {
    top: 9px;
  }

  .sis-record__sync {
    margin-top: 4px;
  }

  .erp-pulse__chart {
    height: 51px;
    gap: 4px;
    padding-top: 7px;
  }

  .erp-pulse__feed {
    height: 29px;
    margin-top: 2px;
  }

  .erp-pulse__feed span {
    inset-block-start: 5px;
  }

  .lms-path__track {
    padding: 9px 2px 7px;
  }

  .lms-path__track > i {
    top: 20px;
    right: 14px;
    left: 14px;
  }

  .lms-path__track span {
    width: 22px;
    height: 22px;
    border-radius: 7px;
  }

  .lms-path__lesson {
    padding: 6px;
  }

  .lms-path__play {
    width: 24px;
    height: 24px;
  }

  .attendance-live__radar {
    width: 86px;
    height: 86px;
  }

  .attendance-live__checkins {
    margin-top: -2px;
  }

  .core-panel {
    padding-inline: 16px;
  }

  .core-panel__intro h3 {
    font-size: 31px;
  }

  .journey-record {
    padding: 19px;
  }

  .journey-record__tabs {
    overflow-x: auto;
  }

  .journey-credential {
    padding-left: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campus-route,
  .campus-map__core::before,
  .sis-record__student,
  .sis-record__timeline::after,
  .sis-record__sync > span,
  .erp-pulse__chart span,
  .erp-pulse__feed span,
  .lms-path__track > i::after,
  .lms-path__track span.is-active,
  .lms-path__lesson,
  .attendance-live__sweep,
  .attendance-live__dot,
  .attendance-live__checkins > span,
  .sis-record__status i,
  .erp-pulse__top i b,
  .attendance-live__top i,
  .journey-track__line path {
    animation: none;
  }

  .sis-record__timeline::after,
  .lms-path__track > i::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .erp-pulse__feed span {
    opacity: 0;
    transform: none;
  }

  .erp-pulse__feed span:first-child {
    opacity: 1;
  }

  .attendance-live__sweep {
    transform: rotate(35deg);
  }

  .journey-track__line path {
    stroke-dashoffset: 0;
  }
}

/* 2026 section refinements — connected systems, not a wall of cards */

/* Core system dock */
.core-explorer {
  padding-top: 106px;
  background:
    radial-gradient(circle at 8% 30%, rgba(191, 241, 213, 0.36), transparent 24%),
    radial-gradient(circle at 91% 18%, rgba(220, 206, 255, 0.42), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.core-explorer__layout {
  display: block;
  margin-top: 52px;
}

.core-tabs {
  position: relative;
  top: auto;
  display: grid;
  overflow: visible;
  padding: 12px;
  border: 1px solid rgba(47, 92, 255, 0.13);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 60px rgba(50, 62, 126, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  backdrop-filter: blur(20px);
}

.core-tabs::before {
  position: absolute;
  z-index: 0;
  top: 49px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, rgba(47, 92, 255, 0.2), rgba(44, 167, 118, 0.24), rgba(118, 87, 237, 0.22), rgba(233, 88, 115, 0.2));
  content: "";
}

.core-tab {
  --core-accent: var(--module-blue);
  --core-soft: rgba(226, 235, 255, 0.82);
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 182px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 22px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms ease, background-color 320ms ease, box-shadow 320ms ease;
}

.core-tab:nth-child(2) {
  --core-accent: #22946c;
  --core-soft: rgba(221, 248, 234, 0.86);
}

.core-tab:nth-child(3) {
  --core-accent: #7b57dc;
  --core-soft: rgba(237, 229, 255, 0.86);
}

.core-tab:nth-child(4) {
  --core-accent: #da506a;
  --core-soft: rgba(255, 228, 233, 0.88);
}

.core-tab::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--core-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.core-tab:hover {
  border-color: color-mix(in srgb, var(--core-accent) 18%, transparent);
  transform: translateY(-3px);
}

.core-tab:active {
  transform: translateY(-1px) scale(0.99);
}

.core-tab.is-active {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--core-accent) 25%, transparent);
  background: var(--core-soft);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--core-accent) 14%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-7px);
}

.core-tab.is-active::after {
  transform: scaleX(1);
}

.core-tab > .core-tab__number {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  color: var(--core-accent);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.core-tab.is-active > .core-tab__number {
  color: var(--core-accent);
}

.core-tab > .core-tab__glyph {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--core-accent) 24%, transparent);
  border-radius: 14px;
  color: var(--core-accent);
  background: rgba(255, 255, 255, 0.78);
  grid-column: 2;
  grid-row: 1;
  box-shadow: inset 0 1px 0 #fff;
}

.core-tab.is-active > .core-tab__glyph {
  color: var(--core-accent);
}

.core-tab__glyph svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.core-tab > strong {
  max-width: 220px;
  align-self: end;
  margin-top: 22px;
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.core-tab > small {
  align-self: end;
  margin-top: 8px;
  color: rgba(23, 21, 46, 0.52);
  grid-column: 1 / -1;
  grid-row: 3;
  font-size: 10px;
  font-weight: 600;
}

.core-panels {
  margin-top: 28px;
}

.core-panel {
  min-height: 680px;
  border-radius: 36px;
}

/* Student journey route */
.journey-track {
  height: 190px;
  margin-top: 44px;
}

.journey-track__line {
  top: 0;
  left: 2%;
  width: 96%;
  height: 80px;
  overflow: visible;
}

.journey-track__line path {
  animation: none;
}

.journey-track__line .journey-track__rail {
  stroke: rgba(65, 75, 128, 0.18);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  animation: none;
}

.journey-track__line .journey-track__progress {
  stroke: url("#journey-route-gradient");
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: journey-draw 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.journey-track__traveller {
  fill: #fff;
  stroke: var(--module-blue);
  stroke-width: 3;
  filter: drop-shadow(0 4px 6px rgba(47, 92, 255, 0.24));
}

.journey-stage__icon {
  position: relative;
  width: 68px;
  height: 68px;
  border-width: 8px;
  box-shadow: 0 16px 34px rgba(46, 60, 124, 0.15), 0 0 0 1px rgba(47, 92, 255, 0.12);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.journey-stage:hover .journey-stage__icon {
  transform: translateY(-5px) rotate(-3deg);
}

.journey-stage > strong {
  margin-top: 17px;
}

.journey-stage > p {
  margin-top: 8px;
}

.journey-proof {
  margin-top: 6px;
}

/* Trust constellation */
.institutional-trust {
  padding: 118px 0;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 15%, rgba(191, 241, 213, 0.42), transparent 25%),
    radial-gradient(circle at 88% 78%, rgba(220, 206, 255, 0.42), transparent 26%),
    linear-gradient(180deg, #f8fbff, #fff);
}

.institutional-trust::before {
  display: none;
}

.institutional-trust__frame {
  position: relative;
  display: grid;
  padding: clamp(38px, 5vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(47, 92, 255, 0.13);
  border-radius: 46px;
  background:
    radial-gradient(circle at 76% 48%, rgba(205, 235, 255, 0.7), transparent 32%),
    linear-gradient(135deg, rgba(242, 252, 248, 0.96), rgba(245, 243, 255, 0.96));
  box-shadow: 0 34px 90px rgba(48, 61, 132, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  grid-template-columns: minmax(300px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(34px, 5vw, 84px);
}

.institutional-trust__frame::after {
  position: absolute;
  right: -160px;
  bottom: -320px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(47, 92, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.institutional-trust .shell {
  padding-top: clamp(38px, 5vw, 76px);
  padding-bottom: clamp(38px, 5vw, 76px);
}

.institutional-trust__intro {
  position: relative;
  z-index: 2;
  align-self: center;
}

.institutional-trust__eyebrow,
.modules-closing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--module-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.institutional-trust__eyebrow::before,
.modules-closing__eyebrow::before {
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
}

.institutional-trust__intro h2 {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-transform: none;
}

.institutional-trust__intro > p {
  max-width: 480px;
  margin: 26px 0 0;
  color: #515975;
  font-size: 17px;
  line-height: 1.6;
}

.institutional-trust__proof {
  align-items: center;
  max-width: 460px;
  gap: 13px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(47, 92, 255, 0.13);
  color: #59627d;
  font-size: 12px;
}

.institutional-trust__proof > span {
  flex: 0 0 auto;
  color: #237d5f;
  background: rgba(191, 241, 213, 0.72);
}

.institutional-trust__system {
  position: relative;
  z-index: 2;
  min-height: 530px;
}

.trust-system__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(47, 92, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.trust-system__orbit--outer {
  width: 390px;
  height: 390px;
  animation: trust-orbit-spin 22s linear infinite;
}

.trust-system__orbit--inner {
  width: 240px;
  height: 240px;
  border-style: solid;
  border-color: rgba(44, 167, 118, 0.14);
}

.trust-system__hub {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 162px;
  min-height: 162px;
  place-content: center;
  justify-items: center;
  padding: 20px;
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(48, 61, 132, 0.15), 0 0 0 1px rgba(47, 92, 255, 0.14);
  text-align: center;
  transform: translate(-50%, -50%);
}

.trust-system__hub > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--module-blue);
}

.trust-system__hub svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.trust-system__hub strong,
.trust-system__hub small {
  display: block;
}

.trust-system__hub strong {
  margin-top: 10px;
  font-size: 13px;
}

.trust-system__hub small {
  margin-top: 3px;
  color: #707994;
  font-size: 8px;
  line-height: 1.35;
}

.trust-principle {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 268px;
  min-height: 120px;
  align-items: center;
  padding: 17px;
  border: 1px solid rgba(47, 92, 255, 0.12);
  border-radius: 21px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(48, 61, 132, 0.09), inset 0 1px 0 #fff;
  grid-template-columns: auto 1fr;
  gap: 13px;
  backdrop-filter: blur(15px);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 320ms ease;
}

.trust-principle:hover {
  box-shadow: 0 22px 42px rgba(48, 61, 132, 0.13), inset 0 1px 0 #fff;
  transform: translateY(-4px);
}

.trust-principle--data {
  top: 12px;
  left: 0;
}

.trust-principle--access {
  top: 12px;
  right: 0;
}

.trust-principle--audit {
  bottom: 12px;
  left: 0;
}

.trust-principle--open {
  right: 0;
  bottom: 12px;
}

.trust-principle__icon {
  width: 46px;
  height: 46px;
  margin: 0;
  border: 0;
  border-radius: 14px;
  color: var(--module-blue);
  background: rgba(221, 232, 255, 0.8);
}

.trust-principle--access .trust-principle__icon {
  color: #17815c;
  background: rgba(216, 248, 232, 0.86);
}

.trust-principle--audit .trust-principle__icon {
  color: #7650d6;
  background: rgba(235, 225, 255, 0.88);
}

.trust-principle--open .trust-principle__icon {
  color: #d44761;
  background: rgba(255, 224, 230, 0.9);
}

.trust-principle strong {
  font-size: 14px;
  line-height: 1.25;
}

.trust-principle p {
  margin-top: 5px;
  color: #68708b;
  font-size: 10px;
  line-height: 1.45;
}

@keyframes trust-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Module atlas */
.module-universe {
  padding: 144px 0 140px;
  background:
    radial-gradient(circle at 13% 6%, rgba(205, 235, 255, 0.43), transparent 23%),
    radial-gradient(circle at 88% 9%, rgba(255, 217, 203, 0.33), transparent 22%),
    linear-gradient(180deg, #fff, #fbfcff);
}

.module-bands {
  gap: 32px;
  margin-top: 72px;
  padding-left: 0;
}

.module-bands::before,
.module-band::before {
  display: none;
}

.module-band {
  --band-accent: var(--module-blue);
  --band-soft: #eaf2ff;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--band-accent) 18%, transparent);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 25px 64px color-mix(in srgb, var(--band-accent) 9%, transparent);
  grid-template-columns: 300px minmax(0, 1fr);
}

.module-band--learning {
  --band-accent: var(--module-purple);
  --band-soft: #f0eaff;
}

.module-band--operations {
  --band-accent: #218a66;
  --band-soft: #e5f8ee;
}

.module-band--engagement {
  --band-accent: #d94d68;
  --band-soft: #ffe8ed;
}

.module-band--trust {
  --band-accent: #af7e10;
  --band-soft: #fff4cf;
}

.module-band__category {
  position: relative;
  align-items: flex-start;
  padding: 45px 40px;
  overflow: hidden;
  border-right: 1px solid color-mix(in srgb, var(--band-accent) 14%, transparent);
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 255, 255, 0.94), transparent 24%),
    linear-gradient(145deg, color-mix(in srgb, var(--band-soft) 82%, #fff), rgba(255, 255, 255, 0.72));
}

.module-band__category::after {
  position: absolute;
  right: -92px;
  bottom: -112px;
  width: 250px;
  height: 250px;
  border: 1px dashed color-mix(in srgb, var(--band-accent) 20%, transparent);
  border-radius: 50%;
  content: "";
  animation: module-category-orbit 24s linear infinite;
}

.module-band__icon {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  margin: 7px 0 30px;
  border-color: color-mix(in srgb, var(--band-accent) 24%, transparent);
  border-radius: 24px;
  color: var(--band-accent) !important;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--band-accent) 12%, transparent), inset 0 1px 0 #fff;
  animation: module-category-float 4.8s ease-in-out infinite;
}

.module-band__icon::before {
  position: absolute;
  inset: -11px;
  border: 1px dashed color-mix(in srgb, var(--band-accent) 28%, transparent);
  border-radius: 29px;
  content: "";
  animation: module-category-orbit 16s linear infinite reverse;
}

.module-band__icon svg {
  width: 35px;
  height: 35px;
}

.module-band__category h3 {
  position: relative;
  z-index: 1;
  color: var(--band-accent) !important;
  font-size: 37px;
}

.module-band__count {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 7px 10px;
  margin-top: 18px;
  border: 1px solid color-mix(in srgb, var(--band-accent) 16%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--band-accent) 80%, #17203e);
  background: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-band__items {
  display: grid;
  align-content: stretch;
  gap: 1px;
  background: color-mix(in srgb, var(--band-accent) 11%, transparent);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-band__items > div,
.module-band__items > div:nth-child(2n),
.module-band__items > div:nth-child(4n),
.module-band__items > div:nth-last-child(-n+2),
.module-band__items > div:nth-last-child(-n+4) {
  display: grid;
  min-height: 168px;
  align-content: start;
  padding: 30px 26px;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 15px;
  transition: background-color 280ms ease, transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.module-band__items > div:hover {
  z-index: 1;
  background: color-mix(in srgb, var(--band-soft) 54%, #fff);
  transform: translateY(-3px);
}

.module-item__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--band-accent) 18%, transparent);
  border-radius: 14px;
  color: var(--band-accent);
  background: var(--band-soft);
  grid-column: 1;
  grid-row: 1 / span 2;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.module-band__items > div:hover .module-item__icon {
  transform: rotate(-5deg) scale(1.06);
}

.module-item__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.module-band__items strong {
  color: var(--band-accent) !important;
  grid-column: 2;
  grid-row: 1;
  font-size: 19px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.module-band__items p {
  margin-top: 10px;
  color: #606982;
  grid-column: 2;
  grid-row: 2;
  font-size: 12.5px;
  line-height: 1.55;
}

@keyframes module-category-orbit {
  to { transform: rotate(360deg); }
}

@keyframes module-category-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-6px) rotate(2deg); }
}

/* Closing constellation and oversized footer marque */
.modules-closing {
  background:
    radial-gradient(circle at 78% 22%, rgba(77, 91, 255, 0.18), transparent 27%),
    radial-gradient(circle at 16% 86%, rgba(60, 190, 139, 0.12), transparent 25%),
    #10122d;
}

.modules-closing__content {
  display: grid;
  min-height: 650px;
  align-items: center;
  justify-items: stretch;
  text-align: left;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(42px, 7vw, 110px);
}

.modules-closing__content > div {
  display: block;
  margin: 0;
}

.modules-closing__copy {
  position: relative;
  z-index: 2;
}

.modules-closing__eyebrow {
  color: #93b0ff;
}

.modules-closing__content h2 {
  max-width: 800px;
  margin-top: 22px;
  font-size: clamp(60px, 6.6vw, 98px);
}

.modules-closing__content p {
  max-width: 640px;
  margin: 26px 0 0;
}

.modules-closing__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.closing-constellation {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1;
  justify-self: end;
}

.closing-constellation::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145, 171, 255, 0.42), transparent);
  content: "";
  transform: translate(-50%, -50%) rotate(-28deg);
}

.closing-constellation__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(140, 166, 255, 0.26);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.closing-constellation__ring--one {
  width: 84%;
  height: 84%;
  animation: closing-orbit-spin 28s linear infinite;
}

.closing-constellation__ring--two {
  width: 55%;
  height: 55%;
  border-style: solid;
  border-color: rgba(103, 218, 174, 0.18);
}

.closing-constellation__core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 150px;
  height: 150px;
  place-content: center;
  justify-items: center;
  border: 10px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(24, 29, 66, 0.92);
  box-shadow: 0 26px 60px rgba(2, 6, 27, 0.34), 0 0 0 1px rgba(141, 166, 255, 0.25);
  transform: translate(-50%, -50%);
}

.closing-constellation__core span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid #7f96ff;
  border-radius: 15px;
  color: #a5b5ff;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 800;
}

.closing-constellation__core strong {
  margin-top: 8px;
  font-size: 12px;
}

.closing-constellation__node {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 80px;
  min-height: 52px;
  place-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  color: #dce4ff;
  background: rgba(35, 42, 87, 0.86);
  box-shadow: 0 14px 30px rgba(4, 7, 30, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  animation: closing-node-float 4.8s ease-in-out infinite;
}

.closing-constellation__node--sis {
  top: 9%;
  left: 24%;
  color: #b7c4ff;
}

.closing-constellation__node--erp {
  top: 30%;
  right: 3%;
  color: #a9efd4;
  animation-delay: -1.2s;
}

.closing-constellation__node--lms {
  bottom: 7%;
  left: 28%;
  color: #d6c3ff;
  animation-delay: -2.4s;
}

.closing-constellation__node--id {
  bottom: 25%;
  left: 1%;
  color: #ffd0d9;
  animation-delay: -3.4s;
}

.modules-closing .home-footer {
  overflow: hidden;
  background: rgba(5, 8, 26, 0.28);
}

.home-footer__marque {
  width: 100%;
  overflow: hidden;
  margin-bottom: -2.6vw;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--display);
  font-size: clamp(120px, 18vw, 300px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.72;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.modules-closing .home-footer__grid {
  position: relative;
  z-index: 2;
  padding-top: 92px;
}

.modules-closing .home-footer__brand {
  padding-right: 40px;
}

.modules-closing .home-footer__grid > div:not(.home-footer__brand) {
  padding-top: 5px;
}

@keyframes closing-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes closing-node-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-7px) rotate(1deg); }
}

@media (max-width: 1260px) {
  .core-explorer__layout {
    grid-template-columns: none;
  }

  .core-tab {
    min-height: 174px;
    padding: 20px;
  }

  .institutional-trust__frame {
    grid-template-columns: minmax(280px, 0.7fr) minmax(570px, 1.3fr);
    gap: 32px;
  }

  .trust-principle {
    width: 238px;
  }

  .module-band {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .module-band__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .core-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(4, 220px);
    scrollbar-width: none;
  }

  .core-tabs::-webkit-scrollbar {
    display: none;
  }

  .institutional-trust__frame {
    grid-template-columns: 1fr;
  }

  .institutional-trust__intro {
    max-width: 650px;
  }

  .institutional-trust__system {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .module-band {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .module-band__category {
    padding-inline: 30px;
  }

  .module-band__category h3 {
    font-size: 32px;
  }

  .modules-closing__content {
    min-height: 900px;
    padding-block: 110px 90px;
    grid-template-columns: 1fr;
  }

  .closing-constellation {
    width: min(100%, 520px);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .core-explorer {
    padding-top: 92px;
  }

  .core-tabs {
    margin-inline: -18px;
    padding: 10px 18px 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    grid-template-columns: repeat(4, 188px);
    gap: 9px;
  }

  .core-tabs::before {
    display: none;
  }

  .core-tab {
    width: 188px;
    min-width: 188px;
    min-height: 158px;
    padding: 17px;
    border-color: rgba(47, 92, 255, 0.11);
    border-radius: 20px;
  }

  .core-tab.is-active {
    transform: translateY(-4px);
  }

  .core-tab > .core-tab__number {
    font-size: 25px;
  }

  .core-tab__glyph {
    width: 38px;
    height: 38px;
  }

  .core-tab > strong {
    margin-top: 17px;
    font-size: 15px;
  }

  .core-tab > small {
    font-size: 8px;
  }

  .core-panels {
    margin-top: 18px;
  }

  .journey-track {
    height: 214px;
  }

  .journey-track__line {
    top: 0;
    left: 32px;
    width: 1040px;
    height: 80px;
  }

  .journey-stage__icon {
    width: 64px;
    height: 64px;
  }

  .institutional-trust {
    padding: 92px 0;
  }

  .institutional-trust__frame {
    padding: 34px 22px;
    border-radius: 30px;
  }

  .institutional-trust .shell {
    padding-block: 34px;
  }

  .institutional-trust__intro h2 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .institutional-trust__intro > p {
    font-size: 15px;
  }

  .institutional-trust__system {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-system__orbit {
    display: none;
  }

  .trust-system__hub {
    position: relative;
    inset: auto;
    width: 150px;
    min-height: 150px;
    margin: 18px auto 22px;
    grid-row: 1;
    transform: none;
  }

  .trust-principle {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 105px;
  }

  .module-universe {
    padding-block: 100px;
  }

  .module-bands {
    gap: 24px;
    margin-top: 48px;
  }

  .module-band {
    display: block;
    border-radius: 28px;
  }

  .module-band__category {
    min-height: 280px;
    padding: 36px 28px;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--band-accent) 14%, transparent);
  }

  .module-band__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .module-band__category h3 {
    font-size: 36px;
  }

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

  .module-band__items > div,
  .module-band__items > div:nth-child(2n),
  .module-band__items > div:nth-child(4n),
  .module-band__items > div:nth-last-child(-n+2),
  .module-band__items > div:nth-last-child(-n+4) {
    min-height: 132px;
    padding: 24px 22px;
  }

  .module-band__items strong {
    font-size: 18px;
  }

  .modules-closing__content {
    min-height: 0;
    padding-block: 110px 70px;
  }

  .modules-closing__content h2 {
    font-size: clamp(54px, 16vw, 76px);
  }

  .modules-closing__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .closing-constellation {
    width: min(100%, 390px);
    margin-top: 12px;
  }

  .closing-constellation__core {
    width: 125px;
    height: 125px;
  }

  .closing-constellation__node {
    min-width: 68px;
    min-height: 46px;
    font-size: 8px;
  }

  .home-footer__marque {
    margin-bottom: -1vw;
    font-size: 25vw;
  }

  .modules-closing .home-footer__grid {
    padding-top: 64px;
  }
}

@media (max-width: 430px) {
  .module-band__category {
    min-height: 260px;
  }

  .module-band__items > div,
  .module-band__items > div:nth-child(2n),
  .module-band__items > div:nth-child(4n),
  .module-band__items > div:nth-last-child(-n+2),
  .module-band__items > div:nth-last-child(-n+4) {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 13px;
  }

  .module-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .module-band__items strong {
    font-size: 17px;
  }

  .closing-constellation__node--sis {
    left: 17%;
  }

  .closing-constellation__node--erp {
    right: 0;
  }

  .closing-constellation__node--id {
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-track__line .journey-track__progress,
  .trust-system__orbit,
  .module-band__category::after,
  .module-band__icon,
  .module-band__icon::before,
  .closing-constellation__ring,
  .closing-constellation__node {
    animation: none;
  }

  .journey-track__line .journey-track__progress {
    stroke-dashoffset: 0;
  }

  .journey-track__traveller {
    display: none;
  }
}
