.financials-hero {
  position: relative;
  padding-top: calc(var(--nav-height) + var(--safe-top) + 3rem);
  padding-bottom: 8rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(66, 165, 245, 0.22), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(255, 179, 0, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.96), rgba(10, 22, 40, 1));
}

.financials-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
  pointer-events: none;
}

.financials-hero .container {
  position: relative;
  z-index: 1;
}

.financials-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: end;
}

.financials-hero__copy {
  max-width: 50rem;
}

.financials-hero__copy h1 {
  max-width: 9ch;
  margin-bottom: 1.1rem;
  line-height: 0.94;
}

.financials-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.financials-hero__chips span {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(125, 211, 252, 0.18);
  color: rgba(227, 234, 244, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.financials-hero__panel {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(17, 41, 79, 0.92), rgba(7, 17, 31, 0.94)),
    radial-gradient(circle at 12% 12%, rgba(66, 165, 245, 0.16), transparent 30%);
  border: 1px solid rgba(125, 211, 252, 0.14);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), var(--shadow-glow-blue);
  backdrop-filter: blur(14px);
}

.financials-hero__panel-head p {
  margin: 0.65rem 0 0;
  color: rgba(227, 234, 244, 0.76);
}

.financials-hero__stats {
  display: grid;
  gap: 0.9rem;
}

.financials-hero__stat {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.financials-hero__stat strong {
  color: var(--color-wing-gold);
  font-family: var(--font-accent);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.03em;
}

.financials-hero__stat span {
  color: rgba(227, 234, 244, 0.8);
  line-height: 1.55;
}

.financials-hero h1,
.financials-hero p,
.financials-hero .eyebrow {
  color: var(--color-text-light);
}

.page-financials {
  background: linear-gradient(180deg, #07111f, #0a1628 24%, #07111f);
}

.page-financials .section-light {
  background:
    radial-gradient(circle at top left, rgba(66, 165, 245, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.98), rgba(8, 19, 35, 0.98));
  color: var(--color-text-light);
}

.page-financials .section-light .lede,
.page-financials .section-light p,
.page-financials .section-light .section-intro p {
  color: rgba(227, 234, 244, 0.82);
}

.page-financials .section-light .btn-secondary,
.page-financials .section-light .btn-outline {
  color: var(--color-text-light);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(66, 165, 245, 0.34);
}

.financials-reports-section.section-merge {
  margin-top: clamp(-6rem, -8vw, -4.5rem);
  padding-top: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.financials-reports-section.section-merge::before,
.financials-reports-section.section-merge::after {
  display: none;
}

.financials-reports-shell {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(12, 32, 61, 0.96), rgba(7, 17, 31, 0.98)),
    radial-gradient(circle at 12% 10%, rgba(66, 165, 245, 0.16), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 179, 0, 0.1), transparent 20%);
  border: 1px solid rgba(125, 211, 252, 0.14);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.financials-reports-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 160px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 70%),
    radial-gradient(circle at 50% 0%, rgba(66, 165, 245, 0.14), transparent 38%);
  pointer-events: none;
}

.financials-reports-shell > * {
  position: relative;
  z-index: 1;
}

.financials-reports-intro {
  max-width: 42rem;
  margin-bottom: 1.5rem;
}

.financials-reports-intro p {
  max-width: 38rem;
}

.report-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.report-card {
  padding: 1.5rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 1rem;
  min-height: 100%;
}

.report-card h3 {
  color: var(--color-white);
}

.report-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 179, 0, 0.35);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.34), var(--shadow-glow-blue);
}

.donut-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: center;
}

.donut-chart {
  width: min(320px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background: conic-gradient(
    var(--color-sky-bright) 0 72%,
    var(--color-wing-gold) 72% 87%,
    var(--color-earth-warm) 87% 95%,
    var(--color-text-muted) 95% 100%
  );
  position: relative;
  box-shadow: var(--shadow-card);
}

.donut-chart::after {
  content: "Fund Use";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(8, 19, 35, 0.96);
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-display);
  font-size: 1.6rem;
}

.legend-list {
  display: grid;
  gap: 1rem;
}

.legend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.legend-item__swatch {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.legend-item span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.legend-item strong {
  color: var(--color-wing-gold);
}

.financial-chart-shell {
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cert-card {
  padding: 1.4rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-card);
}

.cert-card:hover {
  transform: translateY(-5px);
  border-color: rgba(66, 165, 245, 0.38);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.34), var(--shadow-glow-blue);
}

@media (max-width: 1024px) {
  .financials-hero {
    padding-bottom: 6.5rem;
  }

  .report-row,
  .cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .financials-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .financials-hero__panel {
    grid-column: auto;
  }

  .financials-hero__copy {
    max-width: none;
  }

  .financials-reports-shell {
    padding: 1.5rem;
  }

  .report-row,
  .cert-grid {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .financials-hero {
    padding-top: calc(var(--nav-height) + var(--safe-top) + 2rem);
    padding-bottom: 4.2rem;
  }

  .financials-hero__grid {
    grid-template-columns: 1fr;
  }

  .financials-hero__copy h1 {
    max-width: 10ch;
  }

  .financials-hero__chips span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .financials-reports-section.section-merge {
    margin-top: -2rem;
  }

  .financials-reports-shell {
    border-radius: 28px;
    padding: 1.25rem;
  }

  .report-row {
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 86%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .report-card {
    scroll-snap-align: center;
  }

  .donut-layout,
  .cert-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .financials-hero {
    min-height: auto;
    padding-bottom: 5rem;
  }

  .financials-hero__grid {
    grid-template-columns: 1fr;
  }

  .report-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .report-row,
  .cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .financials-hero__copy h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .financials-reports-shell {
    padding: 1rem;
  }

  .report-row {
    grid-auto-columns: minmax(240px, 88%);
  }
}
