body, html {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}
/* PAGE BASE */
.page-about {
  margin: 0;
  padding: 0;
  background: #f8fbff;
  font-family: "Poppins", sans-serif;
}

/* ------------------------------
   HERO (FULL WIDTH)
------------------------------ */
.about-hero {
  background: linear-gradient(135deg, #1d3cff, #00c7a6);
  color: white;
  text-align: center;
  padding: 6rem 5%;
}

.about-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-hero p {
  font-size: 1.1rem;
  opacity: 0.95;
  max-width: 700px;
  margin: auto;
}

/* ------------------------------
   CONTENT (BOXED LIKE HOMEPAGE)
------------------------------ */
.about-content {
  padding: 5rem 5%;
  max-width: 1100px;
  margin: auto;
}

/* Headings */
.about-content h2 {
  font-size: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #0c1b4d;
}

/* Body text */
.about-content p,
.about-content li {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

/* Lists */
.about-content ul {
  padding-left: 20px;
  margin-top: 1rem;
}
