.about-page { background:#050505; }
.about-page header { border-bottom:1px solid rgba(255,255,255,.08); }
.about-page nav a.active { color:var(--green); position:relative; }
.about-page nav a.active::after { content:""; position:absolute; left:0; right:0; bottom:-14px; height:2px; background:var(--green); }
.about-main { overflow:hidden; }
.about-hero { min-height:500px; margin:0 6%; border-radius:28px; overflow:hidden; background:linear-gradient(90deg,rgba(2,2,2,.98) 0%,rgba(2,2,2,.91) 38%,rgba(2,2,2,.32) 68%,rgba(2,2,2,.15) 100%),url('../assets/images/hero.png') center/cover no-repeat; display:flex; align-items:center; border:1px solid rgba(255,255,255,.08); }
.about-hero-copy { width:min(650px,60%); padding:58px 64px; }
.about-kicker { display:inline-block; color:var(--green); font-size:14px; font-weight:900; letter-spacing:2px; margin-bottom:14px; }
.about-hero h2 { font-size:58px; line-height:1.02; margin:0 0 18px; }
.about-hero h2 span,.about-slogan strong { color:var(--green); }
.about-slogan { font-size:28px; line-height:1.25; color:#fff; margin-bottom:22px; }
.about-separator { width:58px; height:3px; background:var(--green); margin:25px 0; }
.about-intro { max-width:580px; color:#d0d0d0; line-height:1.65; font-size:16px; }
.about-intro + .about-intro { margin-top:4px; }
.about-shell { padding:50px 6% 20px; }
.section-block { margin-bottom:30px; }
.section-heading { display:flex; align-items:center; gap:14px; margin-bottom:20px; }
.section-heading h3,.info-card h3,.contact-band h3 { text-transform:uppercase; font-size:24px; letter-spacing:.2px; }
.section-icon { width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:rgba(189,255,0,.12); color:var(--green); border:1px solid rgba(189,255,0,.28); box-shadow:0 0 24px rgba(189,255,0,.12); font-size:23px; }
.card-dark,.reason-card { background:linear-gradient(145deg,#111,#0a0a0a); border:1px solid #292929; border-radius:20px; }
.story-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:24px; }
.story-text { padding:30px; color:#ddd; line-height:1.65; }
.story-text p + p { margin-top:12px; }
.story-text blockquote { color:var(--green); font-weight:800; font-style:italic; margin:16px 0; line-height:1.55; }
.story-emphasis { color:#fff; font-weight:800; }
.stats-card { display:grid; grid-template-columns:1fr 1fr; padding:20px; }
.stats-card article { display:flex; align-items:center; gap:16px; min-height:120px; padding:20px; }
.stats-card article:nth-child(odd){ border-right:1px solid #2a2a2a; }
.stats-card article:nth-child(-n+2){ border-bottom:1px solid #2a2a2a; }
.stat-icon { width:58px; height:58px; border:2px solid var(--green); border-radius:50%; display:grid; place-items:center; color:var(--green); font-size:25px; flex:0 0 auto; }
.stats-card strong { font-size:22px; }
.stats-card p { color:#c8c8c8; margin-top:4px; }
.reasons-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.reason-card { padding:24px; }
.reason-card h4 { color:var(--green); font-size:20px; margin-bottom:16px; }
.reason-card ul,.info-card ul { list-style:none; }
.reason-card li,.info-card li { position:relative; padding-left:22px; color:#d2d2d2; line-height:1.5; margin:10px 0; }
.reason-card li::before,.info-card li::before { content:'✓'; position:absolute; left:0; color:var(--green); font-weight:900; }
.process-card { padding:28px; }
.process-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; }
.process-grid article { text-align:center; position:relative; padding:10px 12px; }
.process-grid article:not(:last-child)::after { content:'→'; position:absolute; right:-18px; top:42px; color:var(--green); font-size:30px; }
.process-grid article > span { position:absolute; left:8px; top:68px; width:27px; height:27px; border-radius:50%; background:var(--green); color:#050505; display:grid; place-items:center; font-weight:900; }
.process-symbol { color:var(--green); font-size:50px; height:68px; line-height:68px; }
.process-grid h4 { font-size:17px; margin:10px 0; }
.process-grid p { color:#aeb0b2; font-size:13px; line-height:1.45; }
.triple-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.info-card { padding:26px; }
.info-card h3 { margin-bottom:16px; }
.info-card p { color:#d2d2d2; line-height:1.55; margin:8px 0 12px; }
.timeline-card { padding:28px; }
.timeline { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; position:relative; }
.timeline::before { content:""; position:absolute; height:2px; left:8%; right:8%; top:55px; background:var(--green); }
.timeline article { text-align:center; position:relative; padding:0 12px; }
.timeline article span { width:52px; height:52px; display:grid; place-items:center; margin:0 auto 16px; border-radius:50%; background:#0d0d0d; border:2px solid var(--green); font-size:24px; position:relative; z-index:1; }
.timeline h4 { font-size:16px; margin-bottom:6px; }
.timeline p { color:#aeb0b2; font-size:13px; line-height:1.4; }
.contact-band { display:grid; grid-template-columns:auto 1.5fr auto auto; gap:24px; align-items:center; padding:24px 30px; border-radius:20px; border:1px solid rgba(189,255,0,.35); background:linear-gradient(110deg,rgba(189,255,0,.10),rgba(12,12,12,.95)); }
.contact-icon { width:72px; height:72px; border-radius:50%; background:var(--green); color:#050505; display:grid; place-items:center; font-size:34px; box-shadow:0 0 28px rgba(189,255,0,.35); }
.contact-band p { color:#d4d4d4; margin-top:7px; }
.contact-button { background:var(--green); color:#050505; text-decoration:none; font-weight:900; padding:17px 30px; border-radius:12px; white-space:nowrap; }
.contact-social { text-align:center; }
.contact-social span { display:block; margin-bottom:8px; font-weight:700; }
.contact-social div { display:flex; gap:12px; justify-content:center; }
.contact-social img { width:25px; height:25px; }

@media (max-width:1200px){
 .about-hero-copy{width:70%;padding:50px}.about-hero h2{font-size:50px}.reasons-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.process-grid article::after{display:none}.triple-grid{grid-template-columns:1fr}.contact-band{grid-template-columns:auto 1fr auto}.contact-social{grid-column:2/4;display:flex;align-items:center;justify-content:flex-end;gap:16px}.contact-social span{margin:0}
}
@media (max-width:900px){
 .about-hero{margin:0 4%;min-height:460px;background-position:70% center}.about-hero-copy{width:100%;padding:45px 32px;background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.58))}.about-hero h2{font-size:44px}.about-shell{padding:40px 4% 15px}.story-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr 1fr}.timeline::before{display:none}.contact-band{grid-template-columns:auto 1fr}.contact-button{grid-column:1/3;text-align:center}.contact-social{grid-column:1/3;justify-content:center}
}
@media (max-width:600px){
 .about-hero{min-height:500px;border-radius:20px;background-position:72% center}.about-hero-copy{padding:38px 24px}.about-hero h2{font-size:38px}.about-slogan{font-size:23px}.section-heading h3,.info-card h3,.contact-band h3{font-size:20px}.stats-card{grid-template-columns:1fr}.stats-card article:nth-child(n){border-right:0;border-bottom:1px solid #2a2a2a}.stats-card article:last-child{border-bottom:0}.reasons-grid,.process-grid,.timeline{grid-template-columns:1fr}.process-grid article>span{left:15%}.contact-band{grid-template-columns:1fr;text-align:center}.contact-icon{margin:auto}.contact-button,.contact-social{grid-column:1}.contact-social{display:block}.contact-social span{margin-bottom:8px}
}

/* Pictogrammes SVG personnalisés Wheelaccess */
.section-icon img{width:24px;height:24px;display:block;}
.stat-icon img{width:30px;height:30px;display:block;}
.process-symbol{display:flex;align-items:center;justify-content:center;}
.process-symbol img{width:50px;height:50px;display:block;}
.info-card-title{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.info-card-title img{width:36px;height:36px;padding:7px;border-radius:12px;background:rgba(189,255,0,.10);border:1px solid rgba(189,255,0,.24);box-sizing:border-box;}
.info-card-title h3{margin:0;}
.timeline article span img{width:28px;height:28px;display:block;}
.contact-icon img{width:38px;height:38px;display:block;filter:brightness(0) saturate(100%);}
.contact-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;}
.contact-button .button-arrow{width:21px;height:21px;filter:brightness(0) saturate(100%);}
