.produtos-section{min-height:70vh}.produtos-section .display-4{color:#ff0}.produtos-section .product-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.produtos-section .product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.produtos-section .product-card .product-logo-container{display:flex;align-items:center;justify-content:center;padding:1rem}.produtos-section .product-card .product-logo-container .product-logo{max-width:100%;height:auto;object-fit:contain}.produtos-section .product-card .product-description{font-size:1rem;line-height:1.6;color:#495057;text-align:justify}@media(max-width:768px){.produtos-section .product-card .product-description{text-align:center}}.produtos-section .product-card .btn-primary{background-color:#ff0;border-color:#ff0;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease}.produtos-section .product-card .btn-primary:hover{background-color:#cc0;border-color:#cc0;transform:scale(1.05)}.produtos-section .product-card .btn-primary i{transition:transform .3s ease}.produtos-section .product-card .btn-primary:hover i{transform:translateX(4px)}@media(max-width:768px){.produtos-section .product-card,.produtos-section .product-card .row{text-align:center}}