.about-hero {
  padding: 72px var(--pad-h-lg) 64px;
  border-bottom: 0.5px solid var(--border);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.about-logo-wrap img {
  height: 64px;
  width: 64px;
  object-fit: contain;
}

.about-tagline {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--gray);
  text-transform: uppercase;
  margin-bottom: 28px;
}

.about-headline {
  font-size: 32px;
  font-family: var(--font-heading);
  font-weight: 900;
  color: var(--bone);
  line-height: 1.4;
}

.manifesto {
  padding: 56px var(--pad-h-lg);
  border-bottom: 0.5px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  direction: rtl;
}

.manifesto-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gray);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.manifesto-body p {
  font-size: 14px;
  color: rgba(243, 235, 221, 0.72);
  line-height: 2.1;
  margin-bottom: 18px;
  text-align: right;
}

.manifesto-body p.lead {
  font-size: 16px;
  color: var(--bone);
  font-weight: 600;
}

.manifesto-quote {
  padding: 32px;
  border: 0.5px solid var(--border2);
  background: rgba(243, 235, 221, 0.02);
  position: sticky;
  top: 80px;
}

.quote-mark {
  font-size: 56px;
  line-height: 1;
  color: rgba(243, 235, 221, 0.06);
  font-family: var(--font-fa);
  margin-bottom: 16px;
  direction: ltr;
  text-align: left;
}

.quote-big-text {
  font-size: 17px;
  font-weight: 600;
  color: var(--bone);
  line-height: 1.8;
  margin-bottom: 20px;
}

.quote-divider {
  height: 0.5px;
  background: var(--border2);
  margin-bottom: 20px;
}

.godar-meaning {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.8;
}

.godar-meaning strong {
  color: var(--bone);
  font-weight: 600;
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 0.5px solid var(--border);
}

.stat-col {
  padding: 28px var(--pad-h);
  border-left: 0.5px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
  direction: rtl;
}

.stat-col:last-child {
  border-left: none;
}

.stat-big-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--bone);
  line-height: 1;
}

.stat-big-label {
  font-size: 12px;
  color: var(--gray);
}

.team-section {
  border-bottom: 0.5px solid var(--border);
}

.team-header {
  padding: 16px var(--pad-h-lg);
  border-bottom: 0.5px solid var(--border);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--gray);
  text-transform: uppercase;
  direction: rtl;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.team-member {
  padding: 28px;
  border-left: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}

.team-member:nth-child(4n) {
  border-left: none;
}

.team-member:nth-child(n + 5) {
  border-bottom: none;
}

.team-member:hover {
  background: rgba(243, 235, 221, 0.02);
}

.member-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--bone);
  border: 0.5px solid var(--border2);
  overflow: hidden;
}

.member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--bone);
  line-height: 1.3;
}

.member-role {
  font-size: 12px;
  color: var(--gray);
}

.support-section {
  border-bottom: 0.5px solid var(--border);
  background: var(--dark2);
}

.support-inner {
  padding: 56px var(--pad-h-lg);
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  direction: rtl;
}

.support-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gray);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.support-title {
  font-size: 22px;
  font-family: var(--font-heading);
  font-weight: 900;
  color: var(--bone);
  line-height: 1.5;
  margin-bottom: 16px;
}

.support-desc {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.9;
  margin-bottom: 36px;
}

.support-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  direction: rtl;
}

.support-btn {
  padding: 14px 20px;
  border: 0.5px solid var(--border2);
  background: none;
  color: var(--bone);
  cursor: pointer;
  font-size: 13px;
  font-family: var(--font-fa);
  transition: all 0.2s;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-decoration: none;
}

.support-btn:hover {
  border-color: rgba(243, 235, 221, 0.25);
  background: rgba(243, 235, 221, 0.03);
  color: var(--bone);
}

.support-btn-primary {
  background: var(--yellow);
  border: none;
  color: var(--black);
  font-weight: 600;
}

.support-btn-primary:hover {
  opacity: 0.88;
  color: var(--black);
}

.support-btn-label {
  font-size: 12px;
  font-weight: 600;
}

.support-btn-sub {
  font-size: 12px;
  opacity: 0.6;
}

.support-note {
  margin-top: 24px;
  font-size: 12px;
  color: var(--gray);
  line-height: 1.7;
}
