.about-page {
  background: #f3f4f6;
}

.about-hero {
  position: relative;
  min-height: 340px;
  background: linear-gradient(rgba(8, 20, 40, 0.55), rgba(8, 20, 40, 0.55)),
    url("../img/GMA_Branches.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
}

.about-hero .hero-kicker {
  color: #d72027;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  text-transform: uppercase;
  font-weight: 700;
}

.about-hero .hero-title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 0.5rem;
}

.about-hero .hero-sub {
  color: #e5e7eb;
  max-width: 480px;
  margin-bottom: 0;
}

.about-wrap {
  margin-top: -28px;
  padding-bottom: 3rem;
}

.about-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.14);
  padding: 1.35rem;
}

.about-heading {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-heading .accent {
  color: #d72027;
}

.about-copy {
  color: #374151;
  line-height: 1.72;
  text-align: justify;
}

.about-media {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.about-pill {
  margin-top: 1rem;
  border-radius: 14px;
  background: linear-gradient(110deg, #071b39 0%, #0f2b59 65%, #d72027 100%);
  color: #fff;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.about-pill .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.business-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1rem;
}

.business-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.85rem 0;
  color: #374151;
}

.business-list li:last-child {
  border-bottom: 0;
}

.business-list .icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d72027;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  margin-top: 2px;
}

.business-poster {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 300px;
  background: linear-gradient(rgba(7, 27, 57, 0.5), rgba(7, 27, 57, 0.5)),
    url("../img/News%20Picture/chevrolet-road-care.jpg") center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 1.15rem;
}

.business-poster::after {
  content: "";
  position: absolute;
  inset: auto -12px -10px auto;
  width: 110px;
  height: 110px;
  border-radius: 18px;
  background: #d72027;
  z-index: 0;
}

.business-poster .content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.business-poster h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.vision-banner {
  margin-top: 1rem;
  border-radius: 14px;
  background: linear-gradient(rgba(6, 17, 35, 0.48), rgba(6, 17, 35, 0.58)),
    url("../img/FAMC_Cover.png") center center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.2rem;
}

.vision-banner .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.mission-col {
  border-right: 1px solid #e5e7eb;
  padding-right: 0.9rem;
}

.mission-col:last-child {
  border-right: 0;
}

.mission-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #d72027;
  margin-bottom: 0.45rem;
}

.mission-list {
  margin: 0;
  padding-left: 1rem;
  color: #374151;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .business-grid {
    grid-template-columns: 1fr;
  }

  .business-poster {
    min-height: 240px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mission-col {
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
    padding-right: 0;
    padding-bottom: 0.8rem;
  }

  .mission-col:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
