.efficiency-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:20px;box-sizing:border-box}.efficiency-modal--visible{opacity:1;visibility:visible}.efficiency-modal__content{background:#1b191a;border:1px solid #333;border-radius:12px;max-width:650px;width:100%;margin:0 auto;position:relative;transform:translateY(-30px);opacity:0;transition:transform .3s ease,opacity .3s ease;box-shadow:0 25px 80px -12px rgba(0,0,0,.6)}.efficiency-modal--visible .efficiency-modal__content{transform:translateY(0);opacity:1}.efficiency-modal__close{position:absolute;top:15px;right:15px;background:rgba(37,37,37,.9);border:1px solid #444;color:#a4bdc1;width:40px;height:40px;border-radius:50%;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.efficiency-modal__close:hover{background:#a4bdc1;color:#1b191a;border-color:#a4bdc1}.efficiency-modal__image{width:100%;min-height:250px;max-height:400px;display:flex;align-items:center;justify-content:center;background:#252525;border-radius:12px 12px 0 0;overflow:hidden}.efficiency-modal__image img{width:100%;height:100%;max-height:400px;object-fit:contain}.efficiency-modal__body{padding:30px}.efficiency-modal__title{color:#a4bdc1;font-size:1.5rem;margin:0 0 15px;font-weight:600;line-height:1.3;text-align:center;padding-right:40px}.efficiency-modal__short{color:#d3d3cd;font-size:1rem;margin:0 0 20px;line-height:1.6;text-align:center}.efficiency-modal__detail{color:#ccc;font-size:.95rem;line-height:1.8}.efficiency-modal__detail p{margin:0 0 15px}.efficiency-modal__detail p:last-child{margin-bottom:0}.efficiency-modal__cta{display:inline-block;margin-top:25px;background:#a4bdc1;color:#1b191a;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .3s ease}.efficiency-modal__cta:hover{background:#8fadbf}@media (max-width:768px){.efficiency-modal{padding:15px}.efficiency-modal__content{border-radius:8px;margin:0 auto}.efficiency-modal__image{min-height:180px;max-height:280px;border-radius:8px 8px 0 0}.efficiency-modal__image img{max-height:280px}.efficiency-modal__body{padding:20px}.efficiency-modal__title{font-size:1.25rem}.efficiency-modal__short{font-size:.95rem}.efficiency-modal__detail{font-size:.9rem}.efficiency-modal__close{top:12px;right:12px;width:36px;height:36px;font-size:24px}}