.cursor-grid-aura {
  position: absolute;
  inset: -1px -1px auto;
  height: calc(100svh + 2px);
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(to right, #ff1fa9 1px, transparent 1px),
    linear-gradient(to bottom, #ff1fa9 1px, transparent 1px);
  -webkit-mask-image: radial-gradient(circle 190px at var(--cursor-x, -400px) var(--cursor-y, -400px), #000 0%, rgba(0,0,0,.8) 24%, rgba(0,0,0,.38) 52%, rgba(0,0,0,.12) 72%, transparent 100%);
  mask-image: radial-gradient(circle 190px at var(--cursor-x, -400px) var(--cursor-y, -400px), #000 0%, rgba(0,0,0,.8) 24%, rgba(0,0,0,.38) 52%, rgba(0,0,0,.12) 72%, transparent 100%);
  transition: opacity 160ms ease;
}
.legacy-square-hover { display: none !important; }
.tienvoud-impact-copy {
  display: inline-block;
  font-size: clamp(32px, 3.45vw, 52px);
  line-height: 1.15;
}
.tienvoud-school-slogan {
  display: inline-block;
  font-size: clamp(32px, 3.45vw, 52px);
  line-height: 1.15;
}
.tienvoud-impact-copy .tienvoud-impact-accent { color: #ff1fa9; }
.tienvoud-slogan {
  isolation: isolate;
  z-index: 2;
}
.tienvoud-slogan::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -38px -54px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255,255,255,.98) 48%, rgba(255,255,255,.76) 67%, rgba(255,255,255,0) 100%);
}
/* The headline and the supporting line share one white glow, so neither washes the other out. */
.tienvoud-hero-copy {
  isolation: isolate;
  z-index: 2;
}
.tienvoud-hero-copy .tienvoud-slogan {
  isolation: auto;
  z-index: auto;
}
.tienvoud-hero-copy .tienvoud-slogan::before { content: none; }
.tienvoud-hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -38px -54px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255,255,255,.98) 52%, rgba(255,255,255,.78) 70%, rgba(255,255,255,0) 100%);
}
/* Square pink bullets, in the rhythm of the squared paper */
.tienvoud-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tienvoud-bullets li {
  position: relative;
  padding-left: 26px;
  font-size: 17px;
  line-height: 1.5;
  color: #333333;
}
.tienvoud-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 11px;
  height: 11px;
  background: #ff1fa9;
}
.tienvoud-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 26px 56px;
}
.tienvoud-columns .tienvoud-bullets li { font-size: 16px; }
.tienvoud-graph-top-explosion > span { animation-delay: 1.4s !important; }
