.futureproof-page {
  min-height: 100vh;
  overflow: clip;
  color: #1a1a1a;
  background: #ffffff;
  font-family: "Nunito", sans-serif;
}

.futureproof-header {
  position: sticky;
  top: 0;
  z-index: 40;
  box-sizing: border-box;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 32px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 31, 169, 0.12);
}

.futureproof-wordmark {
  font-family: "Carter One", cursive;
  font-size: 32px;
  line-height: 1;
  color: #1a1a1a;
}

.futureproof-wordmark span { color: #ff1fa9; }

.futureproof-hero {
  position: relative;
  box-sizing: border-box;
  height: calc(100svh - 126px);
  min-height: 580px;
  overflow: hidden;
  background: #ffffff;
}

.futureproof-hero-grid {
  position: absolute;
  inset: -1px;
  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(135deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  mask-image: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.futureproof-hero-content {
  position: absolute;
  top: 43%;
  left: 7.5vw;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.futureproof-slogan {
  margin: 0;
  font-family: "Carter One", cursive;
  font-size: clamp(28px, 2.65vw, 40px);
  font-weight: 400;
  line-height: 1.15;
}

.futureproof-slogan span { display: block; }

.futureproof-slogan-accent {
  color: #ff1fa9;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
}

.futureproof-button {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 46px;
  padding: 10px 24px;
  border: 3px solid #ff1fa9;
  color: #ffffff;
  background: #ff1fa9;
  box-shadow: 6px 6px 0 rgba(255, 31, 169, 0.16);
  font-family: "Carter One", cursive;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.futureproof-button:hover,
.futureproof-button:focus-visible {
  color: #1a1a1a;
  background: #d40e8a;
}

.futureproof-hero-button {
  margin-top: 56px;
  font-size: 17px;
}

.futureproof-section-links {
  top: 63px !important;
  z-index: 39 !important;
  height: 63px !important;
  justify-content: flex-start !important;
  gap: 28px !important;
  overflow-x: auto !important;
}

.futureproof-section-links a {
  flex: none;
  color: #1a1a1a;
  font-family: "Carter One", cursive;
  font-size: 16px;
  font-weight: 400;
  text-decoration-color: #1a1a1a;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  white-space: nowrap;
}

.futureproof-section-links a[href]:hover,
.futureproof-section-links a[href]:focus-visible {
  color: #1a1a1a !important;
  text-decoration-color: #ff1fa9;
  text-decoration-thickness: 3px !important;
}

.futureproof-section-links a[href][aria-current="location"] {
  color: #d40e8a !important;
  text-decoration-color: #ff1fa9;
  text-decoration-thickness: 3px !important;
}

.futureproof-section-links a:focus-visible {
  outline: 3px solid #1a1a1a;
  outline-offset: 4px;
}
