.homepage-page {
  color: var(--ds-color-ink);
  background: var(--ds-color-paper);
}

.homepage-hero {
  position: relative;
  padding: 72px 0 36px;
  border-bottom: 1px solid var(--ds-color-line);
  background:
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(32, 33, 36, .025) 31px 32px),
    linear-gradient(180deg, #fafafa 0%, #f6f7f9 100%);
}

.homepage-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.homepage-hero-copy {
  width: 100%;
  max-width: 820px;
  text-align: center;
}

.homepage-hero h1 {
  max-width: 800px;
  margin: 0 auto;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 750;
}

.homepage-lede {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--ds-color-ink-soft);
  font-size: 18px;
  line-height: 1.6;
}

.homepage-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.homepage-actions .ds-btn {
  min-width: 220px;
  min-height: 46px;
  font-size: 14px;
}

.homepage-verification-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 12px;
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 0;
  padding: 10px 14px;
  border: 1px solid #dfe2e7;
  border-radius: 10px;
  background: rgba(255, 255, 255, .88);
  color: var(--ds-color-ink-soft);
  box-shadow: 0 1px 2px rgba(32, 33, 36, .03);
  font-size: 14px;
  line-height: 1.5;
}

.homepage-verification-note a,
.homepage-section-link,
.homepage-state-link {
  color: var(--ds-color-brand);
  font-weight: 700;
}

.homepage-verification-note a:hover,
.homepage-section-link:hover,
.homepage-state-link:hover {
  color: var(--ds-color-brand-hover);
}

.homepage-verification-mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--ds-color-success);
  background: #eaf8f2;
  font-size: 12px;
  font-weight: 800;
}

.homepage-network,
.homepage-opportunities,
.homepage-resources {
  padding: 64px 0;
}

.homepage-network {
  padding-top: 24px;
  background: var(--ds-color-paper);
}

.homepage-opportunities {
  border-top: 1px solid var(--ds-color-line);
  border-bottom: 1px solid var(--ds-color-line);
  background: #f3f6fc;
}

.homepage-resources {
  background: #f7f7f8;
}

.homepage-section-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.03em;
  font-weight: 750;
}

.homepage-network .homepage-section-heading {
  text-align: center;
}

.homepage-network .homepage-section-heading h2 {
  margin-inline: auto;
}

.homepage-section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.homepage-section-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: none;
  font-size: 14px;
}

.homepage-section-link span {
  font-size: 17px;
  line-height: 1;
}

.homepage-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid var(--ds-color-line);
  border-radius: 14px;
  background: var(--ds-color-wash);
  position: relative;
}

.homepage-steps::before {
  content: none;
}

.homepage-steps article {
  min-width: 0;
  padding: 28px;
  position: relative;
}

.homepage-steps article + article {
  border-left: 1px solid var(--ds-color-line);
}

.homepage-step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  color: var(--ds-color-brand);
  background: var(--ds-color-brand-soft);
}

.homepage-step-number svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homepage-steps article:nth-child(1) .homepage-step-number {
  color: #b33d78;
  background: #fbeaf2;
}

.homepage-steps article:nth-child(2) .homepage-step-number {
  color: #c55617;
  background: #fff0e6;
}

.homepage-steps article:nth-child(3) .homepage-step-number {
  color: #2f6fed;
  background: #eaf1ff;
}

.homepage-steps h3 {
  max-width: 32ch;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.homepage-steps p {
  max-width: 36ch;
  margin-top: 10px;
  color: var(--ds-color-slate);
  font-size: 15px;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .homepage-steps p {
    min-height: 4.65em;
  }
}

.homepage-job-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.homepage-job-cards .marketplace-job-card {
  min-width: 0;
}

.homepage-resource-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
}

.homepage-resource,
.homepage-resource-grid > a:not(.homepage-resource) {
  min-width: 0;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--ds-color-line);
  border-radius: var(--ds-radius-lg);
  background: var(--ds-color-paper);
  transition: border-color var(--ds-transition), box-shadow var(--ds-transition);
}

.homepage-resource:hover,
.homepage-resource-grid > a:not(.homepage-resource):hover {
  border-color: #c7b5e7;
  box-shadow: var(--ds-shadow-sm);
}

.homepage-resource-featured {
  border-color: #d8cbed;
  background: #f2ecfc;
}

.homepage-resource-label {
  color: #7443bd;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.homepage-resource h3 {
  margin-top: 25px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}

.homepage-resource p {
  margin-top: 10px;
  color: var(--ds-color-ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.homepage-resource-meta {
  margin-top: auto;
  padding-top: 18px;
  color: var(--ds-color-slate);
  font-size: 12px;
}

.homepage-opportunities .public-empty-brand {
  border-color: var(--ds-color-line);
  background: rgba(255, 255, 255, .78);
}

.homepage-opportunities .public-empty-icon {
  color: #73777f;
  border-color: var(--ds-color-line);
  background: var(--ds-color-wash);
}

.homepage-resources .public-empty {
  border-color: var(--ds-color-line);
  background: rgba(255, 255, 255, .78);
}

.homepage-resources .public-empty-icon {
  color: #73777f;
  border-color: var(--ds-color-line);
  background: var(--ds-color-wash);
}

.homepage-resource-grid > a:not(.homepage-resource) > div {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .homepage-hero {
    padding: 56px 0 40px;
  }

  .homepage-job-cards,
  .homepage-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-resource-featured {
    grid-column: 1 / -1;
  }

  .homepage-steps::before {
    display: none;
  }

  .homepage-steps article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .homepage-hero {
    padding: 44px 0 36px;
  }

  .homepage-hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .homepage-lede {
    font-size: 16px;
  }

  .homepage-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .homepage-actions .ds-btn {
    width: 100%;
    min-width: 0;
  }

  .homepage-verification-note {
    align-items: flex-start;
    text-align: left;
  }

  .homepage-network,
  .homepage-opportunities,
  .homepage-resources {
    padding: 44px 0;
  }

  .homepage-network {
    padding-top: 28px;
  }

  .homepage-section-heading h2 {
    font-size: 24px;
  }

  .homepage-section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .homepage-steps,
  .homepage-job-cards,
  .homepage-resource-grid {
    grid-template-columns: 1fr;
  }

  .homepage-steps {
    padding-left: 18px;
  }

  .homepage-steps::before {
    content: none;
  }

  .homepage-steps article {
    padding: 24px;
  }

  .homepage-steps article + article {
    border-top: 1px solid var(--ds-color-line);
    border-left: 0;
  }

  .homepage-steps h3 {
    margin-top: 14px;
  }

  .homepage-resource-featured {
    grid-column: auto;
  }
}
