@charset "UTF-8";
/***!  Style Declaration  !***/

.router-features-wrapper{box-sizing:border-box;font-family:'Inter',-webkit-system-font,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f7f9fa;color:#333;line-height:1.6}.router-features-wrapper *{box-sizing:border-box}.router-features-wrapper .features-section{width:100%;margin:0;padding:60px 20px}.router-features-wrapper .features-container{max-width:1200px;margin:0 auto}.router-features-wrapper .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:20px;letter-spacing:-0.02em}.router-features-wrapper .section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}.router-features-wrapper .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.router-features-wrapper .feature-card{background:#fff;border-radius:12px;padding:30px 25px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;border:1px solid #e8ecef;position:relative;overflow:hidden}.router-features-wrapper .feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.12);border-color:#4CAF50}.router-features-wrapper .feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4CAF50,#45a049);opacity:0;transition:opacity 0.3s ease}.router-features-wrapper .feature-card:hover::before{opacity:1}.router-features-wrapper .feature-icon{width:60px;height:60px;margin-bottom:20px;color:#4CAF50}.router-features-wrapper .feature-title{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:15px;line-height:1.3}.router-features-wrapper .feature-description{font-size:0.95rem;color:#555;line-height:1.7}.router-features-wrapper .highlight{color:#4CAF50;font-weight:600}.router-features-wrapper .emphasis{color:#2c3e50;font-weight:600}@media (max-width:768px){.router-features-wrapper .features-section{padding:40px 15px}.router-features-wrapper .section-title{font-size:2rem}.router-features-wrapper .features-grid{grid-template-columns:1fr;gap:20px}.router-features-wrapper .feature-card{padding:25px 20px}}@media (max-width:480px){.router-features-wrapper .section-title{font-size:1.7rem}.router-features-wrapper .feature-title{font-size:1.2rem}}
