.ss-hero-boxes{box-sizing:border-box;margin:0 auto 24px;max-width:1240px;padding:0;width:100%}.ss-hero-boxes,.ss-hero-boxes *{box-sizing:border-box}.ss-hero-boxes__grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.ss-hero-boxes__item{align-items:center;background:#370455;border-radius:12px;color:inherit;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:132px;padding:20px 16px;text-align:center;text-decoration:none;transition:background 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.ss-hero-boxes__item:hover,.ss-hero-boxes__item:focus-visible{background:#451066;box-shadow:0 8px 24px rgba(55,4,85,.45);color:inherit;text-decoration:none;transform:translateY(-2px)}.ss-hero-boxes__label{color:rgba(255,255,255,.72);font-family:"Open Sans",sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;line-height:1.3;text-transform:uppercase}.ss-hero-boxes__value{color:#fcd700;font-family:"Readex Pro",sans-serif;font-size:clamp(22px, 2.4vw, 32px);font-weight:700;line-height:1.15}.ss-hero-boxes__desc{color:rgba(255,255,255,.72);font-family:"Open Sans",sans-serif;font-size:13px;font-weight:400;line-height:1.35}@media (max-width:900px){.ss-hero-boxes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.ss-hero-boxes{margin-bottom:16px}.ss-hero-boxes__grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.ss-hero-boxes__item{gap:6px;min-height:108px;padding:14px 10px}.ss-hero-boxes__label{font-size:10px;letter-spacing:.04em;line-height:1.25}.ss-hero-boxes__value{font-size:clamp(16px, 4.8vw, 22px);line-height:1.2}.ss-hero-boxes__desc{font-size:11px;line-height:1.3}}