.products-page{max-width:1500px;margin:0 auto;padding:120px 40px 80px}.products-hero{background:linear-gradient(135deg,#0f4c81,#00a8cc);padding:140px 40px 120px;text-align:center;color:white;border-radius:0 0 40px 40px;margin-bottom:60px}.products-hero-content{max-width:950px;margin:auto}.products-badge{display:inline-block;background:rgba(255,255,255,.15);padding:10px 20px;border-radius:50px;margin-bottom:25px;font-weight:600}.products-hero h1{font-size:72px;line-height:1.1;margin-bottom:25px}.products-hero p{font-size:20px;line-height:1.8;color:rgba(255,255,255,.9)}.search-section{margin-bottom:30px}.search-section input{width:100%;padding:18px 24px;border:1px solid #dbe2ea;border-radius:14px;font-size:16px;transition:.3s}.search-section input:focus{border-color:#0f4c81;box-shadow:0 0 0 4px rgba(15,76,129,.08)}.products-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;color:#64748b;font-size:16px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.product-card{background:white;border-radius:20px;overflow:hidden;border:1px solid #e5e7eb;transition:.35s;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.08)}.product-image{height:260px;padding:10px;background:#fff;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;transform:scale(1.15);transition:.4s}.product-card:hover .product-image img{transform:scale(1.22)}.product-content{padding:20px;display:flex;flex-direction:column;flex:1 1}.product-content h3{font-size:22px;color:#0f172a;margin-bottom:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:62px}.product-content p{color:#64748b;line-height:1.8;margin-bottom:25px}.product-buttons{margin-top:auto}.product-meta{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;color:#64748b}.quote-btn-product{flex:1 1;width:100%;background:#0f4c81;color:white;padding:14px;border-radius:10px;font-weight:600;transition:.3s}.quote-btn-product:hover{background:#0f4c62}.pagination-wrapper{margin-top:60px;background:white;border:1px solid #e5e7eb;border-radius:20px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.pagination-info{font-size:16px;font-weight:600;color:#64748b}.pagination{display:flex;align-items:center;gap:10px}.pagination button{width:50px;height:50px;border:1px solid #dbe2ea;background:white;border-radius:12px;font-weight:600;transition:.3s}.pagination button:hover:not(:disabled){border-color:#2563eb}.pagination button.active{background:#2563eb;color:white;border-color:#2563eb}.pagination button:disabled{opacity:.4;cursor:not-allowed}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.products-hero h1{font-size:48px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-page{padding:100px 20px 60px}.products-hero h1{font-size:38px}.products-grid{grid-template-columns:1fr}.pagination-wrapper,.product-buttons{flex-direction:column}.pagination-wrapper{gap:20px}.product-image{height:260px}.pagination button{width:42px;height:42px}}@media (max-width:480px){.product-image{height:220px}.pagination button{width:38px;height:38px}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e5e5e5 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:10px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-image-loader{width:100%;height:250px}.title-loader{width:100%;height:24px;margin-bottom:15px}.text-loader{width:100%;height:14px;margin-bottom:10px}.text-loader.short{width:70%}.btn-loader{width:140px;height:45px;margin-top:20px}@media (max-width:768px){.products-page{padding:80px 12px 40px}.products-hero{padding:50px 20px;margin-bottom:25px;border-radius:20px}.products-badge{font-size:12px;padding:8px 14px;margin-bottom:15px}.products-hero h1{font-size:34px;line-height:1.15;margin-bottom:15px}.products-hero p{font-size:15px;line-height:1.7}.search-section input{padding:14px 16px;font-size:14px}.products-top-bar{font-size:14px;margin-bottom:20px}.products-grid{grid-template-columns:1fr;gap:16px}.product-card{border-radius:14px}.product-image{height:220px;padding:10px}.product-content{padding:15px}.product-content h3{font-size:18px;min-height:auto;margin-bottom:10px}.product-meta{gap:6px;font-size:14px}.quote-btn-product{width:100%;padding:12px;font-size:14px}.pagination-wrapper{flex-direction:column;gap:15px;padding:15px}.pagination{flex-wrap:wrap;justify-content:center}.pagination button{width:38px;height:38px;font-size:14px}}@media (max-width:480px){.products-hero{padding:40px 15px}.products-hero h1{font-size:28px}.products-hero p{font-size:14px}.product-image{height:180px}.product-content h3{font-size:16px}.product-meta{font-size:13px}}