.elementor-670 .elementor-element.elementor-element-f2caf1b{--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-670 .elementor-element.elementor-element-1ccaa09{--display:flex;}/* Start custom CSS for html, class: .elementor-element-020ea2e *//* ============================================================
   WSO PRICING — CSS COMPLETO E AJUSTADO (SEM DUPLICAÇÕES)
   ============================================================ */

/* ============================================================
   1) GRID DE CARDS
   ============================================================ */
#wso-pricing .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
@media (max-width: 900px) {
    #wso-pricing .row {
        grid-template-columns: 1fr;
    }
}
#wso-pricing label.fw-semibold {
    white-space: nowrap !important; /* impede quebra */
    display: inline-block !important;
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
}

/* ============================================================
   2) CARDS DOS PLANOS
   ============================================================ */
.wso-pricing-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 32px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.04);
    transition: all .25s ease;
    position: relative;
    overflow: visible !important;
}
.wso-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 64px rgba(0,0,0,0.09);
}

/* Títulos */
.wso-pricing-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #374151;
}
.wso-pricing-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
}

/* Preços */
.wso-price-unit {
    font-size: 38px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}
.wso-price-unit small {
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
}
.wso-price-total-line {
    font-size: 15px;
    font-weight: 600;
    color: #4b5563;
}
.wso-price-billing-note {
    font-size: 13px;
    color: #6b7280;
}

/* Divisor */
.wso-divider {
    border-top: 1px solid #e5e7eb;
    margin: 24px 0;
}

/* Lista */
.wso-pricing-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 28px;
}
.wso-pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #374151;
}
.wso-pricing-list li::before {
    content: "✔";
    color: #2563eb;
    font-weight: 700;
}

/* Botões */
.wso-pricing-btn {
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 600;
}

/* Compliance */
.btn-primary-price-wso {
    background-color: #fe6f00 !important;
    border-color: #fe6f00 !important;
    color: white !important;
}

/* Badge */
.badget-wso {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    background: #6a25eb;
    color: white;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
    z-index: 999 !important;
    white-space: nowrap;
}

/* ============================================================
   3) SELECT — Número de computadores
   ============================================================ */
#wsoSeats,
.form-select.custom-select {
    padding: 10px 16px !important;
    background-color: #ffffff !important;
    border: 1px solid #d4d7e1 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    height: 42px !important;
    line-height: 42px !important;
    min-width: 260px !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.03) !important;
    transition: all .2s ease-in-out !important;
    
}

#wsoSeats:focus {
    border-color: #4e5cff !important;
    box-shadow: 0 0 0 3px rgba(78,92,255,0.2) !important;
}

/* ============================================================
   4) TOGGLE (Mensal / Anual)
   ============================================================ */
.wso-toggle-slide {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-radius: 40px;
    padding: 4px;
    border: 1px solid #d6d9e0;
    gap: 4px;
    user-select: none;
}
.wso-toggle-track {
    position: absolute;
    height: 38px;
    width: 50%;
    border-radius: 40px;
    background: #4d73ff;
    top: 4px;
    left: 4px;
    transition: transform .30s ease-in-out;
    z-index: 1;
    
}
.wso-toggle-slide.yearly .wso-toggle-track {
    transform: translateX(100%);
}

.wso-toggle-option {
    position: relative;
    padding: 10px 38px;
    border: none;
    background: transparent;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    color: #4a4a4a;
    cursor: pointer;
    z-index: 2;
    transition: color .25s;
}
.wso-toggle-option.active {
    color: #ffffff !important;
}

.wso-toggle-badge {
    background: #ff008b;
    color: #fff;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 6px;
    position: absolute;
    top: -12px;
    right: -20px;
    pointer-events: none;
}

/* Hover */
.wso-toggle-option:hover {
    opacity: .85;
}

/* ============================================================
   5) HEADER
   ============================================================ */
#wso-pricing .text-center h1 {
    font-size: 42px;
    font-weight: 800;
}
#wso-pricing .text-center p {
    font-size: 18px;
    color: #6b7280;
    margin-top: 8px;
}

#wso-pricing .d-flex.mb-5 {
    margin-top: -10px;
    padding-top: 10px;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {

    #wso-pricing .text-center h1 {
        font-size: 26px !important;
        line-height: 1.2;
    }
    #wso-pricing .text-center p {
        font-size: 15px !important;
        padding: 0 10px;
    }

    #wso-pricing .d-flex.flex-wrap.align-items-center.justify-content-between {
        flex-direction: column !important;
        gap: 18px !important;
        text-align: center;
    }

    #wsoSeats {
        width: 260px !important;
    }

    #wsoBillingToggle {
        margin-left: auto;
        margin-right: auto;
        transform: translateY(4px);
    }

    .wso-toggle-slide {
        width: 100% !important;
        justify-content: space-between !important;
        padding: 4px !important;
    }

    .wso-toggle-track {
        width: calc(50% - 4px) !important;
    }

    .wso-toggle-option {
        flex: 1 !important;
        text-align: center !important;
        padding: 10px 0 !important;
        font-size: 13.5px !important;
    }

    #wso-pricing .row {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .wso-pricing-card {
        padding: 24px !important;
        border-radius: 16px !important;
    }
}

/* ============================================================
   FINAL FIX — Select + Toggle Container
   ============================================================ */

#wso-pricing .d-flex.flex-wrap.align-items-center.justify-content-between.mb-5 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* 🔥 CENTRALIZA */
    gap: 32px !important;
    width: 100% !important;
    padding-bottom: 28px !important;
}


/* ============================================
   ALINHAMENTO — SELECT + LABEL + TOGGLE
   ============================================ */

/* Força os dois blocos (select + toggle) ficarem alinhados na mesma linha */
#wso-pricing .d-flex.flex-wrap.align-items-center.justify-content-between.mb-5 {
    align-items: center !important;
    gap: 20px !important;
}

/* Alinha texto do label com o centro do select */
#wso-pricing .d-flex.align-items-center.gap-2 label {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    font-size: 15px;
}

/* Alinha verticalmente select + label perfeitamente */
#wso-pricing .d-flex.align-items-center.gap-2 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Ajuste fino para o select ficar exatamente na linha do toggle */
#wsoSeats {
    margin-top: 2px !important;
}

/* Ajuste para aproximar mais os dois blocos */
#wso-pricing .d-flex.justify-content-center.flex-grow-1 {
    margin-left: 0 !important;
}

/* ============================================
   MOBILE — empilha com espaçamento perfeito
   ============================================ */
@media (max-width: 768px) {
    #wso-pricing .d-flex.flex-wrap.align-items-center.justify-content-between.mb-5 {
        flex-direction: column !important;
        gap: 16px !important;
        text-align: center !important;
    }

    #wso-pricing .d-flex.align-items-center.gap-2 {
        justify-content: center !important;
        width: 100% !important;
    }

    #wsoBillingToggle {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
}/* End custom CSS */