@charset "UTF-8";
.products-page{background:linear-gradient(135deg,#667eea,#f093fb,#f5576c);min-height:100vh}
.products-hero{text-align:center;padding:60px 0 40px}
.products-hero h1{font-size:48px;font-weight:700;color:#fff;margin-bottom:15px;text-shadow:0 2px 10px rgba(0,0,0,.2)}
.products-hero .subtitle{font-size:18px;color:#ffffffe6}
.products-grid-section{padding:40px 0 60px}
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1100px;margin:0 auto}
.product-card{background:transparent;border-radius:20px;overflow:visible;transition:transform .25s cubic-bezier(.4,0,.2,1);cursor:pointer;transform:translateZ(0);backface-visibility:hidden;contain:layout style}
.product-card:hover{transform:translate3d(0,-10px,0)}
.product-image{height:250px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#f093fb);overflow:hidden;position:relative;z-index:1;border-radius:20px;padding:15px}
.product-image img{width:100%;height:100%;max-height:100%;object-fit:contain;object-position:center}
.product-icon{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:50px}
.product-icon.yellow{background:linear-gradient(135deg,#f7b733,#fc4a1a)}
.product-icon.blue{background:linear-gradient(135deg,#667eea,#764ba2)}
.product-info{padding:25px;text-align:center;background:#fff;border-radius:20px;margin-top:15px;box-shadow:0 15px 50px #00000026}
.product-info h3{font-size:22px;font-weight:600;color:#333;margin-bottom:10px}
.product-price{font-size:28px;font-weight:700;color:#667eea;margin-bottom:10px}
.product-price.coming{color:#999;font-style:italic}
.product-desc{font-size:14px;color:#666;margin-bottom:20px}
.btn-product{width:100%;padding:12px;color:#fff}
.coming-soon-card{opacity:.9}
.back-home{text-align:center;padding:40px 0 80px}
.btn-back{background:#fff3;color:#fff;padding:15px 30px;backdrop-filter:blur(10px)}
.btn-back:hover{background:#fff;color:#667eea}
.modal-large{max-width:900px}
.modal-body{display:flex;gap:30px}
.modal-gallery{flex:1;min-width:0}
.gallery-main{width:100%;height:350px;border-radius:15px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#f093fb);margin-bottom:15px}
.gallery-main img{width:100%;height:100%;object-fit:contain}
.gallery-main.icon-display{font-size:100px}
.gallery-main.icon-display.yellow{background:linear-gradient(135deg,#f7b733,#fc4a1a)}
.gallery-main.icon-display.blue{background:linear-gradient(135deg,#667eea,#764ba2)}
.gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap}
.thumb{width:70px;height:70px;border-radius:10px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:transform .2s cubic-bezier(.4,0,.2,1),border-color .2s ease;transform:translateZ(0);backface-visibility:hidden}
.thumb:hover{transform:scale3d(1.05,1.05,1)}
.thumb.active{border-color:#667eea}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb.icon-thumb{display:flex;align-items:center;justify-content:center;font-size:24px}
.thumb.icon-thumb.yellow{background:linear-gradient(135deg,#f7b733,#fc4a1a)}
.modal-info{flex:1;padding:20px 0}
.modal-info h2{font-size:28px;font-weight:700;color:#333;margin-bottom:15px}
.modal-price{font-size:32px;font-weight:700;color:#667eea;margin-bottom:25px}
.modal-features{list-style:none;margin-bottom:30px}
.modal-features li{padding:10px 0;font-size:15px;color:#555;display:flex;align-items:center;gap:12px}
.gallery-main{cursor:zoom-in}
.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:10000;justify-content:center;align-items:center;cursor:zoom-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.lightbox.active{display:flex;animation:fadeIn .2s ease-out}
@keyframes fadeIn{0%{opacity:0}
to{opacity:1}
}
.lightbox img{max-width:95%;max-height:95%;object-fit:contain;border-radius:10px}
.lightbox-close{position:absolute;top:20px;right:30px;font-size:50px;color:#fff;cursor:pointer;z-index:10001;line-height:1}
.lightbox-close:hover{color:#f093fb}
@media (max-width: 768px){.products-hero{padding:40px 0 30px}
.products-hero h1{font-size:28px;padding:0 15px}
.products-hero p{font-size:15px;padding:0 15px}
.products-section{padding:20px 0 40px}
.products-grid{grid-template-columns:1fr;padding:0 15px;gap:20px}
.product-card{border-radius:24px}
.product-image{height:200px;min-height:180px;max-height:220px;padding:15px;overflow:hidden}
.product-image img{width:100%;height:100%;max-height:100%;object-fit:contain;object-position:center}
.product-info{padding:15px 20px 20px}
.modal-body{flex-direction:column}
.gallery-main{height:250px}
.modal-info{padding:0}
.modal-large{max-height:95vh;margin:10px;max-width:calc(100% - 20px)}
.modal-info h2{font-size:22px}
.modal-price{font-size:26px}
.modal-features li{font-size:14px}
.lightbox-close{top:10px;right:15px;font-size:40px}
}

