            /* PARTNER */
            .partner-section {
                padding: 60px 0;
                background: #f8f8f8;
            }
            
            .partner-logo {
                max-width: 120px;
                opacity: 0.7;
                transition: 0.3s;
            }
            
            .partner-logo:hover {
                opacity: 1;
                transform: scale(1.1);
            }
            
            /* CTA */
            .cta-section {
                padding: 80px 0;
                background: #111;
                color: #fff;
            }
            
            .cta-btn {
                display: inline-block;
                margin-top: 20px;
                padding: 12px 30px;
                background: #e63946;
                color: #fff;
                border-radius: 5px;
                text-decoration: none;
            }

            .steps-item i {
                color: #ff3b3b;
                font-size: 20px;
            }
            
            .brand-card{
                background:#fff;
                border:1px solid #eee;
                padding:20px 10px;
                border-radius:12px;
                transition:0.3s;
                height:100%;
                min-height:140px;
                cursor:pointer;
            
                display:flex;
                flex-direction:column;
                justify-content:center;
                align-items:center;
            }
            
            .brand-card:hover{
                transform:translateY(-5px);
                box-shadow:0 10px 25px rgba(0,0,0,0.1);
            }
            
            .brand-card img{
                height:60px;
                max-width:100%;
                object-fit:contain;
                margin-bottom:10px;
            }
            
            .brand-card h6{
                margin-bottom:5px;
                font-weight:600;
            }
            
            .brand-card:hover h6{
                color:#ff3b3b;
            }
            
            .brand-card small{
                color:#777;
            }
            
            .footer-links a {
                color: #ffffff;
                margin-right: 10px;
                font-size: 14px;
            }
            
            .iubenda-cs-preferences-link {
                left: 20px !important;
                right: auto !important;
                bottom: 80px !important;
            }