.highlightsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.highlightItem{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.highlightItem:hover{border-color:var(--primary);background:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0000000d}.highlightItem .checkIcon{background:var(--primary);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.highlightItem span{color:#0f172a;font-size:.95rem;font-weight:700;line-height:1.3}.sectionTitle{color:#0f172a;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:.5rem;font-size:1.75rem;font-style:italic;font-weight:950}.iconFeatureScroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:12px;width:100%;max-width:100%;margin-bottom:28px;padding-bottom:6px;display:flex;overflow:auto hidden}.iconFeatureScroll::-webkit-scrollbar{display:none}.iconFeatureScroll .iconFeatItem{text-align:center;flex-direction:column;flex:0 0 calc(10% - 9.6px);align-items:center;gap:8px;display:flex}.iconFeatureScroll .iconFeatBox{aspect-ratio:1;border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex}.iconFeatureScroll .iconFeatLabel{color:#374151;width:100%;font-size:12px;font-weight:600;line-height:1.3}@media (max-width:640px){.iconFeatureScroll .iconFeatItem{flex:0 0 50px}.iconFeatureScroll .iconFeatBox{width:52px;height:52px;aspect-ratio:unset;border-radius:14px}.iconFeatureScroll .iconFeatLabel{font-size:10px}}
