.support-hero{background:linear-gradient(90deg, var(--background-blue) 45%, var(--primary-white) 100%)}.support-hero__inner{grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:24px;padding:48px 0;display:grid}.support-hero__content{max-width:940px}.support-hero__title{color:var(--primary-black);margin:0 0 24px;font-size:40px;font-weight:700;line-height:1.2}.support-hero__title-accent{color:var(--primary-fixed)}.support-hero__subtitle{max-width:380px;margin:0 0 24px;font-size:18px;line-height:1.4}.support-hero__stats{gap:20px;display:flex}.support-hero__stat{background-color:var(--primary-white);border-radius:10px;flex:1;align-items:center;gap:18px;padding:18px;display:flex}.support-hero__stat-icon{background-color:var(--background-light-gray);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.support-hero__stat-value{font-size:32px;font-weight:700;line-height:1.2}.support-hero__stat-caption{color:var(--secondary-text);font-size:14px;line-height:1.4}.support-hero__photo{justify-content:center;align-items:center;display:flex}.support-hero__photo img{width:100%;max-width:340px;height:auto;display:block}@media screen and (width<=1023px){.support-hero__inner{flex-direction:column;align-items:stretch;padding:24px 0;display:flex}.support-hero__title{margin-bottom:12px;font-size:28px}.support-hero__subtitle{margin-bottom:12px;font-size:16px}.support-hero__stat{gap:6px;padding:12px}.support-hero__stat-value{font-size:20px}.support-hero__photo{display:none}}@media screen and (width<=599px){.support-hero__stats{flex-direction:column;gap:12px}}
