/* chi-siamo.html - CSS specifico */
.storia-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:48px}
.storia-text p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:18px}
.storia-text strong{color:var(--text)}
.storia-card{background:#2e2e2e;border-radius:var(--rad);padding:36px 32px;position:relative;overflow:hidden}
.storia-card::after{content:'';position:absolute;bottom:-50px;right:-50px;width:180px;height:180px;border-radius:50%;background:var(--orange);opacity:.15}
.storia-card p{color:rgba(255,255,255,.65);font-size:15px;line-height:1.75}
.storia-card strong{color:white}
.timeline{display:flex;flex-direction:column;gap:0;margin-top:48px;position:relative}
.timeline::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:2px;background:var(--border)}
.tl-item{display:flex;gap:28px;align-items:flex-start;padding-bottom:36px;position:relative}
.tl-item:last-child{padding-bottom:0}
.tl-dot{width:58px;height:58px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-family:'Rajdhani',sans-serif;font-weight:700;font-size:13px;color:white;flex-shrink:0;position:relative;z-index:1;line-height:1.2;text-align:center}
.tl-body{padding-top:12px}
.tl-body h3{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:20px;margin-bottom:6px}
.tl-body p{font-size:14px;color:var(--muted);line-height:1.65}
.valori-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}
.valore-card{background:#3a3a3a;border-radius:var(--rad);padding:30px 26px;border:1px solid rgba(255,255,255,.06)}
.valore-icon{font-size:32px;margin-bottom:14px}
.valore-card h3{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:20px;color:white;margin-bottom:10px}
.valore-card p{font-size:14px;color:rgba(255,255,255,.6);line-height:1.65}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;text-align:center}
.stat-box h3{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:44px;color:var(--orange);line-height:1}
.stat-box p{font-size:14px;color:var(--muted);margin-top:6px;line-height:1.4}
@media(max-width:900px){
  .storia-grid{grid-template-columns:1fr}
  .valori-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .storia-grid{grid-template-columns:1fr}
  .valori-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .timeline::before{left:24px}
  .tl-dot{width:50px;height:50px;font-size:11px}
}

.storia-section{padding:80px 0;background:var(--white)}
.storia-text{color:var(--text)}
.timeline-section{background:var(--light);padding:80px 0}
.valori-section{padding:80px 0;background:#2e2e2e}
.stats-strip{background:var(--white);padding:70px 0}
.stat-box h3{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:44px;color:var(--orange);line-height:1}
.stat-box p{font-size:14px;color:var(--muted);margin-top:6px;line-height:1.4}

.stat-box{text-align:center}
