.products-section{padding:5rem 2rem;background:linear-gradient(180deg,#0b032d,#25386b);font-family:var(--font-outfit,-apple-system,BlinkMacSystemFont,sans-serif);min-height:100vh}.products-header{text-align:center;margin-bottom:4rem;color:white}.products-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:#bffb39}.products-subtitle{font-size:1.5rem;opacity:.8;max-width:600px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.product-card{min-width:320px;max-width:420px;white-space:pre-line;position:relative;background:linear-gradient(135deg,rgba(255,255,255,.01),rgba(11,3,45,1));border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(10px);border:2px solid rgba(189,201,201,.2);transition:all .3s ease-in-out;opacity:0;transform:translateY(50px) scale(.95);filter:blur(5px);display:flex;flex-direction:column}.product-card.animate{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.product-card:first-child.animate{transition-delay:.1s}.product-card:nth-child(2).animate{transition-delay:.2s}.product-card:nth-child(3).animate{transition-delay:.3s}.product-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px rgba(57,225,251,.15);border-color:#9dc3c2}.product-card:hover .card-image{transform:scale(1.1);filter:brightness(1.1)}.product-card:hover .card-hover-overlay{opacity:1}.card-image-container{width:100%;height:150px;display:flex;justify-content:center;align-items:center;overflow:hidden}.card-image{width:180px;height:180px;object-fit:contain;transition:all .8s cubic-bezier(.4,0,.2,1)}.card-category{position:absolute;top:1rem;right:1rem;background:#8ed200;color:#0b032d;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:700}.card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;color:white}.card-description{font-size:.95rem;line-height:1.6;opacity:.9;margin-bottom:1.5rem}.card-content .see-more-btn{margin-top:auto;align-self:center}@media (max-width:768px){.products-section{padding:3rem 1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.products-title{font-size:2.5rem}.card-image-container{padding:40px}.card-content{padding:.75rem}.card-title{font-size:1.25rem;margin-bottom:.5rem}.card-description{font-size:.875rem;margin-bottom:1rem}.see-more-btn{padding:.625rem 1.25rem;font-size:.875rem}.card-category{padding:.375rem .75rem;font-size:.75rem}}.see-more-btn{background:#8ed200;color:#0b032d;border:none;padding:.75rem 1.5rem;border-radius:2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:.95rem;margin:auto;align-self:center}.see-more-btn:hover{transform:translateX(5px);box-shadow:0 5px 15px rgba(191,251,57,.3)}.btn-arrow{transition:transform .3s ease}.see-more-btn:hover .btn-arrow{transform:translateX(3px)}