.ftfd-page {
  --ftfd-panel: #141416;
  --ftfd-soft: #101012;
  --ftfd-line: rgba(255, 255, 255, .09);
  --ftfd-gold: #e8bd5f;
  --ftfd-red: #cf3a2d;
  --ftfd-discord: #5865f2;
  width: 100%;
  color: #f7f4ee;
}

.ftfd-page * {
  box-sizing: border-box;
}

.ftfd-page h1,
.ftfd-page h2,
.ftfd-page h3 {
  color: #f7f4ee;
}

.ftfd-page p {
  color: #bbb7b0;
}

.ftfd-kicker {
  margin: 0 0 10px;
  color: var(--ftfd-gold) !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Hero */
.ftfd-hero {
  max-width: 970px;
  padding: 32px 0 94px;
}

.ftfd-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.ftfd-hero-copy {
  max-width: 760px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.82;
}

.ftfd-join-button,
.ftfd-help a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 20px;
  border: 1px solid rgba(138, 148, 255, .75);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, #6975f5, #4c57d6);
  box-shadow: 0 14px 30px rgba(48, 58, 180, .22);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform .18s ease,
    filter .18s ease,
    box-shadow .18s ease;
}

.ftfd-join-button:hover,
.ftfd-help a:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 18px 38px rgba(48, 58, 180, .3);
}

/* Linking section */
.ftfd-link-section {
  padding: 88px 0 104px;
  border-top: 1px solid var(--ftfd-line);
}

.ftfd-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 46px;
}

.ftfd-section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.7vw, 4.7rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.ftfd-section-heading > p {
  margin: 0;
  line-height: 1.78;
}

.ftfd-steps {
  display: grid;
  gap: 14px;
}

.ftfd-step {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 26px;
  padding: 30px;
  border: 1px solid var(--ftfd-line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .02), transparent),
    var(--ftfd-panel);
}

.ftfd-step-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(232, 189, 95, .35);
  border-radius: 50%;
  color: var(--ftfd-gold);
  background: #0b0b0c;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.ftfd-step h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.ftfd-step p:not(.ftfd-kicker) {
  max-width: 760px;
  margin: 0;
  line-height: 1.72;
}

.ftfd-step p + p,
.ftfd-step code + p,
.ftfd-step p + code {
  margin-top: 15px !important;
}

.ftfd-step code {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(232, 189, 95, .25);
  border-radius: 7px;
  color: #f0d88f;
  background: #0b0b0d;
  font-family: Consolas, Monaco, monospace;
  font-size: .94rem;
}

.ftfd-step-complete {
  border-color: rgba(88, 101, 242, .35);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 101, 242, .1), transparent 38%),
    var(--ftfd-panel);
}

.ftfd-server-ip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 11px 14px;
  border: 1px solid rgba(232, 189, 95, .3);
  border-radius: 7px;
  color: #f7f4ee;
  background: #0f0f11;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ftfd-server-ip .ftf-copy-label {
  color: var(--ftfd-gold);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Benefits */
.ftfd-benefits {
  padding: 94px 0 106px;
  border-top: 1px solid var(--ftfd-line);
}

.ftfd-benefits-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.ftfd-benefits-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.ftfd-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ftfd-benefit-grid article {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--ftfd-line);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 101, 242, .08), transparent 42%),
    var(--ftfd-panel);
}

.ftfd-benefit-grid article > span {
  display: block;
  margin-bottom: 28px;
  color: #8d96ff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.ftfd-benefit-grid h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.ftfd-benefit-grid p {
  margin: 0;
  line-height: 1.7;
}

/* Help */
.ftfd-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  align-items: center;
  gap: 54px;
  margin-top: 36px;
  padding: clamp(38px, 5vw, 58px);
  border: 1px solid rgba(88, 101, 242, .32);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 101, 242, .12), transparent 42%),
    var(--ftfd-panel);
}

.ftfd-help h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.ftfd-help > div:last-child > p {
  margin: 0;
  line-height: 1.76;
}

.ftfd-help a {
  margin-top: 23px;
}

@media (max-width: 900px) {
  .ftfd-section-heading,
  .ftfd-help {
    grid-template-columns: 1fr;
  }

  .ftfd-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ftfd-hero {
    padding-bottom: 70px;
  }

  .ftfd-link-section,
  .ftfd-benefits {
    padding-block: 70px 82px;
  }

  .ftfd-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ftfd-help {
    padding: 30px 24px;
  }
}
