.elementor-202 .elementor-element.elementor-element-21ee588{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-202 .elementor-element.elementor-element-556b678{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-556b678 *//* Scoped Reset for Elementor Widget Isolation */
    .yankous-wrapper {
        background-color: #14151F;
        width: 100%;
        overflow-x: hidden;
        font-family: 'Inter', sans-serif;
        line-height: 1.5;
        color: #cbd5e1; /* text-slate-300 */
        box-sizing: border-box;
    }

    .yankous-wrapper *, 
    .yankous-wrapper *::before, 
    .yankous-wrapper *::after {
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: #1e293b; /* slate-800 default border */
    }

    .yankous-wrapper a {
        text-decoration: none;
        /*color: inherit;*/
        
    }
    
    .yankous-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .yankous-wrapper button {
        background: transparent;
        cursor: pointer;
    }
    
    .yankous-wrapper img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Utilities customizadas */
    .yankous-wrapper .shadow-glow {
        box-shadow: 0 0 20px rgba(6, 182, 212, 0.15);
    }
    
    .yankous-wrapper .card-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px -10px rgba(6, 182, 212, 0.2);
    }

    /* Estilização para o Formulário do Elementor (Dark Mode Force) */
    .yankous-wrapper .elementor-form-fields-wrapper {
        gap: 1rem;
    }
    
    .yankous-wrapper .elementor-field-group .elementor-field-label {
        color: #94a3b8 !important; /* text-slate-400 */
        font-size: 0.875rem !important;
        font-weight: 500 !important;
        margin-bottom: 0.25rem !important;
    }

    .yankous-wrapper .elementor-field-textual,
    .yankous-wrapper .elementor-select-wrapper select,
    .yankous-wrapper .elementor-field-type-textarea textarea {
        background-color: #0f1016 !important;
        border: 1px solid #1e293b !important;
        color: #ffffff !important;
        border-radius: 0.5rem !important;
        padding: 0.75rem 1rem !important;
        width: 100% !important;
        transition: all 0.3s ease !important;
        box-shadow: none !important;
    }

    .yankous-wrapper .elementor-field-textual:focus,
    .yankous-wrapper .elementor-select-wrapper select:focus,
    .yankous-wrapper .elementor-field-type-textarea textarea:focus {
        border-color: #06b6d4 !important; /* cyan-500 */
        outline: none !important;
    }

    .yankous-wrapper .elementor-button {
        background-color: #0891b2 !important; /* cyan-600 */
        color: white !important;
        border-radius: 0.5rem !important;
        padding: 0.75rem 1.5rem !important;
        font-weight: 700 !important;
        width: 100% !important;
        transition: background-color 0.3s ease !important;
        border: none !important;
    }

    .yankous-wrapper .elementor-button:hover {
        background-color: #06b6d4 !important; /* cyan-500 */
    }

    /* Animações de Scroll (Reveal) */
    .reveal {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s ease-out;
        will-change: opacity, transform;
    }
    
    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }/* End custom CSS */