.about-hero{
  padding:90px 0 70px;
  background:linear-gradient(135deg,#f8fbf9,#fff7ed);
  border-bottom:1px solid var(--border);
}

.about-hero span{
  display:inline-block;
  color:var(--orange);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.8px;
  font-size:12px;
  margin-bottom:16px;
}

.about-hero h1{
  max-width:920px;
  margin:0 0 24px;
  font-size:clamp(42px,5vw,66px);
  line-height:1.05;
  letter-spacing:-.045em;
  color:#071f1f;
}

.about-hero p{
  max-width:780px;
  color:#425552;
  font-size:19px;
  line-height:1.75;
  margin:0;
}

.about-section{
  padding:60px 0;
  background:#fff;
}

.about-content{
  max-width:1000px;
}

.about-content article{
  padding:38px 0;
  border-bottom:1px solid var(--border);
}

.about-content h2{
  margin:0 0 18px;
  font-size:32px;
  color:#071f1f;
  letter-spacing:-.03em;
}

.about-content h3{
  margin:0 0 14px;
  font-size:21px;
  color:#071f1f;
}

.about-content p{
  color:#425552;
  line-height:1.85;
  font-size:17px;
  margin:0 0 16px;
}

.about-highlight{
  background:#fff7ed;
  border:1px solid #fed7aa !important;
  border-radius:22px;
  padding:34px !important;
  margin:30px 0;
}

.about-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:26px;
}

.about-card{
  border:1px solid var(--border);
  border-radius:20px;
  padding:26px;
  background:#f8fbf9;
}

.about-card p{
  font-size:15px;
  line-height:1.7;
}

.about-card a{
  display:inline-block;
  margin-top:12px;
  color:var(--orange);
  font-weight:900;
}

.about-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:24px;
}

.about-stats div{
  background:#f8fbf9;
  border:1px solid var(--border);
  border-radius:18px;
  padding:24px;
  text-align:center;
}

.about-stats strong{
  display:block;
  font-size:30px;
  color:var(--orange);
  margin-bottom:8px;
}

.about-stats span{
  color:#425552;
  font-weight:800;
  font-size:14px;
}

.about-list{
  margin:0;
  padding-left:22px;
}

.about-list li{
  margin-bottom:12px;
  color:#425552;
  line-height:1.75;
  font-size:17px;
}

.about-cta{
  padding:70px 0;
  background:#071f1f;
  color:#fff;
  text-align:center;
}

.about-cta h2{
  margin:0 0 16px;
  font-size:42px;
  letter-spacing:-.04em;
}

.about-cta p{
  max-width:650px;
  margin:0 auto 28px;
  color:#b8c7c5;
  line-height:1.7;
  font-size:18px;
}

@media(max-width:900px){
  .about-grid,
  .about-stats{
    grid-template-columns:1fr;
  }

  .about-hero{
    padding:60px 0 45px;
  }
}
