.why{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.why article{background:var(--global-card-bg);border:1px solid var(--global-border);border-radius:20px;padding:32px 24px;text-align:center;transition:.3s cubic-bezier(.16, 1, .3, 1);display:flex;flex-direction:column;align-items:center}.why article:hover{transform:translateY(-5px);border-color:rgba(139,92,246,.35);background:var(--global-card-bg)}.why article figure{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(139,92,246,.1);color:#8b5cf6;border:1px solid rgba(139,92,246,.2);flex-shrink:0;margin-bottom:20px}.why article figure svg{width:24px;height:24px}.why article h3{font-size:1.25rem;font-weight:700;color:var(--global-text-main);margin:0 0 12px}.why article p{color:var(--global-text-muted);font-size:.95rem;line-height:1.65;margin:0}.history,.who{max-width:800px;margin:0 auto;line-height:1.8;font-size:1.15rem;color:var(--global-text-muted);text-align:center}@media (max-width:768px){.features,.why{grid-template-columns:1fr}.features article,.why .items{padding:24px 20px}.ctaSection{padding:40px 16px}}