.finance-hero {
  padding-bottom: 4rem;
  background:
    radial-gradient(circle at 80% 16%, rgba(59,130,246,.2), transparent 30rem),
    linear-gradient(180deg, rgba(2,6,23,.82), transparent);
}
.finance-panel { padding: clamp(1.25rem, 3vw, 2rem); }
.finance-panel h2 {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: white;
  font-size: 1.7rem;
  font-weight: 800;
}
.finance-panel label { display: grid; gap: .5rem; }
.finance-panel label span {
  color: #94a3b8;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.result-box {
  margin-top: .75rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(59,130,246,.3);
  background: rgba(59,130,246,.1);
  padding: 1.25rem;
}
.result-box span { color: #bfdbfe; font-weight: 800; }
.result-box strong { display: block; margin-top: .35rem; color: white; font-size: 3rem; font-weight: 800; line-height: 1; }
.result-box p { margin-top: 1rem; color: #94a3b8; font-size: .82rem; line-height: 1.6; }
.finance-copy { padding: 1.6rem; }
.finance-copy h2 { margin-top: .7rem; color: white; font-size: 2rem; font-weight: 800; line-height: 1.08; }
.finance-copy p:last-child { margin-top: 1rem; color: #94a3b8; line-height: 1.75; }
.steps { display: grid; gap: 1rem; }
.steps div {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.3rem;
  background: rgba(255,255,255,.04);
  padding: 1.2rem;
}
.steps span {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(59,130,246,.14);
  color: #93c5fd;
  font-weight: 800;
}
.steps h3 { margin-top: 1rem; color: white; font-weight: 800; }
.steps p { margin-top: .45rem; color: #94a3b8; line-height: 1.65; }
