.snps-school-cta {
  --school-bg: #0a0a0a;
  --school-ink: #f5f5f0;
  --school-muted: rgba(245, 245, 240, 0.62);
  --school-line: rgba(245, 245, 240, 0.12);
  --school-lime: #c0ff00;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 64px);
  border-block: 1px solid var(--school-line);
  background:
    radial-gradient(circle at 82% 18%, rgba(192, 255, 0, 0.13), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 44%),
    var(--school-bg);
  color: var(--school-ink);
}

.snps-school-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}

.snps-school-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(20px, 5vw, 64px);
  width: min(220px, 38vw);
  height: 2px;
  background: linear-gradient(90deg, var(--school-lime), transparent);
  box-shadow: 0 0 28px rgba(192, 255, 0, 0.38);
}

.snps-school-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.snps-school-system {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.46);
}

.snps-school-system i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--school-lime);
  box-shadow: 0 0 14px rgba(192, 255, 0, 0.72);
}

.snps-school-cta h2 {
  max-width: 880px;
  margin: 0;
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
  color: var(--school-ink);
}

.snps-school-lead {
  max-width: 760px;
  margin: 28px 0 0;
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.62;
  letter-spacing: -0.018em;
  color: var(--school-muted);
}

.snps-school-lead strong {
  font-weight: 550;
  color: var(--school-ink);
}

.snps-school-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 880px;
  margin-top: clamp(38px, 6vw, 64px);
  border-block: 1px solid var(--school-line);
}

.snps-school-metric {
  min-width: 0;
  padding: 22px clamp(0px, 2.4vw, 28px);
  border-right: 1px solid var(--school-line);
}

.snps-school-metric:first-child {
  padding-left: 0;
}

.snps-school-metric:last-child {
  border-right: 0;
}

.snps-school-metric strong,
.snps-school-metric span {
  display: block;
}

.snps-school-metric strong {
  margin-bottom: 5px;
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--school-ink);
}

.snps-school-metric span {
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.42);
}

.snps-school-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 38px;
}

.snps-school-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid var(--school-ink);
  border-radius: 12px;
  background: var(--school-ink);
  color: var(--school-bg);
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.snps-school-button:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 12px 36px rgba(192, 255, 0, 0.12);
}

.snps-school-button:focus-visible {
  outline: 3px solid var(--school-lime);
  outline-offset: 4px;
}

.snps-school-button svg {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.snps-school-button:hover svg {
  transform: translate(2px, -2px);
}

.snps-school-note {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.38);
}

@media (max-width: 720px) {
  .snps-school-cta h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .snps-school-metrics {
    grid-template-columns: 1fr;
  }

  .snps-school-metric,
  .snps-school-metric:first-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--school-line);
  }

  .snps-school-metric:last-child {
    border-bottom: 0;
  }

  .snps-school-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .snps-school-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .snps-school-button,
  .snps-school-button svg {
    transition: none;
  }
}
