body.cadastro-escritorio-publico {
    min-height: 100vh;
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #575555;
    background: linear-gradient(to right, #FE801E 0%, #FDAC24 25%, #FFFFFF 25%, #FFFFFF 75%, #FDAC24 75%, #FE801E 100%);
}

#section-cadastro-escritorio {
    padding: 32px 0 48px;
}

#section-cadastro-escritorio .container-form {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 16px;
}

#section-cadastro-escritorio .logo-cadastro {
    display: block;
    max-width: 247px;
    height: auto;
    margin: 0 auto 24px;
}

#section-cadastro-escritorio .text-conta {
    margin: 0 0 28px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #575555;
}

#section-cadastro-escritorio .text-conta a {
    color: #F15700;
    text-decoration: underline;
    margin-left: 4px;
}

#section-cadastro-escritorio .text-conta a:hover {
    color: #d24c00;
}

#section-cadastro-escritorio .page-lead {
    margin: 0 0 28px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #575555;
}

#section-cadastro-escritorio .plano-info {
    margin: 0 0 24px;
    padding: 18px 16px;
    border: 1px solid #F7D3B3;
    border-radius: 10px;
    background: #FFF8F2;
}

#section-cadastro-escritorio .plano-info-title {
    margin: 0 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #F15700;
}

#section-cadastro-escritorio .plano-info-lead {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 21px;
    color: #575555;
}

#section-cadastro-escritorio .plano-info-list {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #575555;
}

#section-cadastro-escritorio .plano-info-support {
    margin: 0;
    font-size: 13px;
    color: #575555;
}

#section-cadastro-escritorio .plano-info-support a {
    color: #F15700;
    text-decoration: underline;
    font-weight: 600;
}

#section-cadastro-escritorio .plano-resumo {
    margin: 0 0 20px;
    padding: 14px 14px 6px;
    border-radius: 8px;
    background: #F5F6F8;
    font-size: 14px;
    line-height: 20px;
    color: #575555;
}

#section-cadastro-escritorio .plano-resumo p {
    margin: 0 0 8px;
}

#section-cadastro-escritorio .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px;
}

#section-cadastro-escritorio .step {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #A9ACBB;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#section-cadastro-escritorio .step.active {
    color: #F15700;
}

#section-cadastro-escritorio .step.done {
    color: #FAA74A;
}

#section-cadastro-escritorio .step-sep {
    width: 28px;
    height: 2px;
    background: #D1CFCF;
}

#section-cadastro-escritorio .section-title {
    margin: 28px 0 12px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #F15700;
}

#section-cadastro-escritorio .form-row {
    display: flex;
    gap: 12px;
}

#section-cadastro-escritorio .form-col-4 { flex: 0 0 calc(33.333% - 8px); max-width: calc(33.333% - 8px); }
#section-cadastro-escritorio .form-col-5 { flex: 0 0 calc(41.666% - 8px); max-width: calc(41.666% - 8px); }
#section-cadastro-escritorio .form-col-6 { flex: 0 0 calc(50% - 6px); max-width: calc(50% - 6px); }
#section-cadastro-escritorio .form-col-7 { flex: 0 0 calc(58.333% - 8px); max-width: calc(58.333% - 8px); }
#section-cadastro-escritorio .form-col-8 { flex: 1 1 auto; min-width: 0; }

#section-cadastro-escritorio .form-col-action {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#section-cadastro-escritorio .input-select {
    padding-top: 14px;
    padding-bottom: 14px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23575555' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

#section-cadastro-escritorio .btn-link-cep {
    width: 100%;
    height: 48px;
    border: 1px solid #FE7D1E;
    border-radius: 8px;
    background: #fff;
    color: #F15700;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    cursor: pointer;
}

#section-cadastro-escritorio .btn-link-cep:hover {
    background: #FFF4EB;
}

#section-cadastro-escritorio .form-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

#section-cadastro-escritorio .btn-voltar {
    flex: 0 0 120px;
    height: 47px;
    border: 1px solid #D1CFCF;
    border-radius: 8px;
    background: #fff;
    color: #575555;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#section-cadastro-escritorio .btn-voltar:hover {
    border-color: #F15700;
    color: #F15700;
}

#section-cadastro-escritorio .form-actions .btn-continuar {
    flex: 1 1 auto;
    margin-bottom: 0;
}

#section-cadastro-escritorio .form-group {
    position: relative;
    margin-bottom: 16px;
}

#section-cadastro-escritorio .form-group-password .input {
    padding-right: 42px;
}

#section-cadastro-escritorio .btn-toggle-senha {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #575555;
    cursor: pointer;
    z-index: 2;
}

#section-cadastro-escritorio .btn-toggle-senha:hover,
#section-cadastro-escritorio .btn-toggle-senha:focus {
    color: #F15700;
    outline: none;
}

#section-cadastro-escritorio .senha-progress {
    margin: 8px 0 0;
    height: 5px;
    background: #E8E8E8;
    border-radius: 3px;
    overflow: hidden;
}

#section-cadastro-escritorio .senha-progress .progress-bar {
    height: 100%;
    transition: width 0.25s ease;
}

#section-cadastro-escritorio .senha-progress .progress-bar-default { background: #B0B0B0; }
#section-cadastro-escritorio .senha-progress .progress-bar-danger { background: #d9534f; }
#section-cadastro-escritorio .senha-progress .progress-bar-warning { background: #f0ad4e; }
#section-cadastro-escritorio .senha-progress .progress-bar-info { background: #5bc0de; }
#section-cadastro-escritorio .senha-progress .progress-bar-success { background: #5cb85c; }

#section-cadastro-escritorio .senha-forca-label {
    margin: 4px 0 0;
    padding: 0 4px;
    font-size: 11px;
    line-height: 14px;
    color: #575555;
}

#section-cadastro-escritorio .senha-dica {
    margin: 6px 0 0;
    padding: 0 4px;
    font-size: 11px;
    line-height: 14px;
    color: #8A8888;
}

#section-cadastro-escritorio .input {
    width: 100%;
    height: 48px;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #575555;
    border-radius: 4px 4px 0 0;
    background: #F2F2F1;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #575555;
}

#section-cadastro-escritorio .input:focus,
#section-cadastro-escritorio .input:hover {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #F15700;
}

#section-cadastro-escritorio .input:hover {
    background: #D1CFCF;
}

#section-cadastro-escritorio .label-span {
    position: absolute;
    top: 16px;
    left: 10px;
    pointer-events: none;
    transition: all 0.2s;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #575555;
}

#section-cadastro-escritorio .input:focus + .label-span,
#section-cadastro-escritorio .input:not(:placeholder-shown) + .label-span,
#section-cadastro-escritorio .input.full + .label-span {
    top: 4px;
    font-size: 11px;
    color: #F15700;
}

#section-cadastro-escritorio .has-error .input {
    border-bottom-color: #d9534f;
}

#section-cadastro-escritorio .help-block {
    margin: 6px 0 0;
    padding: 0 4px;
    font-size: 11px;
    line-height: 14px;
    color: #d9534f;
}

#section-cadastro-escritorio .leuContrato {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 24px;
}

#section-cadastro-escritorio .leuContrato input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin: 0;
    border: 1px solid #D1CFCF;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    outline: none;
}

#section-cadastro-escritorio .leuContrato input[type="checkbox"]:checked {
    background-color: #ff6a00;
    border-color: #ff6a00;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M3 8l3 3 7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

#section-cadastro-escritorio .leuContrato .tituloContrato {
    font-size: 14px;
    line-height: 22px;
    color: #575555;
}

#section-cadastro-escritorio .leuContrato a {
    color: #F15700;
    text-decoration: underline;
}

#section-cadastro-escritorio .btn-continuar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    margin-bottom: 16px;
    border: none;
    border-radius: 8px;
    background: #FAA74A;
    color: #F9F9F9;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    cursor: pointer;
}

#section-cadastro-escritorio .btn-continuar:hover,
#section-cadastro-escritorio .btn-continuar:focus {
    background: #F15700;
    color: #fff;
    outline: none;
}

#section-cadastro-escritorio .btn-continuar[disabled] {
    opacity: 0.7;
    cursor: default;
}

#section-cadastro-escritorio .footer-copy {
    margin-top: 32px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #8a8888;
}

@media (max-width: 777px) {
    body.cadastro-escritorio-publico {
        background: #fff;
    }

    #section-cadastro-escritorio {
        padding: 16px 0 32px;
    }

    #section-cadastro-escritorio .logo-cadastro {
        max-width: 200px;
    }

    #section-cadastro-escritorio .form-row {
        flex-direction: column;
        gap: 0;
    }

    #section-cadastro-escritorio .form-col-4,
    #section-cadastro-escritorio .form-col-5,
    #section-cadastro-escritorio .form-col-6,
    #section-cadastro-escritorio .form-col-7,
    #section-cadastro-escritorio .form-col-8 {
        flex: 1 1 auto;
        max-width: 100%;
    }

    #section-cadastro-escritorio .form-actions {
        flex-direction: column-reverse;
    }

    #section-cadastro-escritorio .btn-voltar {
        flex: 1 1 auto;
        width: 100%;
    }
}
