/**
 * About page – v2 styles
 * Uses v2 design tokens (main.css variables)
 */

/* All section titles bold */
.about-hero .about-hero__title,
.about-founder h2,
.about-real-estate .about-real-estate__title,
.about-author h2, .about-author h3,
.about-evolution .about-evolution__title,
.about-mission h2, .about-mission .h4 {
  font-weight: 700;
}

/* ----- Hero ----- */
.about-hero {
  padding: var(--section-padding);
  background: var(--bg-secondary);
}

.about-hero .about-hero__subtitle {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  color: #0F283C;
}

.about-hero .about-hero__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about-hero .about-hero__title {
    font-size: 2.75rem;
  }
}

@media (min-width: 992px) {
  .about-hero .about-hero__title {
    font-size: 3rem;
  }
}

.about-hero .about-hero__lead {
  font-size: 1.0625rem;
  margin-bottom: 1.5rem;
}

.about-hero .theme-btn {
  background-color: #618DDC;
}

.about-hero .theme-btn::before {
  background-color: #4f7ac9;
}

.about-hero .about-hero__btn-secondary {
  background-color: #4f7ac9;
  color: var(--text-white);
}

.about-hero .about-hero__btn-secondary:hover {
  background-color: #618DDC;
  color: var(--text-white);
}

@media (min-width: 992px) {
  .about-hero .border-left-container {
    border-left: 10px solid #000;
  }
}

@media (max-width: 991.98px) {
  .about-hero .border-left-container {
    border-left: none;
    text-align: center;
  }
  .about-hero .border-left-container .col-lg-5 {
    text-align: center;
  }
  .about-hero .border-left-container .d-flex {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .about-hero .border-left-container .d-flex .theme-btn {
    align-self: center;
  }
  .about-hero .border-left-container .col-lg-7 {
    text-align: center;
  }
}

/* ----- Founder ----- */
.about-founder {
  padding: var(--section-padding);
}

.about-founder .about-founder__role {
  font-style: italic;
  font-weight: 500;
  color: var(--text-light);
}

.about-founder .about-founder__heading-accent {
  width: 60px;
  height: 4px;
  background: #0F283C;
  margin-bottom: 1rem;
}

.about-founder .text-indent {
  text-indent: 1.5em;
}

.about-founder .about-founder__img-wrap {
  max-width: 100%;
}

/* ----- Real Estate (dark block) ----- */
.about-real-estate {
  background: #0F283C;
  background-image: url('../img/about/about-service-bg.png');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3rem 0;
  color: var(--text-white);
}

.about-real-estate .about-real-estate__title {
  color: var(--text-white);
  margin-bottom: 1rem;
}

.about-real-estate .about-real-estate__text {
  color: rgba(255, 255, 255, 0.9);
}

.about-real-estate .about-real-estate__img {
  max-width: 85%;
}

/* ----- Author + Why Started ----- */
.about-author {
  padding: var(--section-padding);
  background: var(--bg-secondary);
}

.about-author .about-author__heading-accent {
  width: 60px;
  height: 4px;
  background: #0F283C;
  margin-bottom: 1rem;
}

.about-author .about-author__stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.about-author .about-author__stat {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 1.25rem 1rem;
  background-color: #3D597C;
  border-radius: var(--radius-md, 6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-author .about-author__stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-white);
}

.about-author .about-author__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.25rem;
}

.about-author .text-indent {
  text-indent: 1.5em;
}

@media (max-width: 991.98px) {
  .about-author .about-author__row-2 {
    margin-top: 2.5rem;
  }
}

@media (min-width: 992px) {
  .about-author .about-author__row-2 {
    margin-top: 4rem;
  }
}

/* ----- Evolution (dark block) ----- */
.about-evolution {
  background: #0F283C;
  background-image: url('../img/about/about-service-bg.png');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3rem 0;
  color: var(--text-white);
}

.about-evolution .about-evolution__title {
  color: var(--text-white);
  margin-bottom: 1rem;
}

.about-evolution .about-evolution__text {
  color: rgba(255, 255, 255, 0.9);
}

/* ----- Mission ----- */
.about-mission {
  padding: var(--section-padding);
}

.about-mission .about-mission__heading-accent {
  width: 60px;
  height: 4px;
  background: #0F283C;
  margin-bottom: 1rem;
}

.about-mission .text-indent {
  text-indent: 1.5em;
}
