*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100vh}.product-section{background-color:#181c14;padding:80px 24px}.product-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:64px}.section-header h2{font-size:2.5rem;font-weight:700;color:#ecdfcc;margin-bottom:16px}.section-header p{color:#ecdfcc;font-size:1.125rem;max-width:600px;margin:0 auto;text-align:right;line-height:1.8}.product-grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background-color:transparent;box-shadow:0 2px 8px #0000004d;overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0006}.product-image{height:224px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.product-content{padding:24px;text-align:right}.product-content h3{font-size:1.25rem;font-weight:600;color:#ecdfcc;margin-bottom:8px}.product-content p{color:#ecdfcc;font-size:1rem}.not-footer{text-align:center;padding-bottom:40px;padding-top:20px;background-color:#697565;color:#d1d5db}.not-footer-title{font-weight:700;color:#fff;margin-bottom:16px;text-align:center;font-size:1.25rem}.not-footer-items{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:.875rem}.not-footer-item{display:flex;align-items:center;gap:8px;justify-content:center}.icon-blue{color:#60a5fa}
