/* Fullscreen-safe statistics strip */
.stats{width:min(1420px,calc(100vw - 64px))!important;max-width:1420px!important;margin:-34px auto 0!important;padding:28px 36px 30px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:start!important;justify-items:stretch!important;gap:18px!important;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.88)!important;backdrop-filter:blur(12px);border-radius:16px!important;box-shadow:0 18px 42px rgba(25,54,99,.12)!important}.stat{width:100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;white-space:nowrap!important}.stat img.stat-icon{display:block;width:82px;height:82px;margin:0 auto 10px;object-fit:contain}.stat b{display:block!important;width:100%!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;line-height:1.08!important;font-size:32px!important;color:#111!important}.stat span{display:block!important;width:100%!important;white-space:nowrap!important;line-height:1.4!important;margin-top:8px!important;color:#202636!important;font-size:16px!important}@media(min-width:1700px){.stats{width:min(1480px,calc(100vw - 100px))!important;max-width:1480px!important;padding-left:55px!important;padding-right:55px!important;gap:32px!important}.stat b{font-size:34px!important}}@media(max-width:960px){.stats{width:calc(100vw - 32px)!important;margin:0 auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:24px 18px!important}.stat img.stat-icon{width:64px;height:64px}}@media(max-width:600px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 10px!important}.stat:last-child{grid-column:1/-1}.stat b{font-size:27px!important}.stat span{font-size:14px!important}}
