/* ================= ABOUT PAGE ================= */

.about-hero {
  background: #120d09;
  padding: 80px 20px;
  text-align: center;
}

.about-hero h1 {
  font-size: 3rem;
  color: #ffb347;
  margin-bottom: 10px;
}

.about-hero p {
  color: #aaa;
  max-width: 600px;
  margin: 0 auto;
}

/* CONTENT */
.about-content {
  max-width: 900px;
  margin: 100px auto;
}

.about-block {
  margin-bottom: 60px;
}

.about-block h2 {
  color: #ffb347;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.about-block p {
  color: #ccc;
  line-height: 1.8;
  font-size: 0.95rem;
}

.about-block ul {
  list-style: none;
  padding-left: 0;
}

.about-block ul li {
  color: #ccc;
  line-height: 2;
  font-size: 0.95rem;
  position: relative;
  padding-left: 24px;
}

.about-block ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffb347;
  font-weight: 600;
}