/* Homepage University OS hero. Every rule is isolated to this component. */
[data-hero="myattenzef"] {
  --uh-bg: #f7f7f3;
  --uh-surface: rgba(255, 255, 255, 0.78);
  --uh-surface-strong: rgba(255, 255, 255, 0.9);
  --uh-text: #090909;
  --uh-muted: #62645f;
  --uh-soft: #858782;
  --uh-border: rgba(20, 20, 20, 0.075);
  --uh-line: rgba(20, 20, 20, 0.055);
  --uh-accent: #f26522;
  --uh-accent-soft: rgba(242, 101, 34, 0.12);
  --uh-panel-shadow: 0 22px 64px rgba(19, 19, 16, 0.08);
  --uh-card-shadow: 0 14px 38px rgba(19, 19, 16, 0.07);
  box-sizing: border-box;
  color: var(--uh-text);
  background: var(--uh-bg);
  isolation: isolate;
}

[data-hero="myattenzef"],
[data-hero="myattenzef"] * {
  box-sizing: border-box;
}

.university-hero.section_home-header {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: clamp(5.5rem, 22vw, 6.35rem) clamp(1rem, 4.5vw, 1.25rem) clamp(2.5rem, 10vw, 3.75rem);
  display: block;
  position: relative;
}

.university-hero .uh-background,
.university-hero .uh-background__parallax,
.university-hero .uh-background__media,
.university-hero .uh-background__wash,
.university-hero .uh-background__grid,
.university-hero .uh-background__arcs {
  pointer-events: none;
  position: absolute;
}

.university-hero .uh-background {
  overflow: hidden;
  inset: 0;
  z-index: -3;
}

.university-hero .uh-background__parallax {
  inset: -0.3rem;
}

.university-hero .uh-background__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: grayscale(1) saturate(0) contrast(0.76) brightness(1.18);
  opacity: 0.1;
  inset: 0;
}

.university-hero .uh-background__wash {
  background:
    linear-gradient(90deg, rgba(247, 247, 243, 0.79), rgba(247, 247, 243, 0.56) 48%, rgba(247, 247, 243, 0.75)),
    linear-gradient(180deg, rgba(247, 247, 243, 0.68), rgba(247, 247, 243, 0.1) 44%, #f7f7f3 98%);
  inset: 0;
  z-index: 1;
}

.university-hero .uh-background__grid {
  opacity: 0.5;
  background-image:
    linear-gradient(to right, var(--uh-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--uh-line) 1px, transparent 1px);
  background-size: clamp(7.5rem, 15vw, 12rem) clamp(7.5rem, 15vw, 12rem);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.65) 72%, transparent 100%);
  inset: 0;
  z-index: 2;
}

.university-hero .uh-background__arcs {
  opacity: 0.5;
  background:
    radial-gradient(circle at 9% 80%, transparent 0 8rem, rgba(25, 25, 25, 0.065) 8.05rem 8.12rem, transparent 8.17rem),
    radial-gradient(circle at 94% 28%, transparent 0 11rem, rgba(25, 25, 25, 0.055) 11.05rem 11.12rem, transparent 11.17rem);
  inset: 0;
  z-index: 2;
}

.university-hero .uh-background__arcs::before,
.university-hero .uh-background__arcs::after {
  content: "";
  border: 1px solid rgba(25, 25, 25, 0.045);
  border-radius: 50%;
  position: absolute;
}

.university-hero .uh-background__arcs::before {
  width: 22rem;
  height: 22rem;
  left: -12rem;
  bottom: -7rem;
}

.university-hero .uh-background__arcs::after {
  width: 27rem;
  height: 27rem;
  right: -16rem;
  top: 3rem;
}

.university-hero .uh-shell {
  width: min(100%, 91rem);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.university-hero .uh-stage {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "panel"
    "left"
    "right";
  gap: clamp(1rem, 4vw, 1.35rem);
  align-items: start;
}

.university-hero .uh-main-panel {
  --uh-panel-x: clamp(1.25rem, 5.5vw, 1.75rem);
  width: 100%;
  min-width: 0;
  max-width: 46rem;
  margin: 0 auto;
  overflow: clip;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: clamp(1.5rem, 7vw, 2rem);
  background: var(--uh-surface);
  box-shadow: var(--uh-panel-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  backdrop-filter: blur(20px) saturate(120%);
  position: relative;
  z-index: 3;
  grid-area: panel;
}

.university-hero .uh-panel__inner {
  padding: clamp(1.5rem, 6vw, 2rem) var(--uh-panel-x) 0;
}

.university-hero .uh-eyebrow {
  width: fit-content;
  min-height: 1.9rem;
  margin: 0 0 1.15rem;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(20, 20, 20, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #343530;
  box-shadow: 0 7px 20px rgba(20, 20, 20, 0.035);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

.university-hero .uh-eyebrow__dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--uh-accent);
  box-shadow: 0 0 0 0.25rem var(--uh-accent-soft);
  flex: 0 0 auto;
}

.university-hero .uh-title {
  max-width: 10ch;
  margin: 0;
  color: var(--uh-text);
  font-family: var(--_typography---h1--font-family);
  font-size: clamp(2.65rem, 12.2vw, 4rem);
  font-weight: var(--_typography---h1--font-weight);
  line-height: 0.93;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.university-hero .uh-title__accent {
  color: var(--uh-accent);
}

.university-hero .uh-description {
  max-width: 37rem;
  margin: 1.15rem 0 0;
  color: var(--uh-muted);
  font-size: clamp(1rem, 2.7vw, 1.08rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.university-hero .uh-actions {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.7rem;
}

.university-hero .uh-cta {
  min-height: 3.25rem;
  padding: 0.82rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 0.95rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.university-hero .uh-cta--primary {
  color: #fff;
  background: #090909;
  box-shadow: 0 11px 24px rgba(0, 0, 0, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.university-hero .uh-cta--secondary {
  color: var(--uh-text);
  border-color: rgba(20, 20, 20, 0.15);
  background: rgba(255, 255, 255, 0.62);
}

.university-hero .uh-cta:focus-visible {
  outline: 3px solid rgba(242, 101, 34, 0.42);
  outline-offset: 3px;
}

.university-hero .uh-cta__icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.university-hero .uh-trust-list {
  margin: 1.5rem calc(var(--uh-panel-x) * -1) 0;
  padding: 1.15rem var(--uh-panel-x) 1.3rem;
  border-top: 1px solid rgba(20, 20, 20, 0.075);
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.university-hero .uh-trust-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
}

.university-hero .uh-trust-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #737570;
  display: grid;
  place-items: center;
}

.university-hero .uh-trust-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.university-hero .uh-trust-copy {
  min-width: 0;
}

.university-hero .uh-trust-title,
.university-hero .uh-trust-description {
  display: block;
}

.university-hero .uh-trust-title {
  color: #30312e;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.university-hero .uh-trust-description {
  margin-top: 0.14rem;
  color: var(--uh-soft);
  font-size: 0.68rem;
  line-height: 1.25;
}

.university-hero .uh-rail {
  min-width: 0;
  display: grid;
  gap: clamp(0.85rem, 3vw, 1rem);
  align-content: center;
  position: relative;
  z-index: 4;
}

.university-hero .uh-rail--left {
  grid-area: left;
}

.university-hero .uh-rail--right {
  grid-area: right;
}

.university-hero .uh-card {
  width: min(100%, 46rem);
  min-width: 0;
  margin: 0 auto;
  position: relative;
}

.university-hero .uh-card--applications,
.university-hero .uh-card--workflows {
  display: none;
}

.university-hero .uh-card__parallax,
.university-hero .uh-card__surface {
  height: 100%;
}

.university-hero .uh-card__surface {
  min-height: 100%;
  padding: 1.05rem;
  border: 1px solid var(--uh-border);
  border-radius: 1.15rem;
  background: var(--uh-surface-strong);
  box-shadow: var(--uh-card-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(16px) saturate(115%);
  backdrop-filter: blur(16px) saturate(115%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.university-hero .uh-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.7rem;
}

.university-hero .uh-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--uh-accent);
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 7px 18px rgba(20, 20, 20, 0.05);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.university-hero .uh-card__icon svg {
  width: 1.28rem;
  height: 1.28rem;
}

.university-hero .uh-card__title {
  margin: 0;
  color: var(--uh-text);
  font-family: var(--_typography---font-family--primary);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.university-hero .uh-card__detail,
.university-hero .uh-card__description,
.university-hero .uh-card__label,
.university-hero .uh-card__metric-label {
  margin: 0;
  color: var(--uh-muted);
  font-size: 0.69rem;
  line-height: 1.42;
}

.university-hero .uh-card__detail,
.university-hero .uh-card__description {
  margin-top: 0.32rem;
}

.university-hero .uh-card__arrow {
  margin-top: 0.7rem;
  color: var(--uh-accent);
  font-size: 1.05rem;
  line-height: 1;
  display: block;
}

.university-hero .uh-card__trend {
  padding: 0.3rem 0.46rem;
  color: var(--uh-accent);
  border-radius: 999px;
  background: var(--uh-accent-soft);
  font-size: 0.6rem;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.university-hero .uh-card__value {
  margin-top: 0.42rem;
  color: var(--uh-text);
  font-size: 1.55rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.045em;
}

.university-hero .uh-line-chart {
  width: 100%;
  height: 2.6rem;
  margin-top: 0.5rem;
  display: block;
}

.university-hero .uh-records {
  margin: 0.7rem 0 0;
  padding: 0.16rem 0.65rem;
  border: 1px solid rgba(20, 20, 20, 0.05);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.68);
}

.university-hero .uh-records__row {
  margin: 0;
  padding: 0.43rem 0;
  color: #4f514d;
  border-bottom: 1px solid rgba(20, 20, 20, 0.055);
  font-size: 0.61rem;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
}

.university-hero .uh-records__row:last-child {
  border-bottom: 0;
}

.university-hero .uh-records__row dt,
.university-hero .uh-records__row dd {
  margin: 0;
}

.university-hero .uh-records__row dd {
  color: #6c6e69;
  font-variant-numeric: tabular-nums;
}

.university-hero .uh-records__footer {
  margin-top: 0.58rem;
  color: var(--uh-accent);
  font-size: 0.61rem;
  font-weight: 650;
  text-align: center;
}

.university-hero .uh-attendance-code {
  width: min(100%, 7.5rem);
  margin: 0.65rem auto 0;
  padding: 0.52rem;
  border: 1px solid rgba(20, 20, 20, 0.065);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  position: relative;
}

.university-hero .uh-attendance-code::after {
  content: "";
  width: calc(100% + 0.72rem);
  height: 2px;
  background: var(--uh-accent);
  box-shadow: 0 0 7px rgba(242, 101, 34, 0.28);
  position: absolute;
  left: -0.36rem;
  top: 50%;
}

.university-hero .uh-attendance-code svg {
  width: 100%;
  height: auto;
  color: #111;
  display: block;
}

.university-hero .uh-status {
  margin-top: 0.58rem;
  padding: 0.4rem 0.6rem;
  color: #2c8f6b;
  border: 1px solid rgba(44, 143, 107, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.62rem;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.university-hero .uh-status__check {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: rgba(44, 143, 107, 0.13);
  display: grid;
  place-items: center;
}

.university-hero .uh-bars {
  height: 3.2rem;
  margin-top: 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}

.university-hero .uh-bars span {
  width: 100%;
  min-width: 0.22rem;
  height: var(--uh-bar-height);
  border-radius: 0.18rem 0.18rem 0 0;
  background: linear-gradient(180deg, rgba(242, 101, 34, 0.88), rgba(242, 101, 34, 0.24));
}

.university-hero .uh-metric-row {
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.6rem;
}

.university-hero .uh-card__metric-value {
  margin-top: 0.15rem;
  color: var(--uh-text);
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.04em;
}

.university-hero .uh-workflow-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.university-hero .uh-workflow-heading .uh-card__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.68rem;
}

.university-hero .uh-sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  position: absolute;
}

@media (hover: hover) and (pointer: fine) {
  .university-hero .uh-cta:hover {
    transform: translateY(-2px);
  }

  .university-hero .uh-cta--primary:hover {
    background: #20201e;
    box-shadow: 0 15px 31px rgba(0, 0, 0, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.17);
  }

  .university-hero .uh-cta--secondary:hover {
    border-color: rgba(20, 20, 20, 0.26);
    background: rgba(255, 255, 255, 0.84);
  }

  .university-hero .uh-cta:hover .uh-cta__icon {
    transform: translateX(0.16rem);
  }

  .university-hero .uh-card:hover .uh-card__surface {
    transform: translateY(-3px);
    border-color: rgba(242, 101, 34, 0.15);
    box-shadow: 0 18px 44px rgba(19, 19, 16, 0.095), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }

  .university-hero .uh-card:hover .uh-card__icon {
    color: #de5416;
    background: #fff;
  }
}

@supports not (overflow: clip) {
  .university-hero .uh-main-panel {
    overflow: hidden;
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .university-hero .uh-main-panel,
  .university-hero .uh-card__surface {
    background: rgba(255, 255, 255, 0.95);
  }
}

/* Tablet and small-laptop flow: panel first, then two stable support rails. */
@media (min-width: 40rem) {
  .university-hero.section_home-header {
    padding: clamp(6.5rem, 15vw, 7.25rem) clamp(1.5rem, 4vw, 2rem) clamp(3rem, 7vw, 4rem);
  }

  .university-hero .uh-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "panel panel"
      "left right";
    gap: 1.25rem;
  }

  .university-hero .uh-main-panel {
    --uh-panel-x: clamp(2.5rem, 6vw, 3.5rem);
    max-width: 52rem;
    border-radius: clamp(1.85rem, 4vw, 2.3rem);
  }

  .university-hero .uh-panel__inner {
    padding-top: clamp(2.5rem, 5vw, 3.15rem);
  }

  .university-hero .uh-title {
    font-size: clamp(4rem, 8.5vw, 5.05rem);
  }

  .university-hero .uh-description {
    margin-top: 1.55rem;
  }

  .university-hero .uh-actions {
    margin-top: 1.55rem;
    grid-template-columns: max-content max-content;
    align-items: center;
  }

  .university-hero .uh-cta {
    min-width: 10rem;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .university-hero .uh-trust-list {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .university-hero .uh-trust-item {
    padding: 0 0.85rem;
    border-left: 1px solid rgba(20, 20, 20, 0.075);
  }

  .university-hero .uh-trust-item:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .university-hero .uh-trust-item:last-child {
    padding-right: 0;
  }

  .university-hero .uh-rail {
    gap: 1rem;
  }

  .university-hero .uh-card {
    width: 100%;
  }

  .university-hero .uh-card__surface {
    padding: 1.15rem;
  }
}

@media (min-width: 56.25rem) and (max-width: 73.6875rem) {
  .university-hero .uh-shell {
    width: min(100%, 60rem);
  }

  .university-hero .uh-main-panel {
    max-width: 49rem;
  }
}

/* Short landscape screens get a genuinely compact panel, not a scaled hero. */
@media (min-width: 56.25rem) and (max-height: 50rem) {
  .university-hero.section_home-header {
    padding-top: clamp(5.75rem, 13vh, 6.35rem);
    padding-bottom: clamp(2.25rem, 5vh, 2.75rem);
  }

  .university-hero .uh-main-panel {
    --uh-panel-x: clamp(2.25rem, 4vw, 2.75rem);
  }

  .university-hero .uh-panel__inner {
    padding-top: clamp(1.9rem, 4vh, 2.25rem);
  }

  .university-hero .uh-eyebrow {
    margin-bottom: 0.9rem;
  }

  .university-hero .uh-title {
    font-size: clamp(3.5rem, 6.4vw, 4rem);
  }

  .university-hero .uh-description {
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .university-hero .uh-actions {
    margin-top: 1.15rem;
  }

  .university-hero .uh-cta {
    min-height: 3rem;
  }

  .university-hero .uh-trust-list {
    margin-top: 1.25rem;
    padding-top: 0.95rem;
    padding-bottom: 1rem;
  }
}

/* Compact desktop/laptop: four priority cards in stable side rails. */
@media (min-width: 73.75rem) {
  .university-hero.section_home-header {
    padding: clamp(5.75rem, 13vh, 6.5rem) clamp(1.5rem, 3vw, 2.5rem) clamp(2rem, 5vh, 2.75rem);
  }

  .university-hero .uh-stage {
    --uh-zone-gap: clamp(0.9rem, 1.5vw, 1.35rem);
    grid-template-columns:
      minmax(9rem, 10.5rem)
      minmax(0, 40rem)
      minmax(9rem, 10.5rem);
    grid-template-areas: "left panel right";
    justify-content: center;
    align-items: center;
    gap: var(--uh-zone-gap);
  }

  .university-hero .uh-main-panel {
    --uh-panel-x: clamp(2.1rem, 3.2vw, 2.8rem);
    max-width: none;
    margin: 0;
    border-radius: clamp(1.9rem, 2.5vw, 2.25rem);
  }

  .university-hero .uh-panel__inner {
    padding-top: clamp(1.75rem, 3.2vh, 2.15rem);
  }

  .university-hero .uh-eyebrow {
    min-height: 1.8rem;
    margin-bottom: 0.85rem;
    font-size: 0.68rem;
  }

  .university-hero .uh-title {
    font-size: clamp(3.55rem, 4.7vw, 4rem);
    line-height: 0.92;
  }

  .university-hero .uh-description {
    max-width: 34rem;
    margin-top: 0.95rem;
    font-size: 0.95rem;
    line-height: 1.43;
  }

  .university-hero .uh-actions {
    margin-top: 1.05rem;
    gap: 0.65rem;
  }

  .university-hero .uh-cta {
    min-width: 0;
    min-height: 2.95rem;
    padding: 0.76rem 1.25rem;
    border-radius: 0.85rem;
    font-size: 0.88rem;
  }

  .university-hero .uh-trust-list {
    margin-top: 1.15rem;
    padding-top: 0.9rem;
    padding-bottom: 0.95rem;
  }

  .university-hero .uh-trust-item {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
    grid-template-columns: 1.65rem minmax(0, 1fr);
    gap: 0.5rem;
  }

  .university-hero .uh-trust-icon {
    width: 1.65rem;
    height: 1.65rem;
  }

  .university-hero .uh-trust-title {
    font-size: 0.68rem;
  }

  .university-hero .uh-trust-description {
    font-size: 0.61rem;
  }

  .university-hero .uh-rail {
    gap: 0.85rem;
  }

  .university-hero .uh-card {
    width: min(100%, 10.5rem);
  }

  .university-hero .uh-card__surface {
    padding: 0.85rem;
    border-radius: 1rem;
  }

  .university-hero .uh-card__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.68rem;
  }

  .university-hero .uh-card__icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }

  .university-hero .uh-card__title {
    font-size: 0.78rem;
  }

  .university-hero .uh-card__detail,
  .university-hero .uh-card__description,
  .university-hero .uh-card__label,
  .university-hero .uh-card__metric-label {
    font-size: 0.62rem;
  }

  .university-hero .uh-records {
    margin-top: 0.58rem;
    padding-right: 0.52rem;
    padding-left: 0.52rem;
  }

  .university-hero .uh-records__row {
    padding: 0.35rem 0;
    font-size: 0.55rem;
  }

  .university-hero .uh-records__footer {
    margin-top: 0.48rem;
    font-size: 0.55rem;
  }

  .university-hero .uh-attendance-code {
    width: min(100%, 6.25rem);
    margin-top: 0.52rem;
    padding: 0.42rem;
  }

  .university-hero .uh-status {
    margin-top: 0.48rem;
    padding: 0.34rem 0.48rem;
    font-size: 0.56rem;
  }

  .university-hero .uh-bars {
    height: 2.65rem;
    margin-top: 0.58rem;
    gap: 0.24rem;
  }

  .university-hero .uh-metric-row {
    margin-top: 0.48rem;
  }

  .university-hero .uh-card__metric-value {
    font-size: 1.12rem;
  }
}

/* Full desktop composition: all six cards, balanced rails, short grid-aware connectors. */
@media (min-width: 90rem) and (min-height: 51.25rem) {
  .university-hero.section_home-header {
    padding: clamp(9rem, 18vh, 12rem) clamp(2rem, 3vw, 3rem) clamp(4rem, 8vh, 5.5rem);
  }

  .university-hero .uh-background__media {
    opacity: 0.14;
  }

  .university-hero .uh-stage {
    --uh-zone-gap: clamp(1.25rem, 2.1vw, 2rem);
    grid-template-columns:
      minmax(10.75rem, 13rem)
      minmax(0, 45rem)
      minmax(10.75rem, 13rem);
  }

  .university-hero .uh-main-panel {
    --uh-panel-x: clamp(2.8rem, 3.8vw, 4rem);
    border-radius: clamp(2rem, 2.4vw, 2.4rem);
  }

  .university-hero .uh-panel__inner {
    padding-top: clamp(2.75rem, 3.4vw, 3.5rem);
  }

  .university-hero .uh-eyebrow {
    min-height: 2rem;
    margin-bottom: 1.35rem;
    font-size: 0.72rem;
  }

  .university-hero .uh-title {
    font-size: clamp(4.6rem, 5.15vw, 5.35rem);
    line-height: 0.93;
  }

  .university-hero .uh-description {
    margin-top: 1.55rem;
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    line-height: 1.5;
  }

  .university-hero .uh-actions {
    margin-top: 1.55rem;
    gap: 0.75rem;
  }

  .university-hero .uh-cta {
    min-width: 10rem;
    min-height: 3.25rem;
    padding: 0.82rem 1.4rem;
    border-radius: 0.95rem;
    font-size: 0.95rem;
  }

  .university-hero .uh-trust-list {
    margin-top: 1.85rem;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
  }

  .university-hero .uh-trust-item {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    grid-template-columns: 1.85rem minmax(0, 1fr);
    gap: 0.65rem;
  }

  .university-hero .uh-trust-icon {
    width: 1.85rem;
    height: 1.85rem;
  }

  .university-hero .uh-trust-title {
    font-size: 0.72rem;
  }

  .university-hero .uh-trust-description {
    font-size: 0.65rem;
  }

  .university-hero .uh-rail {
    gap: clamp(0.95rem, 1.3vw, 1.2rem);
  }

  .university-hero .uh-card {
    width: min(100%, 13rem);
  }

  .university-hero .uh-card--applications,
  .university-hero .uh-card--workflows {
    display: block;
  }

  .university-hero .uh-card__surface {
    padding: clamp(0.95rem, 1.2vw, 1.15rem);
    border-radius: 1.15rem;
  }

  .university-hero .uh-card__icon {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 0.78rem;
  }

  .university-hero .uh-card__icon svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .university-hero .uh-card__title {
    font-size: 0.84rem;
  }

  .university-hero .uh-card__detail,
  .university-hero .uh-card__description,
  .university-hero .uh-card__label,
  .university-hero .uh-card__metric-label {
    font-size: 0.68rem;
  }

  .university-hero .uh-records {
    margin-top: 0.72rem;
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .university-hero .uh-records__row {
    padding: 0.42rem 0;
    font-size: 0.6rem;
  }

  .university-hero .uh-records__footer {
    margin-top: 0.6rem;
    font-size: 0.6rem;
  }

  .university-hero .uh-attendance-code {
    width: min(100%, 7.8rem);
    margin-top: 0.68rem;
    padding: 0.5rem;
  }

  .university-hero .uh-status {
    margin-top: 0.58rem;
    padding: 0.4rem 0.58rem;
    font-size: 0.61rem;
  }

  .university-hero .uh-bars {
    height: 3.35rem;
    margin-top: 0.78rem;
    gap: 0.3rem;
  }

  .university-hero .uh-metric-row {
    margin-top: 0.58rem;
  }

  .university-hero .uh-card__metric-value {
    font-size: 1.3rem;
  }

  .university-hero .uh-card--admissions::after,
  .university-hero .uh-card--records::after,
  .university-hero .uh-card--attendance::after,
  .university-hero .uh-card--analytics::after {
    content: "";
    width: var(--uh-zone-gap);
    border-top: 1px dashed rgba(242, 101, 34, 0.56);
    position: absolute;
    top: 50%;
  }

  .university-hero .uh-card--admissions::after,
  .university-hero .uh-card--records::after {
    right: calc(var(--uh-zone-gap) * -1);
  }

  .university-hero .uh-card--attendance::after,
  .university-hero .uh-card--analytics::after {
    left: calc(var(--uh-zone-gap) * -1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .university-hero .uh-cta,
  .university-hero .uh-cta__icon,
  .university-hero .uh-card__parallax,
  .university-hero .uh-card__surface,
  .university-hero .uh-card__icon,
  .university-hero .uh-background__parallax {
    animation: none;
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}
