.industries-grid-section{width:100%;padding:80px 0;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#0a1628,#0d1f3c 50%,#0a1628);position:relative;overflow:hidden}.industries-grid-section:before{width:400px;left:-100px;top:-100px;opacity:.5}.industries-grid-section:after,.industries-grid-section:before{content:"";position:absolute;height:400px;background:#004c94;filter:blur(250px);pointer-events:none}.industries-grid-section:after{width:500px;right:-100px;bottom:-100px;opacity:.4}.industries-grid-container{width:100%;max-width:1400px;display:flex;flex-direction:column;gap:48px;position:relative;z-index:2;padding:0 40px}.industries-grid-title{font-size:2.75rem;font-weight:700;color:#fff;text-align:center;line-height:1.2;letter-spacing:-.02em}.industries-grid-highlight{color:#006dff}.industries-slider-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.industries-slider-track::-webkit-scrollbar{display:none}.industry-card{position:relative;border-radius:16px;overflow:hidden;min-width:260px;width:260px;height:320px;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 20px;cursor:default;transition:transform .35s ease,box-shadow .35s ease}.industry-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,109,255,.15)}.industry-card-bg{position:absolute;inset:0;z-index:0}.industry-card-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.industry-card:hover .industry-card-bg-img{transform:scale(1.08)}.industry-card-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.85));pointer-events:none}.industry-card-content{position:relative;z-index:2}.industry-card-title{font-size:22px;font-weight:600;color:#fff;margin:0 0 6px;line-height:1.3}.industry-card-desc{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.75);margin:0;line-height:1.5}.industries-slider-controls{display:flex;align-items:center;gap:32px}.industries-progress-bar{flex:1;height:6px;background:hsla(0,0%,100%,.12);border-radius:3px;overflow:hidden}.industries-progress-fill{height:100%;background:linear-gradient(90deg,#006dff,#0af);border-radius:3px;transition:width .15s ease-out}.industries-nav-arrows{display:flex;gap:16px;flex-shrink:0}.industries-arrow-btn{width:52px;height:52px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.industries-arrow-btn:hover{border-color:#006dff;background:rgba(0,109,255,.15);color:#006dff}@media (max-width:1024px){.industries-grid-container{padding:0 24px}.industries-grid-title{font-size:2.2rem}.industry-card{min-width:230px;width:230px;height:280px}}@media (max-width:768px){.industries-grid-section{padding:50px 0}.industries-grid-container{padding:0 16px;gap:32px}.industries-grid-title{font-size:1.75rem}.industry-card{min-width:200px;width:200px;height:260px;padding:16px}.industry-card-title{font-size:18px}.industry-card-desc{font-size:12px}.industries-arrow-btn{width:44px;height:44px}.industries-arrow-btn svg{width:22px;height:22px}}@media (max-width:480px){.industries-grid-section{padding:40px 0}.industries-grid-container{padding:0 12px}.industries-grid-title{font-size:1.5rem}.industry-card{min-width:180px;width:180px;height:240px}.industries-slider-controls{gap:20px}.industries-arrow-btn{width:40px;height:40px}}