
.background-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.animated-background {
  position: fixed;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #2b559f;
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: var(--height-viewport-static);
}

.page-logo {
  display: block;
  width: min(220px, 48vw);
  height: auto;
  margin-bottom: 2rem;
}

.mock-section {
  padding: 8rem 5vw;
}

.mock-section-top {
  min-height: var(--height-viewport-static);
  display: grid;
  align-items: center;
}

.mock-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.mock-copy {
  max-width: 680px;
}

.mock-copy h1,
.mock-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 1;
}

.mock-copy h2 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.mock-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.55;
}
