.about-hero-img { border-radius: 18px; box-shadow: 0 20px 50px rgba(15,107,76,.15); }

.initiative-row {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.initiative-row .num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 26px;
  color: var(--accent);
  background: var(--primary-light);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.initiative-row h4 { margin-bottom: 6px; }
.initiative-row p { color: var(--muted); margin-bottom: 0; }

.founder-card {
  background: var(--bg-soft);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
}
.founder-card img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
}
.founder-card h4 { margin-bottom: 4px; }
.founder-card span { color: var(--accent-dark); font-size: 13.5px; font-weight: 600; font-family: var(--font-head); }

.doc-download {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 24px;
}
.doc-download i { font-size: 30px; color: var(--primary); }
.doc-download .doc-title { font-family: var(--font-head); font-weight: 600; }
.doc-download .doc-sub { font-size: 12.5px; color: var(--muted); }
