.about{overflow:hidden;background:radial-gradient(circle at 82% 36%,rgba(255,125,0,.1),transparent 31%),linear-gradient(180deg,var(--bg),#080808,var(--bg))}
.about__container{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}
.about__lead{margin-top:28px;color:#e4e4e4;font-size:20px;line-height:1.75}
.about__text{margin-top:18px;color:var(--muted);font-size:17px;line-height:1.8}
.about__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.stat-card{min-height:190px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,rgba(255,132,0,.11),rgba(255,255,255,.015))}
.stat-card strong{color:var(--orange-light);font-size:clamp(40px,5vw,62px)}
.stat-card span{margin-top:12px;color:#b5b5b5;line-height:1.5}

.about__content{max-width:980px;display:grid;gap:18px;color:var(--muted);font-size:17px;line-height:1.85}
.about__content strong{color:#fff;font-weight:600}
