.performance-dashboard{position:relative;overflow:hidden}.dashboard-features h3{font-weight:700;font-size:1.5rem;margin-bottom:18px;color:var(--title)}.feature-item{margin-bottom:15px;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{width:45px;height:45px;min-width:45px;border-radius:50%;background-color:var(--theme2);display:flex;align-items:center;justify-content:center;color:var(--theme);font-size:18px;transition:all .3s ease}.feature-item:hover .feature-icon{background-color:var(--theme);color:var(--white)}.feature-text h4{font-weight:700;font-size:1.125rem;margin-bottom:8px;color:var(--title)}.feature-text p{line-height:1.6;font-weight:600;font-size:.95rem;color:var(--text)}.why-it-matters{background-color:var(--white);padding:25px;border-radius:12px;border-left:4px solid var(--theme);box-shadow:var(--box-shadow);transition:all .3s ease}.why-it-matters:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,87,255,.1)}.why-it-matters h3{font-weight:700;font-size:1.125rem;margin-bottom:8px;color:var(--title)}.why-it-matters p{line-height:1.6;font-weight:600;font-size:.95rem;color:var(--text)}.dashboard-img{border-radius:12px;box-shadow:var(--box-shadow);border:1px solid var(--border);transition:all .3s ease}.dashboard-img:hover{transform:scale(1.02);box-shadow:0 15px 30px rgba(0,87,255,.15)}@media (max-width:991px){.performance-dashboard{padding:80px 0}.performance-dashboard .section-title{font-size:36px}}@media (max-width:767px){.performance-dashboard{padding:60px 0}.performance-dashboard .section-title{font-size:30px}.performance-dashboard .section-subtitle{font-size:16px;margin-bottom:30px}.feature-icon{width:40px;height:40px;min-width:40px}.feature-text h4{font-size:16px}.feature-text p{font-size:14px}.dashboard-img{margin-top:30px}}