/* =============================================
   ABOUT PAGE — ADDITIONAL STYLES
   ============================================= */

.about-header {
  text-align: center;
  padding: 80px 60px 40px;
}

.about-header h1 {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.0;
  margin: 16px 0 14px;
}

.about-header p {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
}

.about-section {
  padding: 20px 60px 80px;
}

.about-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about-block {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 48px;
}

.about-block-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.about-block h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}

.about-block p {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 14px;
}

.about-block--highlight {
  background-color: rgba(240,188,94,0.05);
  border: 1px solid rgba(240,188,94,0.15);
  border-radius: 14px;
  padding: 40px;
}

.about-block--highlight .about-block-label {
  margin-top: 0;
}

/* Stats */
.about-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 60px;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background-color: rgba(0,0,0,0.08);
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: var(--gold);
}

.stat-label {
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Reuse services-cta */
.services-cta {
  text-align: center;
  padding: 80px 60px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.services-cta h2 { font-size: 36px; font-weight: 800; margin-bottom: 12px; }
.services-cta p { font-size: 15px; color: var(--text-muted); margin-bottom: 28px; }

@media (max-width: 768px) {
  .about-header, .about-section { padding-left: 30px; padding-right: 30px; }
  .about-header h1 { font-size: 38px; }
  .about-block h2 { font-size: 24px; }
  .about-stats { gap: 36px; padding: 40px 30px; }
  .services-cta { padding: 60px 30px; }
}

@media (max-width: 480px) {
  .about-header, .about-section { padding-left: 20px; padding-right: 20px; }
  .about-block--highlight { padding: 24px; }
  .about-stats { padding: 40px 20px; }
}
