.elementor-6769 .elementor-element.elementor-element-7be585c{padding:60px 20px 54px 20px;}.elementor-6769 .elementor-element.elementor-element-9468d9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6769 .elementor-element.elementor-element-5c05e0b.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-6769 .elementor-element.elementor-element-347c802 > .elementor-element-populated{margin:0rem 0rem 1rem 0rem;--e-column-margin-right:0rem;--e-column-margin-left:0rem;}}/* Start custom CSS for html, class: .elementor-element-5c05e0b */<style>
        /* ============================
           BUTON DEPANERO PREMIUM
           ============================ */
        
        .depanero-button-container {
            text-align: center;
            margin: 30px 0;
            padding: 20px;
        }
        
        .depanero-button {
            /* Display și poziționare */
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 12px !important;
            text-decoration: none !important;
            
            /* Dimensiuni */
            padding: 18px 45px !important;
            min-width: 280px !important;
            height: 60px !important;
            
            /* Design premium cu gradient verde-albastru */
            background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #17a2b8 100%) !important;
            border-radius: 30px !important;
            border: 2px solid rgba(255, 255, 255, 0.2) !important;
            
            /* Text styling */
            color: #ffffff !important;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
            font-weight: 700 !important;
            font-size: 16px !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            line-height: 1 !important;
            text-align: center !important;
            white-space: nowrap !important;
            
            /* Umbre și efecte premium */
            box-shadow: 
                0 6px 20px rgba(40, 167, 69, 0.3),
                0 3px 10px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
            
            /* Tranziții fluide */
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
            cursor: pointer !important;
            position: relative !important;
            overflow: hidden !important;
            z-index: 1 !important;
            
            /* Eliminăm selectarea textului */
            user-select: none !important;
            -webkit-user-select: none !important;
            -moz-user-select: none !important;
            -ms-user-select: none !important;
        }
        
        /* Icon pentru buton */
        .depanero-button::before {
            content: "\f0ad" !important; /* Font Awesome wrench icon */
            font-family: "Font Awesome 5 Free" !important;
            font-weight: 900 !important;
            font-size: 18px !important;
            margin-right: 8px !important;
            opacity: 0.9 !important;
            transition: transform 0.4s ease !important;
        }
        
        /* Fallback icon cu emoji */
        .depanero-button:not(.fa-loaded)::before {
            content: "🔧" !important;
            font-family: inherit !important;
            font-size: 20px !important;
            margin-right: 6px !important;
        }
        
        /* Efect de shine animat */
        .depanero-button::after {
            content: "" !important;
            position: absolute !important;
            top: 0 !important;
            left: -100% !important;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(255, 255, 255, 0.3) 50%, 
                transparent 100%) !important;
            transition: left 0.6s ease !important;
        }
        
        /* HOVER STATE */
        .depanero-button:hover {
            background: linear-gradient(135deg, #218838 0%, #1abc9c 50%, #138496 100%) !important;
            color: #ffffff !important;
            transform: translateY(-3px) scale(1.02) !important;
            box-shadow: 
                0 10px 30px rgba(40, 167, 69, 0.4),
                0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
            border-color: rgba(255, 255, 255, 0.3) !important;
        }
        
        /* Activează efectul de shine la hover */
        .depanero-button:hover::after {
            left: 100% !important;
        }
        
        /* Animație icon la hover */
        .depanero-button:hover::before {
            transform: scale(1.15) rotate(15deg) !important;
            opacity: 1 !important;
        }
        
        /* ACTIVE STATE */
        .depanero-button:active {
            transform: translateY(-1px) scale(1.01) !important;
            box-shadow: 
                0 6px 20px rgba(40, 167, 69, 0.3),
                0 3px 10px rgba(0, 0, 0, 0.1) !important;
        }
        
        /* FOCUS STATE pentru accesibilitate */
        .depanero-button:focus {
            outline: 3px solid rgba(40, 167, 69, 0.5) !important;
            outline-offset: 3px !important;
        }
        
        /* Animație subtilă la încărcare */
        @keyframes depaneroGlow {
            0%, 100% {
                box-shadow: 
                    0 6px 20px rgba(40, 167, 69, 0.3),
                    0 3px 10px rgba(0, 0, 0, 0.1),
                    inset 0 1px 0 rgba(255, 255, 255, 0.2);
            }
            50% {
                box-shadow: 
                    0 8px 25px rgba(40, 167, 69, 0.4),
                    0 5px 15px rgba(0, 0, 0, 0.12),
                    inset 0 1px 0 rgba(255, 255, 255, 0.25);
            }
        }
        
        .depanero-button {
            animation: depaneroGlow 6s ease-in-out infinite !important;
        }
        
        /* Badge "SERVICE" optional */
        .depanero-button[data-badge]::before {
            content: attr(data-badge) !important;
            position: absolute !important;
            top: -8px !important;
            right: -8px !important;
            background: #ff6b35 !important;
            color: white !important;
            font-size: 10px !important;
            padding: 3px 8px !important;
            border-radius: 12px !important;
            font-weight: 700 !important;
            z-index: 2 !important;
        }
        
        /* Responsive design */
        @media (max-width: 768px) {
            .depanero-button {
                min-width: 250px !important;
                padding: 16px 35px !important;
                font-size: 15px !important;
                height: 55px !important;
                gap: 10px !important;
            }
            
            .depanero-button::before {
                font-size: 16px !important;
                margin-right: 6px !important;
            }
        }
        
        @media (max-width: 480px) {
            .depanero-button {
                min-width: 220px !important;
                padding: 14px 30px !important;
                font-size: 14px !important;
                height: 50px !important;
                gap: 8px !important;
            }
            
            .depanero-button::before {
                font-size: 14px !important;
                margin-right: 5px !important;
            }
        }
        
        /* Dark mode support */
        @media (prefers-color-scheme: dark) {
            .depanero-button {
                box-shadow: 
                    0 6px 20px rgba(40, 167, 69, 0.5),
                    0 3px 10px rgba(0, 0, 0, 0.3),
                    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
            }
            
            .depanero-button:hover {
                box-shadow: 
                    0 10px 30px rgba(40, 167, 69, 0.6),
                    0 6px 20px rgba(0, 0, 0, 0.25),
                    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
            }
        }
        
        /* Fix pentru vizibilitate maximă */
        .depanero-button {
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: all !important;
        }
        
        /* Previne overflow în containere */
        .depanero-button-container {
            overflow: visible !important;
        }
    </style>/* End custom CSS */