.hero-bg,
.section-bg,
.final-bg {
  position: absolute;
  pointer-events: none;
}

main {
  background: #010a2d;
  color: white;
}

.section-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: .75; */
}

.section-bg-2{
  position: absolute;
  left: 0;
  width: 50vmin;
}

.hero-bg {
  top: -150px;
  left: 50%;
  width: 760px;
  transform: translateX(-50%);
  /* opacity: .75; */
}

.final-bg {
  top: -40px;
  left: 50%;
  width: 1150px;
  transform: translateX(-50%);
  /* opacity: .75; */
}

.hero {
  min-height: 980px;
  padding-top: 70px;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.15;
}

.hero h1 span,
.dot {
  color: var(--pink);
}

.subline {
  margin-top: 22px;
  font-size: 24px;
}

.claim {
  margin-top: 26px;
  font-size: 22px;
  font-weight: 700;
}

.small {
  margin-top: 6px;
  font-size: 14px;
}

.graph {
  display: block;
  width: min(1120px, 310vw);
  margin: 66px auto 0;
}

.hero-bottom {
  margin-top: 54px;
  font-size: 24px;
  line-height: 1.2;
}

.transparency,
.impact {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin: auto;
  padding: 180px 40px;
}

h2 {
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
}

h2 span {
  color: var(--pink);
}

.section-copy {
  margin-top: 30px;
  font-size: 28px;
  line-height: 1.35;
}

.compare {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.label {
  margin-bottom: 24px;
  /* opacity: .75; */
  font-size: 18px;
}

.compare p {
  font-size: 18px;
  line-height: 1.35;
}

.impact-small {
  margin-top: 24px;
  font-size: 20px;
}

.impact-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.impact-grid p {
  font-size: 16px;
  line-height: 1.35;
}

.final-section {
  min-height: 1100px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 260px;
}

.final-content {
  position: relative;
  z-index: 2;
}

.final-kicker {
  color: var(--pink);
  font-size: 24px;
}

.final-title {
  margin-top: 8px;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.15;
}

.final-title span {
  color: var(--pink);
  font-weight: 700;
}

.final-subtitle {
  margin-top: 34px;
  font-size: 26px;
  font-weight: 700;
}

.final-list {
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.35;
}

.final-bottom-copy {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3;
}