.futureproof-section {
  position: relative;
  box-sizing: border-box;
  padding: 54px 32px 88px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
}

.futureproof-grid-fade::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  height: 220px;
  pointer-events: none;
  background-image:
    linear-gradient(to right, #ff1fa9 1px, transparent 1px),
    linear-gradient(to bottom, #ff1fa9 1px, transparent 1px);
  background-size: calc(100vw / 40) calc(100vw / 40);
  -webkit-mask-image: linear-gradient(to top left, rgba(0, 0, 0, 0.12), transparent 70%);
  mask-image: linear-gradient(to top left, rgba(0, 0, 0, 0.12), transparent 70%);
}

.futureproof-copy-column {
  position: relative;
  z-index: 1;
  max-width: 72ch;
}

.futureproof-copy-column-wide {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.futureproof-section h2,
.futureproof-contact h2 {
  margin: 0 0 24px;
  font-family: "Carter One", cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  color: #1a1a1a;
}

.futureproof-section h3 {
  margin: 44px 0 14px;
  font-family: "Carter One", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
}

.futureproof-section p {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
}

.futureproof-section em { font-style: italic; }

.futureproof-accent {
  color: #ff1fa9;
  font-family: "Carter One", cursive;
  font-weight: 700;
}

.futureproof-text-link,
.futureproof-source-link {
  color: #ff1fa9;
  font-family: "Nunito", sans-serif;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.futureproof-text-link:hover,
.futureproof-text-link:focus-visible,
.futureproof-source-link:hover,
.futureproof-source-link:focus-visible { color: #1a1a1a; }

.futureproof-callout {
  margin: 36px 0;
  padding: 28px;
  border: 2px solid #ff1fa9;
  color: #ff1fa9;
  background: linear-gradient(160deg, rgba(255, 31, 169, 0.06), #ffffff 62%);
  box-shadow: 6px 6px 0 rgba(255, 31, 169, 0.18);
  font-family: "Carter One", cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}

.futureproof-learning-columns {
  margin: 28px 0 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.futureproof-learning-columns h3 { margin-top: 0; }

.futureproof-why-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin-bottom: 42px;
}

.futureproof-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.futureproof-why-topic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1.55fr);
  gap: 48px;
  min-width: 0;
  padding: 28px 24px 20px;
  border-top: 4px solid #1a1a1a;
}

.futureproof-why-topic::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 18px;
  height: 18px;
  background: #ff1fa9;
}

.futureproof-why-topic h3 { margin-top: 0; }

.futureproof-why-topic-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.futureproof-why-topic .futureproof-callout {
  margin: 28px 0;
  padding: 20px;
  font-size: 18px;
}

.futureproof-why-topic-accent {
  border-color: #ff1fa9;
  background: rgba(255, 31, 169, 0.035);
}
