/* =========================================================
   RADIANCE HOUSE — FREE RESOURCES PLACEHOLDER
   resources.css
   ========================================================= */

.resources-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 210, 78, .18), transparent 25rem),
    linear-gradient(180deg, #edf9fb 0%, #f9fcfd 100%);
  border-bottom: 1px solid rgba(36, 86, 113, .08);
}

.resources-hero__flow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.resources-hero__flow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.resources-hero__flow path {
  fill: none;
  stroke-linecap: round;
}

.resources-hero__flow path:nth-child(1) {
  stroke: rgba(35, 55, 65, .30);
  stroke-width: 5;
}

.resources-hero__flow path:nth-child(2) {
  stroke: rgba(35, 150, 171, .34);
  stroke-width: 3;
}

.resources-hero__flow path:nth-child(3) {
  stroke: rgba(226, 181, 45, .42);
  stroke-width: 2;
}

.resources-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 70px;
}

.resources-hero__copy {
  max-width: 900px;
}

.resources-hero__copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.04em;
}

.resources-hero__copy > p:not(.eyebrow) {
  max-width: 820px;
  color: #536976;
  font-size: 1.05rem;
  line-height: 1.72;
}

.resources-hero__copy .resources-purpose {
  color: #334f5d;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.resources-note {
  padding-top: 48px;
  padding-bottom: 72px;
}

.resources-note__panel {
  max-width: 960px;
  padding: 30px 32px;
  border: 1px solid rgba(39, 91, 116, .11);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 70, 91, .07);
}

.resources-note__panel h2 {
  margin: 4px 0 10px;
  font-weight: 500;
}

.resources-note__panel > p:not(.eyebrow) {
  max-width: 760px;
  color: #60717b;
  line-height: 1.68;
}

.resources-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 700px) {
  .resources-hero__inner {
    min-height: 500px;
    padding-top: 125px;
    padding-bottom: 52px;
  }

  .resources-note__panel {
    padding: 24px 20px;
  }
}
