@charset "UTF-8";.rw-hero{position:relative;min-height:640px;display:flex;flex-direction:column;background:var(--bg-dark);overflow:hidden}.rw-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.rw-hero-bg ai-img,.rw-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:.35}.rw-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(13,30,56,.92) 0,rgba(28,75,130,.75) 60%,rgba(13,30,56,.6) 100%);z-index:1}.rw-hero-content{position:relative;z-index:2;flex:1;display:flex;align-items:center;padding:80px 0 40px}.rw-hero h1{font-size:52px;font-weight:700;color:#fff;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.rw-hero h1 .highlight{color:var(--brand-secondary)}.rw-hero .hero-subtitle{font-size:18px;color:rgba(255,255,255,.78);line-height:1.6;max-width:560px;margin-bottom:32px}.rw-hero .hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.rw-hero .hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:5px 14px;font-size:13px;color:rgba(255,255,255,.85);font-weight:500}.rw-hero .hero-badge svg{width:14px;height:14px;fill:var(--brand-secondary)}.rw-hero .hero-actions{display:flex;gap:14px;flex-wrap:wrap}.rw-hero-image{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.rw-hero-image ai-img{border-radius:var(--radius-lg);box-shadow:0 24px 60px rgba(0,0,0,.4);max-width:100%;display:block}.rw-hero-bottom-bar{position:relative;z-index:2;background:var(--brand-secondary);padding:0}.rw-hero-bottom-bar .perf-bar-inner{display:flex;align-items:stretch}.rw-hero-bottom-bar .perf-item{flex:1;display:flex;align-items:center;gap:12px;padding:16px 24px;border-right:1px solid rgba(255,255,255,.2);-webkit-text-decoration:none;text-decoration:none;transition:background var(--transition)}.rw-hero-bottom-bar .perf-item:last-child{border-right:none}.rw-hero-bottom-bar .perf-item:hover{background:rgba(255,255,255,.1)}.rw-hero-bottom-bar .perf-icon{width:36px;height:36px;background:rgba(255,255,255,.2);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.rw-hero-bottom-bar .perf-icon svg{width:20px;height:20px;fill:#fff}.rw-hero-bottom-bar .perf-text strong{display:block;font-size:14px;font-weight:700;color:#fff}.rw-hero-bottom-bar .perf-text span{font-size:12px;color:rgba(255,255,255,.8)}.rw-industries-lead{padding:80px 0;background:var(--surface)}.rw-product-showcase{padding:80px 0;background:var(--bg-light)}.rw-product-showcase .category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.rw-product-showcase .category-title{font-size:22px;font-weight:600;color:var(--text-primary);margin:0}.rw-product-showcase .view-all-link{font-size:14px;font-weight:600;color:var(--brand-primary);-webkit-text-decoration:none;text-decoration:none}.rw-product-showcase .view-all-link:hover{color:var(--brand-secondary)}@media (max-width:991px){.rw-hero h1{font-size:36px}.rw-hero-image{margin-top:32px}.rw-hero-bottom-bar .perf-bar-inner{flex-wrap:wrap}.rw-hero-bottom-bar .perf-item{width:50%;flex:none;border-bottom:1px solid rgba(255,255,255,.2)}}@media (max-width:575px){.rw-hero h1{font-size:28px}.rw-hero .hero-subtitle{font-size:16px}.rw-hero-bottom-bar .perf-item{width:100%}}