/* AVANTAGES 5 - STATS */
.avantages-5 { padding: 100px 5%; background: var(--off-white); }
.avantages-5 .container { max-width: 1200px; margin: 0 auto; }
.avantages-5 .top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 60px; }
.avantages-5 .eyebrow { font-size: 0.85rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 16px; }
.avantages-5 h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 2.5rem); color: var(--gray-900); margin-bottom: 20px; }
.avantages-5 .intro { color: var(--gray-600); line-height: 1.7; }
.avantages-5 .stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.avantages-5 .stat { background: var(--white); padding: 30px; text-align: center; }
.avantages-5 .stat-value { font-family: var(--font-heading); font-size: 3rem; color: var(--accent); line-height: 1; }
.avantages-5 .stat-label { font-size: 0.9rem; color: var(--gray-600); margin-top: 8px; }
.avantages-5 .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.avantages-5 .item { background: var(--white); padding: 32px 24px; text-align: center; }
.avantages-5 .item-icon { width: 50px; height: 50px; background: var(--accent); margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; }
.avantages-5 .item-icon svg { width: 24px; height: 24px; color: var(--white); }
.avantages-5 .item h3 { font-size: 1rem; color: var(--gray-900); margin-bottom: 8px; font-weight: 600; }
.avantages-5 .item p { font-size: 0.85rem; color: var(--gray-600); line-height: 1.6; }
@media (max-width: 1024px) { .avantages-5 .top { grid-template-columns: 1fr; } .avantages-5 .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .avantages-5 .stats, .avantages-5 .grid { grid-template-columns: 1fr; } }