.solutions-section{background-color:var(--white);padding:60px 0}.solutions-header{margin-bottom:31px;padding:0 20px}.solutions-header .red-tag{color:var(--brand-red);font-size:14px;font-weight:700;text-transform:uppercase;display:block;margin-bottom:10px;letter-spacing:0.9px}.solutions-header h2{color:var(--bg-dark);font-size:28px;line-height:1.2;margin:0;font-weight:700}.solutions-tabs{display:flex;overflow-x:auto;white-space:nowrap;gap:10px;padding:0 20px 20px 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.solutions-tabs::-webkit-scrollbar{display:none}.tab-button{flex:0 0 auto;background-color:var(--bg-light);border:none;color:var(--bg-dark-secondary);padding:8px 23px;border-radius:30px;font-weight:600;font-size:14px;cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease}.tab-button:hover:not(.active){background-color:#EAEAEA}.tab-button.active{background-color:var(--bg-dark);color:var(--white)}.tab-panel{display:none}.tab-panel.active{display:block;animation:fadeUpTab 0.5s ease-out forwards}@keyframes fadeUpTab{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.panel-content{display:flex;flex-direction:column;gap:40px;padding:0 20px;margin:0 auto;width:100%}.panel-text h3{font-size:24px;font-weight:700;color:var(--bg-dark);line-height:1.2;margin:0 0 20px 0}.panel-text .product-series{font-size:14px;color:var(--text-light-gray);font-weight:400}.panel-text p{color:var(--text-gray);font-size:16px;line-height:1.6;margin:0 0 30px 0}.feature-list{list-style:none;padding:0;margin:0 0 30px 0;display:flex;flex-direction:column;gap:15px}.feature-list li{position:relative;padding-left:30px;color:var(--bg-dark-secondary);font-size:16px;line-height:1.4}.feature-list li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-image:url('../images/check-icon.png');background-size:contain;background-repeat:no-repeat}.panel-buttons{display:flex;flex-direction:column;gap:15px}.panel-image img{width:100%;height:auto;border-radius:12px;display:block}.panel-buttons .btn-primary,.panel-buttons .btn-secondary{border-radius:50px;display:flex;align-items:center}.panel-buttons .btn-secondary{border-color:var(--brand-red);color:var(--brand-red);padding:7.8px 11px}.panel-buttons .btn-secondary:hover{background-color:var(--brand-red);color:var(--white)}@media(min-width:992px){.solutions-section{padding:clamp(60px,6.4vw,123px)0;padding-bottom:clamp(60px,8.9vw,170px)}.panels-container .tab-panel{padding-top:62px;display:none;align-items:center}.panels-container .tab-panel.active{display:flex}.solutions-header h2{font-size:36px;line-height:39px;letter-spacing:-0.8px}.solutions-tabs{justify-content:flex-start;overflow-x:visible;padding:0 20px 0px 23px;scrollbar-width:auto}.panel-content{flex-direction:row;justify-content:space-between;padding:0 23px;gap:26px}.panel-text h3{margin:0 0 6px 0}.panel-text{width:50%;flex-shrink:0}.panel-text p{margin:0 0 13px 0}.feature-list{gap:12px;margin:0 0 12px 0}.panel-image{width:50%}.panel-buttons{flex-direction:row;gap:20px}.panel-image img{max-height:320px;max-width:652px;object-fit:cover;margin-left:auto}}