.home-feedback{background:var(--strip-feedback-bg);color:var(--strip-feedback-text);border-top:1px solid var(--strip-feedback-border);border-bottom:1px solid var(--strip-feedback-border);padding:clamp(1.25rem,3vw,2rem) 0}.home-feedback__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem 2rem;max-width:900px;margin:0 auto;padding:0 1rem;justify-items:center;align-items:center}.home-feedback__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.home-feedback__number{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1;color:transparent;-webkit-text-stroke:2px var(--strip-feedback-text);text-stroke:2px var(--strip-feedback-text);margin-bottom:0.35rem}.home-feedback__label{font-size:clamp(0.7rem,1.5vw,0.85rem);font-weight:700;text-transform:uppercase;letter-spacing:0.04em;color:var(--strip-feedback-text)}@media (max-width:767px){.home-feedback__inner{grid-template-columns:1fr;gap:1.5rem}}