.fundingradar .fr-hero {
  border-bottom: 3px solid var(--green, #006835);
  background:
    linear-gradient(180deg, rgba(200, 16, 46, 0.05) 0%, rgba(255, 255, 255, 0) 55%),
    #fff;
  padding: 2rem 0 2rem;
  margin-bottom: 0;
}

.fundingradar .fr-hero .fr-container {
  padding-bottom: 0;
}

.fundingradar .fr-hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.fundingradar .fr-hero__lead {
  max-width: 58ch;
  color: var(--muted, #777);
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}

.fundingradar .fr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.fundingradar .fr-stat {
  font-size: 0.85rem;
  color: var(--muted, #777);
}

.fundingradar .fr-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.fundingradar .fr-section__head h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fundingradar .fr-section__head a:not(.fr-btn) {
  font-size: 0.9rem;
  color: var(--red, #C8102E);
}

.fundingradar h1 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.fundingradar .fr-page-head {
  margin-bottom: 1.25rem;
}

.fundingradar .fr-page-head h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

.fundingradar .fr-page-head p {
  color: var(--muted, #777);
}

.fundingradar .fr-scheme-detail__head {
  border-bottom: 3px solid var(--red, #C8102E);
  padding-bottom: 1.25rem;
  margin-bottom: 1.75rem;
}

.fundingradar .fr-scheme-detail__head h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
}

.fundingradar .fr-scheme-detail__summary {
  font-size: 1.05rem;
  max-width: 68ch;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}

.fundingradar .fr-scheme-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.fundingradar .fr-scheme-detail__body {
  display: grid;
  gap: 2rem;
  max-width: 68ch;
}

.fundingradar .fr-scheme-detail__body h2 {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted, #777);
  margin-bottom: 0.75rem;
}

.fundingradar .fr-scheme-detail__body p {
  margin-bottom: 0.85rem;
  line-height: 1.65;
}

.fundingradar .fr-scheme-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.5rem;
}

@media (max-width: 520px) {
  .fundingradar .fr-hero {
    padding-top: 1.75rem;
  }

  .fundingradar .fr-dl div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}
