.preview-industry{padding:40px 0 50px}
.preview-industry .container{max-width:1200px;margin:0 auto;padding:0 20px}
.preview-industry__title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:12px;color:#1a1a2e}
.preview-industry__subtitle{text-align:center;color:#555;font-size:1rem;line-height:1.6;max-width:700px;margin:0 auto 30px}
.preview-industry__slider-wrap{position:relative}
.preview-industry__slider{overflow:hidden}
.preview-industry__slider .swiper-wrapper{display:flex}
.preview-industry__slide{flex:0 0 256px;height:320px;border-radius:12px;overflow:hidden;position:relative;display:flex;align-items:flex-end;text-decoration:none;margin-right:16px;background-size:cover;background-position:center;transition:transform .3s,box-shadow .3s}
.preview-industry__slide:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.preview-industry__slide::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 60%);z-index:1}
.preview-industry__slide-icon-wrap{position:absolute;top:16px;left:16px;z-index:2;width:42px;height:42px;background:rgba(255,255,255,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.preview-industry__slide-icon-wrap svg{width:24px;height:24px}
.preview-industry__slide-title{position:relative;z-index:2;padding:16px;color:#fff;font-size:1rem;font-weight:600;line-height:1.3}
.preview-industry__slider-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:20px}
.preview-industry__btn-slider-box{display:flex;gap:8px}
.preview-industry__btn-slider{width:40px;height:40px;border-radius:50%;border:1.5px solid #ccc;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,background .2s}
.preview-industry__btn-slider:hover{border-color:#006DF0;background:#f0f7ff}
.preview-industry__btn-slider svg{width:20px;height:20px}
.preview-industry__btn-slider.swiper-button-disabled{opacity:.4;cursor:default}
.preview-industry__link{font-size:.95rem;color:#006DF0;font-weight:500;text-decoration:none;border-bottom:1px dotted #006DF0;transition:color .2s}
.preview-industry__link:hover{color:#0054b3}
@media(max-width:768px){.preview-industry__slide{flex:0 0 200px;height:260px}.preview-industry__title{font-size:1.4rem}.preview-industry__subtitle{font-size:.9rem}}
@media(max-width:480px){.preview-industry__slide{flex:0 0 180px;height:240px;margin-right:12px}}
