.stats-banner{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:16px;padding:32px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;color:#fff;box-shadow:0 12px 24px -6px rgba(15,23,42,.12)}.stat-item{position:relative}.stat-item:not(:last-child)::after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:rgba(255,255,255,.15)}.stat-number{font-size:32px;font-weight:800;color:#52b788;line-height:1;margin-bottom:8px;letter-spacing:-.5px}.stat-label{font-size:13px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width:900px){.stats-banner{grid-template-columns:1fr;padding:24px;gap:24px}.stat-item:not(:last-child)::after{display:none}.stat-item{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:16px}.stat-item:last-child{border-bottom:none;padding-bottom:0}}